yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #63608
[Bug 1686356] [NEW] Cannot update quota healthmonitor with tenant_id
Public bug reported:
Version is stable/mitaka.
I update quota healthmonitor with tenant_id via command-line.
Like this neutron quota-update --healthmonitor 100 --tenant_id
2edf976f0f274f22a44d18916d6123a6
I found this record field tenant_id is 100 and field limit is 1 in
neutron quotas table.
It seems that other quota is ok except the healthmonitor.
below is terminal output.
[root@node ~]# neutron quota-update --healthmonitor 100 --tenant_id 2edf976f0f274f22a44d18916d6123a6
+---------------------+-------+
| Field | Value |
+---------------------+-------+
| floatingip | 50 |
| healthmonitor | 1 |
| l7policy | -1 |
| listener | -1 |
| loadbalancer | 10 |
| network | 10 |
| pool | 10 |
| port | 50 |
| rbac_policy | 10 |
| router | 10 |
| security_group | 10 |
| security_group_rule | 100 |
| subnet | 10 |
| subnetpool | -1 |
+---------------------+-------+
** 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/1686356
Title:
Cannot update quota healthmonitor with tenant_id
Status in neutron:
New
Bug description:
Version is stable/mitaka.
I update quota healthmonitor with tenant_id via command-line.
Like this neutron quota-update --healthmonitor 100 --tenant_id
2edf976f0f274f22a44d18916d6123a6
I found this record field tenant_id is 100 and field limit is 1 in
neutron quotas table.
It seems that other quota is ok except the healthmonitor.
below is terminal output.
[root@node ~]# neutron quota-update --healthmonitor 100 --tenant_id 2edf976f0f274f22a44d18916d6123a6
+---------------------+-------+
| Field | Value |
+---------------------+-------+
| floatingip | 50 |
| healthmonitor | 1 |
| l7policy | -1 |
| listener | -1 |
| loadbalancer | 10 |
| network | 10 |
| pool | 10 |
| port | 50 |
| rbac_policy | 10 |
| router | 10 |
| security_group | 10 |
| security_group_rule | 100 |
| subnet | 10 |
| subnetpool | -1 |
+---------------------+-------+
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1686356/+subscriptions
Follow ups