Wallaby Series Release Notes¶
18.6.0¶
New Features¶
A new
designate::coordinationclass has been added to facilitate setting cordinate/backend_url configuration for multiple designate components. Please use thedesignate::coordination::backend_urlparameter instead ofdesignate::producer::backend_urlwhen using the new dedicated class.
Now the
designate::backend::bind9class supports setting up bind9 backend using/etc/designate/pools.yamlproperly. This feature can be enabled by the newmanage_poolparameter.
Deprecation Notes¶
The
designate::backend::bind9::rndc_hostparameter has been deprecated and has no effect now.
Bug Fixes¶
The
designate::backend::bind9class no longer configures parameters in the[backend:bind9]section, as these parameters are no longer effective.
18.5.0¶
New Features¶
The new
designate::api::enable_proxy_headers_parsingparameter has been added.
Added the new
designate::wsgi::apacheclass, you can now run thedesignate-apiservice under Apache with mod_wsgi.
18.4.0¶
New Features¶
The new
designate::policy::enforce_scopeparameter has been added to support the corresponding parameter in oslo.policy library.
The new
designate::policy::enforce_new_defaultsparameter has been added.
Add support for PostgreSQL database backend via designate::db::postgresql
Deprecation Notes¶
The
designate::api::service_ensureparameter has been deprecated. Use thedesignate::api::manage_serviceparameter instead, which accepts True or False instead.