Remove nova entry from Makefile that inadvertantly crept in

This commit is contained in:
Alan Meadows 2017-01-03 16:53:06 -08:00
parent f9cb3fc846
commit c089434209

View File

@ -3,10 +3,10 @@
B64_DIRS := common/secrets
B64_EXCLUDE := $(wildcard common/secrets/*.b64)
CHARTS := ceph mariadb rabbitmq GLANCE memcached keystone glance horizon neutron nova openstack
CHARTS := ceph mariadb rabbitmq GLANCE memcached keystone glance horizon neutron openstack
COMMON_TPL := common/templates/_globals.tpl
all: common ceph bootstrap mariadb rabbitmq memcached keystone glance horizon neutron nova openstack
all: common ceph bootstrap mariadb rabbitmq memcached keystone glance horizon neutron openstack
common: build-common
@ -27,8 +27,6 @@ glance: build-glance
neutron: build-neutron
nova: build-nova
memcached: build-memcached
openstack: build-openstack