Use slave roles in Makefile.

This commit is contained in:
Clint Byrum 2013-06-06 09:30:59 -07:00
parent 022cc12afc
commit a0246928c7
1 changed files with 1 additions and 1 deletions

View File

@ -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