Earlier  
Posted Nick Remark
#openstack-sdks - 2017-03-07
16:35:35 mordred dtroyer_zz: also - the occ/osc source integration job definitely works, because it sure does fail on the previous version of that patch
17:10:19 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient master: OSC Extension Show https://review.openstack.org/382023
17:54:57 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Refactor ServerTests and ServerEventTests functional test classes https://review.openstack.org/442645
18:16:35 mordred dtroyer_zz, stevemar: I just got http://logs.openstack.org/66/438266/2/check/gate-osc-dsvm-functional-ubuntu-xenial/a1cca3d/testr_results.html.gz on a patch - is that a known recurring issue?
18:22:33 ankur-gupta-f4 Seen random volume tests failing in the past. Not sure if its a consistent recurring error
18:40:30 openstackgerrit Davanum Srinivas (dims) proposed openstack/golang-client master: Sanitize the package names https://review.openstack.org/441500
18:49:35 openstackgerrit Merged openstack/keystoneauth master: Allow new cassettes to be recorded via fixture https://review.openstack.org/442516
19:20:12 openstackgerrit Merged openstack/python-openstackclient master: Add server event list and show commands https://review.openstack.org/441775
19:21:48 openstackgerrit Merged openstack/os-client-config master: Add ability to skip yaml loading https://review.openstack.org/438560
20:06:09 openstackgerrit Sindhu Devale proposed openstack/python-openstackclient master: OSC Extension Show https://review.openstack.org/382023
20:06:48 dtroyer_zz mordred: re the OSC functional tests, I think we've had some raciness around running out of volume space if tests run too much in parallel.
20:07:19 mordred dtroyer_zz: gotcha. yah - I see racy volume related tests in shade functional tests too
20:08:02 dtroyer_zz I upped our backing file size and that helped a bunch, can't recall actaully seeing that failure since then until now
20:09:41 mordred dtroyer_zz: ah - ours isn't space - we have problems with deleting volumes and state transitions - it's on my list of things to dig in to deeper
20:11:30 dims_ dtroyer_zz : found some cleanups for package names/imports and lined up a review
20:11:36 dims_ (golang-client)
20:12:03 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: Refactor ServerTests and ServerEventTests functional test classes https://review.openstack.org/442645
20:12:38 mordred dtroyer_zz, dims_: speaking of golang-client- there was a question on that etherpad about why golang-client and why not just patches to gophercloud - the answer so far is "ask dtroyer_zz "
20:13:05 dims_ mordred : dtroyer_zz : y that was my comment :)
20:13:52 mordred dims_: :)
20:14:24 dtroyer_zz so, yeah, I don't have a current answer to that, except that I've always wanted to have the same sort of semantics around the Go SDK as we have in the Python libs
20:14:57 dtroyer_zz like wrapping the ksa bits into the "normal" route for calling REST endpoints, similar to what we did with requests
20:15:00 dims_ dtroyer_zz : anyone else helping with that work?
20:15:11 dtroyer_zz jamielennox and I talked about that a bit more in ATL
20:15:25 mordred dtroyer_zz: ++
20:15:39 dtroyer_zz dims_: no, it's been largely idel for a while now, one reason I picked that repo to use for the CTI work
20:16:24 dims_ ack dtroyer_zz let's see if we can rustle up some folks to help with that
20:16:29 dtroyer_zz although there is one group interested in continuing to use it, they've submitted some recent reviews and I understand they want to continue, even with the other changes we need to make to it yet
20:17:57 mordred dims_, dtroyer_zz: also, gophercloud seems a bit rackspace-centric- and is also keystonev2 centric
20:18:04 mordred https://godoc.org/github.com/rackspace/gophercloud#AuthOptions being a good example of that
20:18:09 dtroyer_zz dims_: the priority there is Identity v3 auth plugins and such, then making the rest of the calling conventions match
20:18:21 dtroyer_zz mordred: yup
20:18:57 dims_ makes sense mordred dtroyer_zz
20:19:11 dtroyer_zz personally, I want the low-level SDK equivalent so I can guild go-osc on top of it
20:19:15 mordred dtroyer_zz: if I get off my lazy butt I'll try to help with clouds.yaml reading support or something - working on language 2 might help spur me to document the more undocumented things :)
20:19:43 dtroyer_zz mordred: that is always a good way to re-think things :)
20:19:45 briancurtin (i don’t work on or care about go whatsoever, but…) gophercloud shifted away from being a rackspace lib first and foremost into being an openstack lib that also supports rackspace
20:20:08 dims_ briancurtin : that's great to hear!
20:20:20 mordred briancurtin: yah - I noticed that focus for sure
20:20:32 dtroyer_zz briancurtin: cool. I haven't looked at it closely in a while, does it do Identity v3 yet?
20:20:36 dtroyer_zz (if you know)
20:20:57 mordred dtroyer_zz: it is not documented to, no
20:22:25 briancurtin dtroyer_zz: no clue
20:22:39 mordred briancurtin: my 'seems a bit rackspace-centric' is more drawn from the places where gophercloud decided to name various concepts differently in places and how it links to rackspace docs for concepts rather than openstack docs. etc
20:22:53 mordred briancurtin: I think it's actually done a pretty good job of trying to support openstack broadly
20:25:49 mordred dtroyer_zz: oh - I'm terribly sorry - I'm wrong - it does have domain support
20:26:36 mordred although reading the docs it seems that it doesn't support a difference between project_domain and user_domain - but instead just takes domain_id/domain_name which is documented to be applicable to username
20:26:49 dtroyer_zz good deal, that would be a huge omission these days… also is an indication of how long it's been since I looked at it closely
20:26:54 mordred yah
20:27:18 mordred well - it's in a half-way awkward place, since it's using tenant nomenclature but supports domain - but only supports domain for user
20:27:50 mordred and it also has the rackspace-specific apikey as a option but no direct support for auth plugins
20:28:07 mordred so - you know - joys of being an openstack client that we've all dealt with :)
20:34:24 openstackgerrit Merged openstack/golang-client master: Sanitize the package names https://review.openstack.org/441500
20:41:58 mordred briancurtin, dtroyer_zz: AHHHHH - I was looking at the wrong thing
20:42:19 mordred there is rackspace/gophercloud and gophercloud/gophercloud - google still returns the rackspace/gophercloud stuff
20:46:06 mordred I mean - it still has only tenant terms - but apikey is not a top level thing anymore, so yay!
20:56:46 openstackgerrit Akihiro Motoki proposed openstack/python-openstackclient master: command list: Move network meter appropriately https://review.openstack.org/441745
21:03:51 mordred dtroyer_zz, dims_: dangit. I was not planning on writing gophercloud patches this afternoon: https://github.com/gophercloud/gophercloud/pull/286
21:04:38 dims_ lol, can't unsee stuff that will bother us :)
21:09:47 openstackgerrit OpenStack Proposal Bot proposed openstack/keystoneauth master: Updated from global requirements https://review.openstack.org/439317
21:36:12 openstackgerrit Merged openstack/keystoneauth master: Allow users to specify a serializer easily https://review.openstack.org/442536
21:39:46 openstackgerrit OpenStack Proposal Bot proposed openstack/keystoneauth master: Updated from global requirements https://review.openstack.org/439317
22:04:26 openstackgerrit Merged openstack/os-client-config master: Pass ironic microversion through from api_version https://review.openstack.org/439118
22:40:29 openstackgerrit Eric Brown proposed openstack/python-openstackclient master: Remove py34 tox env and pypi classifier https://review.openstack.org/442844
23:24:40 openstackgerrit Adrian Turjak proposed openstack/python-openstackclient master: Non-Admin can't list own projects https://review.openstack.org/376056
23:26:47 openstackgerrit Adrian Turjak proposed openstack/python-openstackclient master: Non-Admin can't list own projects https://review.openstack.org/376056
#openstack-sdks - 2017-03-08
02:07:16 openstackgerrit Huanxuan Ao proposed openstack/python-openstackclient master: Fix NoneType error for volume snapshot create command https://review.openstack.org/440497
02:18:41 openstackgerrit xhzhf proposed openstack/os-client-config master: modify test-requirement according to requirements project https://review.openstack.org/436388
02:22:27 openstackgerrit Huanxuan Ao proposed openstack/python-openstackclient master: Fix NoneType error for volume snapshot create command https://review.openstack.org/440497
02:51:25 openstackgerrit Gage Hugo proposed openstack/keystoneauth master: Remove pbr warnerrors in favor of sphinx check https://review.openstack.org/439797
02:51:48 openstackgerrit Merged openstack/python-openstackclient master: Add "--private-key" option for "keypair create" https://review.openstack.org/438352
06:13:19 openstackgerrit xhzhf proposed openstack/os-client-config master: modify test-requirement according to requirements project https://review.openstack.org/436388
06:19:05 openstackgerrit kavitha h r proposed openstack/osc-lib master: The python 3.5 is added https://review.openstack.org/442960
07:19:57 openstackgerrit kavitha h r proposed openstack/cliff master: Python 3.4 support is removed https://review.openstack.org/442419
09:04:56 openstackgerrit kavitha h r proposed openstack/cliff master: Python 3.4 support is removed https://review.openstack.org/442419
09:45:07 openstackgerrit Qiming Teng proposed openstack/python-openstacksdk master: Fix parsing of user_data from server response https://review.openstack.org/443036
11:26:13 openstackgerrit Jens Rosenboom proposed openstack/python-openstackclient master: Add the bgp agent type to network agent command https://review.openstack.org/443075
11:29:07 frickler can I ask for some review on https://review.openstack.org/438514 regarding https://launchpad.net/bugs/1668223 please?
11:29:08 openstack Launchpad bug 1668223 in python-openstackclient "subnet create is not working with --use-default-subnet-pool" [Undecided,In progress] - Assigned to Dr. Jens Rosenboom (j-rosenboom-j)
11:59:20 bdj Hello
11:59:53 bdj anyone here?
13:40:34 openstackgerrit Jens Rosenboom proposed openstack/python-openstackclient master: Add the bgp agent type to network agent command https://review.openstack.org/443075
14:16:49 reedip_1 o/
14:43:10 openstackgerrit Bence Romsics proposed openstack/python-openstackclient master: Make MAC address of port updatable https://review.openstack.org/442543
14:46:21 frickler stevemar: could you also add https://review.openstack.org/438514 to your review list again, pls?
15:05:23 stevemar frickler: ack
15:08:33 stevemar frickler: +2'ed, but i'd like to see some more comments around the code
15:42:22 openstackgerrit Merged openstack/python-openstackclient master: command list: Move network meter appropriately https://review.openstack.org/441745
15:48:11 frickler stevemar: thx, will do
15:49:02 frickler stevemar: do you happen to know who is coordinating https://etherpad.openstack.org/p/osc-neutron-support ? I was wondering why all the neutron-dynamic-routing commands are not mentioned there
16:10:51 ankur-gupta-f4 frickler: https://review.openstack.org/#/c/340763/
16:27:01 frickler ankur-gupta-f4: ah, great, thx. do you think it would make sense to add this to the etherpad? doesn't look like it will be finished soon
16:28:16 ankur-gupta-f4 Yea that and vpnaas have some work to do. You can add it to the etherpad if you like, although not sure how often its referred to :)
16:35:19 reedip_1 o/
16:35:42 reedip_1 vpnaas is ongoing in neutronclient
16:35:59 reedip_1 for OSC migration
16:36:12 ankur-gupta-f4 Correct
16:37:03 frickler the etherpad is the first link from https://docs.openstack.org/developer/python-neutronclient/devref/transition_to_osc.html#developer-references , if there is a better reference, I'm fine with changing the link instead
16:37:53 reedip_1 frickler : seems to be rigjt
16:38:22 reedip_1 Also : https://docs.google.com/spreadsheets/d/1ueCvIKUfpUaLFm_3YTT4MkuTV-PYIdeErnt7Wleshl0/edit#gid=0

Earlier   Later