Move Kuryr to start after neutron has started

ERROR kuryr EndpointNotFound: public endpoint for network service not found

Closes-Bug: 1664351

Change-Id: I5dec28f42c362d2143a7e56f4187a28afa6e0142
This commit is contained in:
Charlie Kang 2017-02-13 14:06:24 -08:00
parent fc6bde965e
commit 0012dec455

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