diff options
author | Tim Rozet <trozet@redhat.com> | 2017-02-08 21:54:51 -0500 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-02-08 21:54:51 -0500 |
commit | 78790f972ccd2b84b5ad037549fa0c68f694eae2 (patch) | |
tree | 4b8e166dbea42f9c7854a5dc9cd4eea90fdb1e74 | |
parent | 5c095100f18260017ec3914368b672a0f1751304 (diff) |
CSIT: adds default floating ip pool
Change-Id: Ib9e118983a0f59dbf416fa157f312eacc73763a3
Signed-off-by: Tim Rozet <trozet@redhat.com>
-rw-r--r-- | build/csit-environment.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/csit-environment.yaml b/build/csit-environment.yaml index 4ef55010..5e473525 100644 --- a/build/csit-environment.yaml +++ b/build/csit-environment.yaml @@ -25,6 +25,7 @@ parameter_defaults: nova-os_compute_api:servers:show:host_status: key: 'os_compute_api:servers:show:host_status' value: 'rule:admin_or_owner' + nova::api::default_floating_pool: 'external' ControllerServices: - OS::TripleO::Services::CACerts - OS::TripleO::Services::CinderApi |