diff options
author | Sandy Walsh <sandy.walsh@rackspace.com> | 2011-03-10 14:49:59 +0000 |
---|---|---|
committer | Tarmac <> | 2011-03-10 14:49:59 +0000 |
commit | b33b6d1a52666973ff710018babf04f6ac6860ab (patch) | |
tree | c328fcd548bf657cba5089e91fdf6f4d51255830 /nova/flags.py | |
parent | 144fa5082108f306595c5314f40d7e87cb577278 (diff) | |
parent | f3efbaa3d10997038e32c6e5e53dfef117236247 (diff) | |
download | nova-b33b6d1a52666973ff710018babf04f6ac6860ab.tar.gz nova-b33b6d1a52666973ff710018babf04f6ac6860ab.tar.xz nova-b33b6d1a52666973ff710018babf04f6ac6860ab.zip |
Introduces the ZoneManager to the Scheduler which polls the child zones and caches their availability and capabilities.
Diffstat (limited to 'nova/flags.py')
-rw-r--r-- | nova/flags.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nova/flags.py b/nova/flags.py index 62cbf30ca..9123e9ac7 100644 --- a/nova/flags.py +++ b/nova/flags.py @@ -356,3 +356,7 @@ DEFINE_string('host', socket.gethostname(), 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') |