mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-26 17:57:34 +00:00
Remove nova entry from Makefile that inadvertantly crept in
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user