openstackgerrit | Takashi Kajinami proposed openstack/python-openstackclient master: Add parent project filter for listing projects https://review.opendev.org/677103 | 02:14 |
---|---|---|
*** redrobot has quit IRC | 02:23 | |
*** Guest90568 has joined #openstack-sdks | 02:29 | |
*** Guest90568 is now known as redrobot | 02:32 | |
openstackgerrit | Takashi Kajinami proposed openstack/python-openstackclient master: Add parent project filter for listing projects https://review.opendev.org/677103 | 03:02 |
*** ricolin has joined #openstack-sdks | 03:10 | |
*** ricolin has quit IRC | 03:44 | |
*** ricolin has joined #openstack-sdks | 05:16 | |
*** jkulik has joined #openstack-sdks | 06:14 | |
*** e0ne has joined #openstack-sdks | 06:37 | |
*** e0ne has quit IRC | 06:38 | |
*** gtema has joined #openstack-sdks | 07:31 | |
*** gtema has quit IRC | 07:36 | |
*** yolanda has quit IRC | 07:42 | |
*** yolanda__ has joined #openstack-sdks | 07:43 | |
*** jpena|off is now known as jpena | 07:44 | |
*** yolanda__ is now known as yolanda | 08:28 | |
*** adriant has quit IRC | 08:29 | |
*** adriant has joined #openstack-sdks | 08:31 | |
*** e0ne has joined #openstack-sdks | 08:42 | |
*** ralonsoh has joined #openstack-sdks | 10:37 | |
*** dave-mccowan has joined #openstack-sdks | 11:05 | |
*** jpena is now known as jpena|lunch | 11:39 | |
*** shubham_potale has joined #openstack-sdks | 12:14 | |
*** jpena|lunch is now known as jpena | 12:31 | |
*** mriedem has joined #openstack-sdks | 12:57 | |
*** shubham_potale has quit IRC | 13:23 | |
*** shubham_potale has joined #openstack-sdks | 14:03 | |
*** yolanda has quit IRC | 14:31 | |
*** yolanda has joined #openstack-sdks | 14:36 | |
kmalloc | mordred: +1 on both of those changes from late last week (cc Shrews ) | 14:53 |
*** asettle has joined #openstack-sdks | 14:56 | |
*** factor has quit IRC | 15:32 | |
*** factor has joined #openstack-sdks | 15:32 | |
mordred | kmalloc: sweet - thanks! | 15:36 |
kmalloc | mordred: yeah, took a bit longer than expected. but once i revisited with coffee in hand, the second one was way easier | 15:37 |
mordred | mmm. coffee | 15:38 |
*** factor has quit IRC | 15:40 | |
*** factor has joined #openstack-sdks | 15:41 | |
kmalloc | mordred: next, deploying gitea locally to poke at lots of settings. | 15:42 |
kmalloc | thankfully, that is really easy | 15:42 |
kmalloc | mordred: so very much deathwish coffee. | 15:42 |
kmalloc | mordred: we pretty much drink exclusively valhalla java ;) | 15:42 |
*** icarusfactor has joined #openstack-sdks | 16:07 | |
*** factor has quit IRC | 16:09 | |
*** jpena is now known as jpena|off | 16:11 | |
*** e0ne has quit IRC | 17:10 | |
*** ralonsoh has quit IRC | 17:16 | |
*** ricolin has quit IRC | 17:31 | |
tobiash | does openstacksdk support the sharing of images? | 17:34 |
tobiash | I didn't find it in the docs | 17:34 |
efried | tobiash: what do you mean "sharing of images"? | 17:40 |
efried | What API specifically? | 17:40 |
tobiash | efried: you can share an image with another tenant | 17:41 |
efried | a lot of the docs aren't really complete; they just front a particular API operation with generic passthrough arguments/payloads | 17:41 |
tobiash | efried: I mean this one: https://docs.openstack.org/image-guide/share-images.html | 17:41 |
efried | so the fact you can't find it in the docs doesn't mean it's not supported... but would take a sec to track down. Looking... | 17:41 |
efried | tobiash: So we're looking for support of these operations https://docs.openstack.org/api-ref/image/v2/index.html#sharing ? | 17:43 |
tobiash | efried: yes, what I'm currently doing is 'openstack image set --shared <id>', then 'openstack image add project <id>' and then the accept in the other project | 17:44 |
tobiash | and I wondered if that's directly possible using openstacksdk | 17:44 |
tobiash | I think that translates to those calls | 17:45 |
efried | tobiash: Well, it's certainly directly possible; if nothing else you could do it with Connection.image.get/.put/.post/etc. | 17:45 |
tobiash | efried: oh, I think I found it: https://docs.openstack.org/openstacksdk/latest/user/proxies/image_v2.html#member-operations | 17:46 |
efried | ...yup | 17:46 |
tobiash | I just looked for the wrong keywords | 17:46 |
efried | I was just getting there, but from code :) | 17:46 |
tobiash | thanks :) | 17:46 |
efried | tobiash: what would be useful is if links into the api-ref were added to those docstrings | 17:47 |
tobiash | yes | 17:47 |
efried | like this: | 17:47 |
efried | https://review.opendev.org/#/c/659068/ | 17:47 |
efried | ...especially for the ones where there's a generic **attrs etc. | 17:47 |
efried | If you want to propose something, I'd be delighted to review it. | 17:49 |
efried | tobiash: IMO it would also be neat if https://docs.openstack.org/image-guide/share-images.html linked into the API-ref, especially where it actually mentions API operations. | 17:50 |
efried | ...that appears to live in the openstack-manuals project | 17:52 |
*** icarusfactor has quit IRC | 17:53 | |
openstackgerrit | Tobias Henkel proposed openstack/openstacksdk master: Add link to image sharing api docs https://review.opendev.org/677266 | 18:05 |
tobiash | efried: like this? ^ | 18:05 |
efried | tobiash: Yeah, that lgtm. | 18:07 |
tobiash | :) | 18:07 |
efried | tobiash: I think you're missing end backticks on your links tho | 18:08 |
tobiash | oops | 18:08 |
openstackgerrit | Tobias Henkel proposed openstack/openstacksdk master: Add link to image sharing api docs https://review.opendev.org/677266 | 18:09 |
*** e0ne has joined #openstack-sdks | 18:17 | |
*** factor has joined #openstack-sdks | 19:22 | |
openstackgerrit | Merged openstack/openstacksdk master: Add 'node' attribute to baremetal Allocation https://review.opendev.org/676521 | 19:24 |
efried | mordred: https://review.opendev.org/#/c/675130/ docs question in there. If I'm wrong, lmk and I'll +W | 19:28 |
*** mriedem has quit IRC | 19:29 | |
*** mriedem has joined #openstack-sdks | 19:30 | |
openstackgerrit | Andreas Jaeger proposed openstack/shade master: Switch openSUSE job name https://review.opendev.org/677286 | 19:35 |
*** icarusfactor has joined #openstack-sdks | 19:44 | |
*** factor has quit IRC | 19:46 | |
*** e0ne has quit IRC | 20:11 | |
*** e0ne has joined #openstack-sdks | 20:21 | |
efried | mordred: ugh https://review.opendev.org/#/c/676837/ | 20:49 |
*** mriedem has quit IRC | 22:12 | |
*** dave-mccowan has quit IRC | 22:22 | |
*** dave-mccowan has joined #openstack-sdks | 22:25 | |
*** dave-mccowan has quit IRC | 22:32 | |
*** e0ne has quit IRC | 23:40 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!