designate/devstack
Chris Johnson 9b20cef56b Cleanup after enable files refactor
Reecently, while the "enabled" files were refactored from a
2 digit to 4 digit numbering scheme, we had to introduce
some logic to handle both the old and new numbering to
ensure the change made it through the gates.

Now that that change has successfully been committed,
this change cleans up that excess logic.

Change-Id: Ie7769a52f944fdceabdf9cec64c678425d341129
2016-02-22 16:36:30 -05:00
..
designate_plugins Migrate existing Devstack integration into a Devstack plugin 2015-11-27 16:38:12 +01:00
gate Actually poll for zone deletes 2016-02-16 22:30:37 +00: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 Cleanup after enable files refactor 2016-02-22 16:36:30 -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