summaryrefslogtreecommitdiff
path: root/devstack/settings
Commit message (Collapse)AuthorAgeFilesLines
* Allow OSPROFILER_TRACE_SQLALCHEMY to be overriddenIlya Shakhat2019-04-081-1/+1
| | | | Change-Id: Idc3f10b108781d09dd9e871b20bbb6a1551f423c
* Make tracing of SQL statements configurable in DevStack pluginIlya Shakhat2018-09-171-0/+3
| | | | | | | This patch adds a new configuration variable OSPROFILER_TRACE_SQLALCHEMY with default value `True`. Change-Id: I72c782872dac370d6d1620cf734a293f998ed7f1
* Make collector configurable in DevStack pluginIlya Shakhat2017-12-151-1/+0
| | | | | | | | | | | | | | | | | | | In DevStack OSProfiler is by default configured to use messaging driver with Ceilometer backend. User can change the driver, but still needs to install collector/storage manually. This patch introduces configuration option `OSPROFILER_COLLECTOR` which is used to specify which collector/storage to install into DevStack. Currently 2 values are supported: * `redis` to install Redis server and use Redis driver * <empty> to keep the default behavior and use messaging driver To test the patch on DevStack, the following lines are needed in local.conf: enable_plugin osprofiler https://git.openstack.org/openstack/osprofiler refs/changes/06/527406/5 OSPROFILER_BRANCH=refs/changes/06/527406/5 OSPROFILER_COLLECTOR=redis Change-Id: Ia9763605db95b3f35c8b0e51211f96ee0dd3a82d
* Expose connection_string parameter into DevStack pluginIlya Shakhat2017-06-141-0/+1
| | | | | | | | | | With this patch the user can select which OSProfiler driver to use in DevStack. The configuration parameter is `OSPROFILER_CONNECTION_STRING`. Default empty value refers to Ceilometer-based driver (value `messaging://`). DevStack plugin's README is updated to explain new option. Change-Id: I608cd3e7bafd29db72e9e3e4cb8eb7437cd81ab2
* devstack: make option hmac_keys configurableRoman Podoliaka2017-01-231-0/+5
| | | | | | | | Let the Devstack users override the default value of option `hmac_keys` by the means of the environment variable set in local.conf. Change-Id: I0241abc4129f2d0130246723b78c584d448870a2
* Add DevStack pluginBoris Pavlovic2016-01-141-0/+3
This allows us to automate enabling OSProfiler in OpenStack Just add to DevStack localrc file: enable_plugin ceilometer https://github.com/openstack/ceilometer enable_plugin osprofiler https://github.com/openstack/osprofiler Change-Id: I3607407dd506723c1aad6696ec98eaed8a8ddd9e