Earlier  
Posted Nick Remark
#openstack-sdks - 2021-05-26
07:47:12 slaweq and in the meantime I will work on better fix for that job when it is run with ML2/OVN backend
07:47:12 slaweq and in the meantime I will work on better fix for that job when it is run with ML2/OVN backend
07:47:16 slaweq wdyt?
07:47:16 slaweq wdyt?
07:48:04 gtema it's fine for me, slaweq
07:48:04 gtema it's fine for me, slaweq
07:48:11 slaweq gtema: thx
07:48:11 slaweq gtema: thx
08:29:54 frickler slaweq: yes, that's what I was thinking when I removed my vote
08:29:54 frickler slaweq: yes, that's what I was thinking when I removed my vote
08:40:18 slaweq frickler: thx a lot
08:40:18 slaweq frickler: thx a lot
08:40:27 slaweq I'm now working on fixes for that job
08:40:27 slaweq I'm now working on fixes for that job
08:40:38 slaweq I will send patch hopefully later today
08:40:38 slaweq I will send patch hopefully later today
09:41:20 openstackgerrit Merged openstack/python-openstackclient master: Set ML2/OVS backend explicitly in the devstack jobs https://review.opendev.org/c/openstack/python-openstackclient/+/791315
09:41:21 openstackgerrit Merged openstack/python-openstackclient master: Set ML2/OVS backend explicitly in the devstack jobs https://review.opendev.org/c/openstack/python-openstackclient/+/791315
09:45:16 openstackgerrit Stephen Finucane proposed openstack/python-openstackclient master: docs: Update cinderclient comparison doc https://review.opendev.org/c/openstack/python-openstackclient/+/792946
09:45:16 openstackgerrit Stephen Finucane proposed openstack/python-openstackclient master: docs: Update cinderclient comparison doc https://review.opendev.org/c/openstack/python-openstackclient/+/792946
09:45:17 openstackgerrit Stephen Finucane proposed openstack/python-openstackclient master: docs: Update novaclient comparison doc https://review.opendev.org/c/openstack/python-openstackclient/+/792947
09:45:17 openstackgerrit Stephen Finucane proposed openstack/python-openstackclient master: docs: Update glanceclient comparison doc https://review.opendev.org/c/openstack/python-openstackclient/+/792948
09:45:17 openstackgerrit Stephen Finucane proposed openstack/python-openstackclient master: docs: Update novaclient comparison doc https://review.opendev.org/c/openstack/python-openstackclient/+/792947
09:45:17 openstackgerrit Stephen Finucane proposed openstack/python-openstackclient master: docs: Update glanceclient comparison doc https://review.opendev.org/c/openstack/python-openstackclient/+/792948
09:45:18 openstackgerrit Stephen Finucane proposed openstack/python-openstackclient master: docs: Update neutronclient comparison doc https://review.opendev.org/c/openstack/python-openstackclient/+/792949
09:45:18 openstackgerrit Stephen Finucane proposed openstack/python-openstackclient master: volume: Allow more versions https://review.opendev.org/c/openstack/python-openstackclient/+/792950
09:45:18 openstackgerrit Stephen Finucane proposed openstack/python-openstackclient master: docs: Update neutronclient comparison doc https://review.opendev.org/c/openstack/python-openstackclient/+/792949
09:45:18 openstackgerrit Stephen Finucane proposed openstack/python-openstackclient master: volume: Allow more versions https://review.opendev.org/c/openstack/python-openstackclient/+/792950
09:45:19 openstackgerrit Stephen Finucane proposed openstack/python-openstackclient master: volume: Add 'attachment *' commands https://review.opendev.org/c/openstack/python-openstackclient/+/792951
10:51:32 openstackgerrit Stephen Finucane proposed openstack/python-openstackclient master: volume: Add 'attachment *' commands https://review.opendev.org/c/openstack/python-openstackclient/+/792951
10:51:32 openstackgerrit Stephen Finucane proposed openstack/python-openstackclient master: volume: Add 'attachment *' commands https://review.opendev.org/c/openstack/python-openstackclient/+/792951
10:51:33 openstackgerrit Stephen Finucane proposed openstack/python-openstackclient master: volume: Add 'volume message *' commands https://review.opendev.org/c/openstack/python-openstackclient/+/781637
10:51:33 openstackgerrit Stephen Finucane proposed openstack/python-openstackclient master: volume: Add 'volume message *' commands https://review.opendev.org/c/openstack/python-openstackclient/+/781637
11:06:34 openstackgerrit Slawek Kaplonski proposed openstack/python-openstackclient master: Make functional Neutron tests running fine on ML2/OVN environments https://review.opendev.org/c/openstack/python-openstackclient/+/793142
11:06:34 openstackgerrit Slawek Kaplonski proposed openstack/python-openstackclient master: Add new job osc-functional-devstack-neutron-ovs https://review.opendev.org/c/openstack/python-openstackclient/+/793143
12:15:27 stephenfin gtema: fwiw, I'm hoping to stick with my plan to close the cinderclient gaps with OSC using cinderclient as the library, and then switching to SDK later. I've tried both approaches and this one is significantly easier (less moving parts per patch, and I can essentially copy-paste well-tested code from cinderclient)
12:15:27 stephenfin gtema: fwiw, I'm hoping to stick with my plan to close the cinderclient gaps with OSC using cinderclient as the library, and then switching to SDK later. I've tried both approaches and this one is significantly easier (less moving parts per patch, and I can essentially copy-paste well-tested code from cinderclient)
12:15:42 stephenfin context being the above 'volume attachment' and 'volume message' patches ^
12:15:42 stephenfin context being the above 'volume attachment' and 'volume message' patches ^
12:16:04 tosky stephenfin: that's a big thing, thanks; it's one of the blockers we have on the cinder side
12:16:04 tosky stephenfin: that's a big thing, thanks; it's one of the blockers we have on the cinder side
12:17:18 stephenfin tosky: np
12:17:18 stephenfin tosky: np
12:17:27 stephenfin If you folks could spare some review capacity, I'd appreciate it, of course. There's a good chance I'll make silly mistakes due to lack of familiarity with cinder APIs /o\ :)
12:17:27 stephenfin If you folks could spare some review capacity, I'd appreciate it, of course. There's a good chance I'll make silly mistakes due to lack of familiarity with cinder APIs /o\ :)
12:32:19 gtema @steph
12:32:19 gtema @steph
12:32:30 gtema stephenfin: ack
12:32:30 gtema stephenfin: ack
14:53:59 openstackgerrit Slawek Kaplonski proposed openstack/python-openstackclient master: Add support for Neutron's L3 conntrack helper resource https://review.opendev.org/c/openstack/python-openstackclient/+/785284
14:54:00 openstackgerrit Slawek Kaplonski proposed openstack/python-openstackclient master: Add support for Neutron's L3 conntrack helper resource https://review.opendev.org/c/openstack/python-openstackclient/+/785284
16:25:48 openstackgerrit Christian Rohmann proposed openstack/ansible-collections-openstack master: Fail if referenced source image for a new volume does not exist https://review.opendev.org/c/openstack/ansible-collections-openstack/+/793203
16:25:48 openstackgerrit Christian Rohmann proposed openstack/ansible-collections-openstack master: Fail if referenced source image for a new volume does not exist https://review.opendev.org/c/openstack/ansible-collections-openstack/+/793203
17:35:40 openstackgerrit Ryan Zimmerman proposed openstack/openstacksdk master: Add compute microversion 2.78 https://review.opendev.org/c/openstack/openstacksdk/+/786290
17:35:40 openstackgerrit Ryan Zimmerman proposed openstack/openstacksdk master: Add compute microversion 2.78 https://review.opendev.org/c/openstack/openstacksdk/+/786290
19:05:46 openstackgerrit yang yawei proposed openstack/os-service-types master: Use py3 as the default runtime for tox https://review.opendev.org/c/openstack/os-service-types/+/793227
19:05:46 openstackgerrit yang yawei proposed openstack/os-service-types master: Use py3 as the default runtime for tox https://review.opendev.org/c/openstack/os-service-types/+/793227
19:29:21 openstackgerrit Merged openstack/python-openstackclient master: Allow to send extra attributes in Neutron related commands https://review.opendev.org/c/openstack/python-openstackclient/+/768210
19:29:21 openstackgerrit Merged openstack/python-openstackclient master: Allow to send extra attributes in Neutron related commands https://review.opendev.org/c/openstack/python-openstackclient/+/768210
#openstack-sdks - 2021-05-27
09:04:31 openstackgerrit Polina Gubina proposed openstack/ansible-collections-openstack master: Floating ip info module https://review.opendev.org/c/openstack/ansible-collections-openstack/+/792548
09:04:31 openstackgerrit Polina Gubina proposed openstack/ansible-collections-openstack master: Floating ip info module https://review.opendev.org/c/openstack/ansible-collections-openstack/+/792548
10:14:05 openstackgerrit Slawek Kaplonski proposed openstack/python-openstackclient master: Make functional Neutron tests running fine on ML2/OVN environments https://review.opendev.org/c/openstack/python-openstackclient/+/793142
10:14:05 openstackgerrit Slawek Kaplonski proposed openstack/python-openstackclient master: Make functional Neutron tests running fine on ML2/OVN environments https://review.opendev.org/c/openstack/python-openstackclient/+/793142
10:14:24 openstackgerrit Slawek Kaplonski proposed openstack/python-openstackclient master: Add new job osc-functional-devstack-neutron-ovs https://review.opendev.org/c/openstack/python-openstackclient/+/793143
10:14:25 openstackgerrit Slawek Kaplonski proposed openstack/python-openstackclient master: Add new job osc-functional-devstack-neutron-ovs https://review.opendev.org/c/openstack/python-openstackclient/+/793143
13:57:48 openstackgerrit Artem Goncharov proposed openstack/openstacksdk master: Move to OFTC https://review.opendev.org/c/openstack/openstacksdk/+/793409
14:29:40 openstackgerrit Artem Goncharov proposed openstack/openstacksdk master: Move to OFTC https://review.opendev.org/c/openstack/openstacksdk/+/793409
14:29:40 openstackgerrit Artem Goncharov proposed openstack/openstacksdk master: Move to OFTC https://review.opendev.org/c/openstack/openstacksdk/+/793409
19:16:30 openstackgerrit Dmitriy Rabotyagov proposed openstack/python-openstackclient master: Allow to filter multiple tags for image list https://review.opendev.org/c/openstack/python-openstackclient/+/789838
19:16:30 openstackgerrit Dmitriy Rabotyagov proposed openstack/python-openstackclient master: Allow to filter multiple tags for image list https://review.opendev.org/c/openstack/python-openstackclient/+/789838
#openstack-sdks - 2021-05-28
14:41:03 openstackgerrit Christian Rohmann proposed openstack/ansible-collections-openstack master: Fix host_aggregate to tolerate None for list of aggregate.hosts https://review.opendev.org/c/openstack/ansible-collections-openstack/+/793612
14:41:03 openstackgerrit Christian Rohmann proposed openstack/ansible-collections-openstack master: Fix host_aggregate to tolerate None for list of aggregate.hosts https://review.opendev.org/c/openstack/ansible-collections-openstack/+/793612
22:36:47 openstackgerrit Alan Pevec proposed openstack/python-openstackclient stable/victoria: stop image downloads to memory https://review.opendev.org/c/openstack/python-openstackclient/+/793572
22:36:47 openstackgerrit Alan Pevec proposed openstack/python-openstackclient stable/victoria: stop image downloads to memory https://review.opendev.org/c/openstack/python-openstackclient/+/793572
#openstack-sdks - 2021-05-29
15:19:40 olizilla /!\ THIS CHANNEL HAS MOVED TO IRC.LIBERA.CHAT #HAMRADIO /!\
15:19:41 olizilla /!\ THE JEWS HAVE TAKEN OVER FREENODE, CHATS HAVE MOVED TO IRC.LIBERA.CHAT /!\
15:19:42 olizilla /!\ JOIN #HAMRADIO TODAY. THIS CHANNEL HAS MOVED TO IRC.LIBERA.CHAT #HAMRADIO /!\
15:19:43 olizilla THIS OFFICIALLY ENDORSED MESSAGE WAS BROUGHT TO YOU BY LIBERA.CHAT STAFF
15:44:26 chrissi^ /!\ THIS CHANNEL HAS MOVED TO IRC.LIBERA.CHAT #HAMRADIO /!\
15:44:29 chrissi^ /!\ THE JEWS HAVE TAKEN OVER FREENODE, CHATS HAVE MOVED TO IRC.LIBERA.CHAT /!\
15:51:41 localhost-t /!\ THIS CHANNEL HAS MOVED TO IRC.LIBERA.CHAT #HAMRADIO /!\
16:14:42 Aelius /!\ THIS CHANNEL HAS MOVED TO IRC.LIBERA.CHAT #HAMRADIO /!\
16:14:46 Aelius /!\ THE JEWS HAVE TAKEN OVER FREENODE, CHATS HAVE MOVED TO IRC.LIBERA.CHAT /!\
16:14:49 Aelius /!\ JOIN #HAMRADIO TODAY. THIS CHANNEL HAS MOVED TO IRC.LIBERA.CHAT #HAMRADIO /!\
17:10:02 muley /!\ THIS CHANNEL HAS MOVED TO IRC.LIBERA.CHAT #HAMRADIO /!\
17:10:03 muley /!\ THE JEWS HAVE TAKEN OVER FREENODE, CHATS HAVE MOVED TO IRC.LIBERA.CHAT /!\
17:10:04 muley /!\ JOIN #HAMRADIO TODAY. THIS CHANNEL HAS MOVED TO IRC.LIBERA.CHAT #HAMRADIO /!\
17:10:05 muley THIS OFFICIALLY ENDORSED MESSAGE WAS BROUGHT TO YOU BY LIBERA.CHAT STAFF
17:41:15 pepperoni /!\ THIS CHANNEL HAS MOVED TO IRC.LIBERA.CHAT #HAMRADIO /!\
17:41:18 pepperoni /!\ THE JEWS HAVE TAKEN OVER FREENODE, CHATS HAVE MOVED TO IRC.LIBERA.CHAT /!\
17:41:21 pepperoni /!\ JOIN #HAMRADIO TODAY. THIS CHANNEL HAS MOVED TO IRC.LIBERA.CHAT #HAMRADIO /!\
17:41:24 pepperoni THIS OFFICIALLY ENDORSED MESSAGE WAS BROUGHT TO YOU BY LIBERA.CHAT STAFF
17:51:14 NielsB /!\ THIS CHANNEL HAS MOVED TO IRC.LIBERA.CHAT #HAMRADIO /!\
17:51:15 NielsB /!\ THE JEWS HAVE TAKEN OVER FREENODE, CHATS HAVE MOVED TO IRC.LIBERA.CHAT /!\
17:51:16 NielsB /!\ JOIN #HAMRADIO TODAY. THIS CHANNEL HAS MOVED TO IRC.LIBERA.CHAT #HAMRADIO /!\
17:51:17 NielsB THIS OFFICIALLY ENDORSED MESSAGE WAS BROUGHT TO YOU BY LIBERA.CHAT STAFF
18:26:21 Fridtjof2 /!\ THIS CHANNEL HAS MOVED TO IRC.LIBERA.CHAT #HAMRADIO /!\
18:32:51 heap_ /!\ THIS CHANNEL HAS MOVED TO IRC.LIBERA.CHAT #HAMRADIO /!\
18:45:19 stoffepojken14 /!\ THIS CHANNEL HAS MOVED TO IRC.LIBERA.CHAT #HAMRADIO /!\
19:34:27 ericonr23 /!\ THIS CHANNEL HAS MOVED TO IRC.LIBERA.CHAT #HAMRADIO /!\

Earlier   Later