Displaying 1 result from an estimated 1 matches for "7e01ffb".
Did you mean:
1e01ff
2009 Jul 15
1
[PATCH] Rename qmf-libvirt-example to libvirt-list.rb
...ts " volume: #{volume.name}"
+ for (key, val) in volume.properties
+ puts " property: #{key}, #{val}"
+ end
+ end
+ end
+end
diff --git a/src/qmf-libvirt-example.rb b/src/qmf-libvirt-example.rb
deleted file mode 100644
index 7e01ffb..0000000
--- a/src/qmf-libvirt-example.rb
+++ /dev/null
@@ -1,72 +0,0 @@
-#!/usr/bin/ruby
-
-$: << File.join(File.dirname(__FILE__), "./dutils")
-
-require "rubygems"
-require "qpid"
-require "dutils"
-
-get_credentials('qpidd')
-
-server, port...