Add release notes for the Newton features

Change-Id: Idf97041b6a35f2a91d1ee562e618eba8a0bc6a09
This commit is contained in:
Adit Sarfaty 2016-09-08 15:15:52 +03:00
parent 4bf1a654f1
commit 09b57b6e78
7 changed files with 60 additions and 0 deletions

View File

@ -0,0 +1,11 @@
---
prelude: >
The NSX-v plugin supports availability zones hints on routers and networks
creation in order to create them on the requested nsx datastore and
resource pool.
features:
- The NSX-v plugin supports availability zones hints on routers and networks
creation in order to create them on the requested nsx datastore and
resource pool.
The availability zones configuration includes the resource pool, datastore,
and HA datastore.

View File

@ -0,0 +1,9 @@
---
prelude: >
The NSX-v plugin can use the platform IPAM for ip allocations for external
networks and provider networks.
features:
- The NSX-v plugin can use the platform IPAM for ip allocations for external
networks and provider networks.
In order to use this feature, the ipam_driver in the neutron.conf file
should be set to vmware_nsxv_ipam.

View File

@ -0,0 +1,7 @@
---
prelude: >
The NSX-v plugin supports using router flavors in routers creation.
features:
- The NSX-v plugin supports using router flavors in routers creation.
A router flavor can include the router type, size, distributed flag and
availability zones in order to easily create similar routers.

View File

@ -0,0 +1,9 @@
---
prelude: >
The NSX-V plugin supports service insertion by redirecting traffic matched
to the neutron flow classifiers, to the NSX-V partner security services.
features:
- The NSX-V plugin supports service insertion by redirecting traffic matched
to the neutron flow classifiers, to the NSX-V partner security services.
For each flow-classifier defined in neutron, a new traffic redirection rule
will be created in the NSX partner security services tab.

View File

@ -0,0 +1,7 @@
---
prelude: >
The new extension dhcp-mtu of subnets in the NSX-v plugin can be used to
configure the DHCP client network interface MTU
features:
- The new extension dhcp-mtu of subnets in the NSX-v plugin can be used to
configure the DHCP client network interface MTU.

View File

@ -0,0 +1,9 @@
---
prelude: >
Support for QoS bandwidth limit and DSCP marking.
features:
- The plugin can apply a QoS rule to networks and ports that mark outgoing
traffic's type of service packet header field.
- The plugin can apply a QoS rule to networks and ports that limits the
outgoing traffic with the defined average and peak bandwidth.

View File

@ -0,0 +1,8 @@
---
prelude: >
The NSX-v plugin supports universal switches.
features:
The NSX-v universal transport zone can be used in order to create universal
switches as VXLAN networks over all the nsx managers. For this option to be
enabled, the vdn_scope_id parameter in nsx.ini should be set to the ID of
the universal transport zone which is 'universalvdnscope'.