Jens Harbott 48335d5868 Start replacing designate legacy jobs
Add a designate-base job to replace the legacy designate-devstack-base.

Add test job on bionic with py36.

Change-Id: I7c92b5b4464b585b0c9f64408507d8a2143f99d8
2018-05-16 14:18:58 +00:00
..
2018-01-11 14:13:43 +00:00
2018-02-01 17:49:50 +00:00
2016-03-07 17:02:15 +00: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