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
diff --git a/releasenotes/notes/add-port-profile-config-option-2610b2fa67027960.yaml b/releasenotes/notes/add-port-profile-config-option-2610b2fa67027960.yaml
index b54ee8b..19d47d1 100644
--- a/releasenotes/notes/add-port-profile-config-option-2610b2fa67027960.yaml
+++ b/releasenotes/notes/add-port-profile-config-option-2610b2fa67027960.yaml
@@ -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.