network/controller: drop external network creation
Looks like a bug in puppet-neutron provider which needs to be investigate. While this time, I disable this feature. Close #98 Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
parent
6fa538c4af
commit
34f3fb456f
@ -42,19 +42,6 @@ class cloud::network::controller(
|
||||
api_workers => $::processorcount
|
||||
}
|
||||
|
||||
neutron_network { 'public':
|
||||
ensure => present,
|
||||
router_external => 'True',
|
||||
tenant_name => $ks_admin_tenant
|
||||
}
|
||||
|
||||
neutron_subnet {'public_subnet':
|
||||
ensure => present,
|
||||
cidr => $public_cidr,
|
||||
network_name => 'public',
|
||||
tenant_name => 'admin'
|
||||
}
|
||||
|
||||
@@haproxy::balancermember{"${::fqdn}-neutron_api":
|
||||
listening_service => 'neutron_api_cluster',
|
||||
server_names => $::hostname,
|
||||
|
Loading…
x
Reference in New Issue
Block a user