config: Default "enable_dhcp" to True
Now that the IPAM work is complete, default "enable_dhcp" to True again. Change-Id: Ide4fdfa7faa9983f53f7d05e5a6ff92e085c79c4 Signed-off-by: Kyle Mestery <mestery@mestery.com>
This commit is contained in:
parent
59a0bda383
commit
79a47e4c86
@ -55,7 +55,7 @@ neutron_opts = [
|
|||||||
default=os.environ.get('OS_URL', 'http://127.0.0.1:9696'),
|
default=os.environ.get('OS_URL', 'http://127.0.0.1:9696'),
|
||||||
help=_('Neutron URL for accessing the network service.')),
|
help=_('Neutron URL for accessing the network service.')),
|
||||||
cfg.StrOpt('enable_dhcp',
|
cfg.StrOpt('enable_dhcp',
|
||||||
default='False',
|
default='True',
|
||||||
help=_('Enable or Disable dhcp for neutron subnets.')),
|
help=_('Enable or Disable dhcp for neutron subnets.')),
|
||||||
]
|
]
|
||||||
keystone_opts = [
|
keystone_opts = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user