Cleanup v18.0.0 release notes' prelude

The v18.0.0 tempest release notes had cluttered the prelude section with
random details about a OVS feature. This did not belong in the prelude
because this section is for high level details about the release. This
normally just is things like adds support for release X, or removal of
unsupported release W. This commit attempts to clean this up by moving
the comments about the rationale for a flag to the feature release
notes for the new flag.

Change-Id: I4831688b55d1e106880b0e4e6998c407eb60fc17
This commit is contained in:
Matthew Treinish 2018-06-26 09:58:37 -04:00
parent 942586a4e4
commit 16d9cf0671
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177

View File

@ -1,11 +1,9 @@
---
prelude: >
When using OVS HW offload feature we need to create
Neutron port with a certain capability. This is done
by creating Neutron port with binding profile. To be
able to test this we need profile capability support
in Tempest as well.
features:
- A new config option 'port_profile' is added to the section
'network' to specify capabilities of the port.
By default this is set to {}.
By default this is set to {}. When using OVS HW offload
feature we need to create Neutron port with a certain
capability. This is done by creating Neutron port with
binding profile. To be able to test this we need profile
capability support in Tempest as well.