Earlier  
Posted Nick Remark
#openstack-sdks - 2018-03-29
17:16:12 mordred SamYaple: thanks. fixed the merge conflict
17:16:58 edleafe mordred: yeah, nothing "micro" about them for users. They are full versions.
17:22:19 openstackgerrit Merged openstack/openstacksdk master: Add support for trunk ports and subports https://review.openstack.org/556089
17:24:20 cdent elmiko, dtantsur|afk , edleafe https://etherpad.openstack.org/p/api-sig-newsletter please and thank you
17:29:13 edleafe cdent: the microversion history stuff isn't really a guideline, thoguh
17:29:15 edleafe though
17:29:33 edleafe not even a "sort of a guideline"
17:31:06 dtroyer JudeC: the command needs to check for the presence of the volume service-type in the service catalog similar to how it already does for netowrk
17:31:10 cdent it's an appendix
17:31:16 cdent to the guidelines
17:31:20 cdent exactly what I said
17:31:35 cdent hmmm
17:34:08 cdent edleafe: I'm still inclined to say "[exist] to be published as an appendix to the guidelines" but I won't quibble. are you otherwise happy?
17:34:50 edleafe we break up our stuff into guidelines and meta info about the group. I'm saying let's make a third section, and put it there. We can fight over the name, but IMO it doesn't fit into either of the existing two groups
17:35:01 JudeC dtroyer, yeah but there is a void for showing limits if you don't have a volumes endpoint. That method for showing limits looks for the compute and and volumes endpoint without an option to do it if you only have nova without cinder.
17:35:31 edleafe cdent: yeah, I don't see it as an appendix. It's separate
17:36:02 cdent maybe I don't know what appendix means, doesn't matter
17:36:06 dtroyer JudeC: right, that is the bug, it should check for all three endpoints actually, as there are also clouds without Nova
17:36:18 cdent edleafe: otherwise okay?
17:37:05 edleafe yeah
17:37:11 cdent thanks
17:45:50 openstack Launchpad bug 1707960 in python-openstackclient "openstack limits show can't work with cinderles stack" [Undecided,New]
17:45:50 JudeC dtroyer, oh cool there is already an open bug for this, https://bugs.launchpad.net/python-openstackclient/+bug/1707960
17:46:25 JudeC I will put a patch together for this.
18:20:17 openstackgerrit Merged openstack/openstacksdk master: Add instance_ha service https://review.openstack.org/555710
20:37:33 edleafe dtantsur|afk: So with the toctree, how can I preview without pushing the patch? I'd like to not have to have Gerrit in my workflow like that
#openstack-sdks - 2018-03-30
02:41:45 openstackgerrit Merged openstack/openstacksdk master: Add image_format for VEXXHOST profile https://review.openstack.org/557748
08:12:07 openstackgerrit Merged openstack/openstacksdk master: Run normalize_keys on config for session codepath https://review.openstack.org/547159
13:23:34 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Remove the need for OpenStackConfig in CloudRegion https://review.openstack.org/547488
14:24:43 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Pass default_microversion to adapter constructor https://review.openstack.org/557935
14:24:43 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Refactor _get_version_arguments https://review.openstack.org/557934
14:27:18 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Pass default_microversion to adapter constructor https://review.openstack.org/557935
14:27:20 mordred dtantsur|afk: ^^ that should implement what we discussed yesterday
14:27:58 mordred TheJulia: ^^ that also sets a default microversion for ironic to 1.6 which is what the existing code was doing manually - but it might be good to get an ack that doing so isn't too crazy
14:28:30 TheJulia moderately cracray
14:28:36 TheJulia craycray :)
14:28:45 mordred :)
14:30:53 TheJulia that default really should be something higher, that was the reason for pinning those calls, I think
14:31:28 mordred TheJulia: well, as long as it's not too high... the patch above should be a no-op for ironic, yeah?
14:32:08 mordred TheJulia: (this is step one in providing a better story around actually detecting available microversions and doing things accordingly)
14:33:24 TheJulia the change that originally pinned it is at 1.11 if memory serves, and the code was updated to handle that if I'm remembering correctly. I think my pin accidently got knocked back a long time ago in a merge conflict and never got fixed.... Regardless ++ to better story. In the grand scheme of the universe, if the bifrost job passes, I'm happy
14:33:44 mordred TheJulia: :)
14:46:54 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Throw an error on missing support for default microversion https://review.openstack.org/557938
14:47:23 mordred TheJulia, dtantsur|afk: ^^ that should give at least a rudimentary support for blowing up early if the cloud is too old
15:37:23 TheJulia mordred: awesome
#openstack-sdks - 2018-03-31
12:38:37 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Refactor _get_version_arguments https://review.openstack.org/557934
12:38:37 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Remove the need for OpenStackConfig in CloudRegion https://review.openstack.org/547488
12:38:38 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Throw an error on missing support for default microversion https://review.openstack.org/557938
12:38:38 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Pass default_microversion to adapter constructor https://review.openstack.org/557935
12:38:39 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Rename service_key to service_type https://review.openstack.org/558049
12:42:45 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Use 'none' auth plugin https://review.openstack.org/558050
12:48:28 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: Add release note for added masakari support https://review.openstack.org/558051
12:55:51 openstackgerrit Monty Taylor proposed openstack/openstacksdk master: create_subnet: Add filter on tenant_id if specified https://review.openstack.org/558052
13:39:33 openstackgerrit Merged openstack-infra/shade master: create_subnet: Add filter on tenant_id if specified https://review.openstack.org/556782
13:47:17 openstackgerrit Merged openstack-infra/shade master: list_servers pagination support https://review.openstack.org/555876
14:53:37 openstackgerrit Merged openstack/os-client-config master: Use 'none' auth plugin https://review.openstack.org/552837
17:20:28 openstackgerrit Merged openstack/python-openstackclient master: Add --image-property parameter in 'server create' https://review.openstack.org/535664
#openstack-sdks - 2018-04-01
08:10:24 EASTERBUNNY__ IRC.SUPERNETS.ORG #SUPERBOWL BEST IRC NETWORK FUCK YOUR NETWORK
08:10:25 EASTERBUNNY__ NO SOFTCHATS HUGBOX TRANNIES BIBLETHUMPERS OR OPALS ALLOWED HERE
08:10:26 EASTERBUNNY__ YOU'VE SPENT YOUR ENTIRE LIFE HIDING IN SHITTY CHANNELS FOR WHAT
08:10:28 EASTERBUNNY__ GET THE FUCK ON THIS IRC NETWORK RIGHT NOW YOU FUCKING PUSSY ASS
08:10:28 EASTERBUNNY__ YOUR IRC NETWORK IS TERRIBLE NO ONE CHATS THERE COME CHAT HERE
08:10:29 EASTERBUNNY__ WE TAKE CHATS TO A NEW LEVEL, SOMETHING YOU'VE NEVER SEEN BEFORE
08:10:29 EASTERBUNNY__ THIS ISNT YOUR DADS FOOTBALL CHANNEL THIS IS REAL CHATS 24/7 365
08:10:30 EASTERBUNNY__ salv-orlando olaph gkadam d0ugal__ yolanda_ dayou mordred mrhillsman jroll timburke knikolla rabel Anticimex dhellmann zhongjun_ lastmikoi adriant SamYaple timss GreenBlood thrash|g0ne RuiChen umbSublime mgagne_ dims dtroyer_zz openstack olivierbourdon38 jamielennox openstackgerrit Qiming_ rwellum kmalloc tobasco Kvisle Klumben calebb frickler slaweq Jeffrey4l halbbalda zer0c00l tobixen zacksh
12:47:30 openstackgerrit Yuki Nishiwaki proposed openstack/osc-lib master: Check auth_url as well as identity version api https://review.openstack.org/526413
#openstack-sdks - 2018-04-02
02:31:53 openstackgerrit Merged openstack/os-client-config master: Add Limestone Networks vendor info https://review.openstack.org/557139
18:13:30 openstackgerrit Clark Boylan proposed openstack-infra/shade master: Support server links attribute https://review.openstack.org/558247
19:05:15 openstackgerrit Merged openstack/python-openstackclient master: Add support to list image members https://review.openstack.org/554590
22:19:12 openstackgerrit Jude Cross proposed openstack/python-openstackclient master: Fix limits show command without Nova and Cinder https://review.openstack.org/558315
#openstack-sdks - 2018-04-03
02:07:58 adriant mordred: does this make sense: http://paste.openstack.org/show/718219/
02:08:13 adriant Was trying to convey to someone what the meaning of all the domain values was
07:36:20 eandersson hmm
07:36:31 eandersson having fun with the openstacksdk again
07:36:41 eandersson https://github.com/openstack/heat/commit/b9d7d1e640aaa4cfec96e99f5271c5600beddcca#diff-b6958df5fc7e9ee167b5858c45ff11e4
07:36:55 eandersson I can't get this commit to work with 0.11.x, only with 0.12.0
07:37:17 eandersson Which essentially means that Senlin is broken in Queens.
07:37:27 eandersson *Senlin support in Heat
07:48:00 openstackgerrit Jude Cross proposed openstack/python-openstackclient master: Fix limits show command without Nova and Cinder https://review.openstack.org/558315
09:05:43 adriant mrhillsman: https://github.com/gophercloud/gophercloud/issues/252
09:08:50 adriant mrhillsman: and https://github.com/terraform-providers/terraform-provider-openstack/issues/275
09:09:19 adriant and https://github.com/terraform-providers/terraform-provider-openstack/issues/271 has been closed because terraform will support OS_TOKEN in the next version.
09:17:29 adriant mordred, mrhillsman: not sure who to talk to, but a spec/doc about auth methods (and envvar variables, clouds.yaml), would be really useful for people writing libraries, and we can use it as a baseline for "does this library properly support auth as expected"
09:23:34 openstackgerrit Sidharth Surana proposed openstack/openstacksdk master: Do not use the next link for pagination https://review.openstack.org/558461
09:32:25 adriant cmurphy: ^ you and the other keystone folks would likely be interested in such a spec and the ideal people to help write it :)
09:32:45 adriant kmalloc as well potentially.
09:33:32 adriant Unless we have a nice clear doc/spec/guide for library implementors already?
09:35:28 cmurphy the best we have is probably in the keystoneauth docs, but that's not generally consumeable for all library developers
09:35:39 cmurphy https://docs.openstack.org/keystoneauth/latest/plugin-options.html
09:36:27 cmurphy some authoritative unopinionated guide would be really useful
10:20:32 adriant cmurphy: ++ to something like that.
10:21:43 dtantsur edleafe: what's the problem with previewing? won't 'tox -edocs' work for you locally?
10:22:00 dtantsur mordred: thanks! oh, I should put openstacksdk on my review dashboard? :D
10:25:13 adriant al or one we as a community recommend.
10:25:13 adriant cmurphy: we can use keystoneauth and os-client-config as the reference implementation in such a doc, but the goal ultimately is language agnostic thing that describes the auth processes, and conventions in our official openstack projects. and mrhillsman we can potentially use that doc as the checklist as part of any process to make a library offici
10:26:54 adriant do we maybe want to start an email thread about it in openstack-dev and maybe get the right people involved to have such a thing written as part of Rocky?
10:35:11 cmurphy adriant: an email thread sounds like a good place to start
12:56:46 edleafe dtantsur|brb: I get errors when I run tox -edocs locally: http://paste.openstack.org/show/718285/
12:57:15 edleafe dtantsur|brb: that's not a page I've changed.
12:59:39 edleafe dtantsur|brb: Ah, I see it's changed in master.

Earlier   Later