summaryrefslogtreecommitdiff
path: root/devstack/README.rst
diff options
context:
space:
mode:
authorIlya Shakhat <shakhat@gmail.com>2018-01-11 17:07:16 +0100
committerIlya Shakhat <shakhat@gmail.com>2018-01-18 12:01:09 +0100
commit0bb909c7a039f17b957d920c93d366d89e581280 (patch)
tree7c7800c7ac46ead5dcff91859dfb3fcb1b2061c0 /devstack/README.rst
parent599060387eea9049441f4e8eb4f2e72a1b87c876 (diff)
downloadosprofiler-0bb909c7a039f17b957d920c93d366d89e581280.tar.gz
Remove Ceilometer support
Our current Ceilometer driver relies on old version of ceilometer client, which is in deprecated state and not compatible with the latest Telemetry projects (Panko, Gnocchi). The functionality of the driver is not tested automatically and most probably broken. So it's time to let it go and clean the code. This patch leaves "messaging" driver as default for notification and makes "connection-string" a required parameter in CLI. In the future we may consider to change default notification driver, though it requires proper release note handling in all affected projects. Change-Id: Id8442c4ff13c5cc33fd909b4757757cc5f396f50
Diffstat (limited to 'devstack/README.rst')
-rw-r--r--devstack/README.rst15
1 files changed, 4 insertions, 11 deletions
diff --git a/devstack/README.rst b/devstack/README.rst
index 2cf7d20..e1376c9 100644
--- a/devstack/README.rst
+++ b/devstack/README.rst
@@ -10,11 +10,11 @@ that control this:
* ``OSPROFILER_COLLECTOR`` specifies which collector to install in DevStack.
By default OSProfiler plugin does not install anything, thus default
- messaging driver with Ceilometer storage will be used.
+ messaging driver will be used.
Possible values:
- * ``<empty>`` - default messaging driver with Ceilometer is used
+ * ``<empty>`` - default messaging driver is used
* ``redis`` - Redis is installed
The default value of ``OSPROFILER_CONNECTION_STRING`` is set automatically
@@ -50,13 +50,6 @@ file and add the following to ``[[local|localrc]]`` section:
``OSPROFILER_CONNECTION_STRING`` variable (refer to the next section for
details)
-* to use default Ceilometer driver::
-
- enable_plugin panko https://git.openstack.org/openstack/panko master
- enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer master
- enable_plugin osprofiler https://git.openstack.org/openstack/osprofiler master
-
- Note: the order of enabling plugins matters.
Run DevStack as normal::
@@ -74,7 +67,7 @@ a comma-separated list of string values::
OSPROFILER_HMAC_KEYS=swordfish,foxtrot,charlie
**OSPROFILER_CONNECTION_STRING** - connection string to identify the driver.
-Default value is ``messaging://`` refers to Ceilometer driver. For a full
+Default value is ``messaging://`` refers to messaging driver. For a full
list of drivers please refer to
``http://git.openstack.org/cgit/openstack/osprofiler/tree/osprofiler/drivers``.
Example: enable ElasticSearch driver with the server running on localhost::
@@ -83,7 +76,7 @@ Example: enable ElasticSearch driver with the server running on localhost::
**OSPROFILER_COLLECTOR** - controls which collector to install into DevStack.
The driver is then chosen automatically based on the collector. Empty value assumes
-that the default messaging driver with Ceilometer is used.
+that the default messaging driver is used.
Example: enable Redis collector::
OSPROFILER_COLLECTOR=redis