Allow public network name to be changed
This can be overridden in the defaults but hardcoded values prevent the router being created, and floating IP pool being found Change-Id: I57e4bfb5ab93971a757557e6a68475f2baceace2
This commit is contained in:
parent
540a6be329
commit
3e90aa272b
@ -232,7 +232,7 @@
|
||||
endpoint_type: internal
|
||||
validate_certs: "{{ keystone_service_internaluri_insecure | ternary(false, true) }}"
|
||||
name: router
|
||||
network: public
|
||||
network: "{{ tempest_public_net_name }}"
|
||||
interfaces:
|
||||
- "{{ tempest_private_subnet_name }}"
|
||||
project: "{{ keystone_demo_tenant_id }}"
|
||||
|
@ -92,7 +92,7 @@ project_network_cidr = {{ tempest_network_tenant_network_cidr }}
|
||||
project_network_mask_bits = {{ tempest_network_tenant_network_mask_bits }}
|
||||
project_networks_reachable = false
|
||||
public_network_id = {{ tempest_neutron_public_network_id }}
|
||||
floating_network_name = public
|
||||
floating_network_name = {{ tempest_public_net_name }}
|
||||
|
||||
|
||||
[network-feature-enabled]
|
||||
|
Loading…
Reference in New Issue
Block a user