Rename the provision subnet to match the net name
On a tenant where several quintupleo environments exist placing the resource identifier in the subnet name will make them easier to tell apart. This will come in particularly useful on a CI cloud where we expect to have mutiple stacks defined at once.
This commit is contained in:
parent
a694380160
commit
6e396cdedd
@ -137,7 +137,7 @@ resources:
|
||||
type: OS::Neutron::Subnet
|
||||
properties:
|
||||
network: {get_resource: provision_network}
|
||||
name: provision-subnet
|
||||
name: {get_param: provision_net}
|
||||
cidr: {get_param: provision_net_cidr}
|
||||
gateway_ip: null
|
||||
enable_dhcp: false
|
||||
|
Loading…
Reference in New Issue
Block a user