summaryrefslogtreecommitdiffstats
path: root/nova/flags.py
diff options
context:
space:
mode:
authorDan Prince <dan.prince@rackspace.com>2011-03-24 13:27:41 -0400
committerDan Prince <dan.prince@rackspace.com>2011-03-24 13:27:41 -0400
commit6e434be0506b11780aa791e1c40de1d4ca4fb9ef (patch)
tree47b3eb589ea77922101661b1e8560c15c9d8dc81 /nova/flags.py
parent12184874da4369891b2eae49982623fc6c9315e3 (diff)
parentab997441766f3d7454706ea9d630958287f53f01 (diff)
downloadnova-6e434be0506b11780aa791e1c40de1d4ca4fb9ef.tar.gz
nova-6e434be0506b11780aa791e1c40de1d4ca4fb9ef.tar.xz
nova-6e434be0506b11780aa791e1c40de1d4ca4fb9ef.zip
Merge w/ trunk.
Diffstat (limited to 'nova/flags.py')
-rw-r--r--nova/flags.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/nova/flags.py b/nova/flags.py
index 63e4cb5b6..00868d9b9 100644
--- a/nova/flags.py
+++ b/nova/flags.py
@@ -360,5 +360,6 @@ DEFINE_string('node_availability_zone', 'nova',
'availability zone of this node')
DEFINE_string('zone_name', 'nova', 'name of this zone')
-DEFINE_string('zone_capabilities', 'kypervisor:xenserver;os:linux',
- 'Key/Value tags which represent capabilities of this zone')
+DEFINE_list('zone_capabilities',
+ ['hypervisor=xenserver;kvm', 'os=linux;windows'],
+ 'Key/Multi-value list representng capabilities of this zone')