| Posted | Nick | Remark | |
|---|---|---|---|
| #openstack-sdks - 2019-01-06 | |||
| 18:35:59 | openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Compute location properly in server https://review.openstack.org/626380 | |
| #openstack-sdks - 2019-01-07 | |||
| 05:08:19 | openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/shade master: Split parser creation and parser for inventory https://review.openstack.org/628859 | |
| 09:13:20 | openstackgerrit | Merged openstack/os-service-types master: Update hacking version https://review.openstack.org/628602 | |
| 10:09:32 | dtantsur | mordred: of course :) | |
| 11:40:38 | openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/shade master: Split parser creation and parser for inventory https://review.openstack.org/628859 | |
| 12:11:12 | openstackgerrit | Johannes Kulik proposed openstack/python-openstackclient master: Add floating IP filter to floating IP list command https://review.openstack.org/628941 | |
| 12:56:02 | openstackgerrit | Johannes Kulik proposed openstack/openstacksdk master: Enable pagination for Floating IPs https://review.openstack.org/628950 | |
| 13:48:12 | openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Compute location properly in server https://review.openstack.org/626380 | |
| 13:48:13 | openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Skip block-storage tests when service is not found https://review.openstack.org/628969 | |
| 14:11:35 | openstackgerrit | Johannes Kulik proposed openstack/openstacksdk master: Fix pagination key detection https://review.openstack.org/628977 | |
| 14:12:13 | openstackgerrit | Merged openstack-infra/shade master: Split parser creation and parser for inventory https://review.openstack.org/628859 | |
| 14:24:37 | jkulik | mordred, regarding your comment on https://review.openstack.org/#/c/628950/1 There are a lot of other functions setting paginated=False and thus a lot of tests are failing when changing the default. Should these functions also be changed? | |
| 14:25:39 | jkulik | If I understood you correctly, it should not be necessary for anyone to set the paginated parameter anymore. | |
| 14:26:38 | mordred | jkulik: yes - that's the intent - the parameter should really only be needed as a safety valve in case some service implements pagination in so broken a way that it needs to be turned off | |
| 14:27:38 | mordred | jkulik: so yeah - changing those functions would be awesome - but if the carnage becomes too great, we can also just land your first patch and do the cleanup as a followup | |
| 14:28:07 | jkulik | Should be fine. Thanks for the guidance. | |
| 14:45:47 | mordred | jkulik: thank you! | |
| 15:41:49 | openstackgerrit | Sorin Sbarnea proposed openstack/openstacksdk master: DNM: testing cp --reflink https://review.openstack.org/629002 | |
| 15:44:13 | dmsimard | dtroyer: not sure if you noticed the ping last week about osc-lib: http://eavesdrop.openstack.org/irclogs/%23openstack-sdks/%23openstack-sdks.2019-01-02.log.html#t2019-01-02T20:49:17 | |
| 17:07:57 | openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Skip block-storage tests when service is not found https://review.openstack.org/628969 | |
| 17:07:58 | openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Compute location properly in server https://review.openstack.org/626380 | |
| 18:05:59 | dtroyer | dmsimard: I've been away from everything for two weeks, just getting through things now… | |
| 18:16:01 | dmsimard | dtroyer: expected as much, hence the re-ping -- no worries :D | |
| 18:16:03 | dtroyer | cdent: mmmmmm, thanks! | |
| 18:16:16 | dtroyer | cdent: Hoping you had some enjoyable time off | |
| 18:17:18 | cdent | dtroyer: thanks, was nice, but not long enough | |
| 18:17:39 | dmsimard | cdent: I would've taken an extra week for sure | |
| 18:18:17 | dtroyer | we took thre days last week and hid from everyone, that was our vacation-from-vacationing :) | |
| 18:18:44 | cdent | dmsimard: I'm going to try to take some more time that is a bit like what dtroyer describes ^ soon | |
| 18:19:02 | cdent | time to actually relax. end of year holiday's never quite fit that | |
| 18:19:42 | dmsimard | ++ | |
| 21:42:25 | nicolas_o | Hi, I tried to update my openstack sdk version from 0.16.0 to latest (to test https://storyboard.openstack.org/#!/story/2004450). Something broke for me between 0.17.0 and 0.18.0. I am on openstack pike. | |
| 21:43:34 | nicolas_o | I can create a clouds object declaratively and perform queries directly. But I store the clouds object as an instance variable (self.clouds) in a flask app. When performing queries on the flask app, I call functions on this class, but it hangs. | |
| 21:52:32 | nicolas_o_ | Here are more details on my issue. Can anyone help ? https://gist.github.com/nicolasochem/5a0da2986a751b03b0ccbd333608a130 | |
| 22:24:18 | mordred | nicolas_o: looking ... | |
| 22:25:00 | mordred | nicolas_o: ok. you win the prize for the the most fun issue | |
| 22:25:36 | mordred | nicolas_o: I'm going to have to ponder that for a little bit ... | |
| #openstack-sdks - 2019-01-08 | |||
| 00:00:52 | nicolas_o | @mordred my irc connection is flaky, I recorded my issue here: https://storyboard.openstack.org/#!/story/2004715 | |
| 00:01:04 | nicolas_o | let me know if you need more information. much appreciated. | |
| 00:08:03 | openstackgerrit | Bruno HALEBLIAN proposed openstack/openstacksdk master: implement Proxy unassign_project_role_from_user https://review.openstack.org/629073 | |
| 06:05:46 | ykarel | mordred, hi | |
| 06:05:57 | ykarel | mordred, remember thread.error: can't start new thread i mentioned sometime back | |
| 06:06:25 | ykarel | in openstacksdk python2 and i proposed https://review.openstack.org/#/c/615543 | |
| 06:07:54 | ykarel | mordred, looks like it's fixed in master, as test passing during package build https://review.rdoproject.org/r/#/c/16824/ | |
| 06:08:13 | ykarel | mordred, can u confirm the fix, and get a new release from master | |
| 08:58:58 | openstackgerrit | Johannes Kulik proposed openstack/openstacksdk master: Use pagination detection by default https://review.openstack.org/629110 | |
| 10:06:50 | openstackgerrit | Bruno HALEBLIAN proposed openstack/openstacksdk master: implement identity v3 Proxy "unassign_project_role_from_user" https://review.openstack.org/629073 | |
| 12:18:02 | openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Compute location properly in server https://review.openstack.org/626380 | |
| 12:18:02 | openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Skip block-storage tests when service is not found https://review.openstack.org/628969 | |
| 12:18:03 | openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Skip block storage v2 functional tests for a minute https://review.openstack.org/629162 | |
| 12:28:41 | mordred | ykarel: awesome! there have only been two patches landed in master that aren't in 0.22.0. I'm not sure which of them might have been related | |
| 12:29:31 | mordred | ykarel: but - I'll be happy to get a new sdk release cut - I'd like to land a couple of the patches in flight - perhaps a release by tomorrow? | |
| 12:30:06 | ykarel | mordred, ok for me | |
| 12:30:10 | ykarel | and Thanks | |
| 12:32:26 | mordred | jkulik: thanks for the patch - looks great, those test failures are unrelated and I've got a couple of patches up to deal with them | |
| 12:34:27 | jkulik | mordred, the other one seems more important to me: https://review.openstack.org/628977 | |
| 12:34:39 | jkulik | especially if pagination detection should become default | |
| 12:36:32 | mordred | jkulik: yes! very much so | |
| 12:50:05 | openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Skip v2 block-storage tests when service is not found https://review.openstack.org/628969 | |
| 12:50:19 | openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Skip v2 block-storage tests when service is not found https://review.openstack.org/628969 | |
| 12:51:14 | mordred | Shrews: if you have a sec when you're up, ^^ and the one before it (the one before it is a hack workaround to unblock the gate - but then I think I actually figured out the real problem in the second patch) | |
| 13:24:00 | dtantsur | mordred: so, maybe leave only the 2nd patch? :) | |
| 13:24:57 | mordred | dtantsur: yeah ... but I also might be wrong :) | |
| 13:25:14 | mordred | I thought I had it figured out yesterday too ... but oh I was so wrong | |
| 13:25:21 | dtantsur | mordred: okay, +2 on the 1st patch | |
| 13:25:28 | dtantsur | will wait for the CI on the 2nd | |
| 13:25:34 | mordred | ++ ... and thanks! | |
| 13:26:00 | mordred | this also reminds me we really need to get the v3 volume support patch updated and landed | |
| 13:26:27 | dtantsur | indeed | |
| 13:37:58 | mordred | cmurphy, lbragstad: I'm seeing some errors in the osc functional tips job that are keystone related and that I have **no clue** what's up: http://logs.openstack.org/80/626380/9/check/osc-functional-devstack-tips/dcf2d3a/testr_results.html.gz | |
| 13:38:14 | mordred | makes me think maybe there is a devstack something missing? or something something? | |
| 13:40:26 | mordred | Shrews, dtantsur: woot! https://review.openstack.org/#/c/626380/ is green which means it's worth reviewing - it's not NEARLY as much test case carnage as I thought it would be | |
| 13:44:06 | cmurphy | mordred: oops that's probably because of https://review.openstack.org/#/c/626007 | |
| 13:44:16 | cmurphy | lbragstad will know what to do | |
| 13:44:47 | mordred | cmurphy: neat! I like it when people know what to do | |
| 13:58:18 | mordred | dtantsur: replied to your comment - and thanks! | |
| 13:58:38 | dtantsur | ah, cool | |
| 14:00:32 | mordred | dtantsur: I keep looking at the code and thinking I'm going to go through and rename all of those uses of "session" which are not actually sessions | |
| 14:00:47 | mordred | dtantsur: I then keep giving up because life is too short | |
| 14:00:55 | dtantsur | heh, right | |
| 14:03:22 | mordred | ooh! the update to the volume tests hit a whole new issue. I'm guessing that one needs admin credentials | |
| 14:04:45 | openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Extract getting connection from proxy into method https://review.openstack.org/629193 | |
| 14:06:54 | openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Skip v2 block-storage tests when service is not found https://review.openstack.org/628969 | |
| 14:07:03 | mordred | look at all these exciting patches | |
| 14:07:41 | lbragstad | cmurphy mordred interesting | |
| 14:08:15 | mordred | uhoh :) | |
| 14:09:19 | lbragstad | that's failing because the user making the request in those tests isn't defined as a system administrator | |
| 14:09:35 | lbragstad | they probably only have a role assignment on the project | |
| 14:09:56 | lbragstad | and in keystone we've changed those policies to require a system admin in order to access the registered limits APIs | |
| 14:13:31 | lbragstad | cmurphy mordred https://review.openstack.org/#/c/621016/ was probably the breaking change | |
| 14:17:53 | mordred | lbragstad: ok. so we should likely update the osc tests for that to use an admin auth context rather than an end-user one | |
| 14:21:16 | mordred | lbragstad: hrm. it looks like osc is already using the devstack-admin account (it's doing domain deletion operations already and stuff) | |
| 14:23:22 | Shrews | mordred: the osc-func-tips job is pretty sad in 380 | |
| 14:23:48 | Shrews | non-voting but probably worth looking into? | |
| 14:33:46 | mordred | Shrews: yah - that's the convo with lbragstad | |
| 14:34:07 | mordred | lbragstad: perhaps the devstack-admin account in devstack isn't being granted the system admin role? | |
| 14:36:29 | Shrews | mordred: pfffft... who has time to read scrollback?? | |
| 14:37:10 | lbragstad | mordred it should have it | |
| 14:37:19 | lbragstad | keystone-manage bootstrap does that for you | |
| 14:37:30 | lbragstad | which i'm pretty sure devstack executes | |