Merge "Remove network_host config option"

This commit is contained in:
Jenkins 2013-01-19 15:19:01 +00:00 committed by Gerrit Code Review
commit cd4093e0f2

View File

@ -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'),