| opendevreview | Rafael Castillo proposed openstack/ansible-collections-openstack stable/1.0.0: Backport enhancements to host_aggregate module https://review.opendev.org/c/openstack/ansible-collections-openstack/+/844150 | 00:03 |
|---|---|---|
| opendevreview | Rafael Castillo proposed openstack/ansible-collections-openstack stable/1.0.0: Backport enhancements to host_aggregate module https://review.opendev.org/c/openstack/ansible-collections-openstack/+/844150 | 00:25 |
| opendevreview | Rafael Castillo proposed openstack/ansible-collections-openstack stable/1.0.0: Backport improvements to recordset module https://review.opendev.org/c/openstack/ansible-collections-openstack/+/844089 | 00:56 |
| opendevreview | Rafael Castillo proposed openstack/ansible-collections-openstack master: Correctly build params dict in recordset https://review.opendev.org/c/openstack/ansible-collections-openstack/+/844170 | 00:57 |
| opendevreview | Rafael Castillo proposed openstack/ansible-collections-openstack stable/1.0.0: Backport enhancements to host_aggregate module https://review.opendev.org/c/openstack/ansible-collections-openstack/+/844150 | 01:36 |
| opendevreview | Rafael Castillo proposed openstack/ansible-collections-openstack stable/1.0.0: Backport improvements to recordset module https://review.opendev.org/c/openstack/ansible-collections-openstack/+/844089 | 02:03 |
| opendevreview | Rafael Castillo proposed openstack/ansible-collections-openstack stable/1.0.0: Backport enhancements to host_aggregate module https://review.opendev.org/c/openstack/ansible-collections-openstack/+/844150 | 02:38 |
| opendevreview | Rafael Castillo proposed openstack/ansible-collections-openstack stable/1.0.0: Correctly build params dict in recordset https://review.opendev.org/c/openstack/ansible-collections-openstack/+/844177 | 02:52 |
| opendevreview | Rafael Castillo proposed openstack/ansible-collections-openstack master: Correctly build params dict in recordset https://review.opendev.org/c/openstack/ansible-collections-openstack/+/844178 | 03:08 |
| opendevreview | Rafael Castillo proposed openstack/ansible-collections-openstack master: Correctly build params dict in recordset https://review.opendev.org/c/openstack/ansible-collections-openstack/+/844178 | 05:25 |
| opendevreview | Rafael Castillo proposed openstack/ansible-collections-openstack stable/1.0.0: Backport improvements to recordset module https://review.opendev.org/c/openstack/ansible-collections-openstack/+/844089 | 05:30 |
| opendevreview | Shnaidman Sagi (Sergey) proposed openstack/ansible-collections-openstack master: Change network modules to work with new SDK https://review.opendev.org/c/openstack/ansible-collections-openstack/+/825291 | 07:01 |
| opendevreview | likui proposed openstack/python-openstackclient master: The Python 3.6 and Python 3.7 Support has been dropped since zed https://review.opendev.org/c/openstack/python-openstackclient/+/844259 | 08:35 |
| opendevreview | Arx Cruz proposed openstack/ansible-collections-openstack master: Update catalog service for the new sdk https://review.opendev.org/c/openstack/ansible-collections-openstack/+/839352 | 09:19 |
| opendevreview | Rajat Dhasmana proposed openstack/python-openstackclient master: Fix: create image from volume command https://review.opendev.org/c/openstack/python-openstackclient/+/844268 | 09:25 |
| jm1 | gtema: hello :) sdk 0.99.0 still returns munch objects, i.e. in Connection.list_machine() https://github.com/openstack/openstacksdk/blob/master/openstack/cloud/_baremetal.py#L71 | 11:19 |
| jm1 | gtema: is removal of this inconsistency on the roadmap for sdk 1.0.0? | 11:19 |
| gtema | ugh, not good | 11:19 |
| gtema | will take care now | 11:20 |
| gtema | apparently missed baremetal | 11:20 |
| jm1 | gtema: ack, great :) | 11:21 |
| jm1 | gtema: _normalize* functions are also used in other cloud/*.py places, but did not check that in depth | 11:22 |
| gtema | yeah, that was exactly the point of doing rc release | 11:24 |
| jm1 | gtema: hehe, good point | 11:30 |
| opendevreview | Rajat Dhasmana proposed openstack/python-openstackclient master: Fix: create image from volume command https://review.opendev.org/c/openstack/python-openstackclient/+/844268 | 12:03 |
| opendevreview | Elod Illes proposed openstack/openstacksdk stable/ussuri: [stable-only] Pin openstacksdk in openstacksdk-functional-devstack https://review.opendev.org/c/openstack/openstacksdk/+/843978 | 12:03 |
| opendevreview | Elod Illes proposed openstack/openstacksdk stable/ussuri: [stable-only] Pin openstacksdk in openstacksdk-functional-devstack https://review.opendev.org/c/openstack/openstacksdk/+/843978 | 12:10 |
| opendevreview | Rafael Castillo proposed openstack/ansible-collections-openstack stable/1.0.0: Backport improvements to recordset module https://review.opendev.org/c/openstack/ansible-collections-openstack/+/844089 | 12:19 |
| opendevreview | Rafael Castillo proposed openstack/ansible-collections-openstack master: Correctly build params dict in recordset https://review.opendev.org/c/openstack/ansible-collections-openstack/+/844178 | 12:20 |
| gtema | dtantsur, are you around? | 13:06 |
| dtantsur | gtema: sometimes it feels so, sometimes - that I'm far away | 13:06 |
| dtantsur | why? | 13:07 |
| gtema | in ansible it was found that I have missed cleanup of the baremetal cloud layer | 13:09 |
| gtema | it still returns munch objects | 13:09 |
| dtantsur | munch-munch | 13:09 |
| gtema | I am going to address this so that it also returns raw resources | 13:09 |
| dtantsur | but we're not 1.0 yet, so we can clean up still? | 13:09 |
| gtema | and wanted to ask whether you know of any consequences | 13:09 |
| gtema | I wanted exactly to clean this for 1.0 not to break the interface anymore | 13:10 |
| dtantsur | gtema: not from the top of my head. just watch the existing ironic jobs. | 13:10 |
| gtema | okay. And what's with client? | 13:10 |
| dtantsur | Sorry, I'm handling too many things at the time, so may be a bit blurry.. which client? | 13:11 |
| gtema | I thought there is some ironic client (cli) | 13:11 |
| gtema | I myself am completely bluury, so no worries | 13:11 |
| dtantsur | ah. ironicclient, unfortunately, does not use openstacksdk | 13:12 |
| gtema | ah, ok. That is then at least reducing amount of care now | 13:12 |
| gtema | going for summit? | 13:12 |
| dtantsur | yep. even presenting. you? | 13:13 |
| gtema | same | 13:13 |
| gtema | will find each other over there then | 13:13 |
| dtantsur | nice! | 13:13 |
| gtema | yupp | 13:14 |
| opendevreview | Ananya proposed openstack/ansible-collections-openstack master: Moves security_group_info from cloud to proxy object https://review.opendev.org/c/openstack/ansible-collections-openstack/+/840660 | 13:30 |
| opendevreview | Rafael Castillo proposed openstack/ansible-collections-openstack master: Correctly build params dict in recordset https://review.opendev.org/c/openstack/ansible-collections-openstack/+/844178 | 14:08 |
| opendevreview | Rafael Castillo proposed openstack/ansible-collections-openstack stable/1.0.0: Backport improvements to recordset module https://review.opendev.org/c/openstack/ansible-collections-openstack/+/844089 | 14:16 |
| opendevreview | Artem Goncharov proposed openstack/openstacksdk master: Fix Baremetal cloud layer https://review.opendev.org/c/openstack/openstacksdk/+/844312 | 15:20 |
| opendevreview | Artem Goncharov proposed openstack/openstacksdk master: Fix Baremetal cloud layer https://review.opendev.org/c/openstack/openstacksdk/+/844312 | 15:20 |
| gmann | gtema: stephenfin : looking for your opinion on how to test stable/ussuri with master openstacksdk http://lists.openstack.org/pipermail/openstack-discuss/2022-May/028764.html patch is https://review.opendev.org/c/openstack/openstacksdk/+/843978 | 15:41 |
| opendevreview | Merged openstack/python-openstackclient master: Changed minversion in tox to 3.18.0 https://review.opendev.org/c/openstack/python-openstackclient/+/794407 | 15:54 |
| opendevreview | Rafael Castillo proposed openstack/ansible-collections-openstack stable/1.0.0: Backport improvements to recordset module https://review.opendev.org/c/openstack/ansible-collections-openstack/+/844089 | 16:48 |
| opendevreview | Rafael Castillo proposed openstack/ansible-collections-openstack master: Correctly build params dict in recordset https://review.opendev.org/c/openstack/ansible-collections-openstack/+/844178 | 18:22 |
| *** artom_ is now known as artom | 18:27 | |
| opendevreview | Rafael Castillo proposed openstack/ansible-collections-openstack stable/1.0.0: Backport improvements to recordset module https://review.opendev.org/c/openstack/ansible-collections-openstack/+/844089 | 18:32 |
| opendevreview | Jakob Meng proposed openstack/ansible-collections-openstack master: Changed our DevStack based Zuul CI jobs to voting https://review.opendev.org/c/openstack/ansible-collections-openstack/+/844328 | 18:45 |
| opendevreview | Jakob Meng proposed openstack/ansible-collections-openstack stable/1.0.0: Changed our DevStack based Zuul CI jobs to voting https://review.opendev.org/c/openstack/ansible-collections-openstack/+/844330 | 18:51 |
| opendevreview | Merged openstack/ansible-collections-openstack master: Correctly build params dict in recordset https://review.opendev.org/c/openstack/ansible-collections-openstack/+/844178 | 20:09 |
| opendevreview | Merged openstack/ansible-collections-openstack stable/1.0.0: Changed our DevStack based Zuul CI jobs to voting https://review.opendev.org/c/openstack/ansible-collections-openstack/+/844330 | 20:28 |
| opendevreview | Rafael Castillo proposed openstack/ansible-collections-openstack stable/1.0.0: Backport improvements to recordset module https://review.opendev.org/c/openstack/ansible-collections-openstack/+/844089 | 20:43 |
| opendevreview | Merged openstack/ansible-collections-openstack master: Changed our DevStack based Zuul CI jobs to voting https://review.opendev.org/c/openstack/ansible-collections-openstack/+/844328 | 21:10 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!