aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClint Byrum <clint@fewbar.com>2013-06-06 09:30:59 -0700
committerClint Byrum <clint@fewbar.com>2013-06-06 09:30:59 -0700
commita0246928c7e395bfe4d25a397c415fab07892ad7 (patch)
tree9ad9ea7ab43ed873241804ce3cf3f20f7b040f34 /Makefile
parent022cc12afc82cbc9387a428d6ecc4a1f08979e9f (diff)
Use slave roles in Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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