Earlier  
Posted Nick Remark
#openstack-sdks - 2021-02-25
14:50:02 stephenfin iurygregory: np :)
15:08:11 stephenfin gtema: Can you look at https://review.opendev.org/c/openstack/openstacksdk/+/776271/4/openstack/block_storage/v3/resource_filter.py#23 ?
15:08:25 gtema yes
15:08:28 openstackgerrit Dylan Zapzalka proposed openstack/openstacksdk master: Added support for the Limits resource https://review.opendev.org/c/openstack/openstacksdk/+/776318
15:08:29 stephenfin I have a question and think you might know the answer :)
15:13:45 gtema I was sure I missed one patch for reviews. This was the one
15:14:51 gtema we might hint James to change his gerrit account to be full name or a nick.
15:15:59 stephenfin good idea
15:16:14 gtema I actually missed this change exactly because of that
16:00:26 openstackgerrit Alexander Wilcox proposed openstack/openstacksdk master: Attempting to pass Zuul tests https://review.opendev.org/c/openstack/openstacksdk/+/777503
16:19:40 openstackgerrit Alexander Wilcox proposed openstack/openstacksdk master: This is the Host Extension Resource, for capstone. https://review.opendev.org/c/openstack/openstacksdk/+/777617
16:30:33 openstackgerrit Alexander Wilcox proposed openstack/openstacksdk master: This is the Host Extension Resource, for capstone. https://review.opendev.org/c/openstack/openstacksdk/+/776320
22:20:35 openstackgerrit Merged openstack/openstacksdk master: Improve Ironic API on OpenStack SDK https://review.opendev.org/c/openstack/openstacksdk/+/766531
#openstack-sdks - 2021-02-26
03:47:58 openstackgerrit Dylan Zapzalka proposed openstack/openstacksdk master: Added support for the Limits resource https://review.opendev.org/c/openstack/openstacksdk/+/776318
10:40:36 openstackgerrit Simon Li proposed openstack/keystoneauth master: fix: miss attr _discovery_cache in ServiceTokenAuthWrapper https://review.opendev.org/c/openstack/keystoneauth/+/777739
15:13:14 openstackgerrit Thiago Paiva Brito proposed openstack/openstacksdk master: Add set_readonly_volume to BlockStorageCloudMixin https://review.opendev.org/c/openstack/openstacksdk/+/776266
15:36:08 openstackgerrit Thiago Paiva Brito proposed openstack/openstacksdk master: Adding retype_volume to BlockStorageCloudMixin https://review.opendev.org/c/openstack/openstacksdk/+/776272
15:43:13 openstackgerrit Thiago Paiva Brito proposed openstack/openstacksdk master: Add set_readonly_volume to BlockStorageCloudMixin https://review.opendev.org/c/openstack/openstacksdk/+/776266
18:03:55 openstackgerrit Thiago Paiva Brito proposed openstack/openstacksdk master: Implement metadata operation support for Volumes https://review.opendev.org/c/openstack/openstacksdk/+/777801
18:05:03 openstackgerrit Thiago Paiva Brito proposed openstack/openstacksdk master: Implement metadata operation support for Volumes https://review.opendev.org/c/openstack/openstacksdk/+/777801
#openstack-sdks - 2021-02-27
23:19:11 openstackgerrit James Palmer proposed openstack/openstacksdk master: Add support for Resource Filters https://review.opendev.org/c/openstack/openstacksdk/+/776271
#openstack-sdks - 2021-03-01
00:05:36 openstackgerrit Dylan Zapzalka proposed openstack/openstacksdk master: WIP Added support for the Capabilities resource https://review.opendev.org/c/openstack/openstacksdk/+/777895
04:14:41 openstackgerrit Dylan Zapzalka proposed openstack/openstacksdk master: WIP Added support for the Capabilities resource https://review.opendev.org/c/openstack/openstacksdk/+/777895
04:15:50 openstackgerrit Dylan Zapzalka proposed openstack/openstacksdk master: WIP Added support for the Capabilities resource https://review.opendev.org/c/openstack/openstacksdk/+/777895
07:21:00 openstackgerrit Dylan Zapzalka proposed openstack/openstacksdk master: WIP Added support for the Quota class set extension resource https://review.opendev.org/c/openstack/openstacksdk/+/777934
07:59:14 openstackgerrit Maxim Babushkin proposed openstack/ansible-collections-openstack master: Add binding profile to port module https://review.opendev.org/c/openstack/ansible-collections-openstack/+/777936
08:03:33 openstackgerrit Maxim Babushkin proposed openstack/ansible-collections-openstack master: Add binding profile to port module https://review.opendev.org/c/openstack/ansible-collections-openstack/+/777936
08:52:03 openstackgerrit Maxim Babushkin proposed openstack/ansible-collections-openstack master: Add binding profile to port module https://review.opendev.org/c/openstack/ansible-collections-openstack/+/777936
12:17:03 openstackgerrit Maxim Babushkin proposed openstack/ansible-collections-openstack master: Add binding profile to port module https://review.opendev.org/c/openstack/ansible-collections-openstack/+/777936
13:40:52 yoctozepto morning
13:44:15 yoctozepto how could I help/motivate the merging of https://review.opendev.org/c/openstack/openstacksdk/+/777299 ? :-)
13:44:38 yoctozepto this is important for masakari this cycle
13:44:59 yoctozepto I truly hope we did not miss any deadlines
15:01:49 frickler yoctozepto: mentioning it here often enough will help, not sure whom best to ping about it in addition, possibly gtema as ptl
15:03:24 frickler weird error regarding volumes, if I do "openstack --os-volume-api-version 3.42 volume set --size 3 volume_name", I get "No volume with a name or ID of 'volume_name' exists.". using the volume id works fine.
15:03:58 frickler using the same command without the special api version also resolves the volume_name correctly, but obviously fails when the volume is in use
15:07:03 yoctozepto frickler: thanks, will keep bugging then
15:07:51 gtema yoctozepto, just having a look at this, you might want also to add _max_microversion on the resource to ensure microversion header is send (if it is required)
15:09:56 yoctozepto gtema: thanks; how does it work though?
15:10:17 gtema you specify resource attribute (i.e. https://opendev.org/openstack/openstacksdk/src/branch/master/openstack/baremetal/v1/chassis.py#L23)
15:11:23 gtema it is then used in the underlaying methods (i.e. https://opendev.org/openstack/openstacksdk/src/branch/master/openstack/resource.py#L1218) to be send as a header
15:11:54 gtema https://opendev.org/openstack/openstacksdk/src/branch/master/openstack/resource.py#L1453
15:25:39 yoctozepto gtema: ah, ok, ack, thank you; I think I have wrapped my head around it now
15:26:14 yoctozepto gtema: I have a related question now: is it wrong that python-masakariclient sets the default microversion?
15:26:29 yoctozepto as that seems to just override any other smartness at the sdk level
15:27:03 gtema there is nothing right and nothing wrong. Each client is now behaving differently and thus we try to normalize OSC to use SDK to have less of differencies
15:27:24 gtema if you rely on SDK - you should not do this at all, unless user want that
15:28:02 gtema that is the "future" OSC behavior (based on current SDK): use highest possible unless user explicitly ask for the lower one
15:28:35 yoctozepto gtema: ack, that makes sense
15:30:11 yoctozepto gtema: I am asking from the position of a PTL that got this from the previous team that mysteriously disappeared and I have been involved in devops side more before (vide kolla)
15:30:25 gtema :)
15:30:34 yoctozepto gtema: so all this "best practices" in client coding is very useful
15:30:43 gtema yupp
15:32:17 yoctozepto ah, all those bugs to squash, all those missed integrations to add
15:32:34 yoctozepto fwiw, maskari's legacy client is subpar in functionality compared to osc one
15:32:44 yoctozepto and the legacy one is deprecated and being dropped currently
15:33:06 yoctozepto yet I have found the osc plugin for masakari is not cross-checking and thus not officially recognised
15:33:09 yoctozepto peculiar
15:33:21 gtema sounds like a mess
15:33:35 yoctozepto yeah, I tried to be polite
15:33:40 yoctozepto and sound smart 8-)
15:33:46 gtema ;-)
16:17:06 frickler seems that my volume issue is a bug in cinderclient, will move over
19:25:07 openstackgerrit Dario Zanzico proposed openstack/openstacksdk master: Add dns_name, dns_domain parameters to create/update port. https://review.opendev.org/c/openstack/openstacksdk/+/778055
#openstack-sdks - 2021-03-02
03:32:25 openstackgerrit Ashley Rodriguez proposed openstack/openstacksdk master: Add share resource to shared file system https://review.opendev.org/c/openstack/openstacksdk/+/775707
09:14:14 openstackgerrit Dylan Zapzalka proposed openstack/openstacksdk master: Added support for the Limits resource https://review.opendev.org/c/openstack/openstacksdk/+/776318
11:16:13 openstackgerrit sue proposed openstack/openstacksdk master: add masakari enabled to segment https://review.opendev.org/c/openstack/openstacksdk/+/777299
11:56:29 openstackgerrit Merged openstack/ansible-collections-openstack master: Add binding profile to port module https://review.opendev.org/c/openstack/ansible-collections-openstack/+/777936
15:27:28 corvus is there an ansible module for interacting with barbican? i don't see anything at https://docs.ansible.com/ansible/2.9/modules/list_of_cloud_modules.html#openstack
15:28:06 corvus for context, i'm trying to implement this procedure with ansbile: https://docs.openstack.org/octavia/latest/user/guides/basic-cookbook.html#deploy-a-tls-terminated-https-load-balancer
18:04:06 openstackgerrit Merged openstack/openstacksdk master: Set resource URI properties in listing method https://review.opendev.org/c/openstack/openstacksdk/+/776205
19:35:15 johnsom corvus I'm not sure on the barbican module for Ansible, but maybe ask in #openstack-barbican?
21:44:18 openstackgerrit Merged openstack/openstacksdk master: Switch cloud.networking.qos* operations to rely on proxy layer https://review.opendev.org/c/openstack/openstacksdk/+/770945
22:28:45 openstackgerrit Dylan Zapzalka proposed openstack/openstacksdk master: WIP Added support for the Capabilities resource https://review.opendev.org/c/openstack/openstacksdk/+/777895
22:29:13 openstackgerrit Dylan Zapzalka proposed openstack/openstacksdk master: Added support for the Capabilities resource https://review.opendev.org/c/openstack/openstacksdk/+/777895
#openstack-sdks - 2021-03-03
09:54:38 openstackgerrit Artem Goncharov proposed openstack/openstacksdk master: Switch networking function in cloud layer to proxy https://review.opendev.org/c/openstack/openstacksdk/+/766783
10:00:32 openstackgerrit Artem Goncharov proposed openstack/openstacksdk master: Add access to the resource attribute by server-side name https://review.opendev.org/c/openstack/openstacksdk/+/778398
10:01:28 openstackgerrit Artem Goncharov proposed openstack/openstacksdk master: Switch networking function in cloud layer to proxy https://review.opendev.org/c/openstack/openstacksdk/+/766783
10:03:09 openstackgerrit Artem Goncharov proposed openstack/openstacksdk master: Switch networking function in cloud layer to proxy https://review.opendev.org/c/openstack/openstacksdk/+/766783
10:04:09 openstackgerrit Artem Goncharov proposed openstack/openstacksdk master: Switch networking function in cloud layer to proxy https://review.opendev.org/c/openstack/openstacksdk/+/766783
10:04:29 openstackgerrit Artem Goncharov proposed openstack/openstacksdk master: Stop sending tenant_id to Neutron https://review.opendev.org/c/openstack/openstacksdk/+/770952
10:12:50 openstackgerrit Ryan Zimmerman proposed openstack/openstacksdk master: Add minimal support for Placement https://review.opendev.org/c/openstack/openstacksdk/+/745375
10:38:27 slaweq artom: hi, can You maybe take a look at https://review.opendev.org/c/openstack/python-openstackclient/+/775045 if You will have few minutes? It's almost last piece needed for us to complete BP :)
10:38:33 slaweq thx in advance
10:39:26 artom slaweq, I think you have me confused with the other Artem :P
10:39:43 gtema maybe, and I am already looking at it
10:39:49 slaweq artom: sorry
10:39:57 slaweq gtema: thx a lot :)
10:40:12 stephenfin zimmerry: Good to see movement on that. Can't promise I'll get to that this week but it's on my list!
10:40:13 artom All good - I don't get to say that often in English-speaking circles :)
10:40:14 slaweq raise TooManyArtomsException()
10:40:16 slaweq :D
10:40:41 gtema I guess just 2 in whole OpenStack
10:41:02 slaweq I will try to remember who is who ;)
10:42:23 slaweq stephenfin: Charles would works for me, at least I wouldn't confuse anyone
10:42:45 artom "Charles :Nickname is already in use."
10:43:09 artom Looks like there's prior art
10:43:53 stephenfin Well that's disappointing
10:45:13 artom I tend to have that effect
11:51:25 openstackgerrit Artem Goncharov proposed openstack/openstacksdk master: Stop sending tenant_id to Neutron https://review.opendev.org/c/openstack/openstacksdk/+/770952

Earlier   Later