aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDerek Higgins <derekh@redhat.com>2013-07-10 12:53:44 +0100
committerDerek Higgins <derekh@redhat.com>2013-07-10 12:53:44 +0100
commit36b4e49819c0e7121a618f30f0cdec034ce9050e (patch)
tree9f3c0ff25f380673e79df26ba99f6a39e78ace4e /Makefile
parented2207820728f309383c9021c9f879d3ced5d486 (diff)
Quantum -> Neutron rename
Almost all references to quantum have been changed neutron in tripleo-image-elements. Change-Id: Ib17353d5834dd95d0348f62111074180c6e47181
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3f388594..7b707a17 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-NOTCOMPUTE=nova-api.yaml keystone.yaml heat-allinone.yaml glance.yaml quantum.yaml mysql.yaml rabbitmq.yaml
+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