From eed2e128b0ce10cf2e084f0df0dcc18dcd662b79 Mon Sep 17 00:00:00 2001 From: aditi Date: Thu, 5 Oct 2017 12:05:12 +0900 Subject: [PATCH] Remove explicitly enable neutron This patch removes, explicitly enabled neutron from local.conf as devstack now default uses neutron Change-Id: Icf6bd944dd2262ff23cbcceb762a9ba80f471dbb --- devstack/local.conf.controller | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/devstack/local.conf.controller b/devstack/local.conf.controller index 79b3e82c2..9bf4956a9 100644 --- a/devstack/local.conf.controller +++ b/devstack/local.conf.controller @@ -24,13 +24,6 @@ MULTI_HOST=1 # This is the controller node, so disable nova-compute disable_service n-cpu -# Disable nova-network and use neutron instead -disable_service n-net -ENABLED_SERVICES+=,q-svc,q-dhcp,q-meta,q-agt,q-l3,neutron - -# Enable remote console access -enable_service n-cauth - # Enable the Watcher Dashboard plugin enable_plugin watcher-dashboard git://git.openstack.org/openstack/watcher-dashboard @@ -42,6 +35,7 @@ enable_plugin ceilometer git://git.openstack.org/openstack/ceilometer # This is the controller node, so disable the ceilometer compute agent disable_service ceilometer-acompute + # Enable the ceilometer api explicitly(bug:1667678) enable_service ceilometer-api