mirror of
https://opendev.org/openstack/designate.git
synced 2026-01-17 07:20:56 +00:00
- Ignore duplicate Zone error - Handle error when contractId or gid is missed - Ignore port for masters servers, because Akamai uses only 53 port and does not allow to specify any port in list of masters servers. - Added timeout and retries for soft Zone Delete - Added handling errors on the delete zone action - Added Log info message with RequestId on soft zone delete - Added processing for TsigKey during creation zone - Added devsatck_plugin for akamai_v2 backend Depends-On: https://review.opendev.org/#/c/692819/4 Change-Id: Ib221f4cf0371e70fc6900582d826ffc1bdfc12b9 |
||
|---|---|---|
| .. | ||
| 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``