designate/devstack
Chris Johnson 1b7dd055ce Update numbering of dashboard enable files
Recently, the Horizon Dashboard project launched a new approach
for loading dashboard panels at startup, and along with that, a
new 4 digit numbering scheme for the files that enable that to
happen.

The change is happening in the designate-dashboard project. This
patch updates the file names that get sym-linked into Horizon.

Change-Id: Ifc9ee0a2afbd6b826993ff03c1d23aacabf3144e
2016-02-12 11:30:44 -05:00
..
designate_plugins Migrate existing Devstack integration into a Devstack plugin 2015-11-27 16:38:12 +01:00
gate Fix CI Tempest jobs 2016-01-06 17:13:05 +01:00
README.rst Migrate existing Devstack integration into a Devstack plugin 2015-11-27 16:38:12 +01:00
exercise.sh Migrate existing Devstack integration into a Devstack plugin 2015-11-27 16:38:12 +01:00
plugin.sh Update numbering of dashboard enable files 2016-02-12 11:30:44 -05:00
settings Migrate existing Devstack integration into a Devstack plugin 2015-11-27 16:38:12 +01:00

README.rst

Enabling 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:

    > cat local.conf
    [[local|localrc]]
    enable_plugin designate https://git.openstack.org/openstack/designate
  3. run stack.sh