mirror of
https://opendev.org/openstack/designate.git
synced 2026-01-17 07:20:56 +00:00
We no longer need to deal with xenial or older distro versions, so we
can assume that we can always install pdns4 from the distro directly
and don't need the distro version check any longer.
Drop a config option that was removed in pdns 4.2.x.
Use mysql credentials correctly.
Change-Id: I90af3a092296f943509833608f25522b6f8e9ab6
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| 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``