diff options
author | Jenkins <jenkins@review.openstack.org> | 2013-10-10 10:37:04 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2013-10-10 10:37:04 +0000 |
commit | 730017fafeda43f680bd34ca8375cf6c33239147 (patch) | |
tree | d1c52aa9f39ddc34fe6abd514a24ce4360c43508 | |
parent | 9a745e8167adee395cae705d234d29d360d8b69b (diff) | |
parent | 6a898e97176515eca0aef5a000cae39d09dbb497 (diff) |
Merge "Remove an unsed target from Makefile"
-rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 $@ |