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