*** dave-mccowan has quit IRC | 00:01 | |
*** tosky has quit IRC | 00:18 | |
openstackgerrit | Merged openstack/openstacksdk stable/train: Consistent normalization of Machine objects in the cloud layer https://review.opendev.org/712295 | 00:20 |
---|---|---|
*** diablo_rojo has quit IRC | 01:22 | |
*** dave-mccowan has joined #openstack-sdks | 01:31 | |
*** diablo_rojo has joined #openstack-sdks | 02:50 | |
*** diablo_rojo has quit IRC | 03:35 | |
*** dave-mccowan has quit IRC | 03:42 | |
*** ricolin has quit IRC | 05:03 | |
*** ricolin has joined #openstack-sdks | 05:17 | |
*** evrardjp has quit IRC | 05:35 | |
*** evrardjp has joined #openstack-sdks | 05:36 | |
*** rpittau|afk is now known as rpittau | 07:24 | |
*** gtema has joined #openstack-sdks | 07:30 | |
*** gtema has quit IRC | 07:46 | |
*** factor has joined #openstack-sdks | 07:50 | |
*** slaweq has joined #openstack-sdks | 07:56 | |
*** tkajinam has quit IRC | 08:31 | |
*** jpich has joined #openstack-sdks | 08:42 | |
*** tosky has joined #openstack-sdks | 08:46 | |
*** jpena|off is now known as jpena | 08:53 | |
*** ralonsoh has joined #openstack-sdks | 08:59 | |
*** BakaKuna has joined #openstack-sdks | 09:16 | |
BakaKuna | Hi, I was trying to change the admin state of a dhcp agent yesterday. Mordred gave me a pointer, but I think I just don't understand the flow yet. Should I be able to change the admin state of a DHCP agent (or any other attribut)? And if so, could anyone tell me how that should be done? | 10:08 |
BakaKuna | I have looked through the documentation, but I can't seem to find a place where an attribute is changed without using a dedicated method. | 10:10 |
BakaKuna | Found it, network.update_agent() did the trick. This is amazing! How can I only find out about this whole project now? I have been immersed in OpenStack literature the last 6 months since I started a new job :D | 10:29 |
openstackgerrit | Alfredo Moralejo proposed openstack/osc-lib master: Replace assertItemsEqual with assertCountEqual https://review.opendev.org/712904 | 10:39 |
noonedeadpunk | mordred: yeah, I tried to do kinda the same as https://review.opendev.org/#/c/712810/1 but also had local tests failing... | 10:42 |
noonedeadpunk | so ended up in just fixing exception.... | 10:43 |
noonedeadpunk | also there are the way more usages _find_identity_resource.... | 10:49 |
noonedeadpunk | actually I'm really wondering why osc thtows the same error for so different exceptions... | 10:49 |
*** rpittau is now known as rpittau|bbl | 11:28 | |
*** senrique_ has joined #openstack-sdks | 11:35 | |
openstackgerrit | Mark Chappell proposed openstack/ansible-collections-openstack master: os_nova_host_aggregate: Fixup sanity test failures https://review.opendev.org/712917 | 11:50 |
*** senrique_ has quit IRC | 11:59 | |
*** stingrayza has quit IRC | 12:01 | |
*** stingrayza has joined #openstack-sdks | 12:05 | |
*** jpena is now known as jpena|lunch | 12:30 | |
*** jpich has quit IRC | 12:36 | |
*** jpich has joined #openstack-sdks | 12:37 | |
*** rpittau|bbl is now known as rpittau | 13:04 | |
*** jpich has quit IRC | 13:16 | |
*** jpich has joined #openstack-sdks | 13:16 | |
*** jpena|lunch is now known as jpena | 13:35 | |
*** amoralej has joined #openstack-sdks | 13:53 | |
amoralej | hi, wrt https://review.opendev.org/#/c/712904/, is osc-lib gate broken? | 13:53 |
amoralej | ERROR: Package 'neutron' requires a different Python: 2.7.17 not in '>=3.6' | 13:54 |
*** amoralej is now known as amoralej|lunch | 13:55 | |
*** factor has quit IRC | 14:00 | |
*** factor has joined #openstack-sdks | 14:00 | |
*** factor has quit IRC | 14:03 | |
*** factor has joined #openstack-sdks | 14:04 | |
mordred | noonedeadpunk: yeah - that's the larger mess I was talking about - the same exception multiple causes thing | 14:06 |
mordred | BakaKuna: \o/ | 14:06 |
openstackgerrit | Monty Taylor proposed openstack/python-openstackclient master: Don't look up project by id if given id https://review.opendev.org/712810 | 14:09 |
mordred | noonedeadpunk: try that one | 14:10 |
mordred | amoralej|lunch: might be - let me look | 14:11 |
*** factor has quit IRC | 14:14 | |
openstackgerrit | Monty Taylor proposed openstack/osc-lib master: Stop using lib-forward-testing https://review.opendev.org/712961 | 14:14 |
mordred | amoralej|lunch: I think that should do it | 14:14 |
*** factor has joined #openstack-sdks | 14:14 | |
*** factor has quit IRC | 14:15 | |
noonedeadpunk | mordred: smae thing for me | 14:16 |
noonedeadpunk | *same | 14:16 |
mordred | noonedeadpunk: it's still not working? | 14:18 |
noonedeadpunk | nope. I don't have even nothing common to `_is_uuid_like` in dir(openstack.connect()) | 14:20 |
noonedeadpunk | openstacksdk 0.43.0 | 14:20 |
mordred | yeah - sorry - bad patch - one sec | 14:21 |
openstackgerrit | Monty Taylor proposed openstack/python-openstackclient master: Don't look up project by id if given id https://review.opendev.org/712810 | 14:29 |
mordred | noonedeadpunk: ok. one more try - hopefullyt his time with more coffee | 14:29 |
noonedeadpunk | yeah, if only I've found _is_uuid_like method... | 14:31 |
mordred | noonedeadpunk: I think we need to apply that pattern to many of the places in osc where identity resources are given | 14:33 |
mordred | for _most_ things treating input as "name_or_id" works well - but it's actually quite common that users don't have access rights to look up identity resources (like project) by name unless they are an admin | 14:33 |
noonedeadpunk | mordred: btw, I'd say that search works as well, it just has completely different URL base (so actually client_manager, which is probably do not exist) | 14:33 |
mordred | so the pattern _completely_ falls apart for things like project | 14:34 |
noonedeadpunk | they actually can, with https://keystone:5000/v3/users/USER_UUID/projects?name=vexxhost | 14:34 |
noonedeadpunk | the same should work for groups, etc | 14:34 |
mordred | awesome. good to know - we'll fix that too then | 14:34 |
mordred | noonedeadpunk: I think what I'll do is a pass to replace keystoneclient with sdk (similar to the glanceclient patch) | 14:35 |
noonedeadpunk | yeah, sdk usage is the way cleaner I think | 14:35 |
mordred | and as part of that we'll add in _is_uuid_like calls and then hopefully fix the project/groups/etc calls | 14:35 |
mordred | if they aren't already fixed | 14:35 |
noonedeadpunk | I think it's more workaround rather than fix | 14:36 |
mordred | is_uuid_like ? | 14:36 |
mordred | yeah - it's a workaround - although it does also save a roundtrip | 14:36 |
noonedeadpunk | as api allows regular users to search in projects they have access to by it's name | 14:37 |
mordred | ++ | 14:37 |
mordred | yeah. I think that's the right call to use here | 14:38 |
mordred | Merged openstack/governance master: Merge SDK and OSC teams https://review.opendev.org/711265 | 14:54 |
mordred | FYI ^^ | 14:54 |
openstackgerrit | Alfredo Moralejo proposed openstack/osc-lib master: Replace assertItemsEqual with assertCountEqual https://review.opendev.org/712904 | 14:55 |
*** amoralej|lunch is now known as amoralej | 14:55 | |
amoralej | thanks mordred | 14:55 |
smcginnis | https://gph.is/2ax5JZu | 15:02 |
openstackgerrit | Monty Taylor proposed openstack/ansible-collections-openstack master: Remove MANIFEST.json before building https://review.opendev.org/712970 | 15:15 |
*** senrique_ has joined #openstack-sdks | 15:21 | |
openstackgerrit | Dmitriy Rabotyagov (noonedeadpunk) proposed openstack/python-openstackclient master: Optimize adding project to image slightly more https://review.opendev.org/712813 | 15:33 |
openstackgerrit | Mark Chappell proposed openstack/ansible-collections-openstack master: os_nova_host_aggregate: Add support for not 'purging' missing hosts https://review.opendev.org/712979 | 15:37 |
openstackgerrit | Mark Chappell proposed openstack/ansible-collections-openstack master: os_nova_host_aggregate: Fixup sanity test failures https://review.opendev.org/712917 | 15:49 |
openstackgerrit | Mark Chappell proposed openstack/ansible-collections-openstack master: os_nova_host_aggregate: Add support for not 'purging' missing hosts https://review.opendev.org/712979 | 15:49 |
openstackgerrit | Merged openstack/ansible-collections-openstack master: Add option for modules_default groups https://review.opendev.org/712057 | 16:20 |
*** openstackgerrit has quit IRC | 16:31 | |
*** openstackgerrit has joined #openstack-sdks | 16:54 | |
openstackgerrit | Sean McGinnis proposed openstack/os-client-config master: Use unittest.mock instead of third party mock https://review.opendev.org/713029 | 16:54 |
*** rpittau is now known as rpittau|afk | 16:58 | |
*** jpich has quit IRC | 17:08 | |
openstackgerrit | Merged openstack/ansible-collections-openstack master: Remove MANIFEST.json before building https://review.opendev.org/712970 | 17:14 |
*** diablo_rojo has joined #openstack-sdks | 17:27 | |
*** iurygregory has quit IRC | 17:32 | |
*** evrardjp has quit IRC | 17:35 | |
*** evrardjp has joined #openstack-sdks | 17:36 | |
*** sshnaidm|afk has quit IRC | 17:37 | |
openstackgerrit | Merged openstack/ansible-collections-openstack master: os_nova_host_aggregate: Fixup sanity test failures https://review.opendev.org/712917 | 17:37 |
openstackgerrit | Merged openstack/ansible-collections-openstack master: os_nova_host_aggregate: Add support for not 'purging' missing hosts https://review.opendev.org/712979 | 17:43 |
*** jpena is now known as jpena|off | 18:07 | |
*** BakaKuna has quit IRC | 18:13 | |
*** ralonsoh has quit IRC | 18:36 | |
openstackgerrit | Merged openstack/openstacksdk master: baremetal: fail-less mode for wait_for_nodes_provision_state https://review.opendev.org/712637 | 18:46 |
openstackgerrit | Sean McGinnis proposed openstack/os-client-config master: Use unittest.mock instead of third party mock https://review.opendev.org/713029 | 18:51 |
openstackgerrit | Sean McGinnis proposed openstack/os-client-config master: Uncap jsonschema https://review.opendev.org/713049 | 18:51 |
*** amoralej is now known as amoralej|off | 19:06 | |
openstackgerrit | Monty Taylor proposed openstack/ansible-collections-openstack master: Remove all of the os_ prefixes https://review.opendev.org/713056 | 19:51 |
*** mgariepy has quit IRC | 19:53 | |
*** diablo_rojo has quit IRC | 20:19 | |
*** diablo_rojo has joined #openstack-sdks | 20:34 | |
*** slaweq has quit IRC | 21:04 | |
*** __ministry has quit IRC | 21:11 | |
*** slaweq has joined #openstack-sdks | 21:15 | |
mnaser | mordred: what do you think of https://review.opendev.org/#/c/708277/3 ? i think having it merge as is with a future of adding it to 'set' and stuff seems reasonable? | 21:19 |
*** slaweq has quit IRC | 21:20 | |
mordred | mnaser: I agree | 21:20 |
mordred | mnaser: I think we should not block on perfectin | 21:21 |
mnaser | this is miles better than having to switch to swift client to do this operation anyways | 21:21 |
openstackgerrit | Merged openstack/python-openstackclient master: Incorrect title for service provider https://review.opendev.org/703600 | 21:23 |
openstackgerrit | Merged openstack/python-openstackclient master: Update http links in docs https://review.opendev.org/567729 | 21:23 |
*** __ministry has joined #openstack-sdks | 21:39 | |
*** __ministry has quit IRC | 22:02 | |
openstackgerrit | Merged openstack/os-client-config master: Uncap jsonschema https://review.opendev.org/713049 | 22:02 |
openstackgerrit | Monty Taylor proposed openstack/ansible-collections-openstack master: Remove all of the os_ prefixes https://review.opendev.org/713056 | 22:05 |
openstackgerrit | Merged openstack/os-client-config master: Use unittest.mock instead of third party mock https://review.opendev.org/713029 | 22:12 |
openstackgerrit | Merged openstack/python-openstackclient master: Add qos_network_policy_id to network port tests https://review.opendev.org/701786 | 22:34 |
*** senrique_ has quit IRC | 22:49 | |
openstackgerrit | Merged openstack/openstacksdk master: Fixes get_user when identity responses are paged https://review.opendev.org/688704 | 22:51 |
openstackgerrit | Merged openstack/python-openstackclient master: Add storage policy option to create container command https://review.opendev.org/708277 | 22:53 |
openstackgerrit | Merged openstack/openstacksdk master: Switch to futurist for concurrency https://review.opendev.org/711301 | 22:57 |
*** senrique_ has joined #openstack-sdks | 23:08 | |
*** senrique_ has quit IRC | 23:14 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!