*** Qiming has joined #openstack-sdks | 00:20 | |
*** abhide has quit IRC | 00:30 | |
*** Qiming has quit IRC | 00:38 | |
*** bknudson has joined #openstack-sdks | 00:43 | |
*** openstack has joined #openstack-sdks | 01:23 | |
etoews | but it starts at -1 right? | 01:24 |
---|---|---|
etoews | and that indexes from the right side of the array. | 01:24 |
*** Caleb-- has joined #openstack-sdks | 01:25 | |
briancurtin | it starts at -1 and then goes 0, 1, 2, etc. so it picks the last, then the first then up until the last one. that way there's no trying to access one index beyond the length of the list | 01:27 |
*** openstack has joined #openstack-sdks | 01:38 | |
etoews | ah. i was conflating the index of enumerate (when it starts at a negative value) and using that negative index as an array index. of course their behaviour is really independent of each other. | 01:38 |
*** Qiming has joined #openstack-sdks | 01:43 | |
*** Qiming_ has joined #openstack-sdks | 01:44 | |
*** boris-42 has quit IRC | 01:48 | |
*** Qiming has quit IRC | 01:48 | |
*** Qiming_ has quit IRC | 01:49 | |
*** Yanyanhu has joined #openstack-sdks | 01:50 | |
*** openstack has quit IRC | 01:52 | |
*** openstack has joined #openstack-sdks | 01:55 | |
Yanyanhu | hi, briancurtin, are you still around? | 02:17 |
briancurtin | Yanyanhu: yep, i'm here | 02:18 |
Yanyanhu | hi, thanks for you guys review | 02:18 |
Yanyanhu | about the patch of adding path_args when invoking Resource.list(), I guess the second way we discessed can also work for server_ips and server_interfaces | 02:19 |
Yanyanhu | but when I tried to make some tests, I found list and page methods of Resource class are all classmethod | 02:20 |
Yanyanhu | so *self* is unavailable when invoking page() inside list(). | 02:23 |
Yanyanhu | we may need to add another input parameter for list() method to get the resource object itself | 02:28 |
Yanyanhu | But I'm not sure it is correct to do so | 02:31 |
briancurtin | Yanyanhu: but wouldn't it just work to do it as your change originally does? | 02:31 |
Yanyanhu | sure, the original change will work correctly | 02:33 |
briancurtin | Yanyanhu: i will talk to terry as well tomorrow and see what he thinks, if we can do something maybe better than the original change but that isn't too invasive anywhere else | 02:34 |
Yanyanhu | ok, thanks | 02:34 |
*** bknudson has quit IRC | 02:39 | |
openstackgerrit | Qiming Teng proposed stackforge/python-openstacksdk: Senlin cluster resource and unit tests https://review.openstack.org/185527 | 02:51 |
openstackgerrit | Qiming Teng proposed stackforge/python-openstacksdk: Add 'to_dict' operation to Resource class https://review.openstack.org/186242 | 02:55 |
*** stevemar has joined #openstack-sdks | 02:58 | |
*** edleafe has quit IRC | 03:10 | |
openstackgerrit | Merged stackforge/python-openstacksdk: Senlin cluster resource and unit tests https://review.openstack.org/185527 | 03:10 |
*** edleafe has joined #openstack-sdks | 03:12 | |
openstackgerrit | Qiming Teng proposed stackforge/python-openstacksdk: Rename clustering to cluster service https://review.openstack.org/188250 | 03:47 |
*** tobe has joined #openstack-sdks | 03:51 | |
*** mordred has quit IRC | 04:21 | |
*** mordred has joined #openstack-sdks | 04:25 | |
openstackgerrit | Amey Bhide proposed openstack/python-openstackclient: Add support for volume snapshot v2 command https://review.openstack.org/188257 | 04:40 |
*** stevemar has quit IRC | 05:04 | |
*** tobe has quit IRC | 05:22 | |
*** tobe has joined #openstack-sdks | 05:40 | |
openstackgerrit | Yanyan Hu proposed stackforge/python-openstacksdk: Add network/v2 vpn service resource https://review.openstack.org/182141 | 05:45 |
*** abhide has joined #openstack-sdks | 06:07 | |
*** tobe has quit IRC | 06:18 | |
*** aufi has joined #openstack-sdks | 06:42 | |
openstackgerrit | Qiming Teng proposed stackforge/python-openstacksdk: Add Heat resource support https://review.openstack.org/181063 | 06:43 |
*** terrylhowe has quit IRC | 06:54 | |
*** tobe has joined #openstack-sdks | 06:57 | |
*** abhide has left #openstack-sdks | 07:07 | |
openstackgerrit | Marek Aufart proposed openstack/python-openstackclient: Do not update existing image on create by default https://review.openstack.org/188285 | 07:38 |
*** karimb has joined #openstack-sdks | 07:43 | |
*** chlong has quit IRC | 07:44 | |
*** dguerri`away is now known as dguerri | 07:49 | |
openstackgerrit | Ghe Rivero proposed openstack/os-client-config: Add cloud vendor files config in doc https://review.openstack.org/188292 | 07:59 |
openstackgerrit | Ghe Rivero proposed openstack/os-client-config: Raise a warning when using 'cloud' in config https://review.openstack.org/188301 | 08:27 |
*** karimb has quit IRC | 08:32 | |
*** tobe has quit IRC | 08:39 | |
*** tobe has joined #openstack-sdks | 08:39 | |
openstackgerrit | Marek Aufart proposed openstack/python-openstackclient: Do not update existing image on create by default https://review.openstack.org/188285 | 09:09 |
openstackgerrit | Ghe Rivero proposed openstack/os-client-config: Change references of "clouds.yaml" for real file https://review.openstack.org/188319 | 09:29 |
*** tobe has quit IRC | 09:33 | |
openstackgerrit | Thomas Bechtold proposed openstack/python-openstackclient: Require at least os-client-config >= 1.2 https://review.openstack.org/188322 | 09:33 |
*** jlibosva has joined #openstack-sdks | 09:42 | |
*** jaosorior has joined #openstack-sdks | 09:45 | |
*** Yanyanhu has quit IRC | 09:51 | |
*** tobe has joined #openstack-sdks | 09:53 | |
*** thrash|g0ne is now known as thrash | 10:19 | |
*** Qiming has quit IRC | 10:22 | |
*** boris-42 has joined #openstack-sdks | 10:33 | |
openstackgerrit | Ghe Rivero proposed openstack/os-client-config: Raise a warning with conflicting SSL params https://review.openstack.org/188343 | 11:11 |
*** Qiming has joined #openstack-sdks | 11:20 | |
openstackgerrit | Ghe Rivero proposed openstack/os-client-config: Add SSL documentation to README.rst https://review.openstack.org/188353 | 11:40 |
*** tobe has quit IRC | 12:06 | |
*** zz_steveortiz is now known as steveortiz | 12:16 | |
*** chlong has joined #openstack-sdks | 12:19 | |
*** steveortiz is now known as zz_steveortiz | 12:25 | |
*** trown|outttypeww is now known as trown | 12:27 | |
*** stevemar has joined #openstack-sdks | 12:41 | |
*** bknudson has joined #openstack-sdks | 12:43 | |
*** petertr7_away is now known as petertr7 | 13:15 | |
stevemar | dtroyer, we are le broke | 13:45 |
*** Qiming has quit IRC | 13:45 | |
dtroyer | stevemar: ya, am sorting why now | 13:47 |
stevemar | dtroyer, cause of https://review.openstack.org/#/c/188386/ i think | 13:47 |
dtroyer | I was running on occ master yesterday | 13:48 |
dtroyer | 1.3.0 released yesterday | 13:48 |
*** zz_steveortiz is now known as steveortiz | 13:49 | |
*** terrylhowe has joined #openstack-sdks | 13:49 | |
*** Qiming has joined #openstack-sdks | 13:50 | |
stevemar | hmm | 13:51 |
dtroyer | it's the 1.3.0 release, because verify=True is now a default as opposed to verify=None | 13:53 |
*** Qiming has quit IRC | 13:54 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 13:55 | |
dtroyer | so to fix this I might as well fix https://bugs.launchpad.net/python-openstackclient/+bug/1447784 because it's the same code | 13:55 |
openstack | Launchpad bug 1447784 in python-openstackclient "--insecure is ignored if OS_CACERT env var is set" [High,Confirmed] | 13:55 |
stevemar | dtroyer, yay... | 14:15 |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Add cover/ folder to .gitignore https://review.openstack.org/188414 | 14:18 |
dtroyer | ok, got it, will work with occ 1.2.0 and 1.3.0 | 14:18 |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Allow --insecure to override --os-cacert https://review.openstack.org/188417 | 14:24 |
dtroyer | stevemar: let's see if ^^^ takes care of the borked tests | 14:24 |
*** Qiming has joined #openstack-sdks | 14:27 | |
Qiming | terrylhowe, there? | 14:28 |
etoews | terrylhowe: think you can give this a look this morning? https://review.openstack.org/#/c/187852/ | 14:33 |
etoews | with those few calls i should be able to implement a pretty basic producer/consumer pattern | 14:34 |
terrylhowe | Here etoews Qiming . I’ll look at the messaging stuff. | 14:34 |
etoews | you're a popular guy :) | 14:35 |
Qiming | terrylhowe, etoews, about the Heat functional test problem, maybe we had a wrong judgement | 14:36 |
Qiming | Terry has filed a bug here: https://bugs.launchpad.net/python-openstacksdk/+bug/1461582 | 14:36 |
openstack | Launchpad bug 1461582 in OpenStack SDK "Find uses page but page doesn't pass params" [Undecided,New] - Assigned to Qiming Teng (tengqim) | 14:36 |
Qiming | this may and may not be the root cause | 14:36 |
etoews | voted :) | 14:36 |
Qiming | the real problem as I just found out is that filtering stacks by 'stack_name' won't work | 14:37 |
terrylhowe | filtering is broken for a lot of services Qiming briancurtin had a client side search we might want to revive | 14:38 |
Qiming | it is Heat API's problem, Heat expects a filter key 'name' instead of 'stack_name', that is why we always get incorrect results from resource.find() | 14:38 |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Allow --insecure to override --os-cacert https://review.openstack.org/188417 | 14:38 |
Qiming | just proposed a fix in Heat: https://review.openstack.org/#/c/188411/ | 14:38 |
openstackgerrit | Merged stackforge/python-openstacksdk: Add cover/ folder to .gitignore https://review.openstack.org/188414 | 14:38 |
briancurtin | Qiming terrylhowe: yeah, i will see if i can revive that client-side one. it was fairly simple and worked pretty well, just might require a lot of data (but you're going to need it one way or the other, so can't totally avoid in some cases) | 14:39 |
terrylhowe | could probably fix that by overriding find in the resource class | 14:39 |
briancurtin | yep, if find can work better in more specific cases for some resources, definitely override it | 14:39 |
briancurtin | a bunch of places will be able to have really nice finds, but a lot of resources you're on your own | 14:39 |
Qiming | what is the targeted use case for find(), by the way? | 14:40 |
Qiming | is it only designed for name or id? | 14:40 |
Qiming | or more general filters could be included? | 14:41 |
terrylhowe | I was thinking find would only be by name. It originally was just a layer on list. Trying to implement a search method would be even more complicated since you don’t know what the server side will support | 14:42 |
Qiming | em, that's fair enough | 14:43 |
Qiming | so if you want a search, go call list() | 14:43 |
Qiming | seems to me we might want to use cls.name_attribute in this line: http://git.openstack.org/cgit/stackforge/python-openstacksdk/tree/openstack/resource.py#n944 | 14:45 |
terrylhowe | for now that would be the case unless we do something different with this client side search thing | 14:45 |
terrylhowe | I have a ticket to remove ‘fields’ from find on that line Qiming | 14:46 |
Qiming | okay, good to know | 14:46 |
dtroyer | stevemar: since we're backtracking again, want to give https://review.openstack.org/#/c/186808/ another look? or shall I push it to m13? | 14:46 |
terrylhowe | I don’t think people care about the bandwidth usage from transfering all the fields over and many services don’t support that anyway | 14:46 |
*** chlong has quit IRC | 14:47 | |
stevemar | dtroyer, whoa howd i forget about that one | 14:47 |
stevemar | yeah yeah, do it up | 14:47 |
stevemar | dtroyer, +A'ed | 14:51 |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Create 1.4.0 release notes https://review.openstack.org/188068 | 14:55 |
*** jlibosva has quit IRC | 14:58 | |
*** pm90_ has joined #openstack-sdks | 15:03 | |
openstackgerrit | Terry Howe proposed openstack/python-openstackclient: Add functional tests for image set https://review.openstack.org/188206 | 15:09 |
*** aufi has quit IRC | 15:10 | |
*** notmars has joined #openstack-sdks | 15:23 | |
openstackgerrit | Terry Howe proposed stackforge/python-openstacksdk: Use ostestr for tests https://review.openstack.org/188441 | 15:34 |
*** Qiming has quit IRC | 15:44 | |
*** Qiming has joined #openstack-sdks | 15:45 | |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Add path_args to create and update proxy methods https://review.openstack.org/188448 | 15:46 |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Support get/set metadata on object_store proxy https://review.openstack.org/188452 | 15:56 |
*** Qiming has quit IRC | 15:58 | |
terrylhowe | dtroyer: are you looking at the test_help_options problem? I was about to look at that. | 15:59 |
dtroyer | not beyond +2 on https://review.openstack.org/#/c/186394/ | 16:01 |
terrylhowe | I’m getting a different error locally than the gate :-/ | 16:04 |
*** mattfarina has joined #openstack-sdks | 16:04 | |
dtroyer | do you have https://review.openstack.org/188417 in your test? occ 1.3.0 broke us | 16:05 |
dtroyer | my fault, I didn't test it fully | 16:05 |
terrylhowe | Yeh, that is what I’m getting, but the gate is failing in a different spot | 16:05 |
openstackgerrit | Terry Howe proposed openstack/python-openstackclient: Add functional tests for image set https://review.openstack.org/188206 | 16:06 |
terrylhowe | probably needs a rebase and another rebase when the verify/cacert thing goes in | 16:07 |
dtroyer | if you don't have a depends-on in your review you don't have that fix yet. not sure though why it would be a different spot unless the mix of dependencies is different | 16:07 |
openstackgerrit | Merged stackforge/python-openstacksdk: Add 'to_dict' operation to Resource class https://review.openstack.org/186242 | 16:11 |
*** petertr7 is now known as petertr7_away | 16:33 | |
*** trown is now known as trown|lunch | 16:56 | |
openstackgerrit | Everett Toews proposed stackforge/python-openstacksdk: Claim messages and delete messages https://review.openstack.org/187852 | 17:08 |
etoews | thx for the review terrylhowe | 17:16 |
*** notmars has quit IRC | 17:19 | |
*** dguerri is now known as dguerri`away | 17:24 | |
*** dguerri`away is now known as dguerri | 17:24 | |
*** dguerri is now known as dguerri`away | 17:24 | |
*** Viswanath has joined #openstack-sdks | 17:25 | |
*** petertr7_away is now known as petertr7 | 17:26 | |
*** Viswanath has quit IRC | 17:30 | |
*** notmars has joined #openstack-sdks | 17:38 | |
*** trown|lunch is now known as trown | 17:57 | |
*** Viswanath has joined #openstack-sdks | 18:01 | |
*** barra204 has joined #openstack-sdks | 18:01 | |
*** Viswanath has quit IRC | 18:04 | |
*** tellesnobrega_ has joined #openstack-sdks | 18:06 | |
*** barra204 has quit IRC | 18:07 | |
*** notmars has quit IRC | 18:14 | |
*** dguerri`away is now known as dguerri | 18:17 | |
terrylhowe | briancurtin: etoews dtroyer stevemar I’ll be afk Fri, Sat, Sun on a raft on the Rio Chama in NM. No Internet, so don’t expect any responses from me :) | 18:17 |
etoews | ++ | 18:17 |
briancurtin | terrylhowe: im pretty much done with the Sat & Sun work anyway. we all should be. | 18:17 |
terrylhowe | Yeh, I need to back off the throttle in general | 18:17 |
briancurtin | I'm moving back to Chicago a week from today so I'll be able to find endless amounts of things to do besides near constant work | 18:18 |
dtroyer | terrylhowe: have fun, I'll be following you down a river in NC about 9 days later… | 18:20 |
terrylhowe | awesome! | 18:20 |
mordred | dtroyer: yuck! sorry about that - I thought your patch made it happy ... anything I can do to help? | 18:21 |
mordred | it's also possible taht I'm just generally brain dead | 18:22 |
dtroyer | mordred: no, I mis-guessed about OSc handling the change…fix stuck in gate mystery atm | 18:22 |
mordred | awesome. I love gate mysteries | 18:22 |
*** notmars has joined #openstack-sdks | 18:26 | |
*** tellesnobrega_ has quit IRC | 18:29 | |
*** tellesnobrega_ has joined #openstack-sdks | 18:29 | |
*** tellesnobrega_ has quit IRC | 18:29 | |
*** tellesnobrega_ has joined #openstack-sdks | 18:32 | |
stevemar | terrylhowe, have fun boss :) | 18:32 |
*** tellesnobrega_ has quit IRC | 18:32 | |
terrylhowe | will do | 18:32 |
*** openstackstatus has joined #openstack-sdks | 18:40 | |
*** ChanServ sets mode: +v openstackstatus | 18:40 | |
*** tellesnobrega_ has joined #openstack-sdks | 18:41 | |
-openstackstatus- NOTICE: Gerrit has been restarted to clear an issue with its event stream. Any change events between 17:25 and 18:38 UTC should be rechecked or have their approvals reapplied to initiate testing. | 18:42 | |
*** tellesnobrega_ has quit IRC | 18:43 | |
openstackgerrit | Terry Howe proposed stackforge/python-openstacksdk: Add functional tests for servers https://review.openstack.org/188546 | 18:44 |
openstackgerrit | Amey Bhide proposed openstack/python-openstackclient: Add support for volume snapshot v2 command https://review.openstack.org/188257 | 18:45 |
*** tellesnobrega_ has joined #openstack-sdks | 18:45 | |
*** abhide has joined #openstack-sdks | 18:48 | |
*** dguerri is now known as dguerri`away | 18:51 | |
*** hitalia has joined #openstack-sdks | 18:58 | |
*** hitalia has quit IRC | 19:00 | |
sigmavirus24 | stevemar: courtesy reminder? | 19:00 |
briancurtin | terrylhowe: as i'm about to add a verify_update3 temporarily to the proxy base tests...i am reminded now to go in and clean up that whole mess, so you might come back from your trip to much cleaner tests | 19:06 |
terrylhowe | excellent briancurtin | 19:06 |
*** petertr7 is now known as petertr7_away | 19:16 | |
terrylhowe | etoews: I’m seeing random failures on message create because the dict comes out in different orders sometimes if you get a chance | 19:18 |
*** Viswanath has joined #openstack-sdks | 19:18 | |
etoews | wait. dict equality is based on key order? | 19:19 |
terrylhowe | I don’t know. I guess. It blew up running py34. | 19:20 |
etoews | terrylhowe: which test is failing? | 19:20 |
*** petertr7_away is now known as petertr7 | 19:21 | |
*** Viswanath has quit IRC | 19:21 | |
terrylhowe | message create. Sorry, I nuked that window, so I don’t have the details. | 19:21 |
etoews | okay. i'll try to get to it sometime today. | 19:23 |
*** hitalia has joined #openstack-sdks | 19:25 | |
openstackgerrit | Merged openstack/python-openstackclient: Allow --insecure to override --os-cacert https://review.openstack.org/188417 | 19:27 |
etoews | terrylhowe: huh. 20 runs of `tox -e py34` and i couldn't reproduce it. | 19:27 |
openstackgerrit | Brian Curtin proposed stackforge/python-openstacksdk: Support get/set metadata on object_store proxy https://review.openstack.org/188452 | 19:28 |
etoews | ping me if you can reproduce it or it pops up in a review | 19:28 |
terrylhowe | okay etoews I’m not seeing it either. maybe it was when I was messing with ostestr which doesn’t matter now | 19:30 |
briancurtin | eh, actually i did see a message create failure but couldnt get it back again. was working on all object_store tests and it popped up. haven't seen it since | 19:40 |
*** hitalia has quit IRC | 19:42 | |
*** beagles is now known as beagles_brb | 19:43 | |
*** Viswanath has joined #openstack-sdks | 19:55 | |
*** Viswanath has quit IRC | 20:00 | |
*** hitalia has joined #openstack-sdks | 20:04 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-openstackclient: Updated from global requirements https://review.openstack.org/188501 | 20:05 |
*** Viswanath has joined #openstack-sdks | 20:07 | |
*** Viswanath has quit IRC | 20:10 | |
openstackgerrit | Amey Bhide proposed openstack/python-openstackclient: Add support for volume snapshot v2 command https://review.openstack.org/188257 | 20:13 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-openstackclient: Updated from global requirements https://review.openstack.org/188501 | 20:14 |
openstackgerrit | OpenStack Proposal Bot proposed stackforge/python-openstacksdk: Updated from global requirements https://review.openstack.org/188571 | 20:15 |
*** Viswanath has joined #openstack-sdks | 20:16 | |
*** stevemar has quit IRC | 20:18 | |
*** Viswanath has quit IRC | 20:20 | |
*** dguerri`away is now known as dguerri | 20:26 | |
*** dguerri is now known as dguerri` | 20:29 | |
*** Viswanath has joined #openstack-sdks | 20:44 | |
*** Viswanath has quit IRC | 20:47 | |
openstackgerrit | Merged openstack/cliff: Fix object has no attribute debug error https://review.openstack.org/186394 | 20:53 |
*** beagles_brb is now known as beagles | 21:00 | |
*** trown is now known as trown|outttypeww | 21:08 | |
*** notmars has quit IRC | 21:09 | |
*** petertr7 is now known as petertr7_away | 21:09 | |
*** notmars has joined #openstack-sdks | 21:10 | |
terrylhowe | etoews: http://logs.openstack.org/71/188571/1/check/gate-python-openstacksdk-python34/d9382cf/console.html#_2015-06-04_20_55_57_220 | 21:12 |
*** tellesnobrega_ has quit IRC | 21:21 | |
*** notmars has quit IRC | 21:25 | |
*** mattfarina has quit IRC | 21:37 | |
*** mattfarina has joined #openstack-sdks | 21:38 | |
*** notmars has joined #openstack-sdks | 21:41 | |
*** hitalia has quit IRC | 21:47 | |
openstackgerrit | Dean Troyer proposed openstack/python-openstackclient: Create 1.4.0 release notes https://review.openstack.org/188068 | 21:51 |
*** mattfarina has quit IRC | 21:54 | |
openstackgerrit | Everett Toews proposed stackforge/python-openstacksdk: Use an OrderedDict for fake data https://review.openstack.org/188605 | 21:56 |
etoews | terrylhowe: hopefully that does the trick ^ | 21:56 |
*** hitalia has joined #openstack-sdks | 21:57 | |
*** stevemar has joined #openstack-sdks | 22:05 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:13 | |
*** notmars has quit IRC | 22:14 | |
openstackgerrit | Merged openstack/python-openstackclient: add --domain argument to v3 project set https://review.openstack.org/186808 | 22:21 |
stevemar | sigmavirus24_awa, around? | 22:22 |
stevemar | damn your _awa | 22:22 |
*** bknudson has quit IRC | 22:28 | |
jamielennox | dtroyer, stevemar: i see we're nearly at a new OSC release - thank you | 22:41 |
stevemar | jamielennox, just pushing the last few patches | 22:41 |
dtroyer | jamielennox: I wish we could have gotten it out sooner…still some dependencies to test once the dust settles, but I'm hoping to get it yet tonight | 22:42 |
stevemar | dtroyer, live on the wild side | 22:42 |
stevemar | dtroyer, oh | 22:42 |
jamielennox | dtroyer: this is faster than i expected | 22:43 |
jamielennox | i mean we had to do a ksc release, a g-r bump etc | 22:43 |
dtroyer | and we're approaching the too-late-for-the-weekend zone | 22:47 |
openstackgerrit | Hardik Italia proposed stackforge/python-openstacksdk: Added functional tests for subnet. https://review.openstack.org/188619 | 22:52 |
openstackgerrit | Everett Toews proposed stackforge/python-openstacksdk: Use sort_keys=True to pass tests https://review.openstack.org/188605 | 22:54 |
openstackgerrit | Roxana Gherle proposed openstack/python-openstackclient: Add --os-endpoint-type cli optional argument https://review.openstack.org/185193 | 22:54 |
openstackgerrit | Merged openstack/python-openstackclient: Updated from global requirements https://review.openstack.org/188501 | 23:00 |
openstackgerrit | Everett Toews proposed stackforge/python-openstacksdk: Return the entire response in an InvalidResponse https://review.openstack.org/188622 | 23:01 |
*** Qiming has joined #openstack-sdks | 23:08 | |
openstackgerrit | Roxana Gherle proposed openstack/python-openstackclient: Add --os-endpoint-type cli optional argument https://review.openstack.org/185193 | 23:15 |
*** chlong has joined #openstack-sdks | 23:27 | |
*** steveortiz is now known as zz_steveortiz | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!