diff options
author | Tim Rozet <trozet@redhat.com> | 2017-01-12 14:59:43 -0500 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-01-12 14:59:43 -0500 |
commit | 9829882656dfed80c77316d03f4843689fe69bb6 (patch) | |
tree | 535c93823edaba76ddd649109f803c3ee2345448 | |
parent | 5d23bb9ec7fa55ff68ba39a9ba40571d5f5d2cea (diff) |
Fixes default floating ip pool
We need the default pool to match the default external network we create
so that using nova to create floating ip pools without specifying the
newtwork will work in temptest tests.
JIRA: APEX-380
Change-Id: Icbd8c3a3810bd93d71e9e5954c587455165a8445
Signed-off-by: Tim Rozet <trozet@redhat.com>
-rw-r--r-- | build/opnfv-environment.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/opnfv-environment.yaml b/build/opnfv-environment.yaml index ff6fd6af..8ae2048c 100644 --- a/build/opnfv-environment.yaml +++ b/build/opnfv-environment.yaml @@ -12,6 +12,7 @@ parameter_defaults: OvercloudControlFlavor: control OvercloudComputeFlavor: compute controllerImage: overcloud-full + ExtraConfig: tripleo::ringbuilder::build_ring: False nova::nova_public_key: @@ -24,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::CephClient |