mirror of
https://opendev.org/openstack/designate.git
synced 2026-01-17 07:20:56 +00:00
To better align with other OpenStack projects and to reduce the ongoing problem with duplicate imports, this patch re-enables the H306 check for proper module import order. Change-Id: Iced92590829f6d9177d64ad4868aebe6eafd6a8a |
||
|---|---|---|
| .. | ||
| designate_plugins | ||
| files | ||
| gate | ||
| upgrade | ||
| exercise.sh | ||
| networking_test.py | ||
| networking_test_monitor_tc.sh | ||
| plugin.sh | ||
| README.rst | ||
| settings | ||
| statsd_mock_server.py | ||
====================
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``