| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-sdks - 2020-06-24 | |||
| 17:40:25 | diablo_rojo_phon | It might not.. | |
| 17:40:37 | mordred | diablo_rojo_phon: maybe as a temporary thing we can get the website folks to update the link on openstack.org/appdev to point to https://docs.openstack.org/openstacksdk/latest/user/index.html instead | |
| 17:40:52 | mordred | and then at least it won't be broken until we can figure out an actual story | |
| 17:41:31 | diablo_rojo_phon | Yeah can definitely do that. | |
| 17:41:37 | diablo_rojo_phon | I'll go mention it now. | |
| 17:41:37 | mordred | diablo_rojo_phon: woot - thanks! | |
| 17:42:05 | mordred | diablo_rojo_phon: it's the thing that currently links to http://developer.openstack.org/firstapp-libcloud/getting_started.html?_ga=2.85215833.1144355264.1592939032-247414602.1591288216 | |
| 17:42:55 | diablo_rojo_phon | So.. when I go https://www.openstack.org/appdev it points to something.. but yeah ^ link does not. | |
| 17:43:46 | mordred | yah | |
| 17:43:48 | mordred | https://github.com/OpenStackweb/openstack-org/blob/c41955c5a6b283276978b991a7e34cf84eed1127/themes/openstack/templates/Layout/AppDevHomePage.ss#L89 | |
| 17:43:53 | mordred | diablo_rojo_phon: ^^ that's the bad link source line | |
| 17:44:17 | mordred | I suppose I could just submit a PR | |
| 17:44:31 | diablo_rojo_phon | So that should point to https://docs.openstack.org/openstacksdk/latest/user/index.html instead then? | |
| 17:44:56 | diablo_rojo_phon | Heh yeah you could if you want. Then I can still poke Jimmy and people to get it merged. | |
| 17:45:06 | diablo_rojo_phon | Up to you mordred :) | |
| 17:48:23 | mordred | diablo_rojo_phon: https://github.com/OpenStackweb/openstack-org/pull/169 | |
| 17:48:25 | mordred | thanks! | |
| 17:48:51 | diablo_rojo_phon | Passing it along now :) | |
| 17:49:02 | johnsom | mordred +W on the octavia patch to fix SDK. It's in the gate queue. | |
| 17:49:54 | mordred | johnsom: woot! thanks! | |
| 18:11:05 | frickler | mordred: seems you need to re-approve 735858 as octavia is not in the integrated queue | |
| 18:15:57 | mordred | frickler: yah - although I think I should wait on the octavia patch landing for that to work | |
| 18:16:02 | mordred | because it's not in the itegrated queue | |
| 18:16:18 | johnsom | yep | |
| 18:17:02 | frickler | ah, right | |
| 20:16:41 | johnsom | The patch is merged now | |
| #openstack-sdks - 2020-06-25 | |||
| 08:25:18 | openstackgerrit | Vishakha Agarwal proposed openstack/openstacksdk master: Add access rule CRUD support https://review.opendev.org/734549 | |
| 12:32:11 | openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Upload image via interop import if needed https://review.opendev.org/737608 | |
| 12:32:11 | openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Add support for multiple image stores https://review.opendev.org/737845 | |
| 12:33:46 | mordred | gtema: ^^ interop import patch there should be working now - I've checked https://review.opendev.org/#/c/734184/ - which is a nova patch that exercises it in the gate via openstackclient | |
| 12:34:25 | mordred | gtema: silly me, I thought type=list would turn a comma separated header into a list | |
| 12:34:25 | gtema | oki | |
| 12:34:38 | gtema | do we have our tests repaired? | |
| 12:35:10 | mordred | gtema: looks like you rechecked the slaweq patch | |
| 12:35:16 | gtema | yes | |
| 12:35:29 | gtema | I see in zuul the only remaining job is networking | |
| 12:35:37 | mordred | fingers crossed | |
| 12:35:41 | gtema | hopefully it will go through this time | |
| 12:36:43 | gtema | I see you now follow the formatting style of the black for new functions | |
| 12:36:45 | openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Drop python3.5 support https://review.opendev.org/736058 | |
| 12:36:46 | openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Upload image via interop import if needed https://review.opendev.org/737608 | |
| 12:37:05 | openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Add support for multiple image stores https://review.opendev.org/737845 | |
| 12:37:23 | mordred | gtema: I rebased those on top of the network fix | |
| 12:37:28 | mordred | gtema: yes - I really like it actually | |
| 12:37:31 | gtema | oki | |
| 12:37:35 | gtema | yeah, mee to | |
| 12:37:48 | mordred | I think it's great for later refactoring to touch fewer lines | |
| 12:37:56 | gtema | agree | |
| 12:38:07 | mordred | I *almost* want to reformat our codebase to black | |
| 12:38:11 | mordred | but - like - oy | |
| 12:38:19 | gtema | :D | |
| 13:20:04 | mordred | gtema: ok - so I just went down a time-wasting hole about linters and black - and wound up adding flake8-bugbear ... which actually did catch some new bugs :( | |
| 13:20:24 | gtema | oh, that's interesting | |
| 13:20:40 | mordred | yeah. we have a bunch of {} in argument lists | |
| 13:21:29 | gtema | okay | |
| 13:22:09 | frickler | mordred: did you see http://lists.openstack.org/pipermail/openstack-discuss/2020-June/015610.html ? | |
| 13:29:20 | mordred | frickler: no, I didn't - but thanks, that should be fixable | |
| 13:43:28 | openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Provide hypervisor_hostname in Hypervisor object https://review.opendev.org/738026 | |
| 14:20:11 | openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Add use of flake8-bugbear https://review.opendev.org/738041 | |
| 14:21:11 | mordred | gtema: ^^ enjoy | |
| 14:21:27 | gtema | thks, already noticed amount of files | |
| 14:21:29 | mordred | gtema: (there's also a bunch of "loop var not used in loop" warnings fixed) | |
| 14:21:49 | gtema | good | |
| 14:21:56 | mordred | but all of the mutable arguments are, you know, broken | |
| 14:22:08 | gtema | yupp | |
| 14:25:38 | gtema | looks good. Let's see what tests will say | |
| 16:02:26 | elmiko | API SIG office hour open | |
| 16:05:42 | elmiko | well, today's the big day. there have been no objections on the version discovery docs and i am going to merge them =) | |
| 16:05:45 | elmiko | \o/ | |
| 16:13:05 | dtantsur | \o/ | |
| 16:13:19 | dtantsur | hey elmiko, how's weather there? we're boiling. | |
| 16:13:38 | gtema_ | oh yeah, boiling | |
| 16:13:41 | elmiko | it's really nice here, clear skies, feels like about 20-21C | |
| 16:14:02 | elmiko | supposed to go up to 24-25C later though | |
| 16:15:06 | dtantsur | awesome (both) | |
| 16:15:06 | elmiko | our summers are usually very mild where i live though, we rarely go above 30-32C | |
| 16:15:18 | dtantsur | 30-32 is what we have now | |
| 16:15:22 | elmiko | ugh | |
| 16:15:26 | elmiko | i'm melting... | |
| 16:15:55 | elmiko | otoh, air conditioning is basically default here. most folks have strong central ac | |
| 16:17:13 | openstackgerrit | Merged openstack/api-sig master: Add document describing consuming version discovery https://review.opendev.org/459405 | |
| 16:17:14 | openstackgerrit | Merged openstack/api-sig master: Add guidelines on Version Discovery https://review.opendev.org/459710 | |
| 16:17:53 | dtantsur | elmiko: that's useful :) AC is pretty much non-existing here, people assume we don't have enough hot days | |
| 16:18:06 | dtantsur | "Hold my beer", said the global warming :) | |
| 16:20:12 | elmiko | haha, totally | |
| 16:20:34 | elmiko | mordred: ^^ it merged!!!! | |
| 16:20:46 | elmiko | i'm just sad that cdent and edleafe aren't here to see it | |
| 16:20:54 | dtantsur | indeed | |
| 16:21:13 | elmiko | oh, we need to decide if we want to have a slide in the retrospective thing | |
| 16:21:36 | mordred | elmiko: ZOMG | |
| 16:21:38 | dtantsur | right | |
| 16:21:54 | dtantsur | maybe just funny pictures of all us involved? :) | |
| 16:21:58 | elmiko | i'm not sure we really have enough material to warrant it, but maybe we could get a mention from the sdk folks? | |
| 16:22:02 | elmiko | hahaha | |
| 16:22:04 | elmiko | i like that | |
| 16:24:53 | dtantsur | otherwise we could have a short description of what we do. dunno if it's of any interest for anyone nowadays.. | |
| 16:25:02 | elmiko | yeah, that's my concern also | |
| 16:25:21 | elmiko | we aren't very active these days and i'm not sure there is much community excitement for our original mission | |
| 16:26:40 | dtantsur | yup | |
| 16:26:52 | dtantsur | maybe we should skip it.. | |