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:
Derek Higgins 2016-06-30 23:05:55 +01:00
parent a694380160
commit 6e396cdedd

View File

@ -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