Merge "Rename network to 'public'"
This commit is contained in:
commit
061d3f6b51
@ -247,7 +247,7 @@ class infracloud::controller(
|
||||
}
|
||||
|
||||
# Provider network
|
||||
neutron_network { 'provider-net':
|
||||
neutron_network { 'public':
|
||||
shared => true,
|
||||
provider_network_type => 'flat',
|
||||
provider_physical_network => 'provider',
|
||||
@ -257,7 +257,7 @@ class infracloud::controller(
|
||||
neutron_subnet { 'provider-subnet-53-54-55':
|
||||
cidr => '15.184.52.0/22',
|
||||
gateway_ip => '15.184.52.1',
|
||||
network_name => 'provider-net',
|
||||
network_name => 'public',
|
||||
allocation_pools => [
|
||||
'start=15.184.53.2,end=15.184.53.254',
|
||||
'start=15.184.54.2,end=15.184.54.254',
|
||||
|
Loading…
Reference in New Issue
Block a user