senlin/devstack
jolie 2c5a4b9212 Correct the installation doc
The instacllation doc should provide the senlin dashboard install
in devstack method, because horizon is a core service, many
developer will install this service. And if the developer want
to develop senlin-dashboard there is no doc instruction to guide
them how to install this horizon plugin.
Besides, there is a incorrect step in the install guide.

Change-Id: I375f04cb1e2621ce59740770566692e6643add05
2016-08-04 03:11:05 +00:00
..
lib Fix senlin-dashboard install 2016-05-25 21:38:14 -04:00
README.rst Correct the installation doc 2016-08-04 03:11:05 +00:00
plugin.sh Add devstack support for senlin dashboard 2016-02-19 12:31:22 -05: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
  3. Run ./stack.sh.