Derek Higgins 36b4e49819 Quantum -> Neutron rename
Almost all references to quantum have been changed
neutron in tripleo-image-elements.

Change-Id: Ib17353d5834dd95d0348f62111074180c6e47181
2013-07-10 12:53:44 +01:00

9 lines
341 B
Makefile

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: bootstack-vm.yaml nova-compute-group.yaml
python merge.py $^ > $@.tmp
mv $@.tmp $@