Fix skip of octavia-undercloud Ansible role

The migration of Octavia to external_deploy_task [1] changed the
undercloud group name from 'undercloud' to 'Undecloud' in line with [2].
Due to that, the execution of role octavia-undercloud was being skipped
as no host pattern could be matched.

[1] https://review.openstack.org/#/c/559374/
[2] https://review.openstack.org/#/c/588075/

Closes-Bug: #1786786
Depends-On: https://review.openstack.org/580119

Change-Id: I50720c2f1bdb8dce92e297c4d6bfac716bb85b89
This commit is contained in:
Carlos Goncalves 2018-08-13 16:26:54 +02:00
parent 1d17a99925
commit 188e1d4b5d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
---
- hosts: undercloud[0]
- hosts: Undercloud[0]
remote_user: stack
gather_facts: True
vars: