From 022cc12afc82cbc9387a428d6ecc4a1f08979e9f Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Tue, 14 May 2013 11:41:36 -0700 Subject: [PATCH] Add a Makefile for regenerating common merges --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000000..c03abea426 --- /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