Merge "Remove an unsed target from Makefile"

This commit is contained in:
Jenkins 2013-10-10 10:37:04 +00:00 committed by Gerrit Code Review
commit 730017fafe
1 changed files with 0 additions and 5 deletions

View File

@ -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 $@