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:
parent
fc6bde965e
commit
0012dec455
@ -248,14 +248,6 @@
|
|||||||
tags: panko,
|
tags: panko,
|
||||||
when: enable_panko | bool }
|
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
|
# (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
|
# workaround to fix the bug https://bugs.launchpad.net/kolla/+bug/1546789
|
||||||
- name: Apply role neutron
|
- name: Apply role neutron
|
||||||
@ -274,6 +266,14 @@
|
|||||||
tags: neutron,
|
tags: neutron,
|
||||||
when: enable_neutron | bool }
|
when: enable_neutron | bool }
|
||||||
|
|
||||||
|
- name: Apply role kuryr
|
||||||
|
hosts:
|
||||||
|
- compute
|
||||||
|
roles:
|
||||||
|
- { role: kuryr,
|
||||||
|
tags: kuryr,
|
||||||
|
when: enable_kuryr | bool }
|
||||||
|
|
||||||
- name: Apply role cinder
|
- name: Apply role cinder
|
||||||
hosts:
|
hosts:
|
||||||
- ceph-mon
|
- ceph-mon
|
||||||
|
Loading…
Reference in New Issue
Block a user