| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-sdks - 2017-01-13 | |||
| 08:05:33 | reedip | neutronclient.v2_0.client GET call to neutron for http://10.0.4.186:9696/v2.0/quotas/062fe3fccc174db385b1a35a1ee3152f.json | |
| 08:05:37 | RuiChen | I'm not sure if all the services support to list specified tenant quota | |
| 08:05:51 | reedip | RuiChen: neutron does , in neutronclient | |
| 08:06:02 | reedip | then it shouldnt avoid doing the same in openstackclient :D | |
| 08:07:01 | RuiChen | I think if admin can set quota for specified tenant, then he should can list it | |
| 08:07:38 | reedip | RuiChen : admin can update it | |
| 08:08:08 | reedip | RuiChen : I just confirmed, there is no problem in listing the information in quota | |
| 08:08:16 | reedip | neutron quota-update --subnet 10000 --tenant-id 062fe3fccc174db385b1a35a1ee3152f | |
| 08:08:17 | reedip | | floatingip | 50 | | |
| 08:08:17 | reedip | +---------------------+-------+ | |
| 08:08:17 | reedip | | Field | Value | | |
| 08:08:17 | reedip | neutron CLI is deprecated and will be removed in the future. Use openstack CLI instead. | |
| 08:08:19 | reedip | | network | 10 | | |
| 08:08:21 | reedip | | port | 50 | | |
| 08:08:23 | reedip | | rbac_policy | 10 | | |
| 08:08:25 | reedip | | router | 10 | | |
| 08:08:27 | reedip | | security_group | 10 | | |
| 08:08:29 | reedip | | security_group_rule | 100 | | |
| 08:08:31 | reedip | | subnet | 10000 | | |
| 08:08:35 | reedip | | subnetpool | -1 | | |
| 08:08:37 | reedip | +---------------------+-------+ | |
| 08:08:39 | reedip | [outofmemory@localhost neutron]$ openstack quota show 062fe3fccc174db385b1a35a1ee3152f | |
| 08:08:41 | reedip | +-----------------------+----------------------------------+ | |
| 08:08:43 | reedip | | Field | Value | | |
| 08:08:45 | reedip | +-----------------------+----------------------------------+ | |
| 08:08:47 | reedip | | backup-gigabytes | 1000 | | |
| 08:08:49 | reedip | | backups | 10 | | |
| 08:08:51 | reedip | | cores | 20 | | |
| 08:08:53 | reedip | | fixed-ips | -1 | | |
| 08:08:55 | reedip | | floating-ips | 50 | | |
| 08:08:57 | reedip | | gigabytes | 1000 | | |
| 08:08:59 | reedip | | gigabytes_lvmdriver-1 | -1 | | |
| 08:09:01 | reedip | | injected-file-size | 10240 | | |
| 08:09:05 | reedip | | injected-files | 5 | | |
| 08:09:07 | reedip | | injected-path-size | 255 | | |
| 08:09:09 | reedip | | instances | 10 | | |
| 08:09:11 | reedip | | key-pairs | 100 | | |
| 08:09:13 | reedip | | networks | 10 | | |
| 08:09:15 | reedip | | per-volume-gigabytes | -1 | | |
| 08:09:17 | reedip | | ports | 50 | | |
| 08:09:19 | reedip | | project | 062fe3fccc174db385b1a35a1ee3152f | | |
| 08:09:21 | reedip | | properties | 128 | | |
| 08:09:23 | reedip | | ram | 51200 | | |
| 08:09:25 | reedip | | rbac-policies | 10 | | |
| 08:09:27 | reedip | | routers | 10 | | |
| 08:09:29 | reedip | | secgroup-rules | 100 | | |
| 08:09:31 | reedip | | secgroups | 10 | | |
| 08:09:35 | reedip | | server-group-members | 10 | | |
| 08:09:37 | reedip | | server-groups | 10 | | |
| 08:09:39 | reedip | | snapshots | 10 | | |
| 08:09:41 | reedip | | snapshots_lvmdriver-1 | -1 | | |
| 08:09:43 | reedip | | subnetpools | -1 | | |
| 08:09:45 | reedip | | subnets | 10000 | | |
| 08:09:47 | reedip | | volumes | 10 | | |
| 08:09:49 | reedip | | volumes_lvmdriver-1 | -1 | | |
| 08:09:51 | reedip | +-----------------------+----------------------------------+ | |
| 08:09:53 | reedip | [outofmemory@localhost neutron]$ | |
| 08:32:35 | RuiChen | sorry, reply late, looks nova support it too | |
| 08:32:47 | RuiChen | reedip: ^^^ | |
| 08:42:26 | reedip | RuiChen : okay great :) | |
| 09:18:36 | openstackgerrit | Sindhu Devale proposed openstack/python-openstackclient: OSC Quota List https://review.openstack.org/379813 | |
| 09:25:18 | huanxuan | stevemar: Sorry that I am on a business trip today,will back tomorrow, | |
| 09:27:28 | huanxuan | RuiChen: Thanks very much for your help! :) | |
| 11:48:18 | openstackgerrit | yuval shalev proposed openstack/python-openstacksdk: Added project role assignment https://review.openstack.org/416598 | |
| 12:08:02 | reedip | RuiChen: The issue is resolved but had to hack some things | |
| 12:12:06 | openstackgerrit | Reedip proposed openstack/python-openstacksdk: Fix Setting Quotas in Neutron https://review.openstack.org/419911 | |
| 13:17:52 | Serlex | hi, " An authenticated request is required but no plugin available." how may I resolve this | |
| 14:23:18 | openstackgerrit | Ed Leafe proposed openstack/api-wg: Define pagination guidelines https://review.openstack.org/390973 | |
| 14:43:44 | openstackgerrit | Merged openstack/python-openstackclient: Install from /opt/stack/new instead of git.o.o https://review.openstack.org/419670 | |
| 15:57:29 | dtroyer | stevemar: we are so, uh, well, I can't say it in a logged room… | |
| 16:18:13 | openstackgerrit | Reedip proposed openstack/python-openstacksdk: Fix Setting Quotas in Neutron https://review.openstack.org/419911 | |
| 16:38:42 | stevemar | dtroyer: you can say forked :) | |
| 17:14:47 | ankur-gupta-f1 | dtroyer: stevemar: how are things going. Any bugs I should take a look at? | |
| 17:15:06 | dtroyer | any of the failing floating ip functional tests | |
| 17:15:08 | openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient: Run functional tests with SDK 0.9.12 https://review.openstack.org/418650 | |
| 17:15:13 | ankur-gupta-f1 | k | |
| 17:15:57 | stevemar | ankur-gupta-f1: any of the failures here: http://logs.openstack.org/50/418650/9/check/gate-osc-dsvm-functional-ubuntu-xenial/dae2a65/testr_results.html.gz | |
| 17:16:23 | dtroyer | I'm working the security group rule list problem | |
| 17:17:00 | stevemar | dtroyer: the -tips job merged, we should be able to see how the tests run with master SDK + OCC + OSC-LIB in all patches now | |
| 17:18:55 | dtroyer | cool | |
| 17:28:53 | ankur-gupta-f1 | Which version of openstacksdk is being used on the gate? 0.9.10? | |
| 17:29:06 | dtroyer | yes, but we need to make 0.9.12 work | |
| 17:29:10 | ankur-gupta-f1 | k done | |
| 17:36:51 | openstackgerrit | Steve Martinelli proposed openstack/python-openstackclient: fix functional tests for network agents https://review.openstack.org/420098 | |
| 17:36:59 | stevemar | dtroyer: this should knock one off | |
| 17:37:02 | stevemar | ^ | |
| 17:37:09 | stevemar | well 2 failures | |
| 17:37:44 | dtroyer | my kingdom for a low-level API that doesn't do magic | |
| 17:45:24 | stevemar | dtroyer: http://gifyu.com/images/magicb41e5.gif | |
| 17:45:50 | stevemar | ankur-gupta-f1: are you working on a particular failure? | |
| 17:45:56 | ankur-gupta-f1 | floating ip | |
| 17:46:12 | ankur-gupta-f1 | all actions are being taken on the ip addr rather than the id | |
| 17:47:03 | stevemar | rgr that | |
| 17:47:13 | stevemar | dtroyer: is working on sec rule | |
| 17:51:13 | dtroyer | stevemar: Henning!!! | |
| 17:57:18 | stevemar | dtroyer: oh wow, you know the person, | |
| 17:57:28 | stevemar | dtroyer: i know him as the magician meme | |
| 17:57:50 | dtroyer | well, duh, every kid magic fan in the '70s knows Doug Henning! And on Match Game no less! :) | |
| 18:01:31 | openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Fix security group rule list for NEtwork v2 https://review.openstack.org/420113 | |
| 18:01:39 | dtroyer | stevemar: ^^^ there might be one too | |