Add a Makefile for regenerating common merges
This commit is contained in:
parent
3757db1f5b
commit
022cc12afc
4
Makefile
Normal file
4
Makefile
Normal 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
|
Loading…
x
Reference in New Issue
Block a user