Skip to content
Snippets Groups Projects
Commit 4996570e authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Tidy up release notes for Ussuri"

parents 7aef93a0 84f10f2b
No related branches found
No related tags found
No related merge requests found
--- ---
features: features:
- | - |
Add support for managing Ceilometer dynamic pollster configuration in Adds support for managing Ceilometer dynamic pollster configuration in
Kolla-ansible. This feature will look for configurations in Kolla Ansible. This feature will look for configurations in
``{{ node_custom_config }}/ceilometer/pollster.d/`` by default. ``{{ node_custom_config }}/ceilometer/pollster.d/`` by default.
If there are configs there, they are copied to the control nodes, If there are configs there, they are copied to the control nodes,
to configure Ceilometer dynamic pollster sub-system. to configure Ceilometer dynamic pollster sub-system.
--- ---
features: features:
- | - |
Introduce new configuration variable `mariadb_wsrep_extra_provider_options` Introduces a new configuration variable
allowing users to set additional WSREP options. ``mariadb_wsrep_extra_provider_options`` allowing users to set additional
WSREP options.
...@@ -3,5 +3,5 @@ upgrade: ...@@ -3,5 +3,5 @@ upgrade:
- | - |
Support for deploying Ceph has been removed, after it was deprecated in Support for deploying Ceph has been removed, after it was deprecated in
Stein. Please use an external tool to deploy Ceph and integrate it with Stein. Please use an external tool to deploy Ceph and integrate it with
Kolla-Ansible deployed OpenStack by following the `external Ceph guide Kolla Ansible deployed OpenStack by following the `external Ceph guide
<https://docs.openstack.org/kolla-ansible/latest/reference/storage/external-ceph-guide.html>`__. <https://docs.openstack.org/kolla-ansible/latest/reference/storage/external-ceph-guide.html>`__.
...@@ -2,8 +2,9 @@ ...@@ -2,8 +2,9 @@
upgrade: upgrade:
- | - |
Neutron Linux bridge and Open vSwitch Agents config has been split out into Neutron Linux bridge and Open vSwitch Agents config has been split out into
linuxbridge_agent.ini and openvswitch_agent.ini respectively. ``linuxbridge_agent.ini`` and ``openvswitch_agent.ini`` respectively.
Please move your custom service config from ml2_conf.ini into those files. Please move your custom service config from ``ml2_conf.ini`` into those
files.
deprecations: deprecations:
- | - |
Customizing Neutron Linux bridge and Open vSwitch Agents config via Customizing Neutron Linux bridge and Open vSwitch Agents config via
...@@ -11,4 +12,4 @@ deprecations: ...@@ -11,4 +12,4 @@ deprecations:
agents into ``linuxbridge_agent.ini`` and ``openvswitch_agent.ini`` agents into ``linuxbridge_agent.ini`` and ``openvswitch_agent.ini``
respectively. In this release (Ussuri) custom service config respectively. In this release (Ussuri) custom service config
``ml2_conf.ini`` overrides will still be used when merging configs - but ``ml2_conf.ini`` overrides will still be used when merging configs - but
but that functionality will be removed in V release. but that functionality will be removed in the Victoria release.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment