Thursday, 2016-04-07

*** Qiming has quit IRC00:28
*** erlon has quit IRC00:37
*** lhcheng has quit IRC00:40
*** annegentle has joined #openstack-sdks00:49
*** annegentle has quit IRC00:54
*** thrash is now known as thrash|g0ne00:59
*** reedip has quit IRC01:22
*** reedip has joined #openstack-sdks01:23
openstackgerritTang Chen proposed openstack/python-openstackclient: Add --address-scope option "subnet pool create/set"  https://review.openstack.org/29706301:25
*** Qiming has joined #openstack-sdks01:26
reedipstevemar: Any possibility for review of https://review.openstack.org/300309 ? It has already got a +2 from richard01:29
reedipsorry dean...01:29
stevemarreedip: lgtm01:34
reedipthanks :)01:35
openstackgerritReedip proposed openstack/python-openstackclient: Add option to clear information from ports  https://review.openstack.org/30030901:57
openstackgerritReedip proposed openstack/python-openstackclient: TrivialFix: Fix help messages for port set  https://review.openstack.org/30249201:57
reedipstevemar: sorry, maybe you need to do a +A again... I was making a change on a followup pathc and it rebased everything01:58
*** salv-orlando has joined #openstack-sdks02:03
openstackgerritRui Chen proposed openstack/python-openstackclient: Support X.latest format for OS_COMPUTE_API_VERSION  https://review.openstack.org/29755102:05
*** tangchen has joined #openstack-sdks02:22
*** gouthamr has quit IRC02:23
*** salv-orlando has quit IRC02:23
*** salv-orlando has joined #openstack-sdks02:28
*** salv-orlando has quit IRC02:33
stevemarreedip: looks like tangchen beat me to it :)02:35
reedipyeah, and I cant find her here to thank... :)02:35
*** lhcheng has joined #openstack-sdks02:35
reedipanyways, thank you too02:35
*** gildub has quit IRC02:42
*** _RuiChen has quit IRC02:43
*** RuiChen has joined #openstack-sdks02:44
*** eliqiao has quit IRC03:01
*** openstackstatus has quit IRC03:01
*** singhj has joined #openstack-sdks03:02
*** eliqiao has joined #openstack-sdks03:02
tangchenreedip, stevemar: Hi, I'm here now. I have started the gating job for those two patches. :)03:05
reedipyup, got it thanks :)03:05
reediptangchen: I have another query, and have been searching for you for the past 2 days :)03:06
reedipif you have time, can I ask it?03:06
tangchenreedip: Sorry for the trouble. I have been out of office for 5 days. Please ask if you like. :)03:07
reedipoh ok ... good that you have had a break.... :)03:07
*** reedip__ has quit IRC03:07
reedipwish I could soon :|03:07
*** reedip__ has joined #openstack-sdks03:07
reediptangchen: this is regarding https://bugs.launchpad.net/python-openstackclient/+bug/156609003:08
openstackLaunchpad bug 1566090 in python-openstackclient "Cannot determine network, or pool, a floating ip belongs to without multiple commands" [Undecided,New] - Assigned to Reedip (reedip-banerjee)03:08
reedipI was thinking if we can show the Pool , if network v2 is enabled, then it would help such use cases .... what do you think?03:09
reedipin case we are using nova-networks, we can avoid showing pool103:09
tangchenreedip: Looking at it. One sec.03:10
reedipTake ur time.. I have my lunch break now :)03:10
tangchenreedip: The pool column will be there if nova network is enabled. And I didn't add network column to neutron network command.03:23
tangchenreedip: I think it is OK to add it.03:23
*** singhj has quit IRC03:23
reediptangchen: okay, so instead of networkv2, you are saying that if computev2 is enabled then pool will be visible?03:29
*** gildub has joined #openstack-sdks03:32
*** lhcheng has quit IRC03:39
*** kromanenko has joined #openstack-sdks03:39
*** sheel has joined #openstack-sdks03:41
*** salv-orlando has joined #openstack-sdks03:50
*** sekrit has quit IRC03:51
reedipstevemar:ping03:51
*** salv-orlando has quit IRC03:52
stevemarreedip: poke03:52
reedipstevemar: Should we list python-neutronclient here >> http://docs.openstack.org/developer/python-openstackclient/plugins.html03:52
reedipmore specifically: http://docs.openstack.org/developer/python-openstackclient/plugins.html#adoption03:52
stevemarreedip: nah, i think the first sentence covers it03:53
*** salv-orlando has joined #openstack-sdks03:53
stevemar"OpenStackClient promises to provide first class support for the following OpenStack services: Compute, Identity, Image, Object Storage, Block Storage and Network."03:53
reedipokay... :)03:53
stevemarNetworking is covered03:53
reedipam trying to start creating a plugin for TaaS for OpenstackClient ( Tap-as-a-Service)03:54
reedipso was thinking as to why neutronclient is missing in this list03:54
openstackgerritMerged openstack/python-openstackclient: Add option to clear information from ports  https://review.openstack.org/30030903:55
*** salv-orlando has quit IRC03:58
*** lhcheng has joined #openstack-sdks04:03
tangchenreedip: yes04:04
reediptangchen: okay, cool04:05
*** sekrit has joined #openstack-sdks04:05
reedipstevemar: there?04:12
stevemarreedip: just sat back down, was doing laundry, whats up04:13
reedipa bit confused actually with http://docs.openstack.org/developer/python-openstackclient/plugins.html#implementation04:14
stevemardoes taas have a python-client let?04:14
stevemaryet*04:14
reedipit is integrated with neutronclient04:14
reedipits an extension of neutronclient04:15
stevemarlink?04:15
reediphttps://github.com/openstack/tap-as-a-service/blob/master/setup.cfg#L5604:15
reedipand the source code: https://github.com/openstack/tap-as-a-service/tree/master/neutron_taas/taas_client04:16
openstackgerritTang Chen proposed openstack/python-openstackclient: Transfer "ip floating add/remove" to "server add/remove floating ip"  https://review.openstack.org/30250804:16
stevemarreedip: there are many neutron extensions, yes?04:17
reedipstevemar: there are some , l2gw, networking-sfc, taas04:18
reedipbut the list could grow in N-release04:18
reedipdepending on neutron-dynamic-routing and other projects trying to release something ...04:18
reedipprojects-> subcomponents04:18
reedipbut the approach for neutron extensions is similar to openstackclient extension04:19
stevemarhmm, yeah, we need a game plan here04:19
openstackgerritMerged openstack/python-openstackclient: TrivialFix: Fix help messages for port set  https://review.openstack.org/30249204:19
*** amotoki has joined #openstack-sdks04:20
stevemarreedip: i think we need to start an etherpad here04:20
reedipwith the objective being to track the subcomponents who use neutron clientcommand extensions ?04:21
stevemarand figure out just how to approach this problem04:21
reedipOkay...04:22
reedipI think I can create the etherpad and mention it as an agenda here: https://wiki.openstack.org/wiki/Meetings/OpenStackClient04:22
reediponce we have some information, we can qeury the NeutronTeam regarding the subcomponents who have, or will implement this in N-release04:23
reedipand then depending on the volume, decide what steps can be taken ...04:23
stevemarreedip: yeah, once it's done we can deprecate the old taas client04:41
stevemarreedip: if that is the case, we will want to add that to the table you mentioned earlier04:41
reedipstevemar: okay, lets start with baby steps ...04:42
*** eliqiao_ has joined #openstack-sdks04:43
*** eliqiao has quit IRC04:44
*** salv-orlando has joined #openstack-sdks04:57
reedipstevemar: I think rtheis did mention something similar here https://review.openstack.org/#/c/299399/4/doc/source/devref/transition_to_osc.rst05:00
*** salv-orlando has quit IRC05:01
*** salv-orlando has joined #openstack-sdks05:11
*** yanyanhu has joined #openstack-sdks05:11
*** jaosorior has joined #openstack-sdks05:13
openstackgerritTang Chen proposed openstack/python-openstackclient: Transfer "ip floating add/remove" to "server add/remove floating ip"  https://review.openstack.org/30250806:07
openstackgerritTang Chen proposed openstack/python-openstackclient: Transfer "ip floating pool list" to "floating ip pool list"  https://review.openstack.org/30038806:07
openstackgerritTang Chen proposed openstack/python-openstackclient: Transfer "ip floating add/remove" to "server add/remove  floating ip"  https://review.openstack.org/30250806:16
openstackgerritReedip proposed openstack/python-openstackclient: Add option to unset information from ports  https://review.openstack.org/30253006:22
*** eliqiao_ is now known as eliqiao06:28
openstackgerritReedip proposed openstack/python-openstackclient: Add option to unset information from ports  https://review.openstack.org/30253006:33
*** yanyanhu has quit IRC06:47
*** yanyanhu has joined #openstack-sdks06:49
*** salv-orlando has quit IRC06:52
*** fzdarsky has joined #openstack-sdks07:08
*** yanyanhu has quit IRC07:23
*** yanyanhu has joined #openstack-sdks07:25
*** jamielennox is now known as jamielennox|away07:45
*** lhcheng has quit IRC07:45
*** jaosorior has quit IRC07:47
*** jaosorior has joined #openstack-sdks07:47
*** salv-orlando has joined #openstack-sdks07:54
openstackgerritRui Chen proposed openstack/python-openstackclient: Add "server group create" command  https://review.openstack.org/29816608:04
openstackgerritRui Chen proposed openstack/python-openstackclient: Add "server group delete" command  https://review.openstack.org/29857408:04
openstackgerritRui Chen proposed openstack/python-openstackclient: Add "server group show" command  https://review.openstack.org/29979808:04
openstackgerritRui Chen proposed openstack/python-openstackclient: Add "server group list" command  https://review.openstack.org/29919408:04
*** salv-orlando has quit IRC08:10
openstackgerritTang Chen proposed openstack/python-openstackclient: Transfer "ip floating add/remove" to "server add/remove  floating ip"  https://review.openstack.org/30250808:18
openstackgerritTang Chen proposed openstack/python-openstackclient: Transfer "ip fixed add/remove" to "server add/remove fixed ip"  https://review.openstack.org/30259008:18
openstackgerritTang Chen proposed openstack/python-openstackclient: Transfer "ip floating add/remove" to "server add/remove  floating ip"  https://review.openstack.org/30250808:25
openstackgerritTang Chen proposed openstack/python-openstackclient: Transfer "ip fixed add/remove" to "server add/remove fixed ip"  https://review.openstack.org/30259008:25
*** salv-orlando has joined #openstack-sdks08:26
*** openstackstatus has joined #openstack-sdks08:29
*** ChanServ sets mode: +v openstackstatus08:29
reediptangchen: ping08:33
reediptangchen: please see my last comment in https://bugs.launchpad.net/python-openstackclient/+bug/1566090, and let me know your thoughts.08:34
openstackLaunchpad bug 1566090 in python-openstackclient "Cannot determine network, or pool, a floating ip belongs to without multiple commands" [Undecided,New] - Assigned to Reedip (reedip-banerjee)08:34
-openstackstatus- NOTICE: jobs depending on npm are now working again08:34
tangchenreedip: Reading it.08:35
reedip:)08:35
*** ZZelle has joined #openstack-sdks08:36
tangchenreedip: I need to dig a little into nova-client code. It may take some time. I'll reply your comment.08:48
reediptangchen: sure, I have mentioned it as an agenda08:48
reedipif you want I can paste the links here for the investigation which I did08:49
reedipor maybe you can investigate on your own and hopefully arrive at the same conclusion :)08:49
tangchenreedip: Sure. :)08:49
*** cdent has joined #openstack-sdks08:50
*** e0ne has joined #openstack-sdks08:51
reedipsure for which one ?? :)08:51
reedipLet me paste the links here08:52
*** salv-orl_ has joined #openstack-sdks08:52
reediptangchen: this is the code which would be working in V1.4.0 for carlos08:52
reediphttps://github.com/openstack/python-openstackclient/blob/stable/kilo/openstackclient/compute/v2/floatingip.py#L109-L12608:52
reediptangchen: and this is the one working in V2.3.008:53
reediphttps://github.com/openstack/python-openstackclient/blob/stable/mitaka/openstackclient/network/v2/floating_ip.py#L51-L9908:53
reedipthe second one has the catch .. if neutron is enabled, then compute/nova networks would not be executed08:54
tangchenreedip: Yes. Are you doing backport ?08:54
reedipwhich is generally required, but we should be able to give leverage to the user in such scenarios ( specially API with GET) to be able to execute "nova network" commands even if neutron is enabled08:55
*** salv-orlando has quit IRC08:55
reediptangchen: not yet, first I would prefer having a unanimous decision about my idea from OSC08:55
reedipbcz this is a bit weird....08:55
tangchenreedip: OK. Let me check nova-client code first. :)08:56
reediponce done, we can introduce this in master and backport to Mitaka later. carlos's work is not hampered, he can still perform the same task, but with more CLIs08:56
reedipyup...08:56
reedipanyways my office-day is almost over , I will catch up tonight.. gotta go to the gym :D . Please mention your findings and opinions in the bug itself08:57
reedipthanks08:57
*** jaosorior has quit IRC08:59
*** jaosorior has joined #openstack-sdks09:00
tangchenreedip: OK. :)09:09
*** kzaitsev_mb has joined #openstack-sdks09:23
*** yanyanhu has quit IRC09:24
*** alex_xu has quit IRC09:32
*** alex_xu has joined #openstack-sdks09:36
*** kzaitsev_mb has quit IRC09:52
*** gildub has quit IRC09:52
*** kzaitsev_mb has joined #openstack-sdks09:59
*** kzaitsev_mb has quit IRC10:12
*** Qiming has quit IRC10:13
*** Kiall has quit IRC10:14
*** Kiall has joined #openstack-sdks10:14
*** fzdarsky has quit IRC10:15
*** kzaitsev_mb has joined #openstack-sdks10:15
*** cdent has quit IRC10:16
*** fzdarsky has joined #openstack-sdks10:17
*** sdague has joined #openstack-sdks10:20
*** singhj has joined #openstack-sdks10:20
*** singhj has quit IRC10:24
*** thrash|g0ne is now known as thrash10:48
*** alex_xu has quit IRC10:55
*** alex_xu has joined #openstack-sdks10:57
*** cdent has joined #openstack-sdks11:14
*** gildub has joined #openstack-sdks11:17
*** rtheis has joined #openstack-sdks11:18
*** fzdarsky has quit IRC11:21
openstackgerritKaren Bradshaw proposed openstack/fairy-slipper: Create yaml files, publish rst  https://review.openstack.org/30195811:27
*** Qiming has joined #openstack-sdks11:28
openstackgerritTang Chen proposed openstack/python-openstackclient: Transfer "ip floating CRUD" to "floating ip CRUD"  https://review.openstack.org/30268711:39
openstackgerritChris Dent proposed openstack/api-wg: Description of how to use etags to avoid lost updates  https://review.openstack.org/30184611:40
*** alex_xu has quit IRC11:41
*** alex_xu has joined #openstack-sdks11:43
openstackgerritTang Chen proposed openstack/python-openstackclient: Transfer "ip floating CRUD" to "floating ip CRUD"  https://review.openstack.org/30268711:44
*** jhesketh has joined #openstack-sdks11:53
*** ChanServ changes topic to "#openstack-sdks"11:54
*** fzdarsky has joined #openstack-sdks11:55
*** cdent has quit IRC11:55
*** cdent has joined #openstack-sdks11:59
*** jhesketh has quit IRC12:07
*** jhesketh has joined #openstack-sdks12:07
*** salv-orl_ has quit IRC12:28
*** lucasagomes has quit IRC12:37
*** lucasagomes has joined #openstack-sdks12:38
*** kzaitsev_mb has quit IRC12:38
*** singhj has joined #openstack-sdks12:39
*** salv-orlando has joined #openstack-sdks12:40
*** erlon has joined #openstack-sdks12:41
*** lucasagomes has quit IRC12:45
*** lucasagomes has joined #openstack-sdks12:46
*** sigmavirus24_awa is now known as sigmavirus2412:47
*** annegentle has joined #openstack-sdks12:51
*** kzaitsev_mb has joined #openstack-sdks12:55
*** shakamunyi has quit IRC13:10
*** shakamunyi has joined #openstack-sdks13:12
*** singhj has quit IRC13:29
*** cdent has quit IRC13:31
*** gouthamr has joined #openstack-sdks13:37
*** fzdarsky has quit IRC13:38
*** annegentle has quit IRC13:38
*** singhj has joined #openstack-sdks13:40
*** singhj has quit IRC13:55
*** kzaitsev_mb has quit IRC13:56
*** cdent has joined #openstack-sdks13:59
*** tangchen has quit IRC14:04
*** tangchen has joined #openstack-sdks14:05
*** knikolla has joined #openstack-sdks14:10
openstackgerritRichard Theis proposed openstack/python-openstackclient: Doc: Fix network command documentation issues  https://review.openstack.org/30066614:13
openstackgerritDean Troyer proposed openstack/python-openstackclient: Add flavor value options  https://review.openstack.org/30279514:13
*** singhj has joined #openstack-sdks14:20
*** gildub has quit IRC14:22
*** Qiming_ has joined #openstack-sdks14:32
*** Qiming has quit IRC14:32
*** salv-orl_ has joined #openstack-sdks14:52
*** kzaitsev_mb has joined #openstack-sdks14:52
*** salv-orl_ has quit IRC14:53
*** salv-orlando has quit IRC14:54
*** sigmavirus24 is now known as sigmavirus24_awa14:55
*** sigmavirus24_awa is now known as sigmavirus2414:55
*** Qiming_ has quit IRC14:57
*** kzaitsev_mb has quit IRC14:58
*** Qiming has joined #openstack-sdks14:59
*** alex_xu has quit IRC15:25
*** alex_xu has joined #openstack-sdks15:29
*** singhj has quit IRC15:34
*** Qiming has quit IRC15:41
*** kzaitsev_mb has joined #openstack-sdks15:46
openstackgerritRichard Theis proposed openstack/python-openstackclient: Fix router set --route option  https://review.openstack.org/30187015:47
*** jaosorior has quit IRC15:47
*** jaosorior has joined #openstack-sdks15:48
cdentapi-wg meeting in #openstack-meeting-3 in 5 minutes15:54
*** shakamunyi has quit IRC15:56
openstackgerritDean Troyer proposed openstack/python-openstackclient: Clean up release notes since 2.2.0 release  https://review.openstack.org/30291615:59
*** annegent_ has joined #openstack-sdks16:08
*** e0ne has quit IRC16:08
*** e0ne has joined #openstack-sdks16:09
*** kromanenko has quit IRC16:21
*** lhcheng has joined #openstack-sdks16:22
openstackgerritMerged openstack/api-wg: Add version discover guideline for API microversions  https://review.openstack.org/24342916:34
openstackgerritOpenStack Proposal Bot proposed openstack/python-openstackclient: Updated from global requirements  https://review.openstack.org/30288516:35
*** david-lyle has quit IRC16:36
openstackgerritMerged openstack/api-wg: Add client interaction guideline for API microversions  https://review.openstack.org/24341416:38
openstackgerritMerged openstack/api-wg: Add versioning guideline for API microversions  https://review.openstack.org/24304116:38
openstackgerritMerged openstack/api-wg: Add unexpected attribute guideline  https://review.openstack.org/26029216:38
*** e0ne has quit IRC16:42
*** annegent_ has quit IRC16:49
*** annegentle has joined #openstack-sdks16:49
openstackgerritOpenStack Proposal Bot proposed openstack/python-openstackclient: Updated from global requirements  https://review.openstack.org/30288516:55
cdentelmiko: with any luck someone will say those merged guidelines are not good and we'll be able to use that minor crisis as a way to strengthen the need for cpls engagement16:58
elmikocdent: ooh, way to turn a frown upside down =)17:00
cdent:)17:00
openstackgerritOpenStack Proposal Bot proposed openstack/python-openstackclient: Updated from global requirements  https://review.openstack.org/30288517:04
*** ZZelle_ has joined #openstack-sdks17:06
*** david-lyle has joined #openstack-sdks17:06
ZZelle_stevemar, hi17:06
stevemarZZelle_: heyo17:07
openstackgerritOpenStack Proposal Bot proposed openstack/keystoneauth: Updated from global requirements  https://review.openstack.org/30285517:09
ZZelle_stevemar, i would like in OSC to allow users to get their tenants (can be done using http://....:5000/users/<myself-user-id>/tenants)17:09
stevemarZZelle_: that should work with `osc project list --user <user>`17:10
ZZelle_it seems currently  not possible without admin rights in OSC17:10
ZZelle_stevemar, it's because the osc project list --user <user> use multiple keystone admin interface17:10
*** david-lyle has quit IRC17:11
ZZelle_stevemar, it's because the osc project list --user <user> use multiple requests on keystone admin interface17:11
ZZelle_stevemar, what would be the right way to expose such feature?17:12
ZZelle_define a new option like: osc project list --mine17:12
*** salv-orlando has joined #openstack-sdks17:12
ZZelle_or a new command "osc user project"17:13
ZZelle_or a new command not starting with user or project as currently both provide "admin" commands17:13
ZZelle_stevemar, ^17:14
*** annegentle has quit IRC17:14
openstackgerritOpenStack Proposal Bot proposed openstack/python-openstackclient: Updated from global requirements  https://review.openstack.org/30288517:14
*** annegentle has joined #openstack-sdks17:14
stevemarZZelle_: sorry, not following... why doesn't it work?17:14
*** annegentle has quit IRC17:15
*** annegentle has joined #openstack-sdks17:15
ZZelle_stevear, osc project list --user <user> performs the requests curl -X GET http://....:35357/users?name=... => admin command17:15
*** salv-orlando has quit IRC17:15
ZZelle_stevemar, oups, osc project list --user <user> performs the requests curl -X GET http://....:35357/users?name=... => admin command17:16
*** david-lyle has joined #openstack-sdks17:17
openstackgerritRichard Theis proposed openstack/python-openstacksdk: WIP: Add network segment resource  https://review.openstack.org/29005417:19
ZZelle_stevemar, more generally osc project list uses admin interface to query user information: GET ...:35357/users/...17:19
*** cdent has quit IRC17:20
stevemarZZelle_: ah, you want the 5000 port17:21
stevemari think you can do --os-interface public ?17:21
openstackgerritRichard Theis proposed openstack/python-openstacksdk: WIP: Add network segment create and delete  https://review.openstack.org/30222317:22
ZZelle_stevemar, nope as osc proejct list --user <user> queries /users/<user> than /users?name=<user> which both require admin permissions17:23
*** david-lyle has quit IRC17:23
ZZelle_stevemar, a non-admin can only query /users/<self-user-id>/tenants17:24
openstackgerritSheel Rana proposed openstack/python-openstackclient: Add support for setting volume-type-access  https://review.openstack.org/29366117:32
sheelrtheis:  hi, review comment incorporated.. ^^17:32
openstackgerritOpenStack Proposal Bot proposed openstack/python-openstackclient: Updated from global requirements  https://review.openstack.org/30288517:33
rtheissheel: thanks17:37
sheel:)17:37
sheelrtheis:  hope, I will make it this time :)17:38
rtheissheel: thanks for being the test subject on this new devref :)17:38
sheelrtheis:  :)17:39
sheelnp17:39
*** e0ne has joined #openstack-sdks17:53
*** kzaitsev_mb has quit IRC17:55
*** david-lyle has joined #openstack-sdks17:56
*** david-lyle has quit IRC17:56
*** david-lyle has joined #openstack-sdks17:58
*** e0ne has quit IRC18:03
openstackgerritRichard Theis proposed openstack/python-openstackclient: WIP: Add network segment command object  https://review.openstack.org/29013818:08
openstackgerritRichard Theis proposed openstack/python-openstackclient: WIP: Add network segment create and delete  https://review.openstack.org/30239518:11
*** e0ne has joined #openstack-sdks18:13
*** e0ne has quit IRC18:14
*** annegentle has quit IRC18:16
*** annegentle has joined #openstack-sdks18:16
*** lhcheng_ has joined #openstack-sdks18:28
*** lhcheng has quit IRC18:30
*** lhcheng has joined #openstack-sdks18:31
*** lhcheng_ has quit IRC18:32
*** salv-orlando has joined #openstack-sdks18:32
*** lhcheng has quit IRC18:35
*** lhcheng has joined #openstack-sdks18:36
*** salv-orlando has quit IRC18:38
*** cdent has joined #openstack-sdks18:40
*** annegentle has quit IRC18:49
*** annegentle has joined #openstack-sdks18:50
stevemarrtheis: dtroyer_zz: i'll be spotty during the meeting18:50
rtheisok18:50
dtroyer_zzstevemar: afternoon game?18:51
stevemardtroyer_zz: that was yesterday18:51
stevemarnothing til tomorrow, home opener18:51
*** hogepodge has joined #openstack-sdks18:52
*** salv-orlando has joined #openstack-sdks18:52
*** annegentle has quit IRC18:52
rtheisstevemar: may bautista with be kinder with his slides in the home opener :)18:54
stevemarrtheis: don't you start me on that18:57
rtheissorry :)18:57
stevemarrtheis: dtroyer_zz was taking out the pitchforks when i showed him the clip18:58
dtroyer_zzcocktail-weenie-forks maybe18:58
*** e0ne has joined #openstack-sdks19:00
*** salv-orlando has quit IRC19:01
stevemarmeteorfox: hey19:05
stevemarmeteorfox: want to join #openstack-meeting19:05
*** nikhil has quit IRC19:07
stevemarmeteorfox: we're talking about your bug19:07
meteorfoxstevemar: joining now19:08
openstackgerritChris Dent proposed openstack/api-wg: Description of how to use etags to avoid lost updates  https://review.openstack.org/30184619:09
*** nikhil has joined #openstack-sdks19:11
*** david-lyle_ has joined #openstack-sdks19:13
*** salv-orlando has joined #openstack-sdks19:14
*** david-lyle has quit IRC19:15
*** sigmavirus24 is now known as sigmavirus24_awa19:17
*** david-lyle_ has quit IRC19:19
*** gouthamr has quit IRC19:20
openstackgerritMerged openstack/python-openstackclient: Clean up release notes since 2.2.0 release  https://review.openstack.org/30291619:24
*** jaosorior has quit IRC19:27
*** david-lyle has joined #openstack-sdks19:29
*** david-lyle has quit IRC19:31
*** david-lyle has joined #openstack-sdks19:31
*** david-lyle has quit IRC19:37
*** alex_xu has quit IRC19:54
*** alex_xu has joined #openstack-sdks19:55
reedip__hello20:00
reedip__rtheis: quick query for https://review.openstack.org/296891. COuldnt find tang's patch... I think you referred my patch in the last comment20:01
rtheissorry, I'll update20:02
reedip__rthies: sure...20:02
reedip__rtheis: I needed some clarity for the neutronclient support20:02
reedip__do you have time right now for some discussion?20:03
rtheisnot yet... I have another meeting right now20:03
reedip__rtheis: okay, then I will email you my query via launchpad, so that you can respond whenever you are free20:04
reedip__does that sound ok?20:04
rtheisok20:04
rtheissounds good20:04
reedip__gr820:04
reedip__have a great day...20:04
rtheisyou too20:06
*** gouthamr has joined #openstack-sdks20:10
*** gouthamr has quit IRC20:10
*** annegentle has joined #openstack-sdks20:16
openstackgerritMerged openstack/keystoneauth: Updated from global requirements  https://review.openstack.org/30285520:53
*** david-lyle has joined #openstack-sdks20:56
*** lucasagomes has quit IRC21:03
*** e0ne has quit IRC21:04
*** lucasagomes has joined #openstack-sdks21:11
*** e0ne has joined #openstack-sdks21:11
*** shakamunyi has joined #openstack-sdks21:17
*** salv-orl_ has joined #openstack-sdks21:18
*** e0ne has quit IRC21:18
*** salv-orlando has quit IRC21:22
*** lhcheng has quit IRC21:23
*** shakamunyi has quit IRC21:24
*** gouthamr has joined #openstack-sdks21:27
*** rtheis has quit IRC21:31
*** thrash is now known as thrash|g0ne21:35
*** lucasagomes has quit IRC21:37
*** lucasagomes has joined #openstack-sdks21:45
*** erlon has quit IRC21:47
*** lucasagomes has quit IRC21:50
*** ankur-gupta-f has joined #openstack-sdks21:52
*** lucasagomes has joined #openstack-sdks21:56
*** gouthamr has quit IRC21:57
*** shakamunyi has joined #openstack-sdks22:18
*** knikolla has quit IRC22:19
*** barra204 has joined #openstack-sdks22:20
*** shakamunyi has quit IRC22:24
*** barra204 has quit IRC22:25
*** annegentle has quit IRC22:35
*** lhcheng has joined #openstack-sdks22:42
*** sdague has quit IRC22:57
openstackgerritMerged openstack/python-openstackclient: Updated from global requirements  https://review.openstack.org/30288523:06
*** Qiming has joined #openstack-sdks23:09
*** reedip__ has quit IRC23:16
*** salv-orl_ has quit IRC23:24
*** markvoelker has quit IRC23:29
*** jamielennox|away is now known as jamielennox23:36
*** ZZelle_ has quit IRC23:41
*** gildub has joined #openstack-sdks23:48
openstackgerritDean Troyer proposed openstack/python-openstackclient: Add flavor value options  https://review.openstack.org/30279523:59
*** markvoelker has joined #openstack-sdks23:59

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