Fixes default floating ip pool 59/26959/1
authorTim Rozet <trozet@redhat.com>
Thu, 12 Jan 2017 19:59:43 +0000 (14:59 -0500)
committerTim Rozet <trozet@redhat.com>
Thu, 12 Jan 2017 19:59:43 +0000 (14:59 -0500)
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>
build/opnfv-environment.yaml

index ff6fd6a..8ae2048 100644 (file)
@@ -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