Fix openstack-service-setup.yml GATEWAY_NETWORK to match the flat network.

This should allow the proper gateway ip to be used for connectivity to/from
  vms in the GATEWAY_NETWORK or with floating ips from it.

Change-Id: I0f4498baa2edbf24bbf2c407c6e5a2574454cfdc
Closes-Bug: 1746621
This commit is contained in:
Shannon Mitchell 2018-01-31 17:31:56 -06:00
parent 6635553823
commit 8c5b9d2782
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ vm_flavors:
# Create shared networks and subnets:
provider_net_name: GATEWAY_NET
provider_net_cidr: 10.29.248.0/22
provider_net_cidr: 10.0.248.0/22
provider_dns_server: "{{ DNS_NAMESERVER | default('8.8.8.8') }}"
provider_subnet_name: "{{ provider_net_name }}_SUBNET"