| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-sdks - 2019-11-26 | |||
| 19:20:22 | umbSublime | so I guess I need to wait for sdk 0.38.0 ? or is there a 0.37.1 version ? I'd prefer not having to manage backporting a patch | |
| 19:21:08 | efried | oh, yeah, that fix ought to have been released, sec... | |
| 19:21:50 | efried | hmph, it's in stable/train, which *should* have meant it got a default release at some point... | |
| 19:22:43 | efried | yeah, looks like it ought to be in 0.37.0, let me confirm quick.. | |
| 19:23:55 | efried | umbSublime: yeah, it should be in 0.37.0. Not sure why gerrit doesn't show that. | |
| 19:24:57 | umbSublime | huh, well I technically am running 0.37.0 | |
| 19:25:35 | efried | and ksa 3.18.0? | |
| 19:25:37 | umbSublime | Here is my dependency graph for openstacksdk: http://paste.openstack.org/show/786749/ | |
| 19:26:13 | efried | okay, then this might be.... a *bug* | |
| 19:36:50 | umbSublime | I guess so, here's a condensed version http://paste.openstack.org/show/786752/ | |
| 22:24:45 | openstackgerrit | Merged openstack/openstacksdk master: Keep connection backrefs with weakref.proxy https://review.opendev.org/695795 | |
| 22:33:36 | efried | mordred, eandersson: Guess we want a release for that ^ pdq? | |
| 22:37:03 | melwitt | dtroyer: how do you feel about this patch and the one above it going to osc stable/queens? https://review.opendev.org/691459 | |
| 22:40:03 | eandersson | Yea - gotta back port it as well. Ideally to all releases over the last two years. | |
| #openstack-sdks - 2019-11-27 | |||
| 02:07:29 | eandersson | efried mordred opened back ports as well for queens to train | |
| 05:34:12 | openstackgerrit | Ian Wienand proposed openstack/openstacksdk master: Create an OpenDev docker image https://review.opendev.org/696015 | |
| 14:41:03 | efried | eandersson: hm, why didn't they show up in channel? | |
| 15:17:30 | frickler | efried: because the config tells gerritbot to only show patches on master (+ the likely now obsolete osc4 feature branch) https://opendev.org/openstack/project-config/src/branch/master/gerritbot/channels.yaml#L1813-L1815 | |
| 15:17:45 | frickler | mordred: dtroyer: ^^ want to amend that? | |
| 15:17:48 | efried | ack | |
| 15:18:09 | efried | I... guess I could have figured that out :P | |
| 15:29:23 | elmiko | dtantsur: i was registered, just stuck in wrong channel lol | |
| 15:29:28 | dtantsur | heh | |
| 15:29:30 | dtantsur | happens sometimes | |
| 15:29:49 | elmiko | anyway, yeah, would you be ok with watching the office hour tomorrow? | |
| 15:34:13 | dtantsur | elmiko: likely yes | |
| 15:34:26 | dtantsur | now that I have a kitchen, my schedule is a bit more predictable :D | |
| 15:41:40 | elmiko | dtantsur: thanks! i will hold off on sending an email about cancelling | |
| 16:42:07 | rm_work | is someone making a release of the SDK soon to include https://github.com/openstack/openstacksdk/commit/0e8e36163716a53b4c1c2931408ced72951513be ? | |
| 16:42:24 | rm_work | would be nice :D i would like to be able to do a build of horizon dashboards that include this | |
| 16:47:35 | efried | rm_work: we were just talking about that earlier. Yes, we should do that. | |
| 16:48:20 | rm_work | cool | |
| 16:48:22 | efried | rm_work, eandersson, mordred: I'll throw that out real quick. | |
| 16:48:31 | rm_work | thanks | |
| 16:54:48 | efried | rm_work, eandersson, mordred, gtema: https://review.opendev.org/696359 | |
| 17:45:30 | melwitt | dtroyer: how do you feel about this patch and the one above it going to osc stable/queens? https://review.opendev.org/691459 | |
| 22:43:28 | openstackgerrit | Ian Wienand proposed openstack/openstacksdk master: Create an OpenDev docker image https://review.opendev.org/696015 | |
| #openstack-sdks - 2019-11-28 | |||
| 12:27:14 | openstackgerrit | Daniel Bengtsson proposed openstack/python-openstackclient master: Stop testing python 2 in tox and zuul. https://review.opendev.org/695427 | |
| 16:00:13 | dtantsur | hey folks! The API SIG office hour is starting! | |
| 16:00:33 | gtema | yupi | |
| 16:00:38 | dtantsur | we can even have some elmiko jokes since he's out ;) | |
| 16:01:09 | gtema | we are not brute | |
| 16:01:17 | dtantsur | oh | |
| 16:01:21 | dtantsur | I haven't noticed that :) | |
| 16:01:34 | dtantsur | so, does anyone have any API related questions or discussion topics? | |
| 16:01:50 | gtema | not me | |
| 16:02:21 | dtantsur | gtema: then I have a question for you: is there anything touristic in your city? I suspect it's got quite a history. | |
| 16:02:45 | gtema | yupp, sure | |
| 16:47:29 | dtantsur | We're close to wrapping up this extremely productive office hour :D anyone has anything to say? | |
| #openstack-sdks - 2019-11-30 | |||
| 01:56:57 | eandersson | why would server_get not include a flavor_id ? | |
| 13:59:52 | mordred | eandersson: nova no longer stores the flavor id with a server - because a flavor can be deleted while servers booted from it still exists. instead it stores the information about the flavor that was used to create the server | |
| 19:37:25 | eandersson | I see mordred - I wonder how long this has been broken in Senlin | |
| 19:38:06 | eandersson | https://github.com/openstack/senlin/blob/master/senlin/profiles/os/nova/server.py#L1329 | |
| 19:38:34 | eandersson | Is this a good "solution"? https://review.opendev.org/#/c/696767/4/senlin/profiles/os/nova/server.py | |
| #openstack-sdks - 2019-12-01 | |||
| 11:39:39 | openstackgerrit | Brin Zhang proposed openstack/python-openstackclient master: Add server migrate list CLI https://review.opendev.org/675304 | |
| 15:08:08 | mordred | eandersson: it's *a* solution - but the issue is that there might not be a flavor any more (this is why we're not doing a similar search workaround in sdk) | |
| 15:10:33 | mordred | eandersson: what do you need the flavor id in that server profile for? is it so that you can create new servers with the same flavor? if that's the case, I think the you may want different logic anyway, which is to look at the flavor details and then find a flavor on creation that (best) matches them. or if it's for reporting purposes, just switching to report name - or the flavor details - would | |
| 15:10:35 | mordred | likely also be more resilient | |
| 18:37:19 | eandersson | mordred most likely don't need it, but also don't want to break any unknown use for it | |
| 18:38:08 | eandersson | So a solution might be a work around (that could be backported) and then a smarter implementation for U. | |
| #openstack-sdks - 2019-12-02 | |||
| 14:42:26 | mordred | eandersson: yeah | |
| #openstack-sdks - 2019-12-03 | |||
| 14:08:16 | dtantsur | mordred: hey! have you seen http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011295.html ? | |
| 14:08:22 | dtantsur | this is re ironic ansible modules | |
| 15:16:13 | mordred | dtantsur: been out with US Thanksgiving. sshnaidm pinged me on IRC the other day wanting to talk about modules, but I haven't circled back on it yet | |
| 15:16:34 | dtantsur | mordred: don't worry, we're assigning all the work to you. enjoy the holiday! | |
| 15:17:01 | mordred | sweet! | |
| 16:11:16 | dtantsur | elmiko: JFYI there will be ansible SIG people jumping on our API SIG hours. more details http://eavesdrop.openstack.org/meetings/ansible_sig/2019/ansible_sig.2019-12-03-15.01.log.html | |
| 16:18:47 | mordred | dtantsur, elmiko: simul-sig | |
| 16:27:57 | elmiko | dtantsur: ack, will we be able to share? (ie do they need to use meeting commmands or something?) | |
| 16:32:07 | dtantsur | elmiko: likely | |
| 16:37:50 | elmiko | cool | |
| 16:38:06 | elmiko | i don't have an issue with that, it's been pretty quiet the last few months anways | |
| 19:36:35 | openstackgerrit | Eric Fried proposed openstack/openstacksdk master: Fix .. note:: rendering in doc https://review.opendev.org/697168 | |
| 20:11:08 | openstackgerrit | Matt Riedemann proposed openstack/openstacksdk master: Update deps for tox venv target https://review.opendev.org/697178 | |
| 20:11:09 | openstackgerrit | Matt Riedemann proposed openstack/openstacksdk master: Expose baremetal Node.owner https://review.opendev.org/697179 | |
| 20:12:53 | openstackgerrit | Matt Riedemann proposed openstack/openstacksdk master: Expose baremetal Node.owner https://review.opendev.org/697179 | |
| 20:49:23 | openstackgerrit | Merged openstack/openstacksdk master: Fix .. note:: rendering in doc https://review.opendev.org/697168 | |
| #openstack-sdks - 2019-12-04 | |||
| 02:17:29 | openstackgerrit | Merged openstack/openstacksdk master: Update deps for tox venv target https://review.opendev.org/697178 | |
| 07:24:24 | openstackgerrit | Édouard Thuleau proposed openstack/python-openstackclient master: Fix router create/show if extraroute not supported https://review.opendev.org/697240 | |
| 09:23:02 | odyssey4me | hey folks, I see the ansible SIG meeting isn't in http://eavesdrop.openstack.org/ - does anyone know how to get it there? | |
| 09:45:26 | frickler | odyssey4me: that should be driven by https://opendev.org/opendev/irc-meetings/src/branch/master/meetings | |
| 09:46:10 | odyssey4me | frickler: tyvm, I'll push up a patch for it in a bit | |
| 13:57:52 | openstackgerrit | Édouard Thuleau proposed openstack/python-openstackclient master: Fix router create/show if extraroute not supported https://review.opendev.org/697240 | |
| 16:51:35 | mriedem | is it just me or are the sdk tests pretty flaky in the gate? | |
| 17:03:03 | mordred | mriedem: they used to be pretty solid - but that object one seems to have gotten unhappy recently :( | |
| 19:18:54 | openstackgerrit | Pedro Henrique Pereira Martins proposed openstack/keystoneauth master: Add OTP to v3OIDCpassword plugin https://review.opendev.org/697348 | |
| 19:41:14 | openstackgerrit | Merged openstack/openstacksdk master: Expose baremetal Node.owner https://review.opendev.org/697179 | |
| 19:54:32 | openstackgerrit | Matt Riedemann proposed openstack/openstacksdk master: Fix reno index list indent https://review.opendev.org/697356 | |
| 21:09:38 | rm_work | re: ospurge/sdk, I am thinking January I might have time to actually look at it :D | |
| 21:09:51 | rm_work | just an FYI (and a reminder that I haven't forgotten) | |
| 21:21:36 | openstackgerrit | Colleen Murphy proposed openstack/python-openstackclient master: Add support for app cred access rules https://review.opendev.org/677857 | |
| 21:22:24 | cmurphy | seeking feedback from the osc team on ^ | |
| 21:24:56 | openstackgerrit | Merged openstack/openstacksdk master: Fix reno index list indent https://review.opendev.org/697356 | |
| #openstack-sdks - 2019-12-05 | |||
| 11:24:55 | openstackgerrit | Vishakha Agarwal proposed openstack/python-openstackclient master: WIP Adding options to user cli https://review.opendev.org/697444 | |
| 13:59:21 | mordred | rm_work: ossum | |
| 13:59:54 | rm_work | :) | |
| 15:31:23 | openstackgerrit | Merged openstack/shade master: Add source and contributing link in readme https://review.opendev.org/686871 | |
| 15:55:53 | elmiko | dtantsur: is the ironic thing happening today? | |
| 15:56:37 | dtantsur | elmiko: ironic things happen every day | |
| 15:57:02 | dtantsur | it's not ironic-specific, more of adopting all openstack ansible modules (and re-shaping their API for consistency - hence API SIG involvement) | |