Implement fix for Octavia host group name

Octavia was hitting bug
https://bugs.launchpad.net/openstack-ansible/+bug/1623584
This implements a fix.

Change-Id: Ib892d85135697bc283394460ce33b31b4ffb3080
This commit is contained in:
German Eichberger 2017-03-14 11:16:35 -04:00
parent b55cccf53a
commit 83a6b09866
4 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# The controller host that the octavia control plane will be run on # The controller host that the octavia control plane will be run on
octavia_hosts: octavia-infra_hosts:
aio1: aio1:
ip: 172.29.236.100 ip: 172.29.236.100

View File

@ -44,6 +44,6 @@ physical_skel:
octavia-infra_containers: octavia-infra_containers:
belongs_to: belongs_to:
- all_containers - all_containers
octavia_hosts: octavia-infra_hosts:
belongs_to: belongs_to:
- hosts - hosts

View File

@ -2,4 +2,4 @@
features: features:
- Experimental support has been added to allow the deployment of - Experimental support has been added to allow the deployment of
the OpenStack Octavia Load Balancing service when hosts are present the OpenStack Octavia Load Balancing service when hosts are present
in the host group ``octavia_hosts``. in the host group ``octavia-infra_hosts``.

View File

@ -257,7 +257,7 @@ class TestAnsibleInventoryFormatConstraints(unittest.TestCase):
'magnum-infra_hosts', 'magnum-infra_hosts',
'magnum_all', 'magnum_all',
'magnum_container', 'magnum_container',
'octavia_hosts', 'octavia-infra_hosts',
'octavia_all', 'octavia_all',
'octavia-api', 'octavia-api',
'octavia_server_container', 'octavia_server_container',
@ -265,6 +265,7 @@ class TestAnsibleInventoryFormatConstraints(unittest.TestCase):
'octavia-housekeeping', 'octavia-housekeeping',
'octavia-health-manager', 'octavia-health-manager',
'octavia-infra_containers', 'octavia-infra_containers',
'octavia-infra_all',
'trove_all', 'trove_all',
'trove_api', 'trove_api',
'trove_conductor', 'trove_conductor',