comment out setup.yaml file
Change-Id: Icbd1864e127996503e065486ca6bcc9863377195
(cherry picked from commit 41a6c84cca48073e18a66954f1d1aaace8f9808b)
diff --git a/mcord/Makefile b/mcord/Makefile
index afcf1c1..e5d3a0f 100644
--- a/mcord/Makefile
+++ b/mcord/Makefile
@@ -53,7 +53,9 @@
podconfig: nodes.yaml images.yaml
@echo "[PODCONFIG]"
- $(RUN_TOSCA) setup.yaml
+ # TODO: the setup create the seconde nodes.Controller named MyOpenStack, this why we delete it for now
+ # we still need it because it create lots of other services like firewall on the service list
+ #$(RUN_TOSCA) setup.yaml
$(RUN_TOSCA) nodes.yaml
$(RUN_TOSCA) images.yaml