aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 534cd0f0..5684dee9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,3 @@
-NOTCOMPUTE=nova-api.yaml keystone.yaml heat-allinone.yaml glance.yaml neutron.yaml mysql.yaml rabbitmq.yaml
-
-notcompute.yaml: $(NOTCOMPUTE)
- python merge.py --master-role notcompute --slave-roles stateless stateful -- $^ > notcompute.yaml
-
overcloud.yaml: overcloud-source.yaml nova-compute-instance.yaml
python merge.py $< > $@.tmp
mv $@.tmp $@