]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Cleanup all the release notes
authorKyle Mestery <mestery@mestery.com>
Mon, 14 Dec 2015 14:40:26 +0000 (08:40 -0600)
committerHenry Gessau <gessau@gmail.com>
Wed, 16 Dec 2015 01:31:22 +0000 (20:31 -0500)
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>
releasenotes/notes/add-availability-zone-4440cf00be7c54ba.yaml
releasenotes/notes/config-file-generation-2eafc6602d57178e.yaml
releasenotes/notes/deprecate-router_id-34aca9ea5ee9e789.yaml
releasenotes/notes/hyperv-neutron-agent-decomposition-ae6a052aeb48c6ac.yaml
releasenotes/notes/oslo-reports-166a169037bf64f2.yaml
releasenotes/notes/rm-notify-entry-points-aa442134a780469a.yaml
releasenotes/notes/use-keystoneauth-24f309566001a16b.yaml

index 6a4a0e34b7d0ab570e1be36c13a79405ad8791b9..b09fe362369bc45aa7c6763aaab7521d9f909d26 100644 (file)
@@ -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.
index d93745268b0ec46742335ae2999e0a5dfb7b3503..62f1467e9701b0deaf3e7c018bb3b5bef8143b03 100644 (file)
@@ -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
index 389ef87d5cd30e8d646b7ba6abc40f447d5c7451..fb83376b6f89b2d6c3c1bc18b50015ca40c04910 100644 (file)
@@ -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.
index b430c9ef7627ee7a183600e8cb51f640fa69362f..af9884cf531f96566229a33188843c46cbc14c74 100644 (file)
@@ -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.
index dbd5963fb091f3158d59cb4bbeb1a9518d086e14..ef91a05c7745413e00575693b2b3cb733d6d7885 100644 (file)
@@ -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.
index 880b868498bd85a06a3b794a1ca4faf7c8c31cdd..763450fbddd9bc4e9bdae234c680f8e4613a499a 100644 (file)
@@ -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.
index d16d6d7c84976d1b980b4e4bf66be2b5361510c4..2b0d7d7fd2f9031e3d46f7d4c354286cbdd5b844 100644 (file)
@@ -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.