From 36b4e49819c0e7121a618f30f0cdec034ce9050e Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Wed, 10 Jul 2013 12:53:44 +0100 Subject: Quantum -> Neutron rename Almost all references to quantum have been changed neutron in tripleo-image-elements. Change-Id: Ib17353d5834dd95d0348f62111074180c6e47181 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit 1.2.3-korg