designate/devstack
Endre Karlson 84bb7226ce Fix CI Tempest jobs
After merge of change [1] to devstack project, preconfigured creds for
Tempest cannot be used anymore. But Manila requires such.
For the moment, latest Tempest interfaces cannot allow us to use
preconfigured creds because of bug #1524717.
So, until this bug fixed, we should workaround Devstack changes and
set legacy opts explicitly.

[1] I65b56ff681d6c27094380693c953fbc3664eceb0

Related-Bug: #1531049
Closes-Bug: #1531189
Change-Id: I4dc266713ec06bc6e98616a1277c8ae6cadf199d
2016-01-06 17:13:05 +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
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 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

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