Add PublicVirtualFixedIPs to ci network-environment.yaml

This parameter must have been missed (or was adder later) when these
were templates were copied from tripleo-ci in
I9fd8b8bbcf18d26b1e05d33e2598c0d146814aff

Change-Id: Iccd871647f44f9ebad7319c664d45188c42c4aae
(cherry picked from commit fc49be56bb)
This commit is contained in:
James Slagle 2018-01-04 21:03:00 -05:00
parent 95f1b8584c
commit 58942105ff
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ parameter_defaults:
ExternalNetCidr: 10.0.0.0/24
ExternalAllocationPools: [{"start": "10.0.0.10", "end": "10.0.0.50"}]
ExternalInterfaceDefaultRoute: 10.0.0.1
PublicVirtualFixedIPs: [{ "ip_address": "10.0.0.5" }]
NeutronExternalNetworkBridge: "''"
InternalApiNetCidr: 172.17.0.0/24
InternalApiAllocationPools: [{"start": "172.17.0.10", "end": "172.17.0.250"}]