diff options
author | Jenkins <jenkins@review.openstack.org> | 2013-01-09 04:09:31 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2013-01-09 04:09:31 +0000 |
commit | ddb2400047d0afd8bc8e408ac3e9034b4c625952 (patch) | |
tree | f99a7d34ee48a22adf9f6d76adb047fec1a4d9a7 /nova/config.py | |
parent | 2a2892f15e0b74eb36b25519756bcb0d19637915 (diff) | |
parent | 1ab2fc6477c402e29a95fbc93fe4a67950c083df (diff) | |
download | nova-ddb2400047d0afd8bc8e408ac3e9034b4c625952.tar.gz nova-ddb2400047d0afd8bc8e408ac3e9034b4c625952.tar.xz nova-ddb2400047d0afd8bc8e408ac3e9034b4c625952.zip |
Merge "Remove availability_zones from service table"
Diffstat (limited to 'nova/config.py')
-rw-r--r-- | nova/config.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nova/config.py b/nova/config.py index f87dbfdd3..cfa4c9b43 100644 --- a/nova/config.py +++ b/nova/config.py @@ -108,9 +108,6 @@ global_opts = [ 'However, the node name must be valid within ' 'an AMQP key, and if using ZeroMQ, a valid ' 'hostname, FQDN, or IP address'), - cfg.StrOpt('node_availability_zone', - default='nova', - help='availability zone of this node'), cfg.ListOpt('memcached_servers', default=None, help='Memcached servers or None for in process cache.'), |