Merge "Add PublicVirtualFixedIPs to ci network-environment.yaml"

This commit is contained in:
Zuul 2018-01-09 15:12:55 +00:00 committed by Gerrit Code Review
commit 89a5b72460
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"}]