*** slaweq has joined #openstack-sdks | 00:16 | |
*** tosky has quit IRC | 00:16 | |
*** mriedem_away has quit IRC | 00:23 | |
*** slaweq has quit IRC | 00:24 | |
*** slaweq has joined #openstack-sdks | 01:16 | |
*** slaweq has quit IRC | 01:24 | |
*** slaweq has joined #openstack-sdks | 02:13 | |
*** slaweq has quit IRC | 02:24 | |
*** dtroyer has quit IRC | 03:10 | |
*** dtroyer has joined #openstack-sdks | 03:11 | |
*** slaweq has joined #openstack-sdks | 03:16 | |
*** wjiang has joined #openstack-sdks | 03:21 | |
wjiang | hi guys, I am using shade 1.24.0, and always got "Error authenticating to keystone: Problem with auth parameters" | 03:22 |
---|---|---|
wjiang | I put all necessary things in ~/.config/openstack/clouds.yaml, but just got project_name in shade.openstack_cloud().auth without cloud key arg | 03:23 |
*** slaweq has quit IRC | 03:24 | |
wjiang | if I use specific cloud name, shade.openstack_cloud().auth will got things with u'xxxx' as key and values, so anyone have experience about this? | 03:24 |
*** dtroyer has quit IRC | 04:09 | |
*** slaweq has joined #openstack-sdks | 04:11 | |
*** slaweq has quit IRC | 04:24 | |
*** dtroyer has joined #openstack-sdks | 04:38 | |
*** slaweq has joined #openstack-sdks | 06:11 | |
*** slaweq has quit IRC | 06:24 | |
*** Luzi has joined #openstack-sdks | 06:45 | |
*** wjiang has quit IRC | 07:36 | |
*** slaweq has joined #openstack-sdks | 07:42 | |
*** gkadam has joined #openstack-sdks | 08:08 | |
*** tosky has joined #openstack-sdks | 08:38 | |
*** gtema has joined #openstack-sdks | 08:39 | |
*** jpena|off is now known as jpena | 08:51 | |
*** cdent has joined #openstack-sdks | 09:01 | |
*** jpich has joined #openstack-sdks | 09:05 | |
*** Luzi has quit IRC | 12:32 | |
*** jpena is now known as jpena|lunch | 12:36 | |
*** Luzi has joined #openstack-sdks | 12:47 | |
*** jpena|lunch is now known as jpena | 13:38 | |
*** pbourke has quit IRC | 14:07 | |
*** bobh has joined #openstack-sdks | 14:14 | |
*** mriedem has joined #openstack-sdks | 14:18 | |
*** cdent has quit IRC | 14:29 | |
*** mordred has joined #openstack-sdks | 14:36 | |
*** gkadam has quit IRC | 14:52 | |
larsks | Hey folks. Can someone take a look at https://review.openstack.org/#/c/619949/ and let me know if that looks sane? | 15:03 |
* dtantsur|mtg already did | 15:07 | |
larsks | dtantsur|mtg: oh, thanks! I guess I hadn't refreshed my gerrit overview. | 15:11 |
dtantsur|mtg | :) | 15:11 |
openstackgerrit | Eric Fried proposed openstack/os-service-types master: Updated from OpenStack Service Type Authority https://review.openstack.org/614786 | 15:31 |
*** pbourke has joined #openstack-sdks | 15:37 | |
mordred | larsks: +A | 15:47 |
* mordred waves to humans - isn't really here today, having laptop issues | 15:47 | |
*** Luzi has quit IRC | 15:51 | |
larsks | mordred: thanks, and also for https://github.com/ansible/ansible/pull/48833 :) | 15:56 |
mordred | larsks: I just left a shipit on that one actually :) | 15:58 |
larsks | mordred: yeah, that's okay, now people will stop saying, "have emonty look at it". | 15:58 |
*** ttsiouts has joined #openstack-sdks | 15:58 | |
mordred | \o/ | 15:59 |
mordred | thanks for that, btw | 15:59 |
*** tobias-urdin has joined #openstack-sdks | 16:05 | |
tobias-urdin | aren't you suppose to be able to pass paginated yourself? | 16:05 |
tobias-urdin | https://github.com/openstack/openstacksdk/blob/master/openstack/load_balancer/v2/_proxy.py#L57 | 16:05 |
mordred | tobias-urdin: you *should* never need to - pagination should be autodetected - the parameters are largely leftover when that was all manual | 16:07 |
mordred | tobias-urdin: is there an issue you're running in to that's making you want to pass a different value there? | 16:08 |
tobias-urdin | how can i disable pagination? just increase limit somehow to an very large one? | 16:08 |
mordred | well, that's the thing - you can't really, because there is also a server side max page size setting for most things (Which is opaque to the user) | 16:09 |
tobias-urdin | oh that was internal to sdk to tell if resource supported pagination | 16:09 |
mordred | so you could set limit high for a large page size, but the server still may send you only as many as the server config | 16:10 |
mordred | yah - and we've since added support for telling if the server sent paginated results automatically, so the parameter isn't super useful anymore - we just haven't gone through and gotten rid of it yet | 16:10 |
tobias-urdin | ack, thanks | 16:12 |
*** gtema has quit IRC | 16:21 | |
larsks | What is the typical latency between "fix merging" and "fix shows up on pypi"? | 16:40 |
mordred | larsks: depends ... we need to tag a release for it to show up on pypi - which can usually happen pretty quickly. I'm fighting a broken laptop at the moment though and have been out for US Thanksgiving, so I'm a little behind on grokking the current state of things | 16:41 |
mordred | larsks: I'd imagine we could get something cut by the end of the week at least though | 16:41 |
larsks | No worries. I've got a trio of problems that have conspired to give me a set of "unsharable" ansible playbooks because they require fixes to openstacksdk, the ansible os_server plugin, and the openstack inventory plugin. I'm hoping to get to the point that I don't need to provide people with manual patching instructions, but it's not critical. | 16:43 |
mordred | larsks: I would also love for you to not need to give people manual patching instructions | 16:44 |
mordred | larsks: :) | 16:44 |
mordred | larsks: I think that inventory plugin patch looks backportable | 16:44 |
larsks | Hopefully also https://github.com/ansible/ansible/pull/48798 | 16:45 |
mordred | larsks: yah. that one too (and I have shipit'd that one too) | 16:48 |
larsks | \o/ | 16:48 |
*** jpich has quit IRC | 17:01 | |
openstackgerrit | Merged openstack/openstacksdk master: do not force interface=admin for identity api v3 https://review.openstack.org/619949 | 17:06 |
*** ttsiouts has quit IRC | 17:06 | |
*** ttsiouts has joined #openstack-sdks | 17:07 | |
*** ttsiouts has quit IRC | 17:11 | |
*** cdent has joined #openstack-sdks | 17:16 | |
larsks | mordred: another openstacksdk review, but not critical (rarely used code path, I think; only tripped over it due to a misconfiguration): https://review.openstack.org/#/c/618519/ | 17:26 |
openstackgerrit | Merged openstack/os-service-types master: Updated from OpenStack Service Type Authority https://review.openstack.org/614786 | 17:36 |
mordred | larsks: sweet. thanks | 17:37 |
*** jpena is now known as jpena|off | 18:09 | |
*** bobh has quit IRC | 18:32 | |
*** ignatenkobrain has quit IRC | 18:54 | |
*** ignatenkobrain has joined #openstack-sdks | 19:11 | |
*** ignatenkobrain has quit IRC | 19:56 | |
*** ignatenkobrain has joined #openstack-sdks | 20:03 | |
openstackgerrit | Monty Taylor proposed openstack/openstacksdk master: Register proxy directly in add_service https://review.openstack.org/620398 | 20:27 |
*** slaweq_ has joined #openstack-sdks | 20:44 | |
*** slaweq_ has quit IRC | 21:03 | |
*** slaweq has quit IRC | 22:03 | |
*** slaweq has joined #openstack-sdks | 22:19 | |
*** slaweq has quit IRC | 22:24 | |
*** adriant has quit IRC | 23:07 | |
*** adriant has joined #openstack-sdks | 23:15 | |
*** slaweq has joined #openstack-sdks | 23:29 | |
*** slaweq has quit IRC | 23:33 | |
*** mriedem has quit IRC | 23:46 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!