gnocchi/devstack
Stéphane Albert 791ca7748f Fix uuidgen not installed in some ubuntu installs
On some basic ubuntu install the uuidgen commands is not there causing
gnocchi installation to fail.
Add a new pre-install commands to install the package on ubuntu systems.

Change-Id: I456b2421905c383c5df39deb7f1a1819ad1c990e
2016-04-29 21:29:56 +00:00
..
gate tests: tempest plugin 2016-04-11 21:44:23 +02:00
apache-gnocchi.template increase number of wsgi threads 2015-11-26 09:16:36 -05:00
apache-ported-gnocchi.template increase number of wsgi threads 2015-11-26 09:16:36 -05:00
plugin.sh Fix uuidgen not installed in some ubuntu installs 2016-04-29 21:29:56 +00:00
README.rst Add README file for Devstack plugin 2015-10-23 11:08:28 +02:00
settings Revert "Use pbr WSGI feature to build gnocchi-api" 2016-04-06 16:14:45 +02:00

Enabling Gnocchi in DevStack

  1. Download DevStack:

    git clone https://git.openstack.org/openstack-dev/devstack.git
    cd devstack
  2. Add this repo as an external repository in local.conf file:

    [[local|localrc]]
    enable_plugin gnocchi https://git.openstack.org/openstack/gnocchi
  3. Run stack.sh.