diff options
author | Derek Higgins <derekh@redhat.com> | 2013-07-10 12:53:44 +0100 |
---|---|---|
committer | Derek Higgins <derekh@redhat.com> | 2013-07-10 12:53:44 +0100 |
commit | 36b4e49819c0e7121a618f30f0cdec034ce9050e (patch) | |
tree | 9f3c0ff25f380673e79df26ba99f6a39e78ace4e /Makefile | |
parent | ed2207820728f309383c9021c9f879d3ced5d486 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |