aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClint Byrum <clint@fewbar.com>2013-05-14 11:41:36 -0700
committerClint Byrum <clint@fewbar.com>2013-06-06 09:28:39 -0700
commit022cc12afc82cbc9387a428d6ecc4a1f08979e9f (patch)
treeb80abcd24483316cec1fdb5015131278802bb6d5 /Makefile
parent3757db1f5b72388d5d4084e413b222b5d0294bf0 (diff)
Add a Makefile for regenerating common merges
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
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