*** bobh has joined #openstack-sdks | 00:18 | |
*** markvoelker has joined #openstack-sdks | 00:20 | |
*** bobh has quit IRC | 00:22 | |
*** edmondsw has joined #openstack-sdks | 00:24 | |
*** markvoelker has quit IRC | 00:24 | |
*** bobh has joined #openstack-sdks | 00:27 | |
*** edmondsw has quit IRC | 00:28 | |
*** dayou has quit IRC | 00:31 | |
*** bobh has quit IRC | 00:32 | |
openstackgerrit | Adrian Turjak proposed openstack/python-openstacksdk master: Raise error when supplying invalid query params https://review.openstack.org/532723 | 00:32 |
---|---|---|
*** Dinesh_Bhor has joined #openstack-sdks | 00:42 | |
*** Dinesh_Bhor has quit IRC | 00:44 | |
*** Dinesh_Bhor has joined #openstack-sdks | 00:44 | |
*** Dinesh_Bhor has quit IRC | 00:45 | |
*** bobh has joined #openstack-sdks | 00:57 | |
*** bobh has quit IRC | 01:02 | |
*** chenyb4 has joined #openstack-sdks | 01:06 | |
openstackgerrit | Adrian Turjak proposed openstack/python-openstacksdk master: change update/create method options https://review.openstack.org/533438 | 01:10 |
adriant | mordred: ^ this one here makes the swift stuff a little nicer | 01:13 |
adriant | since we can remove the custom update method and just use the resource2 one properly | 01:13 |
adriant | am working on the object_store patch. Some tests are passing, but there is more actual logic to fix first as well (hence the above patch) | 01:14 |
*** bobh has joined #openstack-sdks | 01:18 | |
*** bobh has quit IRC | 01:22 | |
*** bobh has joined #openstack-sdks | 01:30 | |
*** bobh has quit IRC | 01:34 | |
*** bobh has joined #openstack-sdks | 01:38 | |
*** dayou has joined #openstack-sdks | 01:40 | |
*** bobh has quit IRC | 01:43 | |
*** bobh has joined #openstack-sdks | 02:08 | |
*** bobh has quit IRC | 02:13 | |
openstackgerrit | lei zhang proposed openstack/js-openstack-lib master: Remove the deprecated "giturl" option https://review.openstack.org/533444 | 02:21 |
openstackgerrit | lei zhang proposed openstack/python-openstacksdk master: Remove the deprecated "giturl" option https://review.openstack.org/533449 | 02:25 |
*** bobh has joined #openstack-sdks | 02:40 | |
*** bobh has quit IRC | 02:46 | |
*** markvoelker has joined #openstack-sdks | 02:51 | |
*** annp has joined #openstack-sdks | 02:54 | |
adriant | mordred: ugh that's not nice.... objects in swift have last-modified coming from body and headers | 03:14 |
adriant | and in resource 2 we pop that so it doesn't turn up in the headers one. | 03:14 |
adriant | hmmmm | 03:14 |
*** bobh has joined #openstack-sdks | 03:18 | |
*** dayou has quit IRC | 03:21 | |
*** bobh has quit IRC | 03:23 | |
*** markvoelker has quit IRC | 03:25 | |
adriant | although... no they are different keys | 03:34 |
adriant | mordred: the one in body is 'last_modified' and headers is 'last-modified', you just entered the wrong key into the body when you defined it :P | 03:34 |
adriant | but that is confusing as hell. | 03:35 |
adriant | if you GET the object, the last_modified value is last_modified_at | 03:35 |
adriant | but a list of objects will have it at last_modified | 03:36 |
adriant | so we really need an alias or something between them | 03:36 |
*** bobh has joined #openstack-sdks | 03:40 | |
openstackgerrit | lei zhang proposed openstack/js-openstack-lib master: Remove the deprecated "giturl" option https://review.openstack.org/533444 | 03:44 |
*** bobh has quit IRC | 03:44 | |
*** ldl has joined #openstack-sdks | 03:49 | |
openstackgerrit | lei zhang proposed openstack/python-openstacksdk master: Remove the deprecated "giturl" option https://review.openstack.org/533449 | 03:50 |
*** ldl has quit IRC | 03:50 | |
*** ldl has joined #openstack-sdks | 03:51 | |
*** bobh has joined #openstack-sdks | 03:58 | |
*** edmondsw has joined #openstack-sdks | 04:00 | |
*** bobh has quit IRC | 04:04 | |
*** edmondsw has quit IRC | 04:05 | |
*** bobh has joined #openstack-sdks | 04:08 | |
*** bobh has quit IRC | 04:12 | |
*** dayou has joined #openstack-sdks | 04:22 | |
*** bobh has joined #openstack-sdks | 04:34 | |
*** bobh has quit IRC | 04:37 | |
*** bobh has joined #openstack-sdks | 04:48 | |
-openstackstatus- NOTICE: The logs.openstack.org filesystem has been restored to full health. We are attempting to keep logs uploaded between the prior alert and this one, however if your job logs are missing please issue a recheck. | 04:49 | |
*** ChanServ changes topic to "The logs.openstack.org filesystem has been restored to full health. We are attempting to keep logs uploaded between the prior alert and this one, however if your job logs are missing please issue a recheck." | 04:49 | |
*** bobh has quit IRC | 04:52 | |
*** ChanServ changes topic to "#openstack-sdks" | 04:53 | |
*** bobh has joined #openstack-sdks | 04:56 | |
*** bobh has quit IRC | 05:01 | |
*** markvoelker has joined #openstack-sdks | 05:22 | |
*** edmondsw has joined #openstack-sdks | 05:48 | |
*** edmondsw has quit IRC | 05:53 | |
*** markvoelker has quit IRC | 05:55 | |
openstackgerrit | Adrian Turjak proposed openstack/python-openstacksdk master: change update/create method options https://review.openstack.org/533438 | 06:24 |
openstackgerrit | Adrian Turjak proposed openstack/python-openstacksdk master: Merge user and users sections of the docs https://review.openstack.org/532633 | 06:24 |
openstackgerrit | Adrian Turjak proposed openstack/python-openstacksdk master: Rationalize logging helpers and docs https://review.openstack.org/532634 | 06:24 |
openstackgerrit | Adrian Turjak proposed openstack/python-openstacksdk master: Add ability to register non-official services https://review.openstack.org/533263 | 06:24 |
openstackgerrit | Adrian Turjak proposed openstack/python-openstacksdk master: Remove meter service https://review.openstack.org/533264 | 06:24 |
openstackgerrit | Adrian Turjak proposed openstack/python-openstacksdk master: Remove metric service https://review.openstack.org/533265 | 06:24 |
openstackgerrit | Adrian Turjak proposed openstack/python-openstacksdk master: Remove message v1 support https://review.openstack.org/533322 | 06:24 |
openstackgerrit | Adrian Turjak proposed openstack/python-openstacksdk master: Migrate object_store to resource2/proxy2 https://review.openstack.org/533323 | 06:24 |
adriant | sorry about the spam... I had to rebase a thing. | 06:24 |
adriant | mordred: I did some wory on the object_store patch. Can't continue right away, but hopefully that at least gets you there part of the way. | 06:25 |
adriant | the test_proxy tests aren't passing, but everything else is... | 06:26 |
adriant | so I go part of the way there. | 06:26 |
adriant | Also, I changed allow_get=False for objects, since well... it doesn't make sense unless we write a variant of _translate_response that stores the returned data in the data field since it would otherwise act the same way as HEAD, and you then added download which kind of makes calling get directly fairly silly. | 06:28 |
*** bobh has joined #openstack-sdks | 06:33 | |
*** bobh has quit IRC | 06:37 | |
*** bobh has joined #openstack-sdks | 06:46 | |
*** bobh has quit IRC | 06:51 | |
*** bobh has joined #openstack-sdks | 07:00 | |
*** bobh has quit IRC | 07:04 | |
*** bobh has joined #openstack-sdks | 07:07 | |
*** slaweq has joined #openstack-sdks | 07:10 | |
*** bobh has quit IRC | 07:12 | |
*** bobh has joined #openstack-sdks | 07:13 | |
*** bobh has quit IRC | 07:19 | |
*** bobh has joined #openstack-sdks | 07:24 | |
*** bobh_ has joined #openstack-sdks | 07:28 | |
*** bobh has quit IRC | 07:28 | |
*** bobh_ has quit IRC | 07:32 | |
*** edmondsw has joined #openstack-sdks | 07:36 | |
*** edmondsw has quit IRC | 07:41 | |
*** bobh has joined #openstack-sdks | 07:47 | |
*** bobh has quit IRC | 07:52 | |
*** markvoelker has joined #openstack-sdks | 07:53 | |
*** bobh has joined #openstack-sdks | 08:18 | |
*** ralonsoh has joined #openstack-sdks | 08:19 | |
openstackgerrit | Dinesh Bhor proposed openstack/keystoneauth master: Split request logging into four different loggers https://review.openstack.org/505764 | 08:21 |
*** bobh has quit IRC | 08:22 | |
*** markvoelker has quit IRC | 08:26 | |
*** e0ne has joined #openstack-sdks | 08:29 | |
*** bobh has joined #openstack-sdks | 08:31 | |
*** bobh has quit IRC | 08:36 | |
*** bobh has joined #openstack-sdks | 08:48 | |
*** jpena|off is now known as jpena | 08:49 | |
*** shu-mutou-AWAY has quit IRC | 08:50 | |
*** bobh has quit IRC | 08:52 | |
*** e0ne has quit IRC | 08:53 | |
*** jpich has joined #openstack-sdks | 08:58 | |
*** bobh has joined #openstack-sdks | 09:18 | |
*** fzdarsky has joined #openstack-sdks | 09:21 | |
*** bobh has quit IRC | 09:23 | |
*** edmondsw has joined #openstack-sdks | 09:25 | |
*** noshankus has joined #openstack-sdks | 09:25 | |
*** chenyb4 has quit IRC | 09:26 | |
*** bobh has joined #openstack-sdks | 09:28 | |
*** edmondsw has quit IRC | 09:29 | |
*** bobh has quit IRC | 09:33 | |
*** ldl has quit IRC | 09:39 | |
*** bobh has joined #openstack-sdks | 09:49 | |
*** fabian has joined #openstack-sdks | 09:51 | |
*** fzdarsky has quit IRC | 09:51 | |
*** fabian is now known as chenyb4 | 09:54 | |
*** slaweq has quit IRC | 09:54 | |
*** bobh has quit IRC | 09:55 | |
*** slaweq has joined #openstack-sdks | 09:55 | |
*** slaweq has quit IRC | 09:59 | |
*** chenyb4 has quit IRC | 10:03 | |
*** slaweq has joined #openstack-sdks | 10:06 | |
*** bobh has joined #openstack-sdks | 10:20 | |
*** markvoelker has joined #openstack-sdks | 10:24 | |
*** bobh has quit IRC | 10:25 | |
*** rabel_b1 has joined #openstack-sdks | 10:26 | |
*** e0ne has joined #openstack-sdks | 10:27 | |
*** rabel_b1 has quit IRC | 10:32 | |
*** nokes has joined #openstack-sdks | 10:32 | |
*** nokes has quit IRC | 10:35 | |
*** noshankus has quit IRC | 10:35 | |
openstackgerrit | Dmitry Tantsur proposed openstack/api-wg master: Add guideline on exposing microversions in SDKs https://review.openstack.org/532814 | 10:36 |
openstackgerrit | Dmitry Tantsur proposed openstack/api-wg master: Add guideline on exposing microversions in SDKs https://review.openstack.org/532814 | 10:46 |
*** cdent has joined #openstack-sdks | 10:47 | |
*** dtantsur is now known as dtantsur|bbl | 10:48 | |
*** annp has quit IRC | 10:51 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/openstackclient master: Updated from global requirements https://review.openstack.org/521902 | 10:54 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/openstackclient master: Updated from global requirements https://review.openstack.org/521902 | 10:54 |
*** markvoelker has quit IRC | 10:57 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-openstackclient master: Updated from global requirements https://review.openstack.org/533610 | 11:00 |
*** cdent has quit IRC | 11:10 | |
*** cdent has joined #openstack-sdks | 11:11 | |
*** edmondsw has joined #openstack-sdks | 11:13 | |
*** cdent has quit IRC | 11:16 | |
*** cdent has joined #openstack-sdks | 11:17 | |
*** edmondsw has quit IRC | 11:17 | |
*** bobh has joined #openstack-sdks | 11:18 | |
*** bobh has quit IRC | 11:22 | |
*** bobh has joined #openstack-sdks | 11:28 | |
*** bobh has quit IRC | 11:32 | |
*** fabian has joined #openstack-sdks | 11:35 | |
*** fabian is now known as chenyb4 | 11:35 | |
*** sdague has joined #openstack-sdks | 11:41 | |
*** bobh has joined #openstack-sdks | 11:48 | |
*** chenyb4 has quit IRC | 11:49 | |
*** bobh has quit IRC | 11:53 | |
*** fzdarsky has joined #openstack-sdks | 12:07 | |
*** chenyb4 has joined #openstack-sdks | 12:09 | |
*** jkilpatr has joined #openstack-sdks | 12:15 | |
*** tulivu has joined #openstack-sdks | 12:17 | |
*** bobh has joined #openstack-sdks | 12:18 | |
*** jkilpatr has quit IRC | 12:19 | |
*** jkilpatr has joined #openstack-sdks | 12:19 | |
*** bobh has quit IRC | 12:23 | |
*** fzdarsky is now known as fzdarsky|afk | 12:30 | |
*** fzdarsky|afk has quit IRC | 12:30 | |
*** thrash|g0ne is now known as thrash | 12:32 | |
*** jpena is now known as jpena|lunch | 12:38 | |
*** markvoelker has joined #openstack-sdks | 12:54 | |
*** edmondsw has joined #openstack-sdks | 12:55 | |
*** bobh has joined #openstack-sdks | 12:57 | |
*** dtantsur|bbl is now known as dtantsur | 13:01 | |
*** bobh has quit IRC | 13:02 | |
*** fzdarsky has joined #openstack-sdks | 13:15 | |
*** openstackgerrit has quit IRC | 13:18 | |
*** markvoelker has quit IRC | 13:28 | |
*** jpena|lunch is now known as jpena | 13:29 | |
*** finucannot is now known as stephenfin | 13:50 | |
*** jkilpatr has quit IRC | 14:03 | |
cdent | edleafe, dtantsur : distant early warning that I will be travelling during the next api-sig meeting | 14:04 |
dtantsur | ack | 14:04 |
*** jkilpatr has joined #openstack-sdks | 14:06 | |
*** openstackgerrit has joined #openstack-sdks | 14:08 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/openstackclient master: Updated from global requirements https://review.openstack.org/521902 | 14:08 |
*** bobh has joined #openstack-sdks | 14:08 | |
*** bobh has quit IRC | 14:12 | |
*** cdent has quit IRC | 14:28 | |
*** jkilpatr has quit IRC | 14:54 | |
*** jkilpatr has joined #openstack-sdks | 14:55 | |
*** cdent has joined #openstack-sdks | 15:05 | |
openstackgerrit | Andreas Jaeger proposed openstack/os-api-ref master: Fix wrong links https://review.openstack.org/501079 | 15:09 |
openstackgerrit | Andreas Jaeger proposed openstack/os-api-ref master: Fix wrong links https://review.openstack.org/501079 | 15:10 |
openstackgerrit | Merged openstack/python-openstackclient master: Updated from global requirements https://review.openstack.org/533610 | 15:13 |
*** chenyb4 has quit IRC | 15:19 | |
*** markvoelker has joined #openstack-sdks | 15:25 | |
*** irenab has quit IRC | 15:26 | |
*** irenab has joined #openstack-sdks | 15:29 | |
openstackgerrit | Merged openstack/os-service-types master: Add factory helper function which returns a singleton https://review.openstack.org/533250 | 15:30 |
*** bobh has joined #openstack-sdks | 15:38 | |
*** slaweq has quit IRC | 15:40 | |
*** slaweq has joined #openstack-sdks | 15:40 | |
*** slaweq has quit IRC | 15:44 | |
*** markvoelker has quit IRC | 15:59 | |
*** tulivu has quit IRC | 16:10 | |
*** slaweq has joined #openstack-sdks | 16:11 | |
*** slaweq has quit IRC | 16:16 | |
*** dave-mcc_ has joined #openstack-sdks | 16:30 | |
*** jpena is now known as jpena|brb | 16:44 | |
*** markvoelker has joined #openstack-sdks | 16:47 | |
*** dave-mcc_ has quit IRC | 17:08 | |
*** efried is now known as efried_rollin | 17:19 | |
*** e0ne has quit IRC | 17:23 | |
*** jpena|brb is now known as jpena | 17:27 | |
*** jpich has quit IRC | 17:46 | |
*** jkilpatr has quit IRC | 18:05 | |
*** ralonsoh has quit IRC | 18:07 | |
*** dtantsur is now known as dtantsur|afk | 18:16 | |
*** jpena is now known as jpena|off | 18:18 | |
*** jkilpatr has joined #openstack-sdks | 18:18 | |
*** kmalloc has joined #openstack-sdks | 18:19 | |
-openstackstatus- NOTICE: Zuul has been restarted and has lost queue contents; changes in progress will need to be rechecked. | 18:23 | |
*** e0ne has joined #openstack-sdks | 18:47 | |
*** edleafe- has joined #openstack-sdks | 19:17 | |
*** edleafe has quit IRC | 19:19 | |
*** edleafe- is now known as edleafe | 19:19 | |
*** e0ne has quit IRC | 19:38 | |
*** e0ne has joined #openstack-sdks | 19:45 | |
*** jkilpatr has quit IRC | 19:55 | |
*** efried_rollin is now known as efried | 19:55 | |
*** slaweq has joined #openstack-sdks | 20:15 | |
*** e0ne has quit IRC | 20:21 | |
*** markvoelker has quit IRC | 20:22 | |
*** e0ne has joined #openstack-sdks | 20:27 | |
*** jkilpatr has joined #openstack-sdks | 20:53 | |
*** thrash is now known as thrash|biab | 20:54 | |
*** e0ne_ has joined #openstack-sdks | 21:07 | |
*** e0ne has quit IRC | 21:09 | |
openstackgerrit | Monty Taylor proposed openstack/keystoneauth master: Split request logging into four different loggers https://review.openstack.org/505764 | 21:12 |
openstackgerrit | Monty Taylor proposed openstack/keystoneauth master: Remove PYTHONHASHSEED setting https://review.openstack.org/533798 | 21:13 |
*** e0ne has joined #openstack-sdks | 21:14 | |
*** e0ne_ has quit IRC | 21:15 | |
*** dave-mccowan has joined #openstack-sdks | 21:32 | |
*** dgonzalez has quit IRC | 21:33 | |
*** prg3 has joined #openstack-sdks | 21:38 | |
*** dgonzalez has joined #openstack-sdks | 21:42 | |
*** fzdarsky is now known as fzdarsky|afk | 21:50 | |
*** e0ne has quit IRC | 21:54 | |
*** e0ne has joined #openstack-sdks | 21:59 | |
*** e0ne has quit IRC | 22:01 | |
openstackgerrit | Hongbin Lu proposed openstack/python-openstackclient master: [WIP] Support filtering Floating IP by device_id https://review.openstack.org/533809 | 22:23 |
*** slaweq has quit IRC | 22:24 | |
openstackgerrit | Hongbin Lu proposed openstack/python-openstackclient master: [WIP] Support filtering Floating IP by device_id https://review.openstack.org/533809 | 22:24 |
*** slaweq has joined #openstack-sdks | 22:24 | |
*** slaweq has quit IRC | 22:29 | |
openstackgerrit | Hongbin Lu proposed openstack/python-openstacksdk master: [WIP] Add 'device_id' to Floating IP https://review.openstack.org/533811 | 22:36 |
*** slaweq has joined #openstack-sdks | 22:39 | |
*** slaweq has quit IRC | 22:44 | |
*** prg3 has quit IRC | 22:52 | |
*** markvoelker has joined #openstack-sdks | 22:53 | |
*** thrash|biab is now known as thrash | 22:54 | |
*** markvoelker has quit IRC | 22:58 | |
*** bobh has quit IRC | 23:05 | |
*** cdent has quit IRC | 23:17 | |
* mordred apologizes for the upcoming patch-bomb | 23:44 | |
openstackgerrit | Monty Taylor proposed openstack/python-openstacksdk master: Change update/create method options https://review.openstack.org/533438 | 23:47 |
openstackgerrit | Monty Taylor proposed openstack/python-openstacksdk master: Merge user and users sections of the docs https://review.openstack.org/532633 | 23:47 |
openstackgerrit | Monty Taylor proposed openstack/python-openstacksdk master: Rationalize logging helpers and docs https://review.openstack.org/532634 | 23:47 |
openstackgerrit | Monty Taylor proposed openstack/python-openstacksdk master: Add ability to register non-official services https://review.openstack.org/533263 | 23:47 |
openstackgerrit | Monty Taylor proposed openstack/python-openstacksdk master: Remove meter service https://review.openstack.org/533264 | 23:47 |
openstackgerrit | Monty Taylor proposed openstack/python-openstacksdk master: Remove metric service https://review.openstack.org/533265 | 23:47 |
openstackgerrit | Monty Taylor proposed openstack/python-openstacksdk master: Remove message v1 support https://review.openstack.org/533322 | 23:47 |
openstackgerrit | Monty Taylor proposed openstack/python-openstacksdk master: Migrate object_store to resource2/proxy2 https://review.openstack.org/533323 | 23:47 |
openstackgerrit | Monty Taylor proposed openstack/python-openstacksdk master: Invert the attribute mapping https://review.openstack.org/533822 | 23:47 |
openstackgerrit | Monty Taylor proposed openstack/python-openstacksdk master: Clean up a bit after the mapping inversion https://review.openstack.org/533823 | 23:47 |
openstackgerrit | Monty Taylor proposed openstack/python-openstacksdk master: Update type conversion to handle subtypes more better https://review.openstack.org/533824 | 23:47 |
openstackgerrit | Monty Taylor proposed openstack/python-openstacksdk master: Remove resource and proxy https://review.openstack.org/533825 | 23:47 |
openstackgerrit | Monty Taylor proposed openstack/python-openstacksdk master: Rename resource2 and proxy2 to resource and proxy https://review.openstack.org/533826 | 23:47 |
mordred | adriant: thanks for the work on the object_store patch (and for the other patch) - I got the tests fixed up for the object-store patch, and the docs failures fixed - so that stack *should* be fairly green | 23:48 |
adriant | mordred: nice! I hope the extra stuff I added (update_method, and alias) also makes sense | 23:49 |
adriant | I have a feeling swift was why prop originally had alias.... | 23:49 |
adriant | but I didn't dig back far enough into git history to check | 23:49 |
mordred | adriant: yah - I like both - and in fact alias got me down a whole other path which I'm pretty happy with where it ended up -although my brain hurt in the middle | 23:52 |
adriant | I only setup alias for __get__ though, and potentially it might be useful with __set__ as well, but that gets complex | 23:53 |
mordred | adriant: yah- I think it's more important for __get__ - because of the swift case. turned out you want to know the object's etag - and you don't want it to be different depending on whether the object came from a json body from a container listing or from a HEAD on the object | 23:57 |
adriant | exactly | 23:57 |
adriant | although... fucking last modifed... | 23:58 |
adriant | it's two different formats... | 23:58 |
mordred | of course it is | 23:58 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!