deb-gnocchi/devstack
gord chung 60ae8fa95c cleanup noauth path
- we don't need to set keystone_authtoken values
- setting OS_AUTH_TYPE breaks all other clients since it's global
  so just leave it and let user set to client specifically. this
  will not make integration gate work with noauth as there are other
  commands which require gnocchi to be registered in catalog

Change-Id: I3f451a40cdda12072daa69744467403236f633a7
2017-01-25 20:33:10 +00:00
..
gate devstack-gate: do not create legacy resources 2016-09-16 17:08:21 +02:00
README.rst Add README file for Devstack plugin 2015-10-23 11:08:28 +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 cleanup noauth path 2017-01-25 20:33:10 +00:00
settings rest: add auth_mode to pick authentication mode 2017-01-03 18:07:52 +01:00

README.rst

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.