1dbdcac58f
This implementation replaces the existing Infoblox driver, and is based on the official Infoblox Python client. The following new configuring options are now available. - wapi_host, wapi_version, cert and key The original wapi_url option still works, but can now be alternatively replaced by wapi_host and wapi_version. Finally, the deprecated configuration options for designate.conf was removed, and all Infoblox configuration now happens in the pools configuration. Depends-On: https://review.opendev.org/c/openstack/requirements/+/905764 Change-Id: I35e03b9818851487686153bc68ad90c081e61966
23 lines
645 B
YAML
23 lines
645 B
YAML
---
|
|
features:
|
|
- |
|
|
The existing Infoblox driver has been updated and is now based on the
|
|
official Infoblox client.
|
|
|
|
The following new options were added to the pool config for Infoblox.
|
|
|
|
- ``wapi_host``
|
|
- ``wapi_version``
|
|
- ``cert``
|
|
- ``key``
|
|
|
|
upgrade:
|
|
- |
|
|
The deprecated Infoblox configuration options in ``desginate.conf``
|
|
has now been removed. All Infoblox configuration should now be in the
|
|
``pools.yaml`` configuration file.
|
|
|
|
In addition, the ``infoblox-client`` library is now a dependency for
|
|
the Infoblox driver and should be installed additionally if the
|
|
Infoblox Backend is used.
|