designate/devstack
Kiall Mac Innes 77d083b540 Remove tempest plugin from non-tempest gate
These were added as a transition, before the real tempest
jobs were created and voting.

Change-Id: Ibe90ff4ddafa63230b50ecd0c531654cb8886e72
2016-05-12 16:03:58 +01:00
..
designate_plugins Add Agent DevStack Backend 2016-04-14 20:58:06 +01:00
gate Remove tempest plugin from non-tempest gate 2016-05-12 16:03:58 +01:00
exercise.sh Migrate existing Devstack integration into a Devstack plugin 2015-11-27 16:38:12 +01:00
plugin.sh Merge "Support multiple API and mDNS listen address pairs" 2016-05-04 17:22:12 +00:00
README.rst Add warning to devstack/README.rst 2016-03-07 17:02:15 +00:00
settings DevStack: Allow disabling of API versions 2016-05-03 18:04:07 +01:00

Enabling in Devstack

WARNING: the stack.sh script must be run in a disposable VM that is not being created automatically, see the README.md file in the "devstack" repository. See contrib/vagrant to create a vagrant VM.

  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