mirror of
https://opendev.org/openstack/designate.git
synced 2026-01-16 23:11:37 +00:00
PowerDNS 4.1.0 changed the default value of `webserver-allow-from` from `0.0.0.0/0` to `127.0.0.1` which blocked designate-worker and pool-manager from connecting to the API [1] Updated the allowed list of IPs to include the service host. 1 - https://doc.powerdns.com/authoritative/settings.html#setting-webserver-allow-from Change-Id: I655ba3264507ba0f4fc30ba8a7c3b35d216a9acd Signed-off-by: Graham Hayes <gr@ham.ie> |
||
|---|---|---|
| .. | ||
| designate_plugins | ||
| 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://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``