summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-10-10 10:37:04 +0000
committerGerrit Code Review <review@openstack.org>2013-10-10 10:37:04 +0000
commit730017fafeda43f680bd34ca8375cf6c33239147 (patch)
treed1c52aa9f39ddc34fe6abd514a24ce4360c43508
parent9a745e8167adee395cae705d234d29d360d8b69b (diff)
parent6a898e97176515eca0aef5a000cae39d09dbb497 (diff)
Merge "Remove an unsed target from 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 $@