Earlier  
Posted Nick Remark
#openstack-sdks - 2017-02-22
18:24:54 openstackgerrit Terry Howe proposed openstack/python-openstacksdk master: Remove unsupported telemetry create_sample method https://review.openstack.org/437053
18:40:37 openstackgerrit Merged openstack/python-openstackclient master: OSC Network Flavor https://review.openstack.org/382530
18:56:09 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient master: OSC Quota List https://review.openstack.org/379813
19:15:07 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient master: "floating ip set/unset port" for OSC https://review.openstack.org/383025
19:15:57 elmiko cdent, edleafe, etoews, you guys see this by chance? https://cloud.google.com/apis/design
19:20:32 cdent elmiko: i hadn't, no, will stick it in my read pipe
19:21:25 cdent elmiko: actually I think I saw it, but then forgot to read it, it looks familiar
19:21:47 elmiko nicely assembled, kudos to google. i'm not sure how long it has been floating around
19:25:03 edleafe added to my reading list
19:25:06 edleafe thanks elmiko
19:41:14 reedip_1 dtroyer: are you in PTG ?
20:04:11 dtroyer reedip_: yes
20:13:51 openstackgerrit Steve Martinelli proposed openstack/python-openstackclient master: add keystone and glance -> osc mapping https://review.openstack.org/437112
20:24:46 stevemar dtroyer: this renders very nicely: https://github.com/openstack/python-openstackclient/blob/master/doc/source/data/cinder.csv
20:25:16 openstackgerrit Steve Martinelli proposed openstack/python-openstackclient master: minor tweaks to mapping table https://review.openstack.org/437119
20:26:02 ankur-gupta-f4 stevemar: +1 nice
20:26:45 stevemar :)
20:35:41 openstackgerrit Ankur proposed openstack/python-openstackclient master: Auto allocated topology for OSC https://review.openstack.org/391331
20:38:17 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: Auto allocated topology for OSC https://review.openstack.org/391331
20:42:01 reedip_1 dtroyer : I have a query , related to a neutron specific CLI. But it may be required by other projects as well.
20:43:35 reedip_1 dtroyer : Neutron has a CLI which lists quotas of all tenants who have NON-Default Quotas. I am thinking of extending it OSC. But would like to know your opinion about the same.
20:45:25 dtroyer reedip_: is that https://review.openstack.org/#/c/379813/?
20:46:08 reedip_1 oh .. ok , yeah :)
20:46:18 reedip_1 I thought I saw it somewhere but couldnt find it
20:46:35 reedip_1 dtroyer: never mind, I will look into the following patch
20:57:20 ankur-gupta-f4 reedip_1: There is also an effort in place to expand the Neutron quotas API so if needed once that is merged we could probably do more with quota commands for network
20:57:59 reedip_1 ankur-gupta-f4 : link ?
20:58:03 ankur-gupta-f4 tho more on the usage side of things
20:58:09 ankur-gupta-f4 https://review.openstack.org/#/c/383673/
20:58:46 reedip_1 Oh yeah, saw this ( and the accompanying email about too many emails ... and that comment is correct in a way :) )
21:04:12 reedip_1 sindhu : did you see the error in http://logs.openstack.org/13/379813/18/check/gate-osc-dsvm-functional-ubuntu-xenial/6807e91/console.html#_2017-02-22_19_37_21_720417 ?
21:06:14 openstackgerrit Reedip proposed openstack/python-openstackclient master: OSC Quota List https://review.openstack.org/379813
21:07:11 reedip_1 sindhu : I pushed a minor change to overcome the functional test issues
21:09:27 sindhu reedip_1: Okay cool ... thanks :)
21:11:04 reedip_1 :)
21:12:59 ankur-gupta-f4 reedip_1: u want fix some of my patches too :P
21:13:07 ankur-gupta-f4 Just kidding
21:24:03 openstackgerrit Reedip proposed openstack/python-openstackclient master: Introduce quota unset command https://review.openstack.org/376311
21:24:05 reedip_1 ankur-gupta-f4 : OSC is in high demand :P
21:24:18 reedip_1 if you want , then I can , if I can stay awake that is :D
21:34:43 swatson_ dtroyer: What would be the best way to test commands from my plugin in OSC?
21:35:16 swatson_ i.e. how can I enable a command for my plugin that's outside OSC's repo on my machine?
21:46:06 dtroyer swatson_: you need to install the lib that contains the plugin
21:46:16 dtroyer for testing, include that in test-requirements.txt
21:49:09 swatson_ dtroyer: OK, cool
22:14:00 reedip_1 ankur-gupta-f4 : found a change to do in your patch
22:14:02 reedip_1 P
22:14:04 reedip_1 :)
22:14:29 reedip_1 sorry , thats for sindhu
22:15:16 sindhu reedip_1: which one?
22:18:04 openstackgerrit Reedip proposed openstack/python-openstackclient master: "floating ip set/unset port" for OSC https://review.openstack.org/383025
22:43:23 swatson_ dtroyer: Do you know anything about errors in installing osc-lib?
22:43:40 swatson_ I'm getting "setuptools.sandbox.UnpickleableException: DistutilsSetupError('Error parsing /tmp/easy_install-HBQgv9/osc-lib-1.3.0/setup.cfg: TypeError: dist must be a Distribution instance'"
22:51:28 openstackgerrit Merged openstack/python-openstackclient master: Show openstacksdk version info in "module list" https://review.openstack.org/436820
22:55:42 dtroyer swatson_: that is some package that may be out of date… check that setuptools, pbr, etc are current
22:55:47 swatson_ dtroyer: re my question above: fixed it by installing osc-lib through "pip install --upgrade osc-lib". Not sure why it wouldn't upgrade through setuptools, but whatever
22:56:00 swatson_ dtroyer speak of the devil :P
22:56:16 dtroyer the —upgrade caught whatever it was apparently
22:56:30 dtroyer I don't recall exactly what it was that causes that
22:56:47 swatson_ Weird. Well, it seems to be alright now so no harm no foul
22:56:57 dtroyer cool
22:57:11 swatson_ seeya o/
23:54:06 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient master: "floating ip set/unset port" for OSC https://review.openstack.org/383025
#openstack-sdks - 2017-02-23
01:13:52 reedip_1 sindhu , dtroyer : hi .. if you are around, can you kindly help in the review of https://review.openstack.org/#/c/379813/ ???
01:14:07 reedip_1 ankur-gupta-f1 ^^
01:16:29 ankur-gupta-f4 it needs a core review. Looks good to me. U need huanxuan or dtroyer
01:17:35 ankur-gupta-f4 reedip_1: just a tiny nit I saw in column_header but thats it
01:18:27 reedip_1 ankur-gupta-f4 : sure, lemme know the issue
01:18:48 ankur-gupta-f4 i commented the line in the patch
01:18:56 ankur-gupta-f4 Project_id to Project ID
01:21:47 openstackgerrit Reedip proposed openstack/python-openstackclient master: OSC Quota List https://review.openstack.org/379813
01:22:02 reedip_1 donr
02:14:21 openstackgerrit Shan Guo proposed openstack/api-wg master: Fix typo in the doc https://review.openstack.org/436865
02:20:54 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: Support list commands by group name keyword https://review.openstack.org/436806
02:21:58 openstackgerrit Merged openstack/python-openstacksdk master: Remove unsupported telemetry create_sample method https://review.openstack.org/437053
04:13:37 openstackgerrit Rui Chen proposed openstack/python-openstackclient master: Support list commands by group name keyword https://review.openstack.org/436806
05:38:59 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient master: OSC Quota List https://review.openstack.org/379813
05:53:29 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient master: "floating ip set/unset port" for OSC https://review.openstack.org/383025
10:27:24 openstackgerrit Huanxuan Ao proposed openstack/python-openstackclient master: Fix "security group list" command to display project ID properly https://review.openstack.org/437320
11:20:30 openstackgerrit David Rabel proposed openstack/python-openstackclient master: openstack image create : --file and --volume exclude each other https://review.openstack.org/437335
13:05:37 openstackgerrit Huanxuan Ao proposed openstack/python-openstackclient master: Revert unit tests for quota commands https://review.openstack.org/437366
13:10:35 openstackgerrit Reedip proposed openstack/python-openstackclient master: Add default-quota to subnet-pools https://review.openstack.org/437367
13:14:57 openstackgerrit Reedip proposed openstack/python-openstackclient master: Add default-quota to subnet-pools https://review.openstack.org/437367
15:03:39 openstackgerrit David Rabel proposed openstack/python-openstackclient master: openstack image create : --file and --volume exclude each other https://review.openstack.org/437335
15:29:16 elmiko etoews, cdent, edleafe, no meeting this week, right?
15:29:40 etoews elmiko: i expect not
15:29:51 openstackgerrit Ankur proposed openstack/python-openstackclient master: OSC Network Flavor Profile https://review.openstack.org/396783
15:29:58 cdent elmiko: no sir
15:30:12 elmiko ack, thanks
15:31:09 cdent elmiko: I announced the no meeting in the newsletter, so hopefully people will know not to show up
15:31:26 elmiko cdent: yeah, i thought it was in there. just wanted to dbl check
15:31:33 openstackgerrit Ankur proposed openstack/python-openstackclient master: Port set/unset SecGroup Bug Fix https://review.openstack.org/430087
15:53:06 ankur-gupta-f4 dtroyer: https://review.openstack.org/#/c/387611/ amotoki_ : has made some valid points against how we decided to run the Network Agent advanced commands. Take a look when you have a chance. Thanks
15:58:21 swatson_ Hey channel. I'm working on the magnum OSC plugin and can't seem to get things to work. I can run setup.py just fine for both OSC and my magnum client, but my plugin changes don't seem to do anything when I run OSC.
15:58:49 swatson_ dtroyer ^ if you're up for letting me pick your brain today :)
15:59:30 ankur-gupta-f4 swatson_: do you have something up on territory?
15:59:32 ankur-gupta-f4 gerrit*
16:00:29 swatson_ ankur-gupta-f4: Right now I'm just trying what we have on python-magnumclient right now, just to see if what we have is set up correctly in the first place
16:00:52 swatson_ I see our global option coming through that we have in our plugin.py, but nothing about the one other command we've exposed
16:06:25 ankur-gupta-f4 so i just pulled down magnum client. ran python setup.py in it. Then pulled fresh OSC master and ran setup.py again. The single command exposed is cluster template list, which shows up for me (although I won't be able to run it since I don't have magnum installed)

Earlier   Later