From bb8a7a4d3d152923c00003108d2f9280361c8a8e Mon Sep 17 00:00:00 2001 From: Thaynara Silva Date: Tue, 28 Mar 2017 15:08:28 +0000 Subject: [PATCH] Remove specified branch in sample local.conf Remove stable/newton as the specified branch for collectd-ceilometer-plugin so that master is the default branch for the example. Change-Id: Iadda90b748d4204c7cc69035bb48696617913388 Closes-Bug: #1676783 --- doc/source/examples/local.conf.minimal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/examples/local.conf.minimal b/doc/source/examples/local.conf.minimal index bd2b7d8..9013f93 100644 --- a/doc/source/examples/local.conf.minimal +++ b/doc/source/examples/local.conf.minimal @@ -24,7 +24,7 @@ enable_plugin ceilometer https://github.com/openstack/ceilometer master # For more options refer to devstackGSG.rst CEILOMETER_BACKEND=mysql -enable_plugin collectd-ceilometer https://github.com/openstack/collectd-ceilometer-plugin stable/newton +enable_plugin collectd-ceilometer https://github.com/openstack/collectd-ceilometer-plugin COLLECTD_INSTALL=True COLLECTD_CEILOMETER_VERBOSE=True