Release notes: prelude items should not have a - (aka bullet)

Ensure that all of the prelude items are aligned an that none of them
have bullets. This is following the reno usage (
http://docs.openstack.org/developer/reno/usage.html)

Change-Id: I7123f2a229e90dc667833e5dcd4246930605e248
This commit is contained in:
Gary Kotton 2016-03-05 07:36:30 -08:00
parent 2f0491c959
commit 010b3e13f3
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
---
prelude: >
- The ML2 plug-in supports calculating the MTU for instances
The ML2 plug-in supports calculating the MTU for instances
using overlay networks by subtracting the overlay protocol
overhead from the value of 'path_mtu', ideally the physical
(underlying) network MTU, and providing the smaller value to

View File

@ -1,6 +1,6 @@
---
prelude: >
- The ML2 plug-in supports calculating the MTU for networks
The ML2 plug-in supports calculating the MTU for networks
that are realized as flat or VLAN networks, by consulting the
'segment_mtu' option. Prior to Mitaka, 'segment_mtu' defaults to 0 which
disables this feature. This creates slightly confusing API results when