From dcf52077a4498fe84bc039a36560018bebd58082 Mon Sep 17 00:00:00 2001 From: zte-hanrong Date: Fri, 8 Jul 2016 10:06:10 +0800 Subject: [PATCH] Optimize local.conf.controller file to enable watche-dashboard Change-Id: I51cfca4d55453710685624d5cf16a92271947b6a --- devstack/local.conf.controller | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devstack/local.conf.controller b/devstack/local.conf.controller index e446cecdf..43f264c0d 100644 --- a/devstack/local.conf.controller +++ b/devstack/local.conf.controller @@ -27,6 +27,9 @@ 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 + # Enable the Watcher plugin enable_plugin watcher git://git.openstack.org/openstack/watcher