From 0012dec4556bb455930caabb9017b147848610af Mon Sep 17 00:00:00 2001 From: Charlie Kang Date: Mon, 13 Feb 2017 14:06:24 -0800 Subject: [PATCH] Move Kuryr to start after neutron has started ERROR kuryr EndpointNotFound: public endpoint for network service not found Closes-Bug: 1664351 Change-Id: I5dec28f42c362d2143a7e56f4187a28afa6e0142 --- ansible/site.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ansible/site.yml b/ansible/site.yml index fcfd2b6683..71fc23f427 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -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