From 5a5012996a3572249e2c3b418fcf84a514ac7263 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 4 Aug 2015 14:42:17 +0100 Subject: [PATCH] Re-order setup-openstack play to match the gate check order This patch re-orders the setup-openstack playbook to match the order in which the gate check is executed. Change-Id: I9e83a3b276fb99674cce7ee19a6e1ad860924492 Closes-Bug: #1481355 --- playbooks/setup-openstack.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/setup-openstack.yml b/playbooks/setup-openstack.yml index 1cb0d47075..ed25582176 100644 --- a/playbooks/setup-openstack.yml +++ b/playbooks/setup-openstack.yml @@ -14,11 +14,11 @@ # limitations under the License. - include: os-keystone-install.yml -- include: os-swift-install.yml - include: os-glance-install.yml - include: os-cinder-install.yml - include: os-nova-install.yml - include: os-neutron-install.yml - include: os-heat-install.yml -- include: os-ceilometer-install.yml - include: os-horizon-install.yml +- include: os-ceilometer-install.yml +- include: os-swift-install.yml