diff options
author | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-02-17 16:18:03 -0400 |
---|---|---|
committer | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-02-17 16:18:03 -0400 |
commit | e77f8751dd59e5d650d047a6711c3d137947dda7 (patch) | |
tree | 7d09de669ac1b1eb312142582ffed4fc4dcc29c4 /nova/flags.py | |
parent | aa71a25c9f9bf5df3aea781138fa8d69654f06d9 (diff) | |
download | nova-e77f8751dd59e5d650d047a6711c3d137947dda7.tar.gz nova-e77f8751dd59e5d650d047a6711c3d137947dda7.tar.xz nova-e77f8751dd59e5d650d047a6711c3d137947dda7.zip |
fixup
Diffstat (limited to 'nova/flags.py')
-rw-r--r-- | nova/flags.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/flags.py b/nova/flags.py index 0a45499f3..60d7cdd06 100644 --- a/nova/flags.py +++ b/nova/flags.py @@ -314,6 +314,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', 'xen, linux', +DEFINE_string('zone_capabilities', 'xen, linux', 'comma-delimited list of tags which represent boolean' ' capabilities of this zone') |