Disable dhcp on the provisioned public subnet.
* Only floating ips are allocated on the public subnet, so dhcp is not required. Change-Id: Id56bf76e39e6c35c01997b19465fc7306442e50a
This commit is contained in:
@@ -121,6 +121,7 @@ class openstack::provision(
|
|||||||
quantum_subnet { $public_subnet_name:
|
quantum_subnet { $public_subnet_name:
|
||||||
ensure => 'present',
|
ensure => 'present',
|
||||||
cidr => $floating_range,
|
cidr => $floating_range,
|
||||||
|
enable_dhcp => false,
|
||||||
network_name => $public_network_name,
|
network_name => $public_network_name,
|
||||||
tenant_name => $admin_tenant_name,
|
tenant_name => $admin_tenant_name,
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user