senlin/devstack
jing.liuqing f67c830c18 Enable senlin policy for dashboard via devstack installation
Change-Id: Ib61677c6e450fedaaf755010656b134bd549bf16
2016-09-18 22:07:36 +08:00
..
lib Enable senlin policy for dashboard via devstack installation 2016-09-18 22:07:36 +08: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.