https://review.openstack.org/#/c/338733/
** Project changed: neutron => python-neutronclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1579312 Title: connection-limit in neutron lbaas-listener-create Status in python-neutronclient: In Progress Bug description: When I check help of neutron lbaas-listener-create, [root@opencos2 ~(keystone_admin)]# neutron lbaas-listener-create -h usage: neutron lbaas-listener-create [-h] [-f {shell,table,value}] [-c COLUMN] [--max-width <integer>] [--prefix PREFIX] [--request-format {json,xml}] [--tenant-id TENANT_ID] [--admin-state-down] [--connection-limit CONNECTION_LIMIT] [--description DESCRIPTION] [--name NAME] --loadbalancer LOADBALANCER --protocol {TCP,HTTP,HTTPS} --protocol-port PORT LBaaS v2 Create a listener. optional arguments: -h, --help show this help message and exit --request-format {json,xml} The XML or JSON request format. --tenant-id TENANT_ID The owner tenant ID. --admin-state-down Set admin state up to false. --connection-limit CONNECTION_LIMIT The maximum number of connections per second allowed for the vip. Positive integer or -1 for unlimited (default). In lbaasv1,one vip only has one pool.So you can add the following note:The maximum number of connections per second allowed for the vip. But in lbaasv2, first vip is abandoned;second,one loadbalancer can have more than one listeners,so this note is not suitable. To manage notifications about this bug go to: https://bugs.launchpad.net/python-neutronclient/+bug/1579312/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

