Merge "Move Kuryr to start after neutron has started"

This commit is contained in:
Jenkins 2017-02-14 09:11:24 +00:00 committed by Gerrit Code Review
commit 44eee94d09

View File

@ -248,14 +248,6 @@
tags: panko,
when: enable_panko | bool }
- name: Apply role kuryr
hosts:
- compute
roles:
- { role: kuryr,
tags: kuryr,
when: enable_kuryr | bool }
# (gmmaha): Please do not change the order listed here. The current order is a
# workaround to fix the bug https://bugs.launchpad.net/kolla/+bug/1546789
- name: Apply role neutron
@ -274,6 +266,14 @@
tags: neutron,
when: enable_neutron | bool }
- name: Apply role kuryr
hosts:
- compute
roles:
- { role: kuryr,
tags: kuryr,
when: enable_kuryr | bool }
- name: Apply role cinder
hosts:
- ceph-mon