*** goldyfruit has quit IRC | 00:42 | |
*** goldyfruit has joined #openstack-sdks | 00:44 | |
*** slaweq has joined #openstack-sdks | 01:05 | |
*** openstackstatus has joined #openstack-sdks | 01:16 | |
*** ChanServ sets mode: +v openstackstatus | 01:16 | |
*** Dinesh_Bhor has quit IRC | 01:26 | |
*** Dinesh_Bhor has joined #openstack-sdks | 01:38 | |
adriant | Now... this is a SILLY edge case... the the CLI keystone commands don't handle well the case where someone has a project called "default" in a domain that isn't "Default". Because it seems the project name default is clashing with the ID for the 'Default' domain, so things like role assignment list and such don't work when specifying | 01:41 |
---|---|---|
adriant | "--project-domain" because I guess the ID lookup happens first. | 01:41 |
*** ricolin has joined #openstack-sdks | 04:33 | |
*** evrardjp has quit IRC | 05:34 | |
*** evrardjp has joined #openstack-sdks | 05:34 | |
*** tosky has joined #openstack-sdks | 07:35 | |
*** slaweq has quit IRC | 07:53 | |
*** gtema has joined #openstack-sdks | 08:02 | |
*** gtema_ has joined #openstack-sdks | 08:04 | |
*** gtema has quit IRC | 08:07 | |
*** slaweq has joined #openstack-sdks | 08:09 | |
*** ralonsoh has joined #openstack-sdks | 08:38 | |
*** Luzi has joined #openstack-sdks | 08:45 | |
*** jpich has joined #openstack-sdks | 08:54 | |
*** jpena|off is now known as jpena | 08:54 | |
*** dtantsur|afk is now known as dtantsur | 09:01 | |
*** sshnaidm has quit IRC | 09:41 | |
*** sshnaidm has joined #openstack-sdks | 09:42 | |
*** gtema_ has quit IRC | 09:47 | |
*** jpena is now known as jpena|brb | 09:58 | |
openstackgerrit | Lajos Katona proposed openstack/keystoneauth stable/stein: add handling for multiple error returns https://review.opendev.org/706774 | 10:00 |
*** gtema has joined #openstack-sdks | 10:03 | |
*** jpena|brb is now known as jpena | 10:43 | |
*** gtema_ has joined #openstack-sdks | 11:58 | |
*** gtema has quit IRC | 12:01 | |
*** gtema_ has quit IRC | 12:25 | |
*** adriant has quit IRC | 12:34 | |
*** adriant has joined #openstack-sdks | 12:35 | |
*** jpena is now known as jpena|lunch | 12:35 | |
*** gtema has joined #openstack-sdks | 12:36 | |
*** gtema has quit IRC | 12:37 | |
*** mgariepy has joined #openstack-sdks | 12:45 | |
*** jpich has quit IRC | 12:49 | |
*** jpich has joined #openstack-sdks | 12:50 | |
*** ccamel has joined #openstack-sdks | 12:56 | |
*** camelCaser has quit IRC | 12:56 | |
*** enriquetaso has joined #openstack-sdks | 13:21 | |
*** gtema has joined #openstack-sdks | 13:28 | |
*** jpena|lunch is now known as jpena | 13:30 | |
*** mgariepy has quit IRC | 13:51 | |
*** mgariepy has joined #openstack-sdks | 13:52 | |
sshnaidm | I wonder if anyone from SDK can comment on an issue with tags and update_image_properties - https://review.opendev.org/#/c/705343/1..3/plugins/modules/os_image.py | 13:53 |
mordred | adriant: wow, that's an amazing edge case | 14:08 |
*** gryf has joined #openstack-sdks | 14:44 | |
*** Luzi has quit IRC | 15:03 | |
*** KeithMnemonic has joined #openstack-sdks | 15:06 | |
KeithMnemonic | anyone feel like getting this through finally https://review.opendev.org/701299 | 15:13 |
*** mgariepy has quit IRC | 15:14 | |
*** mgariepy has joined #openstack-sdks | 15:18 | |
KeithMnemonic | also this one please if someone can pull the trigger https://review.opendev.org/703683 | 15:23 |
*** maaritamm has joined #openstack-sdks | 15:33 | |
dtantsur | elmiko: hey! at some point (maybe on Thu) we should talk about PTG plans. | 15:36 |
dtantsur | sshnaidm: btw, have we got a new meeting time for the ansible meeting? | 15:37 |
sshnaidm | dtantsur, I think yes, we'll have it in Tue 3pm UTC as winning from https://xoyondo.com/dp/ITMGRZSvaZaONcz | 15:39 |
dtantsur | sshnaidm: have you announced it already? especially if you expect it to happen tomorrow :) | 15:39 |
sshnaidm | dtantsur, right, I'll announce it today | 15:40 |
dtantsur | ++ thx | 15:40 |
sshnaidm | I think all that wanted to vote have already voted | 15:40 |
dtantsur | I'll be able to attend again \o/ | 15:41 |
sshnaidm | dtantsur, welcome back! :) | 15:41 |
sshnaidm | dtantsur, do you know who can help with images work in SDK wrt https://review.opendev.org/#/c/705343/1..3/plugins/modules/os_image.py ? | 15:43 |
gtema | sshnaidm, what is exactly the question with that? | 15:43 |
dtantsur | I was about to mention gtema :) | 15:43 |
sshnaidm | gtema, seems like there is a bug with tagz and update_image_properties call | 15:44 |
gtema | I was taking care of rework of image and on the other side not happy with overall tag approach of modules | 15:44 |
gtema | ah, ok | 15:44 |
sshnaidm | gtema, I wouldn't like to pass workarounds to modules because of SDK bugs, but if no choice.. | 15:44 |
gtema | will have a look on that tomorrow | 15:44 |
sshnaidm | gtema, great, appreciate that | 15:45 |
gtema | btw, just a question in the round: I want to have a separate module for doing tags operations, instead of implementing the whole madness in each module | 15:45 |
gtema | I was even proposing change in ansible, but it never got merged | 15:45 |
gtema | what do you think of such approach? | 15:45 |
*** gtema_ has joined #openstack-sdks | 15:50 | |
*** gtema has quit IRC | 15:53 | |
sshnaidm | gtema_, I'd say we can try, can you submit an example patch? | 15:58 |
gtema_ | yes, when will find a time. But sure. The benefit is that in each module we need to repeat some logic otherwise | 15:59 |
sshnaidm | gtema_, I suppose it should go to modules_utils/openstack.py somewhere? | 16:00 |
gtema_ | well, this is another option, which is also on my desk | 16:00 |
gtema_ | 1st option was to add os_tag module, which take resource reference | 16:01 |
gtema_ | and 2nd is to integrate tag logic into base module | 16:01 |
gtema_ | okay. Sorry guys, need to fix my Zuul, therefore can't spend much time here now | 16:03 |
gtema_ | dtantsur, mordred: please please please https://review.opendev.org/#/c/700219/ | 16:03 |
* dtantsur adds to the top of his queue | 16:04 | |
mordred | gtema_: yes - I'm halfway through it :) | 16:05 |
gtema_ | ths | 16:05 |
gtema_ | thks | 16:05 |
sshnaidm | do we need openstack-ansible-modules session in PTG? | 16:25 |
sshnaidm | I wonder if it can be part of SDK session if there is one | 16:25 |
dtantsur | it won't hurt, I think | 16:25 |
dtantsur | sshnaidm: a good topic to raise on the tomorrow's meeting | 16:25 |
gtema_ | I would like to have openstack-ansible-modules, I would like to have SDK. And that if I am allowed to go ;-) | 16:25 |
* dtantsur turns his attention to gtema_'s poem :) | 16:37 | |
gtema_ | it was just vol.1 - more to come | 16:37 |
*** tosky has quit IRC | 16:48 | |
*** gtema_ has quit IRC | 17:09 | |
* mordred applauds the poetry | 17:24 | |
*** evrardjp has quit IRC | 17:34 | |
*** evrardjp has joined #openstack-sdks | 17:34 | |
*** dtantsur is now known as dtantsur|afk | 17:34 | |
*** jpich has quit IRC | 17:35 | |
*** sshnaidm is now known as sshnaidm|afk | 17:35 | |
*** gtema has joined #openstack-sdks | 17:48 | |
*** gtema has quit IRC | 17:53 | |
*** openstackstatus has quit IRC | 17:57 | |
*** openstack has joined #openstack-sdks | 18:01 | |
*** ChanServ sets mode: +o openstack | 18:01 | |
*** jpena is now known as jpena|off | 18:09 | |
*** ralonsoh has quit IRC | 19:10 | |
*** enriquetaso has quit IRC | 21:06 | |
*** maaritamm has quit IRC | 21:33 | |
*** maaritamm has joined #openstack-sdks | 21:35 | |
*** maaritamm has quit IRC | 22:28 | |
*** slaweq has quit IRC | 22:29 | |
*** slaweq has joined #openstack-sdks | 22:41 | |
*** openstackgerrit has quit IRC | 22:46 | |
*** slaweq has quit IRC | 22:46 | |
adriant | mordred: I find all the best edge cases and bugs :P | 22:52 |
*** slaweq has joined #openstack-sdks | 23:59 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!