diff options
author | Clint Byrum <clint@fewbar.com> | 2013-06-06 09:30:59 -0700 |
---|---|---|
committer | Clint Byrum <clint@fewbar.com> | 2013-06-06 09:30:59 -0700 |
commit | a0246928c7e395bfe4d25a397c415fab07892ad7 (patch) | |
tree | 9ad9ea7ab43ed873241804ce3cf3f20f7b040f34 | |
parent | 022cc12afc82cbc9387a428d6ecc4a1f08979e9f (diff) |
Use slave roles in Makefile.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |