From c089434209f78b9dfd81090b6a995aefd494115b Mon Sep 17 00:00:00 2001 From: Alan Meadows Date: Tue, 3 Jan 2017 16:53:06 -0800 Subject: [PATCH] Remove nova entry from Makefile that inadvertantly crept in --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index e41c249c..de505d3c 100644 --- a/Makefile +++ b/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