designate/devstack
Endre Karlson 8bb761e18e Fix order of installation in Devstack
Change-Id: I9a518f9006df7c83b7390eb93166f37f894c40b5
Closes-Bug: #1538066
2016-01-26 11:20:08 +01: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
exercise.sh Migrate existing Devstack integration into a Devstack plugin 2015-11-27 16:38:12 +01:00
plugin.sh Fix order of installation in Devstack 2016-01-26 11:20:08 +01:00
README.rst Migrate existing Devstack integration into a Devstack plugin 2015-11-27 16:38:12 +01:00
settings Migrate existing Devstack integration into a Devstack plugin 2015-11-27 16:38:12 +01: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