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
(cherry picked from commit 3e90aa272b)
This commit is contained in:
Jonathan Rosser 2018-04-11 20:53:08 +00:00 committed by Jesse Pretorius (odyssey4me)
parent f73b0dbebf
commit 3d6363688a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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