From a0246928c7e395bfe4d25a397c415fab07892ad7 Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Thu, 6 Jun 2013 09:30:59 -0700 Subject: Use slave roles in Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c03abea4..6949b3a8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ NOTCOMPUTE=nova-api.yaml keystone.yaml heat-allinone.yaml glance.yaml quantum.yaml mysql.yaml rabbitmq.yaml notcompute.yaml: $(NOTCOMPUTE) - python merge.py $(NOTCOMPUTE) > notcompute.yaml + python merge.py --master-role notcompute --slave-roles stateless stateful -- $(NOTCOMPUTE) > notcompute.yaml -- cgit 1.2.3-korg