From 9829882656dfed80c77316d03f4843689fe69bb6 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Thu, 12 Jan 2017 14:59:43 -0500 Subject: 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 --- build/opnfv-environment.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build/opnfv-environment.yaml') 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 -- cgit 1.2.3-korg