Add the missing ceph_mon host groups for Manila

when Manila use ceph as backend, Manila will pull keyring
from ceph mon node [0], but the site.yml missing it.

[0]: https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/manila/tasks/ceph.yml#L18

Change-Id: If8f0b9f186a27d9a86227cd5e5ce2405bf57749e
Closes-Bug: #1751534
This commit is contained in:
caoyuan 2018-02-25 11:55:40 +08:00
parent 9a86713551
commit 442631b5ba
1 changed files with 1 additions and 0 deletions

View File

@ -485,6 +485,7 @@
- name: Apply role manila
gather_facts: false
hosts:
- ceph-mon
- manila-api
- manila-data
- manila-share