Earlier  
Posted Nick Remark
#openstack-sdks - 2017-03-30
13:03:22 RuiChen I'm not sure, but today is thursday
13:05:04 dtroyer it's later today, 1900 UTC
13:05:21 reedip whats the time now ??
13:05:25 reedip :D
13:06:10 dtroyer 1306 UTC
13:06:21 dtroyer so six hours from now
13:06:48 RuiChen I always fail to identify odd and even weeks :(
13:06:54 reedip thats better thanks :)
13:07:41 dtroyer maybe this can help: http://eavesdrop.openstack.org/calendars/oslo-team-meeting.ics
13:07:47 reedip :D
13:07:54 dtroyer http://eavesdrop.openstack.org/calendars/openstackclient-team-meeting.ics is the right one
13:08:24 RuiChen ah, thank you dtroyer :)
13:10:26 RuiChen today IRC meeting is too late for me, I will join next time
13:11:29 dtroyer RuiChen: did you see my last comemnt on https://review.openstack.org/#/c/450452/? If you have no objection I'll merge it today
13:11:55 dtroyer the OSC companion to that is https://review.openstack.org/#/c/450453/
13:12:30 dtroyer I'm doing both so we don't have to wait on the osc-lib release cycle to fix the problem
13:12:50 RuiChen dtroyer: not yet, I will review it now
13:20:04 RuiChen dtroyer: I saw your comments, but the current patch will break network help command in no auth case, I face it in my devstack
13:32:17 dtroyer do you have both of them in place?
13:32:56 RuiChen yes, I do
13:33:11 RuiChen pip install -e osc-lib and osc
13:33:33 dtroyer ok, I'll get back to it then, I'm in the middle of microversion stuff ATM and can't switch back mentally that quickly
13:33:35 dtroyer thanks
13:35:04 RuiChen np, would like to see microversion land in osc :)
13:36:42 dtroyer RuiChen: https://review.openstack.org/451618 is the start if you're interested. I'm working on the set of stuff to put into ksa for support
13:39:12 RuiChen dtroyer: yeah, I push it in my review queue, I have a nova keypair related commands depends on osc microversion, thank you
13:47:17 dtroyer RuiChen: one more thought on the help/auth issue, try it with master os-client-config. That's why I need to do this, and if it doesn't work on release of o-c-c that's my problem
13:47:41 dtroyer this is attempting to make out functional-tips jobs pass
13:51:59 RuiChen hmmm... I used the latest o-c-c, but not master, I can try it in tommrow, I'm ok to merge that patch first
13:52:17 dtroyer ok, thanks
13:53:33 RuiChen np, bye, I should go
16:10:51 openstackgerrit Ankur proposed openstack/python-openstackclient master: Trivial Fix https://review.openstack.org/451890
16:12:13 dtroyer ankur-gupta-f1: ^^^ Please bit something slightly more informational in the first line so you can know what it is from the gerrit queue screen
16:12:46 dtroyer no worries this time
16:13:10 ankur-gupta-f4 sorry. Was just a quick thing. It was bothering me so threw it up quickly
16:15:49 ankur-gupta-f4 dtroyer: any reviews needed for OSC?
16:15:51 dtroyer yeah, I know how that is.
16:16:52 dtroyer have you weighed in on the osc-side auth thing yet? https://review.openstack.org/#/c/450453/?
16:17:52 ankur-gupta-f4 not yet. will pull both the auth patches down.
16:18:02 ankur-gupta-f4 no better way to ruin a fresh env
16:18:07 dtroyer RuiChen was reporting some problems with it and current release os-client-config. I'm deep in microvarsionland and don't want to stop right now. It is meant to fix master so master o-c-c should also be checked, which is what I had done. I think it's the combination master o-c-c and osc-lib with release osc that is broken
16:19:39 ankur-gupta-f4 oh good. And yesterday the global req for sdk was bumped
16:19:41 dtroyer thanks. ah, I see, yes, the new functional-tips job in osc-lib fails, so that's the bit.
16:20:36 dtroyer I'd like to wait until after a release to remove anything new for that
16:20:39 dtroyer thanks
16:20:51 dtroyer ^^^ the sdk bump
16:21:04 dtroyer dang, this is all meeting stuffs
16:21:33 ankur-gupta-f4 at least we have something to discuss today
16:22:03 dtroyer something more than badmouthing the Blue Jays spring training
16:22:53 ankur-gupta-f4 i have attended 2 Mariners games and both times i left after the 1st inning. can't do baseball.
16:47:15 ankur-gupta-f4 stevemar: if you get a chance I addressed your comments https://review.openstack.org/#/c/385729/
17:56:45 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: start using api.versions https://review.openstack.org/451618
18:25:47 openstackgerrit Merged openstack/python-openstackclient master: Trivial Fix https://review.openstack.org/451890
19:00:37 rabel now is osc meeting, right?
19:01:41 rabel dtroyer?
19:01:55 dtroyer eek!!
19:02:19 ankur-gupta-f4 love meetings
19:02:39 dtroyer started in -meetings
20:04:01 amotoki rabel: dtroyer: regarding the interface list in router show output, I think it is useful for users (even though we need an extra API call to fetch it)
20:04:44 dtroyer I'd do it as an option, and its the output formatting that I am mostly worried about, not the number of API calls
20:04:59 amotoki a list of (UUID and IP address) would be enough
20:05:28 amotoki that concern is fair enough. I am looking output of some other commands
20:05:38 dtroyer can you put that in rabel's bug?
20:05:39 dtroyer https://bugs.launchpad.net/python-openstackclient/+bug/1675489
20:05:39 openstack Launchpad bug 1675489 in python-openstackclient "router show should include interfaces" [Undecided,New]
20:05:58 amotoki dtroyer: sure
20:06:03 dtroyer thanks
20:06:12 dtroyer and I need to step away for a bit…
20:07:30 rabel ok. maybe we can continue this issue another day. it's not urgent anyways. ;)
20:07:55 rabel thank you two for your opinion. i got to go now
20:09:29 rabel cu
20:51:29 openstackgerrit Nakul Dahiwade proposed openstack/python-openstacksdk master: Introduce L7Policy for Octavia (load balancing) https://review.openstack.org/451980
20:53:21 openstackgerrit Nakul Dahiwade proposed openstack/python-openstacksdk master: Introduce L7Policy for Octavia (load balancing) https://review.openstack.org/451980
20:57:03 openstackgerrit Nakul Dahiwade proposed openstack/python-openstacksdk master: Introduce Listener for Octavia (load balancing) https://review.openstack.org/451574
20:57:57 ankur-gupta-f4 nakul_d: its on my todo list
20:58:35 nakul_d ankur-gupta-f4: cool..thanks:)
23:30:24 openstackgerrit Merged openstack/osc-lib master: Change noauth strategy for plugin loading https://review.openstack.org/450452
#openstack-sdks - 2017-03-31
00:33:04 reedip anything new happeneing?
00:36:00 reedip armax : never mind, got the info from the new stadium docs :)
00:50:59 reedip wrong place :P
03:21:37 RuiChen hi rabel: I saw your discussion in IRC meeting about "router show interface", seems that the key is identify which port is interface and which is gateway, if i'm not wrong, so "port list --router <router> --long" might be helpful, that show "device owner", looks like: network:router_interface/network:router_gateway
04:22:31 openstackgerrit Merged openstack/python-openstackclient master: Remove log translations https://review.openstack.org/447888
09:36:59 reedip RuiChen : need your help
09:37:35 reedip RuiChen : https://review.openstack.org/#/c/356263/18 was lost somewhere , couldnt track it. I am pushing it now.... can you review it ?
09:38:25 reedip just doing the final test cases
09:38:43 reedip ankur-gupta-f4 : for you as well, when you are awake :D ^^
09:59:41 openstackgerrit Reedip proposed openstack/python-openstackclient master: Add extra dhcp option to 'port create/set/unset' https://review.openstack.org/356263
10:07:10 openstackgerrit Reedip proposed openstack/python-openstackclient master: Add extra dhcp option to 'port create/set/unset' https://review.openstack.org/356263
10:25:00 reedip sindhu : ^^
10:25:04 reedip thanks
13:01:19 openstackgerrit Cedric Brandily proposed openstack/python-openstackclient master: Enable to create legacy router https://review.openstack.org/449176
14:16:08 openstackgerrit Dean Troyer proposed openstack/python-openstackclient master: start using api.versions https://review.openstack.org/451618
14:49:45 sindhu reedip: will take a look :)
14:50:05 reedip great sindhu : cheers :D
14:56:44 openstackgerrit Cedric Brandily proposed openstack/python-openstackclient master: Enable to specify which vm fixed-ip to add https://review.openstack.org/452235
16:37:58 ZZelle reedip, hi
16:38:15 reedip hi Cedrick / ZZelle :)
16:38:32 ZZelle reedip, about https://review.openstack.org/#/c/452235/1/doc/source/command-objects/server.rst
16:38:38 reedip yeah
16:39:05 ZZelle reedip, i don't see the added value of your proposed change

Earlier   Later