yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #50348
[Bug 1579312] [NEW] connection-limit in neutron lbaas-listener-create
Public bug reported:
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.
** Affects: neutron
Importance: Undecided
Status: New
--
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 neutron:
New
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/neutron/+bug/1579312/+subscriptions
Follow ups