Merge "Implement fix for Octavia host group name"

This commit is contained in:
Jenkins 2017-03-15 20:05:33 +00:00 committed by Gerrit Code Review
commit 9f2eb97449
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
octavia_hosts:
octavia-infra_hosts:
aio1:
ip: 172.29.236.100

View File

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

View File

@ -2,4 +2,4 @@
features:
- Experimental support has been added to allow the deployment of
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_all',
'magnum_container',
'octavia_hosts',
'octavia-infra_hosts',
'octavia_all',
'octavia-api',
'octavia_server_container',
@ -265,6 +265,7 @@ class TestAnsibleInventoryFormatConstraints(unittest.TestCase):
'octavia-housekeeping',
'octavia-health-manager',
'octavia-infra_containers',
'octavia-infra_all',
'trove_all',
'trove_api',
'trove_conductor',