designate/devstack
Erik Olof Gunnar Andersson 4eed31a99f Remove KS v2 support and add region support
Keystone V2 is no longer supported and is removed
from the D2D driver in this patch. In addition
we also add support to pass a region_name on to the
driver.

Change-Id: Ia3d2951f4e90817782bf959a6b2402eac26dbc7f
2019-05-25 21:04:55 -07:00
..
designate_plugins Remove KS v2 support and add region support 2019-05-25 21:04:55 -07:00
gate Remove v1 API 2018-01-11 14:13:43 +00:00
upgrade Replace git.openstack.org URLs with opendev.org URLs 2019-04-24 08:47:23 +08:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-24 08:47:23 +08:00
exercise.sh Migrate existing Devstack integration into a Devstack plugin 2015-11-27 16:38:12 +01:00
networking_test.py Update json module to jsonutils 2019-03-21 11:13:24 +08:00
networking_test_monitor_tc.sh Integration/stress test using a simulated network 2016-05-17 17:52:30 +01:00
plugin.sh Merge "Set worker model to be the default" 2019-03-08 07:31:03 +00:00
settings Fixing stevedore warning when running devstack 2019-03-21 20:23:12 -07:00
statsd_mock_server.py Using sys.exit(main()) instead of main() 2016-09-26 03:23:44 +00:00

README.rst

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://opendev.org/openstack/devstack.git
    cd devstack
  2. Add this repo as an external repository:

    > cat local.conf
    [[local|localrc]]
    enable_plugin designate https://opendev.org/openstack/designate
  3. run stack.sh