eb1d64782a
This change adds a redis driver and uses it by default in devstack. Because reading/writting from/to disks is too slow in our testing environment. Change-Id: If617260a9d8e38dc9ba9311c832be333346dd41e |
||
---|---|---|
.. | ||
gate | ||
apache-gnocchi.template | ||
apache-ported-gnocchi.template | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling Gnocchi in DevStack
Download DevStack:
git clone https://git.openstack.org/openstack-dev/devstack.git cd devstack
Add this repo as an external repository in
local.conf
file:[[local|localrc]] enable_plugin gnocchi https://git.openstack.org/openstack/gnocchi
Run
stack.sh
.