Wednesday, 2016-04-13

*** salv-orlando has joined #openstack-sdks00:09
*** yuanying has joined #openstack-sdks00:10
*** salv-orlando has quit IRC00:14
*** reedip__ has joined #openstack-sdks00:20
*** purplerbot has quit IRC00:24
*** purplerbot has joined #openstack-sdks00:24
*** knikolla has quit IRC00:37
*** knikolla_ has joined #openstack-sdks00:39
*** knikolla_ has quit IRC00:41
*** Qiming has quit IRC00:58
openstackgerritJames Benson proposed openstack/python-openstackclient: Updated the man pages of service delete  https://review.openstack.org/30354201:05
*** tangchen has joined #openstack-sdks01:09
tangchenstevemar: Hi Steve, please help to review this patch if you have time. https://review.openstack.org/#/c/297063/  Thx.01:10
stevemarhey tangchen01:10
stevemarsure01:10
tangchenThx :)01:10
stevemartangchen: beautiful!01:11
tangchenstevemar: Thank you very much. :)01:12
*** thrash is now known as thrash|g0ne01:15
*** fzdarsky_ has joined #openstack-sdks01:33
*** fzdarsky has quit IRC01:36
reedipstevemar: there?01:38
*** lhcheng has quit IRC01:38
reediptangchen : ??01:38
*** salv-orlando has joined #openstack-sdks01:39
*** knikolla has joined #openstack-sdks01:39
*** salv-orlando has quit IRC01:41
*** tangchen has quit IRC01:42
*** tangchen_ has joined #openstack-sdks01:42
tangchen_reedip: Hi, I'm here.01:42
tangchen_reedip: I got offline just now.01:42
openstackgerritJames Benson proposed openstack/python-openstackclient: Updated the man pages of service delete  https://review.openstack.org/30354201:43
stevemarreedip: i'm sorta around :)01:43
reediplol ...01:44
reedipreview requested for https://review.openstack.org/#/c/303212/ and https://review.openstack.org/300305 ( stevemar: I know thgey are ugly, I am not as talented as tangchen :) )01:45
*** reedip__ has quit IRC01:45
stevemarreedip: none of us are as talented as tangchen_01:45
stevemarreedip: i'm pretty sure tangchen_ is a robot01:45
*** reedip__ has joined #openstack-sdks01:45
reediptangchen_ : Ex Machina???01:46
reedipReminds me of https://en.wikipedia.org/wiki/Turing_test01:46
tangchen_stevemar, reedip: haha, I'm a Virgo......:)01:49
tangchen_Looking at them.01:49
reediptnagchen_ thanks ... :)01:50
*** salv-orlando has joined #openstack-sdks01:50
reediptangchen*01:50
*** salv-orlando has quit IRC01:57
*** yanyanhu has joined #openstack-sdks01:58
*** Qiming has joined #openstack-sdks01:58
*** yanyanhu has quit IRC01:59
*** yanyanhu has joined #openstack-sdks02:00
*** yanyanhu has quit IRC02:01
*** yanyanhu has joined #openstack-sdks02:02
*** yanyanhu has quit IRC02:03
*** yanyanhu has joined #openstack-sdks02:04
openstackgerritMerged openstack/python-openstackclient: Add --address-scope option "subnet pool create/set"  https://review.openstack.org/29706302:06
tangchen_reedip: About these two patches, I think it is a behavior problem. I thought "set" means change it. But you idea is also reasonable because most of the time, users may just want to append something to a property.'02:16
reediptangchen_ you are correct. Set means to change02:16
reedipbut change can be append or overwrite02:16
reedipthe following patches target append02:16
reedipthis does the overwrite :) https://blueprints.launchpad.net/python-openstackclient/+spec/allow-overwrite-set-options02:16
*** khmcgill has joined #openstack-sdks02:17
reedipI will start it tomorrow02:17
tangchen_reedip: OK, I'm OK with the idea. :)02:17
tangchen_reedip: Will review the patches today. :)02:17
reedipsure thanks :)02:17
khmcgillHey all, having issues getting a connection using v3 connection. v2 works fine. Getting 'HttpException: KS-B7349D8 Expecting to find domain in project. The server could not comply with the request since it is either malformed or otherwise incorrect. The client is assumed to be in error.'02:27
*** lhcheng has joined #openstack-sdks02:29
khmcgillwhen calling 'connection.Connection(auth_url=“host:port/v3”, project_name="admin", domain="default", username=“user”, password=“pw”, verify=False)'02:30
khmcgillbut...when I change domain="default" to domain_id="default",...I get "SDKException: Cannot authorize API client."02:31
khmcgillAny ideas,..I've wasted all day on this.02:31
Qimingkhmcgill, project_name is not globally unique02:32
Qimingno one can gurantee that02:32
Qimingso there are two alternatives02:32
Qiming1. use project_id instead of project_name02:33
Qiming2. add project_domain_name or project_domain_id to the request02:33
Qimingconnection.Connection(auth_url=“host:port/v3”, project_name="admin", project_domain_name="default", username="user", password="pw")02:34
khmcgillinteresting, i'll give it a shot.02:35
*** erlon has quit IRC02:37
*** amotoki has quit IRC02:38
khmcgilldoh! works with  project_domain_name="default" added02:39
khmcgillThanks Qiming02:40
*** yuanying has quit IRC02:54
*** yanyanhu has quit IRC03:12
*** yanyanhu has joined #openstack-sdks03:13
*** lhcheng has quit IRC03:16
*** khmcgill has quit IRC03:32
*** yuanying has joined #openstack-sdks03:47
*** amotoki has joined #openstack-sdks03:51
*** RuiChen has joined #openstack-sdks03:55
*** nikhil_k has joined #openstack-sdks03:56
*** jamielennox is now known as jamielennox|away03:58
*** nikhil has quit IRC04:00
*** jamielennox|away is now known as jamielennox04:06
*** yarkot_ has joined #openstack-sdks04:10
*** lhcheng has joined #openstack-sdks04:11
*** salv-orlando has joined #openstack-sdks04:46
*** dfflanders has joined #openstack-sdks04:50
*** salv-orlando has quit IRC04:54
*** amotoki_ has joined #openstack-sdks05:02
*** amotoki has quit IRC05:06
stevemarreedip: whats up with https://review.openstack.org/#/c/300305/4/openstackclient/network/v2/port.py ? looks like rtheis has comments05:54
reedipohh, I thought I sent the new patch05:55
reedipwill release the new PS for 300305 today05:56
reedipthanks stevemar for the reminder05:56
stevemarreedip: np, i was just confused :)05:59
stevemarreedip: send me a msg when the new revision is up05:59
reedipyes06:00
reedipI will06:00
*** jaosorior has joined #openstack-sdks06:14
*** salv-orlando has joined #openstack-sdks06:24
*** salv-orlando has quit IRC06:30
openstackgerritTang Chen proposed openstack/python-openstacksdk: Trivial: Fix typo in update_port() comment  https://review.openstack.org/30497706:33
reediptangchen_, stevemar, rtheis: https://etherpad.openstack.org/p/newton-neutron-future-neutron-client06:41
reedipmaybe this etherpad could be of some importance for Newton ^^^06:41
*** tangchen_ has quit IRC06:47
*** tangchen has joined #openstack-sdks06:47
tangchenreedip: Thanks for the info. Will look at it.06:48
*** salv-orlando has joined #openstack-sdks06:51
*** salv-orlando has quit IRC06:55
*** Kevin_Zheng has quit IRC07:02
*** Kevin_Zheng has joined #openstack-sdks07:02
*** fzdarsky_ has quit IRC07:04
*** fzdarsky_ has joined #openstack-sdks07:04
*** fzdarsky_ is now known as fzdarsky07:04
*** lucas-brno is now known as lucasagomes07:14
openstackgerritTang Chen proposed openstack/python-openstackclient: [WIP] Split network v2 and compute network doc  https://review.openstack.org/30500507:24
*** lhcheng has quit IRC07:39
*** yarkot_ has quit IRC07:42
*** jaosorior has quit IRC07:48
*** jaosorior has joined #openstack-sdks07:48
*** dfflanders has quit IRC07:56
*** salv-orlando has joined #openstack-sdks08:12
*** dfflanders has joined #openstack-sdks08:13
*** salv-orlando has quit IRC08:17
openstackgerritMerged openstack/python-openstacksdk: Trivial: Fix typo in update_port() comment  https://review.openstack.org/30497708:19
*** amotoki_ has quit IRC08:23
*** salv-orlando has joined #openstack-sdks08:24
*** salv-orlando has quit IRC08:28
openstackgerritMerged openstack/python-openstackclient: Fix SSL/TLS verification for network commands  https://review.openstack.org/30347208:31
*** subscope has joined #openstack-sdks08:34
*** kromanenko has joined #openstack-sdks08:36
openstackgerritReedip proposed openstack/python-openstackclient: Append existing information during port set  https://review.openstack.org/30030508:46
openstackgerritReedip proposed openstack/python-openstackclient: Add option to unset information from ports  https://review.openstack.org/30253008:52
*** e0ne has joined #openstack-sdks08:53
*** cdent has joined #openstack-sdks09:03
*** cdent has quit IRC09:18
*** subscope has quit IRC09:39
*** jamespd_ has joined #openstack-sdks09:43
*** chlong has quit IRC09:47
*** jamespd has quit IRC09:47
*** cdent has joined #openstack-sdks09:48
*** lucasagomes is now known as lucas-hungry09:51
*** chlong has joined #openstack-sdks09:54
*** jamie_h has joined #openstack-sdks09:59
*** jamie_h has quit IRC10:01
*** jamie_h has joined #openstack-sdks10:01
*** RuiChen has quit IRC10:03
*** RuiChen has joined #openstack-sdks10:04
*** sdague has joined #openstack-sdks10:04
*** yanyanhu has quit IRC10:11
*** Qiming has quit IRC10:20
*** amotoki has joined #openstack-sdks10:22
*** nikhil has joined #openstack-sdks10:30
*** nikhil_k has quit IRC10:32
*** openstackstatus has quit IRC10:32
*** dims has quit IRC10:33
*** openstack has joined #openstack-sdks11:33
*** _RuiChen has joined #openstack-sdks11:34
*** salv-orl_ has joined #openstack-sdks11:34
*** openstackgerrit has quit IRC11:35
*** alex_xu has quit IRC11:35
*** amotoki has quit IRC11:36
*** salv-orlando has quit IRC11:36
*** bapalm has quit IRC11:36
*** bnemec has quit IRC11:36
*** kuzko_ has joined #openstack-sdks11:36
*** sdague has quit IRC11:37
*** RuiChen has quit IRC11:37
*** christi3k has quit IRC11:37
*** GreenBlood has quit IRC11:37
*** kuzko has quit IRC11:37
*** GrineBloude has joined #openstack-sdks11:37
*** bnemec has joined #openstack-sdks11:38
*** bapalm has joined #openstack-sdks11:41
*** christi3k has joined #openstack-sdks11:42
*** amotoki has joined #openstack-sdks11:42
*** alex_xu has joined #openstack-sdks11:42
*** Qiming has joined #openstack-sdks11:47
*** erlon has joined #openstack-sdks11:51
*** openstackgerrit has joined #openstack-sdks11:51
*** sdague has joined #openstack-sdks11:51
*** sheel has joined #openstack-sdks11:57
*** amotoki has quit IRC12:08
openstackgerritKyrylo Romanenko proposed openstack/python-openstackclient: Update tests for server  https://review.openstack.org/29363612:17
*** e0ne has joined #openstack-sdks12:38
*** dfflanders has quit IRC12:45
*** amotoki has joined #openstack-sdks13:00
openstackgerritMerged openstack/os-client-config: Add version string  https://review.openstack.org/30391313:02
*** gouthamr has joined #openstack-sdks13:03
*** jaypipes has quit IRC13:07
*** amotoki has quit IRC13:07
*** ryansb_ has joined #openstack-sdks13:37
*** ryansb_ has quit IRC13:37
*** ryansb_ has joined #openstack-sdks13:37
*** dims_ has joined #openstack-sdks13:43
*** fzdarsky has quit IRC13:43
*** dims has quit IRC13:43
*** ryansb has quit IRC13:43
*** rbradfor has quit IRC13:43
*** gmann has quit IRC13:43
*** _tutima has quit IRC13:43
*** ryansb_ is now known as ryansb13:43
*** rbradfor has joined #openstack-sdks13:44
*** _tutima_ has joined #openstack-sdks13:47
*** fzdarsky has joined #openstack-sdks13:49
*** sigmavirus24_awa is now known as sigmavirus2413:51
*** gmann has joined #openstack-sdks13:52
*** gmann has quit IRC14:02
*** _tutima_ is now known as _tutima14:02
*** singhj has joined #openstack-sdks14:02
*** gmann has joined #openstack-sdks14:07
*** reedip__ has quit IRC14:09
*** sheel has quit IRC14:17
*** jaosorior has quit IRC14:21
*** singhj has quit IRC14:23
openstackgerritSteve Martinelli proposed openstack/python-openstackclient: Update tests for server  https://review.openstack.org/29363614:25
*** singhj has joined #openstack-sdks14:32
*** rbradfor has quit IRC14:38
*** dims_ has quit IRC14:38
*** dims has joined #openstack-sdks14:41
*** rbradfor has joined #openstack-sdks14:43
*** sheel has joined #openstack-sdks14:43
*** yarkot_ has joined #openstack-sdks14:45
*** erlon has quit IRC14:47
*** singhj has quit IRC14:58
*** jaypipes has joined #openstack-sdks15:06
*** alex_xu has quit IRC15:07
*** alex_xu has joined #openstack-sdks15:11
*** singhj has joined #openstack-sdks15:14
*** e0ne has quit IRC15:17
*** nikhil has quit IRC15:18
openstackgerritNavid Pustchi proposed openstack/keystoneauth: Removing tox ignore D401 and make it compliant  https://review.openstack.org/30484315:26
*** singhj has quit IRC15:27
openstackgerritMerged openstack/python-openstackclient: Updated from global requirements  https://review.openstack.org/30523015:27
*** Qiming has quit IRC15:28
*** nikhil has joined #openstack-sdks15:28
*** rtheis_ has joined #openstack-sdks15:37
*** nikhil has quit IRC15:38
*** yarkot_ has quit IRC15:38
*** nikhil has joined #openstack-sdks15:38
*** openstack has joined #openstack-sdks16:10
*** RuiChen has joined #openstack-sdks16:11
openstackgerritKyrylo Romanenko proposed openstack/python-openstackclient: Use CommandFailed exception from tempest_lib  https://review.openstack.org/30538316:13
*** _RuiChen has quit IRC16:14
*** jamie_h has quit IRC16:26
*** ankur-gu_ has joined #openstack-sdks16:30
openstackgerritNavid Pustchi proposed openstack/keystoneauth: Removing tox ignore D401 and make it compliant  https://review.openstack.org/30484316:31
*** lhcheng has joined #openstack-sdks16:46
*** lhcheng has quit IRC16:46
*** lhcheng has joined #openstack-sdks16:47
*** salv-orl_ has quit IRC16:54
*** amotoki has quit IRC16:54
*** salv-orlando has joined #openstack-sdks16:55
openstackgerritRichard Theis proposed openstack/python-openstackclient: Add options to security group rule list  https://review.openstack.org/30429716:56
*** salv-orlando has quit IRC16:59
*** e0ne has quit IRC17:01
*** salv-orlando has joined #openstack-sdks17:05
*** ankur-gu_ has quit IRC17:09
*** singhj has quit IRC17:18
*** ankur-gu_ has joined #openstack-sdks17:25
*** e0ne has joined #openstack-sdks17:43
*** e0ne has quit IRC17:45
*** e0ne has joined #openstack-sdks17:45
*** cdent has quit IRC17:45
*** ankur-gu_ has quit IRC17:45
*** cdent has joined #openstack-sdks17:46
*** kromanenko has quit IRC17:46
*** sheel has quit IRC17:54
*** cdent has quit IRC18:06
openstackgerritCedric Brandily proposed openstack/python-openstacksdk: Don't hide cacert when insecure == False  https://review.openstack.org/30484218:09
briancurtinrtheis_: fyi, release is ready: https://pypi.python.org/pypi/openstacksdk/0.8.518:10
rtheis_Thank you briancurtin18:10
openstackgerritCedric Brandily proposed openstack/python-openstackclient: Fix client certificate/key support for Network v2 commands  https://review.openstack.org/30482618:16
openstackgerritCedric Brandily proposed openstack/python-openstackclient: Fix client certificate/key support for Network v2 commands  https://review.openstack.org/30482618:18
*** singhj has joined #openstack-sdks18:35
*** rtheis has joined #openstack-sdks18:37
*** dgonzalez has quit IRC18:37
*** Kevin_Zheng has quit IRC18:37
*** hogepodge has quit IRC18:38
*** lucas-brno has quit IRC18:38
*** charz has quit IRC18:38
*** bapalm has quit IRC18:39
*** GrineBloude has quit IRC18:39
*** thrash has quit IRC18:39
*** hockeynut has quit IRC18:39
*** rtheis_ has quit IRC18:39
*** openstackgerrit has quit IRC18:39
*** GreenBlood has joined #openstack-sdks18:40
*** tangchen has quit IRC18:41
*** tangchen has joined #openstack-sdks18:41
*** DuncanT has quit IRC18:41
*** erlon has quit IRC18:41
*** meteorfox has quit IRC18:41
*** salv-orlando has quit IRC18:43
*** bapalm has joined #openstack-sdks18:44
*** dgonzalez has joined #openstack-sdks18:44
*** hockeynut has joined #openstack-sdks18:44
*** thrash has joined #openstack-sdks18:45
*** thrash has quit IRC18:45
*** thrash has joined #openstack-sdks18:45
*** charz has joined #openstack-sdks18:45
*** erlon has joined #openstack-sdks18:46
*** lucasagomes has joined #openstack-sdks18:48
*** Kevin_Zheng has joined #openstack-sdks18:51
*** amotoki has joined #openstack-sdks18:55
*** openstackgerrit has joined #openstack-sdks18:55
*** amotoki has quit IRC19:00
*** DuncanT has joined #openstack-sdks19:04
*** meteorfox has joined #openstack-sdks19:06
openstackgerritBrian Curtin proposed openstack/python-openstacksdk: [WIP] Refactor compute for new resource/proxy  https://review.openstack.org/29890019:07
*** e0ne has quit IRC19:07
*** lhcheng has quit IRC19:16
*** lhcheng has joined #openstack-sdks19:18
*** lhcheng has quit IRC19:22
*** e0ne has joined #openstack-sdks19:24
*** salv-orlando has joined #openstack-sdks19:26
*** cdent has joined #openstack-sdks19:28
*** e0ne has quit IRC19:38
*** sdague_ is now known as sdague19:42
*** hogepodge has joined #openstack-sdks19:46
*** gouthamr_ has joined #openstack-sdks19:46
*** HenryG_ has joined #openstack-sdks19:46
stevemarrtheis: nice job on the /beta/ commands19:47
stevemari like it19:47
rtheisstevemar: thank you19:47
*** lucasagomes has quit IRC19:48
*** dgonzalez has quit IRC19:48
*** tangchen has quit IRC19:48
*** GreenBlood has quit IRC19:48
*** gouthamr has quit IRC19:48
*** markvoelker has quit IRC19:48
*** david-lyle has quit IRC19:48
*** baffle has quit IRC19:48
*** redrobot has quit IRC19:48
*** keekz has quit IRC19:48
*** mordred has quit IRC19:48
*** HenryG has quit IRC19:48
*** HenryG_ is now known as HenryG19:49
*** baffle_ has joined #openstack-sdks19:53
*** gouthamr_ is now known as gouthame19:54
*** gouthame is now known as gouthamr_19:55
*** singhj has quit IRC19:56
*** amotoki has joined #openstack-sdks19:56
*** gouthamr_ is now known as gouthamr19:56
*** lucasagomes has joined #openstack-sdks19:58
*** dgonzalez has joined #openstack-sdks19:58
*** tangchen has joined #openstack-sdks19:58
*** GreenBlood has joined #openstack-sdks19:58
*** markvoelker has joined #openstack-sdks19:58
*** david-lyle has joined #openstack-sdks19:58
*** baffle has joined #openstack-sdks19:58
*** redrobot has joined #openstack-sdks19:58
*** keekz has joined #openstack-sdks19:58
*** mordred has joined #openstack-sdks19:58
*** singhj has joined #openstack-sdks20:00
*** tangchen_ has joined #openstack-sdks20:00
*** amotoki has quit IRC20:01
*** dgonzalez_ has joined #openstack-sdks20:02
*** lucasagomes has quit IRC20:04
*** dgonzalez has quit IRC20:04
*** tangchen has quit IRC20:04
*** GreenBlood has quit IRC20:04
*** markvoelker has quit IRC20:04
*** david-lyle has quit IRC20:04
*** baffle has quit IRC20:04
*** redrobot has quit IRC20:04
*** keekz has quit IRC20:04
*** mordred has quit IRC20:04
*** dgonzalez_ is now known as dgonzalez20:04
*** david-lyle has joined #openstack-sdks20:05
*** lucasagomes has joined #openstack-sdks20:11
*** GreenBlood has joined #openstack-sdks20:11
*** markvoelker has joined #openstack-sdks20:11
*** redrobot has joined #openstack-sdks20:11
*** keekz has joined #openstack-sdks20:11
*** mordred has joined #openstack-sdks20:11
*** GreenBlood has quit IRC20:12
*** keekz has quit IRC20:12
*** mordred has quit IRC20:12
*** GreenBlood has joined #openstack-sdks20:12
*** markvoelker_ has joined #openstack-sdks20:14
*** lucasagomes has quit IRC20:15
*** markvoelker has quit IRC20:15
*** redrobot has quit IRC20:15
*** keekz has joined #openstack-sdks20:20
*** lucasagomes has joined #openstack-sdks20:21
*** redrobot has joined #openstack-sdks20:23
*** redrobot is now known as Guest7878620:24
*** mordred has joined #openstack-sdks20:24
*** singhj has quit IRC20:24
*** krotscheck is now known as krotscheck_dcm20:36
*** gouthamr_ has joined #openstack-sdks20:37
*** singhj has joined #openstack-sdks20:39
*** timburke_ has joined #openstack-sdks20:40
*** markvoelker has joined #openstack-sdks20:42
*** jamespd has joined #openstack-sdks20:42
*** Guest78786 is now known as redrobot20:43
*** singhj has quit IRC20:44
*** lbragstad_ has joined #openstack-sdks20:44
*** markvoelker_ has quit IRC20:47
*** gouthamr has quit IRC20:47
*** thrash has quit IRC20:47
*** jamespd_ has quit IRC20:47
*** lbragstad has quit IRC20:47
*** timburke has quit IRC20:47
*** dfflanders has joined #openstack-sdks20:48
*** thrash has joined #openstack-sdks20:52
*** thrash has quit IRC20:52
*** thrash has joined #openstack-sdks20:52
*** singhj has joined #openstack-sdks20:53
*** manjeets has joined #openstack-sdks20:57
*** cdent has quit IRC21:02
*** gouthamr_ has quit IRC21:07
manjeetsin sdk dtroyer what is diff between allow_retrieve and allow_list ?21:10
manjeetsin my case i need a feature that just does list and show21:11
briancurtinmanjeets: what does “show” mean?21:11
manjeetsshould i set allow_retreive = true ?21:11
briancurtinallow_retrieve is for a GET of a single thing21:11
manjeetsok21:11
briancurtinallow_list is for a GET that’ll retrieve multiple things21:11
manjeetsso basically its for show ?21:11
briancurtinwhat is show?21:11
manjeetsshow will be getting one item of that list21:12
briancurtinsure, then yes21:12
manjeetsthanks briancurtin21:12
briancurtinmanjeets: can i ask where this is coming up?21:12
manjeetsi wrote a neutron client few months back for network availability need to do that for osc as well21:13
manjeetsbasically this change https://review.openstack.org/#/c/269926/21:13
*** rtheis has quit IRC21:15
*** singhj has quit IRC21:16
*** singhj has joined #openstack-sdks21:17
dtroyerbriancurtin: 'show' is OSC's CLI-level action to GET a single thing ;)21:20
*** lbragstad_ is now known as lbragstad21:21
openstackgerritMerged openstack/python-openstackclient: Doc: Unify repeatable option comments  https://review.openstack.org/30451221:22
*** lhcheng has joined #openstack-sdks21:31
*** sigmavirus24 is now known as sigmavirus24_awa21:32
*** sigmavirus24_awa is now known as sigmavirus2421:32
*** dgonzalez has quit IRC21:35
*** gouthamr has joined #openstack-sdks21:36
*** dfflanders has quit IRC21:41
*** dgonzalez has joined #openstack-sdks21:45
*** timburke_ is now known as timburke21:48
*** gouthamr_ has joined #openstack-sdks21:54
*** gouthamr has quit IRC21:55
*** sigmavirus24 is now known as sigmavirus24_awa22:02
*** gouthamr_ is now known as gouthamr22:14
openstackgerritManjeet Singh Bhatia proposed openstack/python-openstacksdk: WIP: Add sdk for network ip availability  https://review.openstack.org/30550922:14
*** dfflanders has joined #openstack-sdks22:17
*** singhj has quit IRC22:54
*** reedip__ has joined #openstack-sdks22:59
*** singhj has joined #openstack-sdks23:05
*** gouthamr has quit IRC23:07
*** singhj has quit IRC23:09
*** sdague has quit IRC23:25
*** Qiming has joined #openstack-sdks23:37
*** salv-orlando has quit IRC23:42
*** amotoki has joined #openstack-sdks23:58
*** thrash is now known as thrash|g0ne23:59

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