aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRoman Podolyaka <rpodolyaka@mirantis.com>2013-10-10 12:45:42 +0300
committerRoman Podolyaka <rpodolyaka@mirantis.com>2013-10-10 13:05:32 +0300
commit6a898e97176515eca0aef5a000cae39d09dbb497 (patch)
tree85d7e9760820cd5ab9f79b7847f9d1fd55362a00 /Makefile
parente48aa3e4b6392081c4c1fbe31c34eac866af583c (diff)
Remove an unsed target from Makefile
notcompute.yaml seems to be unsed for a while, but it's still present in Makefile (its dependencies were removed by change I952c630ca424d114feb643a6c34d182cad660f26). Change-Id: If5d84bd822f748c962cdb2b95b6bbd5d5e1f11fa
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 $@