From 24ab0469ec043e407036b577c56174fd813d63fb Mon Sep 17 00:00:00 2001 From: Yumeng_Bao Date: Sat, 4 Feb 2017 19:45:59 +0800 Subject: [PATCH] Reactivate watcher dashboard plugin in devstack/local.conf.controller Since watcher dashboard can be sucessfully installed now by devstack, we should enable this again. Many of us are get the local.conf from here,so this change is necessary, we can enable watch dashboard plugin by default. Change-Id: Iad5081a97515b3f831d2f468dc514a942e6d3420 --- devstack/local.conf.controller | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/local.conf.controller b/devstack/local.conf.controller index bbc3d004f..3213e4b9c 100644 --- a/devstack/local.conf.controller +++ b/devstack/local.conf.controller @@ -28,7 +28,7 @@ ENABLED_SERVICES+=,q-svc,q-dhcp,q-meta,q-agt,q-l3,neutron enable_service n-cauth # Enable the Watcher Dashboard plugin -# enable_plugin watcher-dashboard git://git.openstack.org/openstack/watcher-dashboard +enable_plugin watcher-dashboard git://git.openstack.org/openstack/watcher-dashboard # Enable the Watcher plugin enable_plugin watcher git://git.openstack.org/openstack/watcher