senlin/devstack
Ethan Lynn c0b85e5c25 Fix keystonemiddleware.auth_token failure
The senlin script for devstack will setup to use
keystone v2 as default url in keystonemiddleware,
since keystone remove its v2 api, so it will failed
on authentication.

fix-bug: #1727904
Change-Id: I61cf8902eef86efb9cfc82f0061f8b82bfc221f8
2017-10-27 10:39:54 +08:00
..
lib Fix keystonemiddleware.auth_token failure 2017-10-27 10:39:54 +08:00
README.rst Add toggle in devstack plugin to run senlin-api under Apache2 2016-11-13 21:45:01 -05:00
apache-senlin.template Add access log for devstack. 2017-03-20 15:28:43 +08:00
plugin.sh Do not cleanup_senlin_dashboard in devstack install step 2017-02-04 23:55:59 +08:00
settings Improve devstack plugin 2015-08-28 23:10:33 +08:00

README.rst

Enabling senlin in DevStack

  1. Download DevStack:

    $ git clone https://git.openstack.org/openstack-dev/devstack
    $ cd devstack
  2. Add following repo as external repositories into your local.conf file:

    [[local|localrc]]
    #Enable senlin
    enable_plugin senlin https://git.openstack.org/openstack/senlin
    #Enable senlin-dashboard
    enable_plugin senlin-dashboard https://git.openstack.org/openstack/senlin-dashboard

Optionally, you can add a line SENLIN_USE_MOD_WSGI=True to the same local.conf file if you prefer running the Senlin API service under Apache.

  1. Run ./stack.sh.