Cleanup all the release notes

Fix grammar issues with release notes. Make the wording clearer for
a few of them as well.

Change-Id: If766f222c57f490276de717618ebb7102e7efdcb
Signed-off-by: Kyle Mestery <mestery@mestery.com>
This commit is contained in:
Kyle Mestery 2015-12-14 08:40:26 -06:00 committed by Henry Gessau
parent b991c16897
commit ae2e2ac77f
7 changed files with 19 additions and 23 deletions

View File

@ -1,10 +1,10 @@
--- ---
prelude: > prelude: >
Agent scheduling aware of availability zones is now supported. DHCP and L3 Agent scheduling is availability zone aware.
features: features:
- DHCP agent is assigned to an availability zone; network will be hosted by - A DHCP agent is assigned to an availability zone; the network will be
the DHCP agent with availability zone which user specifies. hosted by the DHCP agent with availability zone specified by the user.
- L3 agent is assigned to an availability zone; router will be hosted by the - An L3 agent is assigned to an availability zone; the router will be hosted
L3 agent with availability zone which user specifies. This supports the use by the L3 agent with availability zone specified by the user. This supports
of availability zones with HA routers. DVR isn't supported now because L3HA the use of availability zones with HA routers. DVR isn't supported now
and DVR integration isn't finished. because L3HA and DVR integration isn't finished.

View File

@ -1,6 +1,6 @@
--- ---
prelude: > prelude: >
Generation of sample Neutron core configuration files. Core configuration files are automatically generated.
features: features:
- Neutron no longer includes static example configuration files. Instead, - Neutron no longer includes static example configuration files. Instead,
use tools/generate_config_file_samples.sh to generate them. The files are use tools/generate_config_file_samples.sh to generate them. The files are

View File

@ -1,5 +1,3 @@
--- ---
prelude: >
Deprecate router_id option in order to prepare its removal in N cycle.
upgrade: upgrade:
- router_id option deprecation - The router_id option is deprecated and will be removed in the 'N' cycle.

View File

@ -1,8 +1,8 @@
--- ---
upgrade: upgrade:
- Hyper-V Neutron Agent has been fully decomposed from Neutron. Therefore, the - The Hyper-V Neutron Agent has been fully decomposed from Neutron.
`neutron.plugins.hyperv.agent.security_groups_driver.HyperVSecurityGroupsDriver` The `neutron.plugins.hyperv.agent.security_groups_driver.HyperVSecurityGroupsDriver`
firewall driver has been deprecated and will be removed in the O cycle. 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 Update the `neutron_hyperv_agent.conf` files on the Hyper-V nodes to
use `hyperv.neutron.security_groups_driver.HyperVSecurityGroupsDriver`, use `hyperv.neutron.security_groups_driver.HyperVSecurityGroupsDriver`,
which is the networking_hyperv security groups driver. which is the networking_hyperv security groups driver.

View File

@ -2,5 +2,5 @@
prelude: > prelude: >
Neutron is integrated with Guru Meditation Reports library. Neutron is integrated with Guru Meditation Reports library.
features: features:
- Neutron services should now respond to SIGUSR2 signal by dumping valuable - Neutron services should respond to SIGUSR2 signal by dumping valuable debug
debug information to standard error output. information to standard error output.

View File

@ -1,9 +1,8 @@
--- ---
prelude: | prelude: >
oslo.messaging.notify.drivers entry points are deprecated oslo.messaging.notify.drivers entry points are deprecated
other: 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 backward compatibility with Icehouse are deprecated and will be removed
after liberty-eol. Configure notifications using the oslo_messaging after liberty-eol. Configure notifications using the oslo_messaging
configuration options in neutron.conf. configuration options in neutron.conf.

View File

@ -1,6 +1,5 @@
--- ---
upgrade: upgrade:
- neutron now depends on keystoneauth instead of - Neutron depends on keystoneauth instead of keystoneclient.
keystoneclient.
features: features:
- neutron can now interact with keystone v3. - Neutron can interact with keystone v3.