designate/devstack
Jens Harbott 1ac9251b89 Don't install v1 dashboard panel
The panel _1720_project_dns_panel.py has been removed in [0], stop
trying to install it in our devstack plugin.

[0] Iabf7d396ea6feb0cd7de1c5408a81a7a3ce1efbf

Change-Id: I7ebc7991bd4f59579195d337f1787fd8abefbe90
(cherry picked from commit b9e6549ad3)
2019-11-14 23:03:56 -08:00
..
designate_plugins Removed deprecated powerdns 3 driver 2019-09-24 04:26:19 -07:00
gate Removed deprecated powerdns 3 driver 2019-09-24 04:26:19 -07:00
upgrade Removed deprecated pool-manager implementation 2019-09-24 11:10:54 +00: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 Don't install v1 dashboard panel 2019-11-14 23:03:56 -08:00
settings Set default branches to stable/train 2019-11-11 09:46:56 +00: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