diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..c03abea4 --- /dev/null +++ b/Makefile @@ -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 |