Remove nova entry from Makefile that inadvertantly crept in
This commit is contained in:
parent
f9cb3fc846
commit
c089434209
6
Makefile
6
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user