Files
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
..
2016-02-16 22:30:37 +00:00
2016-02-22 16:36:30 -05:00

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