Add a Makefile for regenerating common merges

This commit is contained in:
Clint Byrum 2013-05-14 11:41:36 -07:00
parent 3757db1f5b
commit 022cc12afc
1 changed files with 4 additions and 0 deletions

4
Makefile Normal file
View File

@ -0,0 +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