From 8d464633097fb3c037d6df1d4b18618ba199a241 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Fri, 30 Jun 2017 16:19:55 +0100 Subject: [PATCH] Don't include kolla-ansible.yml from kolla.yml These two projects should not be coupled in this way - deployment is separate from image building. --- ansible/kolla.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/ansible/kolla.yml b/ansible/kolla.yml index 2a4ed4cb4..bfd7ff66a 100644 --- a/ansible/kolla.yml +++ b/ansible/kolla.yml @@ -4,5 +4,3 @@ roles: - role: kolla - role: kolla-build - -- include: kolla-ansible.yml