diff options
author | Mark McLoughlin <markmc@redhat.com> | 2013-01-17 10:08:15 +0000 |
---|---|---|
committer | Mark McLoughlin <markmc@redhat.com> | 2013-01-17 10:08:15 +0000 |
commit | 9503cf637c8971ba31fb6232dc1661b5092e04a0 (patch) | |
tree | 5061721f0593c89f3a5e91cc272504d531bb7f16 | |
parent | d806266d2367535f19f542a0716cadf6c64d243b (diff) | |
download | nova-9503cf637c8971ba31fb6232dc1661b5092e04a0.tar.gz nova-9503cf637c8971ba31fb6232dc1661b5092e04a0.tar.xz nova-9503cf637c8971ba31fb6232dc1661b5092e04a0.zip |
Remove network_host config option
It appears to be unused since 9c0ffe7 and was related to the
stub_network option which itself was removed in 3313cff.
Change-Id: Ic555e3523a90c83c6a89f24619252099c4e55f37
-rw-r--r-- | nova/network/manager.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nova/network/manager.py b/nova/network/manager.py index 7b69c7a36..ac5adef16 100644 --- a/nova/network/manager.py +++ b/nova/network/manager.py @@ -147,9 +147,6 @@ network_opts = [ cfg.BoolOpt('auto_assign_floating_ip', default=False, help='Autoassigning floating ip to VM'), - cfg.StrOpt('network_host', - default=socket.getfqdn(), - help='Network host to use for ip allocation in flat modes'), cfg.BoolOpt('fake_network', default=False, help='If passed, use fake network devices and addresses'), |