Monday, 2017-03-13

jamielennoxdtroyer_zz: i'm v. not happy with those interfaces ^, but i'm not sure how much the OneCloud object should be reading from argparse.Namespace and env00:01
jamielennoxi figured i should at least put that up though because i haven't seem to have gotten any new ideas in the last week or so00:01
*** mnaser has left #openstack-sdks00:12
*** reedip has quit IRC00:14
*** jamielennox is now known as jamielennox|away00:20
*** jamielennox|away is now known as jamielennox00:27
*** hoangcx has joined #openstack-sdks00:31
*** namnh has joined #openstack-sdks00:42
*** dave-mccowan has joined #openstack-sdks00:59
*** reedip has joined #openstack-sdks01:04
*** huanxuan has joined #openstack-sdks01:24
*** amotoki has quit IRC01:30
*** annp has joined #openstack-sdks01:30
openstackgerrithuangtianhua proposed openstack/python-openstackclient master: Provide cmd 'image member list'  https://review.openstack.org/44358801:40
*** salv-orlando has joined #openstack-sdks01:41
*** Kevin_Zheng has joined #openstack-sdks01:41
*** reedip has quit IRC01:42
*** amotoki has joined #openstack-sdks01:43
*** salv-orlando has quit IRC01:45
Qimingbriancurtin, https://bugs.launchpad.net/python-openstacksdk/+bug/167223801:49
openstackLaunchpad bug 1672238 in OpenStack SDK "The way SDK uses its own version is causing problem for its installation" [Undecided,New]01:49
*** amotoki has quit IRC01:49
*** amotoki has joined #openstack-sdks01:55
*** gouthamr has quit IRC02:17
*** amotoki has quit IRC02:19
*** amotoki has joined #openstack-sdks02:29
*** amotoki has quit IRC02:30
*** amotoki has joined #openstack-sdks02:30
*** reedip has joined #openstack-sdks02:42
*** yuvalb has quit IRC02:43
*** yuvalb has joined #openstack-sdks02:43
*** reedip has quit IRC02:48
*** reedip has joined #openstack-sdks02:49
openstackgerritReedip proposed openstack/python-openstackclient master: Introduce quota unset command  https://review.openstack.org/37631103:05
*** dave-mccowan has quit IRC03:32
*** bobh has quit IRC03:34
*** salv-orlando has joined #openstack-sdks03:42
*** salv-orlando has quit IRC03:46
*** annp_ has joined #openstack-sdks03:50
*** chlong_ has quit IRC04:34
*** bobh has joined #openstack-sdks04:34
*** gildub_ has joined #openstack-sdks04:35
*** markvoelker has quit IRC04:35
openstackgerritReedip proposed openstack/python-openstackclient master: "floating ip set/unset port" for OSC  https://review.openstack.org/38302504:36
*** gildub has quit IRC04:37
*** bobh has quit IRC04:39
*** gdubreui has joined #openstack-sdks04:56
*** gildub_ has quit IRC04:58
*** yanyanhu has joined #openstack-sdks05:13
*** markvoelker has joined #openstack-sdks05:36
*** markvoelker has quit IRC05:41
*** salv-orlando has joined #openstack-sdks05:43
*** salv-orlando has quit IRC05:47
*** salv-orlando has joined #openstack-sdks06:02
*** bobh has joined #openstack-sdks06:36
openstackgerritReedip proposed openstack/python-openstackclient master: "floating ip set/unset port" for OSC  https://review.openstack.org/38302506:37
reedipamotoki : hi . I checked your comment for  https://review.openstack.org/383025 . I think router removes the port which it creates itself when an interface is attached to it,  not sure about the port which is assigned to it by user. I guess the code should be the same.06:39
*** adriant has quit IRC06:40
*** bobh has quit IRC06:41
*** gildub_ has joined #openstack-sdks07:01
*** gdubreui has quit IRC07:04
amotokireedip: you can check it by the following neutron commands: "neutron port-create", "neutron router-interface-add router1 port=<id>", and then "neutron router-interface-delete"07:13
amotokireedip: I think you don't see the port you created after router-interface-delete07:13
amotokireedip: so I think 'openstack port delete' in addCleanup will fail07:14
amotokireedip: what happens if 'openstack port delete' cleanup fails. are subsequent cleanup called?07:15
*** salv-orl_ has joined #openstack-sdks07:24
*** salv-orlando has quit IRC07:26
reedipamotoki : if port delete fails and does NOT delete the port, subnet delete and network delete will fail07:27
amotokireedip: a case I concern is that a port is deleted successfully by 'router-interface-delete' and the subsequent call of 'port delete' fails07:28
amotokireedip: in this case, subnet delete and network delete should succeed07:28
reedipamotoki : Port deletion cleanup function might fail but network delete and subnet delete should succeed .07:29
amotokireedip: so I wonder 'network delete' registered by addCleanup will be called or not.07:29
amotokireedip: if you have 100% confident and other reviewers think the current is okay, I have no more objection.07:30
reedipamotoki : :)07:30
amotokireedip: as one who knows neutron behavior, it just sounds tricky to me :)07:30
reedipamotoki : Dont you think neutron itself is tricky :) ??07:31
reedipamotoki : this is one of the few patches left for the complete migration. I just wish this completes soon so that we can proceed to other patches and complete migration :)07:31
amotokireedip: so the simple way is drop addCleanup(port delete) :-)07:32
*** salv-orl_ has quit IRC07:33
reedipamotoki : I checked some comments in other patches. I think we can remove the addCleanup for the port for now !07:33
openstackgerritReedip proposed openstack/python-openstackclient master: "floating ip set/unset port" for OSC  https://review.openstack.org/38302507:33
*** gildub_ has quit IRC07:46
*** ralonsoh has joined #openstack-sdks07:51
*** Cagelin has joined #openstack-sdks08:03
*** salv-orlando has joined #openstack-sdks08:04
*** ssbarnea has joined #openstack-sdks08:09
*** Serlex has joined #openstack-sdks08:16
*** rabel has joined #openstack-sdks08:17
rabelhi there08:18
*** openstackgerrit has quit IRC08:18
rabelis https://bugs.launchpad.net/python-openstackclient/+bug/1612898 still interesting for you? I already wrote a comment in the bug report, because i'd like to work on this issue08:18
openstackLaunchpad bug 1612898 in python-openstackclient "Separate options for --nic when creating servers" [Medium,Confirmed] - Assigned to Ukesh (ukeshkumar)08:18
*** openstackgerrit has joined #openstack-sdks08:29
openstackgerritReedip proposed openstack/python-openstackclient master: "floating ip set/unset port" for OSC  https://review.openstack.org/38302508:29
reediprabel : As there has been no updates  in the bug for some time, I think you can take the issue08:31
openstackgerritRui Chen proposed openstack/osc-lib master: Add formattable column base classes  https://review.openstack.org/44476008:35
rabelreedip, ok thanks. i took it. do you think i should wait for answers to my proposal in the bug report or just write a commit and work with the feedback I recieve in the change?08:36
reediprabel : both are good options but I like the Pythonic way ( put a patch and wait for feedback )  :)08:37
rabel:)08:38
*** bobh has joined #openstack-sdks08:38
*** bobh has quit IRC08:42
*** e0ne has joined #openstack-sdks08:43
*** jpich has joined #openstack-sdks08:50
openstackgerritvenkata anil proposed openstack/python-openstackclient master: Allow admin to override distributed router flag  https://review.openstack.org/43344208:54
openstackgerritReedip proposed openstack/python-openstackclient master: "floating ip set/unset port" for OSC  https://review.openstack.org/38302509:13
*** aarefiev_afk is now known as aarefiev09:19
*** gildub_ has joined #openstack-sdks09:37
*** e0ne has quit IRC09:52
*** gildub_ has quit IRC09:57
*** fzdarsky has joined #openstack-sdks10:01
openstackgerritReedip proposed openstack/python-openstackclient master: "floating ip set/unset port" for OSC  https://review.openstack.org/38302510:08
*** annp_ has quit IRC10:08
*** annp has quit IRC10:08
openstackgerritReedip proposed openstack/python-openstackclient master: "floating ip set/unset port" for OSC  https://review.openstack.org/38302510:08
*** e0ne has joined #openstack-sdks10:09
*** lifeless has quit IRC10:37
*** bobh has joined #openstack-sdks10:39
*** ralonsoh_ has joined #openstack-sdks10:41
*** markvoelker has joined #openstack-sdks10:41
*** bobh has quit IRC10:44
*** hoangcx has quit IRC10:44
*** ralonsoh has quit IRC10:44
*** lifeless has joined #openstack-sdks10:45
*** ralonsoh_ is now known as ralonsoh10:45
*** markvoelker has quit IRC10:46
*** namnh has quit IRC10:47
openstackgerritLv Jiawei proposed openstack/python-openstackclient master: Add status filtering options to port list  https://review.openstack.org/44481010:56
*** cdent has joined #openstack-sdks11:01
*** sdague_ has joined #openstack-sdks11:16
*** amotoki_ has joined #openstack-sdks11:16
*** jkilpatr has joined #openstack-sdks11:17
*** amotoki has quit IRC11:19
*** jkilpatr has quit IRC11:25
*** Cagelin has quit IRC11:27
openstackgerritLv Jiawei proposed openstack/python-openstackclient master: Add extra filtering options to qos policy list  https://review.openstack.org/40113111:32
*** sdague has quit IRC11:34
*** sdague_ is now known as sdague11:34
*** yanyanhu has quit IRC11:36
*** Guest84425 has joined #openstack-sdks11:36
*** jkilpatr has joined #openstack-sdks11:39
*** reedip has quit IRC11:41
*** markvoelker has joined #openstack-sdks11:42
*** markvoelker has quit IRC11:46
*** erlon has joined #openstack-sdks11:51
*** markvoelker has joined #openstack-sdks12:16
*** figleaf is now known as edleafe12:21
*** DuncanT has joined #openstack-sdks12:26
*** salv-orlando has quit IRC12:50
sdaguecdent: you about this morning?12:55
cdentsdague: yup12:55
sdagueso, I've been rewriting the microversion blog post for more permanent archival purposes, including trying to get some diagrams in there (though it's not quite what I was hoping for, given the limits of blockdiag)12:57
sdagueI was curious if you could take a quick looking and comment on whether this was helping or not?12:57
cdentyeah, sure12:57
rabelwhen i run tox in python-openstackclient folder without any arguments, i get an invocation error on ostestr. do i have to do something different or is this a bug?12:58
openstackgerritSean Dague proposed openstack/api-wg master: WIP: microversion architecture archival doc  https://review.openstack.org/44489212:59
* cdent clicks12:59
sdaguecdent: it will probably be most helpful to let it render into html to see it12:59
* cdent nods13:00
* cdent will answer ttx's email about api-wg in the meantime13:00
*** Guest84425 has quit IRC13:06
*** reedip has joined #openstack-sdks13:07
sdaguecdent: http://docs-draft.openstack.org/92/444892/1/check/gate-api-wg-docs-ubuntu-xenial/d706e92//doc/build/html/guidelines/microversions-architecture.html13:07
edleafecdent: totally missed the time for getting the dwindling API-WG numbers discussion on the TC agenda13:10
cdentedleafe: looks like the agenda is already pretty full anyway13:10
edleafeyup13:10
edleafewell, there's no time pressure, other than I said I'd do it13:10
edleafeif there's time at the end of the meeting I'll mention it13:11
cdentedleafe: I'm pretty sure that if you don't get it in this week, HTTP will stop working.13:11
edleafecdent: that was exactly my fear13:12
* cdent holds gopher in reserve13:12
*** salv-orlando has joined #openstack-sdks13:15
cdentsdague: some thoughts: I like the idea of having some visual aids but at least for me these visual aids aren't communicating enough information to me13:20
cdentI feel like I'm only able to intrepret them because I already know what's going on13:21
sdagueyeh... I have an idea of the visuals that would make this understandable13:21
cdentI wonder if side by side comparisons of something closer to actual requests might convey more info?13:21
sdaguehowever, they exceed the abilities of any of the markup tools13:21
sdagueso it's all going to be hand svg13:22
sdagueso, I was trying to throw some things together as stand in to write the text, then go back and redo the diagrams13:23
cdentyeah, makes sense13:23
cdentanother thing: people who do math find A' and A'' to be full of sense, but I'm not sure that's true for everyone13:23
*** salv-orl_ has joined #openstack-sdks13:24
sdagueyeh, that was directly a limitation of blockdiag13:24
sdaguegiven that the blocks don't resize to text inside13:24
sdagueok, well, I'll go with "this might be useful, harder to evaluate until there are actually better diagrams. These definitely don't cut it"13:25
* cdent shakes tiny fist at blockdiag13:25
cdentyeah, that's accurate13:25
cdent+1 on it existing a proper archived doc13:25
sdagueyeh, I spent 4 hours in the hotel in boston last week looking into alternatives like graphviz directly, and the uml things13:25
sdagueas well as looking at the blockdiag source13:25
cdentyou so know how to party!13:26
sdagueand non of them can be bent to what I need here13:26
sdagueheh13:26
*** salv-orlando has quit IRC13:26
cdentI assume you're committed to an editable-in-tree format?13:27
cdent(otherwise png)13:27
briancurtinyuvalb: are you Yuval Shalev?13:27
yuvalbbriancurtin: nope13:29
sdaguecdent: yeh, svg ideally, though I was having sphinx choke on svg being used directly, which is something I'll have to figure out13:31
*** huanxuan has quit IRC13:42
*** hongbin has joined #openstack-sdks13:45
*** gouthamr has joined #openstack-sdks13:47
*** salv-orl_ has quit IRC13:51
*** amotoki_ has quit IRC14:05
*** chlong has joined #openstack-sdks14:11
openstackgerritDavid Rabel proposed openstack/python-openstackclient master: Add --network and --port to server create  https://review.openstack.org/44492414:20
*** bobh has joined #openstack-sdks14:23
*** dtroyer_zz has quit IRC14:33
*** dtroyer has joined #openstack-sdks14:33
*** dave-mccowan has joined #openstack-sdks14:35
openstackgerritBrian Curtin proposed openstack/python-openstacksdk master: Shift some compute attributes within request body  https://review.openstack.org/44493314:40
openstackgerritJose Castro Leon proposed openstack/python-openstackclient master: Closes-Bug: 1672396  https://review.openstack.org/44493414:50
openstackbug 1672396 in python-openstackclient "Missing flavor information in server list" [Undecided,New] https://launchpad.net/bugs/167239614:50
openstackgerritJose Castro Leon proposed openstack/python-openstackclient master: Adds missing flavor information in the server list long command  https://review.openstack.org/44493414:52
*** john-davidge has joined #openstack-sdks15:01
openstackgerritBrian Curtin proposed openstack/python-openstacksdk master: Shift some compute attributes within request body  https://review.openstack.org/44493315:10
openstackgerritBrian Curtin proposed openstack/python-openstacksdk master: Add image download example  https://review.openstack.org/44494015:15
*** amotoki has joined #openstack-sdks15:28
openstackgerritDean Troyer proposed openstack/cliff master: Fix broken test with cmd2 0.7.0  https://review.openstack.org/44495115:34
openstackgerritJose Castro Leon proposed openstack/python-openstackclient master: Adds missing flavor information in the server list long command  https://review.openstack.org/44493415:34
openstackgerritNakul Dahiwade proposed openstack/python-openstackclient master: OSC Network Flavor Profile  https://review.openstack.org/39678315:35
reedipankur-gupta-f4 : o/ \o15:37
*** john-dav_ has joined #openstack-sdks15:37
*** john-davidge has quit IRC15:37
ankur-gupta-f4reedip: good evening15:37
reedipits night :) Shifted to Philippines for a month :)15:38
ankur-gupta-f4ooo nice. Im in Colorado for a month. Getting some fresh mountain air15:38
openstackgerritBrian Curtin proposed openstack/python-openstacksdk master: Shift some compute attributes within request body  https://review.openstack.org/44493315:39
reedipand I am getting fresh sea breeze :)15:39
openstackgerritShashank Kumar Shankar proposed openstack/python-openstackclient master: Introduce Neutron DHCP agent commands to OSC  https://review.openstack.org/38761115:42
ankur-gupta-f4reedip: why Philippines if you don't mind me asking. Business or pleasure? :)15:47
reedipPleasure doing business ....15:48
ankur-gupta-f4thats the dream15:48
reediphehehehe15:48
reedipm trying to achieve it15:48
*** john-dav_ is now known as john-davidge16:04
openstackgerritAnkur proposed openstack/python-openstacksdk master: Introduce Base for Octavia (load balancing)  https://review.openstack.org/42841416:06
*** fzdarsky is now known as fzdarsky|afk16:07
*** salv-orlando has joined #openstack-sdks16:35
openstackgerritDavid Rabel proposed openstack/python-openstackclient master: Add --network and --port to server create  https://review.openstack.org/44492416:43
*** thingee has quit IRC16:45
*** fzdarsky|afk is now known as fzdarsky16:45
rabelcan someone help me with the tests? when i'm running py35, i always get "The test run didn't actually run any tests".16:49
rabelon master branch btw16:49
ankur-gupta-f4rabel: how are you trying to invoke the tests16:49
rabeltox -e py3516:50
ankur-gupta-f4assuming OSC?16:51
rabelyes16:51
reediprabel: do you have py35 in your system ?16:51
reedipcan you do a where is python3.516:51
reedip" whereis python3.5 " on your system16:51
rabelreedip: python3: /usr/bin/python3 /usr/bin/python3.5m /usr/bin/python3.5-coverage /usr/bin/python3.5-config /usr/bin/python3.5 /usr/bin/python3.5m-config /usr/lib/python3 /usr/lib/python3.5 /etc/python3 /etc/python3.5 /usr/local/lib/python3.5 /usr/include/python3.5m /usr/include/python3.5 /usr/share/python3 /home/rabel/Entwicklung/python-openstackclient/.tox/py35/bin/python3.5 /home/rabel/Entwicklung/python-openstackclient/.tox/py35/bi16:52
rabeln/python3 /usr/share/man/man1/python3.1.gz16:52
ankur-gupta-f4usr/bin/python3.5 /usr/local/lib/python3.516:52
reedipwoah ... ok  what is the error which you see when you do "tox -v -e py35 "16:53
reedipexcept "the test didnt run any tests "16:53
reedipankur-gupta-f4 : are you controlling rabel's system :D16:53
reedipI mean rabel , can you paste the log excerpt and provide the link to us to analyze the issue?16:53
rabelreedip: yes. where do i post it?16:54
reedippaste.openstack.org is a site16:54
rabelah, thanks :)16:54
reedipanother one is https://hastebin.com/ ... found it today16:54
rabelreedip, ankur-gupta-f4: http://paste.openstack.org/show/602535/16:56
reediprabel : do rm -rf .tox16:56
reedipin python-openstackclient/16:56
reedipbasically what you did was run py27 first16:56
reedipand then run py3516:56
reediprabel wait.... just a minute16:57
reediplet me confirm one more thing16:57
rabelreedip: it's already running16:58
reediprabel : ok, see this https://bugs.launchpad.net/ironic/+bug/148905916:58
openstackLaunchpad bug 1489059 in Fuel for OpenStack newton ""db type could not be determined" running py34" [Low,In progress] - Assigned to LiuNanke (nanke-liu)16:58
reedipwell, even if you clear .tox and .testrepository , it  helps avoid this error :)16:58
reedipI confused .tox and .testrepository ... sorry16:59
openstackgerritBence Romsics proposed openstack/python-openstackclient master: Make MAC address of port updatable  https://review.openstack.org/44254316:59
rabelreedip: ok, i try .testrepository now17:00
rabelreedip: ... and it worked :)17:00
reedip;017:00
ankur-gupta-f4+117:01
reedipok, gotta go now ..17:01
rabelthanks17:03
*** rabel_b1 has joined #openstack-sdks17:06
*** chlong has quit IRC17:07
*** rabel has quit IRC17:09
*** jpich has quit IRC17:13
*** openstackgerrit has quit IRC17:18
*** e0ne has quit IRC17:19
*** gouthamr has quit IRC17:21
cdentedleafe, elmiko did either of you have thoughts on this message http://lists.openstack.org/pipermail/openstack-dev/2017-March/113689.html ? I haven't had a chance to really think about it yet, but figure it deserves a response from one of us17:29
edleafecdent: I think Nova can do something like this, although I'm not sure how far along it is. sdague and alex_xu would be better resources17:34
* sdague reads email17:36
sdagueI'm... kind of confused what is being asked for17:36
cdentsdague: yes, me too, but I was struggling to tease out enough to even start asking questions17:37
cdentI'll give it a shot a bit later in the day.17:37
sdagueyeh, I feel like this might be the "I wish this was wsdl" comment17:37
cdentI just wanted to see if made sense to anyone. Since it appears not to, then I'll respond with a "huh" and some clarifying questions17:38
*** gouthamr has joined #openstack-sdks17:38
edleafesdague: if I understand correctly, they want a way for every API to generate its schema, including available resources, body schemas, etc17:38
sdagueedleafe: then what?17:38
edleafesdague: yeh, pretty much wsdl17:38
sdaguea schema is just an interchange format17:38
cdentsdague: then profit, of course17:38
sdagueso until/unless you have an equally complicated set of tools consuming it17:38
sdagueit does nothing but makes you look important17:39
edleafesdague: exactly. WSDL lives!17:39
sdagueso, it's fine if people would rather that the OpenStack API was WSDL, or gRPC17:39
sdaguebut, it's not17:39
sdagueand trying to bolt that into the existing REST stuff is just going to be being completely custom ecosystem with no tooling17:40
sdaguewhich was actually the same issue around OpenAPI / Swagger. It's all well and good if you stay 100% inside the ecosystem tooling, but the moment you diverge, all you've done is signed up for writing a schema -> code compiler in 10 different languages17:41
sdagueand, given that we don't even have current 80% client API implementations in that many languages, building a compiler for them all seems... unlikely17:41
sdagueanyway... /rant17:42
*** salv-orlando has quit IRC17:43
*** salv-orlando has joined #openstack-sdks17:43
cdentedleafe: if you're done with that gold star I gave you earlier, you might give it to sdague now17:43
cdentbut only if you are done17:43
edleafenever!17:44
cdentfair17:45
-openstackstatus- NOTICE: restarting gerrit to address performance problems17:45
*** rabel_b1 has quit IRC17:51
*** jamielennox is now known as jamielennox|away17:53
*** ralonsoh has quit IRC18:00
*** aarefiev is now known as aarefiev_afk18:01
*** openstackgerrit has joined #openstack-sdks18:01
openstackgerritSean Dague proposed openstack/api-wg master: WIP: microversion architecture archival doc  https://review.openstack.org/44489218:01
*** e0ne has joined #openstack-sdks18:09
*** annegentle has joined #openstack-sdks18:29
openstackgerritClark Boylan proposed openstack/os-client-config master: OVH supports qcow2  https://review.openstack.org/44504218:37
openstackgerritDean Troyer proposed openstack/cliff master: Fix broken test with cmd2 0.7.0  https://review.openstack.org/44495118:39
dtroyerstevemar: ^^^ will unblock cliff's queue if you have a minute18:39
*** jkilpatr has quit IRC18:42
*** jkilpatr has joined #openstack-sdks18:43
*** john-davidge has quit IRC18:55
*** salv-orl_ has joined #openstack-sdks19:24
*** salv-orlando has quit IRC19:27
*** salv-orl_ has quit IRC19:45
*** jkilpatr has quit IRC19:51
*** jkilpatr has joined #openstack-sdks19:52
*** john-davidge has joined #openstack-sdks19:56
*** john-davidge has quit IRC20:01
*** chlong has joined #openstack-sdks20:04
*** amotoki has quit IRC20:13
*** rabel has joined #openstack-sdks20:20
*** rabel_b1 has joined #openstack-sdks20:21
*** 07EAAIRVF has joined #openstack-sdks20:23
*** rabel has quit IRC20:24
*** jamielennox|away is now known as jamielennox20:37
openstackgerritDavid Rabel proposed openstack/python-openstackclient master: Add --network and --port to server create  https://review.openstack.org/44492420:40
*** cdent has quit IRC20:47
openstackgerritMerged openstack/python-openstacksdk master: Add image download example  https://review.openstack.org/44494020:50
*** adriant has joined #openstack-sdks20:51
*** rabel_b1 has quit IRC20:51
*** 07EAAIRVF has quit IRC20:52
openstackgerritMerged openstack/os-client-config master: OVH supports qcow2  https://review.openstack.org/44504221:05
openstackgerritMerged openstack/cliff master: Fix broken test with cmd2 0.7.0  https://review.openstack.org/44495121:06
*** gouthamr has quit IRC21:06
openstackgerritDean Troyer proposed openstack/python-openstackclient master: Add new parameter "is_default" to Network QoS policy.  https://review.openstack.org/43226021:08
openstackgerritSteve Martinelli proposed openstack/cliff master: Remove support for py34  https://review.openstack.org/43057721:09
*** e0ne has quit IRC21:18
*** salv-orlando has joined #openstack-sdks21:30
*** chlong has quit IRC21:34
*** bobh has quit IRC21:42
*** chlong has joined #openstack-sdks21:47
*** john-davidge has joined #openstack-sdks21:57
*** annegentle has quit IRC21:58
*** Serlex has quit IRC21:59
*** john-davidge has quit IRC22:02
*** jamielennox is now known as jamielennox|away22:03
*** jamielennox|away is now known as jamielennox22:07
*** jkilpatr has quit IRC22:11
*** chlong has quit IRC22:26
*** gouthamr has joined #openstack-sdks22:29
*** dave-mccowan has quit IRC22:36
*** jkilpatr has joined #openstack-sdks22:50
*** gildub has joined #openstack-sdks22:58
*** ssbarnea has quit IRC23:08
*** bobh has joined #openstack-sdks23:13
*** hongbin has quit IRC23:15
*** gildub has quit IRC23:19
*** erlon has quit IRC23:25
openstackgerritDean Troyer proposed openstack/python-openstackclient master: Non-Admin can't list own projects  https://review.openstack.org/37605623:26
*** gildub has joined #openstack-sdks23:28
reedipo/23:39
openstackgerritMerged openstack/cliff master: Remove support for py34  https://review.openstack.org/43057723:48
*** john-davidge has joined #openstack-sdks23:58

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!