diff --git a/releasenotes/notes/add-availability-zone-4440cf00be7c54ba.yaml b/releasenotes/notes/add-availability-zone-4440cf00be7c54ba.yaml index 6a4a0e34b7d..b09fe362369 100644 --- a/releasenotes/notes/add-availability-zone-4440cf00be7c54ba.yaml +++ b/releasenotes/notes/add-availability-zone-4440cf00be7c54ba.yaml @@ -1,10 +1,10 @@ --- prelude: > - Agent scheduling aware of availability zones is now supported. + DHCP and L3 Agent scheduling is availability zone aware. features: - - DHCP agent is assigned to an availability zone; network will be hosted by - the DHCP agent with availability zone which user specifies. - - L3 agent is assigned to an availability zone; router will be hosted by the - L3 agent with availability zone which user specifies. This supports the use - of availability zones with HA routers. DVR isn't supported now because L3HA - and DVR integration isn't finished. \ No newline at end of file + - A DHCP agent is assigned to an availability zone; the network will be + hosted by the DHCP agent with availability zone specified by the user. + - An L3 agent is assigned to an availability zone; the router will be hosted + by the L3 agent with availability zone specified by the user. This supports + the use of availability zones with HA routers. DVR isn't supported now + because L3HA and DVR integration isn't finished. diff --git a/releasenotes/notes/config-file-generation-2eafc6602d57178e.yaml b/releasenotes/notes/config-file-generation-2eafc6602d57178e.yaml index d93745268b0..62f1467e970 100644 --- a/releasenotes/notes/config-file-generation-2eafc6602d57178e.yaml +++ b/releasenotes/notes/config-file-generation-2eafc6602d57178e.yaml @@ -1,6 +1,6 @@ --- prelude: > - Generation of sample Neutron core configuration files. + Core configuration files are automatically generated. features: - Neutron no longer includes static example configuration files. Instead, use tools/generate_config_file_samples.sh to generate them. The files are diff --git a/releasenotes/notes/deprecate-router_id-34aca9ea5ee9e789.yaml b/releasenotes/notes/deprecate-router_id-34aca9ea5ee9e789.yaml index 389ef87d5cd..fb83376b6f8 100644 --- a/releasenotes/notes/deprecate-router_id-34aca9ea5ee9e789.yaml +++ b/releasenotes/notes/deprecate-router_id-34aca9ea5ee9e789.yaml @@ -1,5 +1,3 @@ --- -prelude: > - Deprecate router_id option in order to prepare its removal in N cycle. upgrade: - - router_id option deprecation + - The router_id option is deprecated and will be removed in the 'N' cycle. diff --git a/releasenotes/notes/hyperv-neutron-agent-decomposition-ae6a052aeb48c6ac.yaml b/releasenotes/notes/hyperv-neutron-agent-decomposition-ae6a052aeb48c6ac.yaml index b430c9ef762..af9884cf531 100644 --- a/releasenotes/notes/hyperv-neutron-agent-decomposition-ae6a052aeb48c6ac.yaml +++ b/releasenotes/notes/hyperv-neutron-agent-decomposition-ae6a052aeb48c6ac.yaml @@ -1,8 +1,8 @@ --- upgrade: - - Hyper-V Neutron Agent has been fully decomposed from Neutron. Therefore, the - `neutron.plugins.hyperv.agent.security_groups_driver.HyperVSecurityGroupsDriver` - firewall driver has been deprecated and will be removed in the O cycle. + - The Hyper-V Neutron Agent has been fully decomposed from Neutron. + The `neutron.plugins.hyperv.agent.security_groups_driver.HyperVSecurityGroupsDriver` + firewall driver has been deprecated and will be removed in the 'O' cycle. Update the `neutron_hyperv_agent.conf` files on the Hyper-V nodes to use `hyperv.neutron.security_groups_driver.HyperVSecurityGroupsDriver`, which is the networking_hyperv security groups driver. diff --git a/releasenotes/notes/oslo-reports-166a169037bf64f2.yaml b/releasenotes/notes/oslo-reports-166a169037bf64f2.yaml index dbd5963fb09..ef91a05c774 100644 --- a/releasenotes/notes/oslo-reports-166a169037bf64f2.yaml +++ b/releasenotes/notes/oslo-reports-166a169037bf64f2.yaml @@ -2,5 +2,5 @@ prelude: > Neutron is integrated with Guru Meditation Reports library. features: - - Neutron services should now respond to SIGUSR2 signal by dumping valuable - debug information to standard error output. + - Neutron services should respond to SIGUSR2 signal by dumping valuable debug + information to standard error output. diff --git a/releasenotes/notes/rm-notify-entry-points-aa442134a780469a.yaml b/releasenotes/notes/rm-notify-entry-points-aa442134a780469a.yaml index 880b868498b..763450fbddd 100644 --- a/releasenotes/notes/rm-notify-entry-points-aa442134a780469a.yaml +++ b/releasenotes/notes/rm-notify-entry-points-aa442134a780469a.yaml @@ -1,9 +1,8 @@ --- -prelude: | - oslo.messaging.notify.drivers entry points are deprecated +prelude: > + oslo.messaging.notify.drivers entry points are deprecated other: - - | - The oslo.messaging.notify.drivers entry points that were left in tree for + - The oslo.messaging.notify.drivers entry points that were left in tree for backward compatibility with Icehouse are deprecated and will be removed after liberty-eol. Configure notifications using the oslo_messaging configuration options in neutron.conf. diff --git a/releasenotes/notes/use-keystoneauth-24f309566001a16b.yaml b/releasenotes/notes/use-keystoneauth-24f309566001a16b.yaml index d16d6d7c849..2b0d7d7fd2f 100644 --- a/releasenotes/notes/use-keystoneauth-24f309566001a16b.yaml +++ b/releasenotes/notes/use-keystoneauth-24f309566001a16b.yaml @@ -1,6 +1,5 @@ --- upgrade: - - neutron now depends on keystoneauth instead of - keystoneclient. + - Neutron depends on keystoneauth instead of keystoneclient. features: - - neutron can now interact with keystone v3. + - Neutron can interact with keystone v3.