From e97f960431ccebe4b8e0b254b14094a67e0d681d Mon Sep 17 00:00:00 2001 From: Justin Pomeroy Date: Fri, 11 Mar 2016 13:25:08 -0600 Subject: [PATCH] Add release note for LBaaS v2 dashboard work in Mitaka Change-Id: I4404b10313c31f4f5f7be395dcd7a69f56e46289 --- ...bp-horizon-lbaas-v2-ui-ba7e4c97a0460f85.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 releasenotes/notes/bp-horizon-lbaas-v2-ui-ba7e4c97a0460f85.yaml diff --git a/releasenotes/notes/bp-horizon-lbaas-v2-ui-ba7e4c97a0460f85.yaml b/releasenotes/notes/bp-horizon-lbaas-v2-ui-ba7e4c97a0460f85.yaml new file mode 100644 index 0000000..8b39e97 --- /dev/null +++ b/releasenotes/notes/bp-horizon-lbaas-v2-ui-ba7e4c97a0460f85.yaml @@ -0,0 +1,17 @@ +--- +features: + - A new dashboard wizard for Neutron LBaaS version 2. Allows you to create a + version 2 load balancer and related resources such as a listener, pool, + pool members, and health monitor. + - A view of all the existing version 2 load balancers. + - Ability to view details of a version 2 load balancer and drill down to see + details for the listener, pool, pool member, and health monitor resources. + - Ability to create, update, and delete the version 2 load balancer, listener, + pool, pool member, and health monitor resources. + - Ability to associate and disassociate floating IP addresses for a version + 2 load balancer. + - Ability to choose from SSL certificates stored by the key-manager service + when creating a version 2 listener using the TERMINATED_HTTPS protocol. + - Ability to choose from existing instances from the compute service or + specify external members when adding members to a version 2 pool. +