Monday, 2017-03-20

*** catintheroof has joined #openstack-mistral00:20
*** bobh has joined #openstack-mistral00:24
*** catintheroof has quit IRC00:26
*** bobh has quit IRC00:27
*** jamielennox is now known as jamielennox|away00:38
*** gongysh has joined #openstack-mistral01:17
*** bobh has joined #openstack-mistral01:28
*** bobh has quit IRC01:32
*** jamielennox|away is now known as jamielennox03:22
*** zhurong has joined #openstack-mistral03:25
*** zhurong has quit IRC04:16
*** gongysh has quit IRC04:18
*** zhurong has joined #openstack-mistral04:59
*** gongysh has joined #openstack-mistral05:04
*** zhurong has quit IRC05:14
*** bobh has joined #openstack-mistral05:31
*** bobh has quit IRC05:36
*** gongysh has quit IRC05:58
*** jaosorior has joined #openstack-mistral06:04
*** gongysh has joined #openstack-mistral06:10
openstackgerritJuan Antonio Osorio Robles proposed openstack/python-mistralclient master: Accept keystone session in client  https://review.openstack.org/44704606:13
openstackgerritJuan Antonio Osorio Robles proposed openstack/python-mistralclient master: Use session from OSC plugin  https://review.openstack.org/44738006:23
*** bobh has joined #openstack-mistral06:32
*** bobh has quit IRC06:36
*** jaosorior has quit IRC06:53
*** jaosorior has joined #openstack-mistral06:55
*** jaosorior has quit IRC07:14
*** jaosorior has joined #openstack-mistral07:15
*** jaosorior has quit IRC07:16
*** jaosorior has joined #openstack-mistral07:19
*** mgershen has quit IRC07:35
*** mgershen has joined #openstack-mistral07:39
openstackgerritIstvan Imre proposed openstack/mistral master: Centralize session and auth module creation from OS clients  https://review.openstack.org/44739907:50
*** shardy has joined #openstack-mistral08:04
*** shardy has quit IRC08:04
*** shardy has joined #openstack-mistral08:07
jaosoriord0ugal: hey dude, can you revisit this https://review.openstack.org/#/c/447046/ I updated the commit message. And I added this one on top of it https://review.openstack.org/#/c/447380/08:09
d0ugaljaosorior: sure.08:09
d0ugaljaosorior: any idea what I did wrong here? https://review.openstack.org/#/c/447086/08:10
d0ugalback in 20 mins08:10
jaosoriord0ugal: no, but I'll check it out.08:10
jaosoriord0ugal: for the client code, is there a reason why a deepcopy is used? isn't a copy enough?08:22
jaosoriorfor getting the "req" object, from the client's kwargs08:23
*** bobh has joined #openstack-mistral08:33
*** bobh has quit IRC08:38
apetrichjaosorior, if you have a minute would you mind reviewing this https://review.openstack.org/#/c/444220/ please?08:38
*** jpich has joined #openstack-mistral08:52
*** jtomasek|afk is now known as jtomasek08:57
d0ugalapetrich: #tripleo :)08:57
d0ugalapetrich: but it is on my list for this morning FWIW08:57
apetrichd0ugal, yeah he schooled me in that.08:58
d0ugaljaosorior: good question re:deepcopy- I'm not familiar with that bit of code.08:58
d0ugaljaosorior: https://review.openstack.org/#/c/447046 looks pretty good to me, why the -W?09:00
jaosoriord0ugal: so I did this work for the barbicanclient way back, and did pretty much this. And it worked. Now trying it out with the mistralclient osc plugin, there seems to be some issues with auth. for some reason the auth_ref is not being loaded or mistralclient is using an invalid auth_ref for the session.09:02
jaosoriorso I'm figuring out where this issue comes from and I'll fix it up09:02
jaosoriorit usually should just work09:02
*** openstackgerrit has quit IRC09:02
d0ugaljaosorior: k, thanks! We do auth a little bit differently because we don't only support keystone, maybe that is causing the difference09:02
jaosoriord0ugal: swift has the same requirement and it works :/09:03
d0ugaloh, weird09:03
*** openstackgerrit has joined #openstack-mistral09:03
openstackgerritDougal Matthews proposed openstack/mistral master: WIP Use KeyStone sessions for making the Mistral client  https://review.openstack.org/44708609:03
jaosoriorthen again, swift has some other bits that are damn weird09:04
jaosoriorso who knows09:04
jaosorioranyway09:04
d0ugaljaosorior: if you don't have any luck I should be able to dive in and help tomorrow or wed09:04
d0ugalhaha09:04
jaosoriorI'm gonna dig into it09:04
jaosoriorlets see09:04
d0ugalapetrich: and you schooled me on that patch :) lol09:10
apetrichd0ugal, it was my first review today. I looked at it put my sunglasses on and said today is going to be a day in the park.09:11
d0ugallol09:11
therved0ugal, https://review.openstack.org/#/c/447086/ is just a test patch, right?09:26
therveBecause it doesn't do the right thing at all :)09:26
d0ugaltherve: haha10:08
d0ugaltherve: Yeah, a total test - I was wondering if I could try out the depends-on patch this way10:09
d0ugaltherve: but honestly I don't even know if it makes sense for Mistral to use it in this bit of code10:09
therved0ugal, Yeah, heat passes the session for all client creation nowadays10:10
d0ugaltherve: oh, maybe I should take a look at the Heat code10:10
d0ugalbecause I guess/assume Mistral should do the same10:10
d0ugalit doesn't for mistral, yet :)10:11
therveYeah you need to have it in the context first10:11
d0ugaltherve: this is why we need a shared library that creates clients, so I don't need to copy/paste the heat code :(10:12
therved0ugal, That'd be nice. There is a lot of heat specific quirks when creating clients though10:23
d0ugalyeah, I guess it might be more effort than it is worth.10:23
*** bobh has joined #openstack-mistral10:35
*** bobh has quit IRC10:39
*** jkilpatr has quit IRC10:41
jaosoriord0ugal: in the mistralclient code, what are those target_ parameters?10:54
jaosoriord0ugal: I see there's a separate keystoneclient created just for those, but I'm not entirely sure what those are for10:54
*** jkilpatr has joined #openstack-mistral10:58
d0ugaljaosorior: it allows you to create a workflow that uses an external OpenStack11:03
d0ugaljaosorior: I don't think that explains it very well, doc link incoming...11:03
jaosoriorok11:05
d0ugaljaosorior: https://docs.openstack.org/developer/mistral/guides/mistralclient_guide.html#targeting-non-preconfigured-clouds11:06
*** thrash|wknd is now known as thrash11:07
*** zhurong has joined #openstack-mistral11:17
*** bobh has joined #openstack-mistral11:35
openstackgerritDougal Matthews proposed openstack/mistral-specs master: Added the Expediated Approvals policy for reviews  https://review.openstack.org/44036311:37
openstackgerritDougal Matthews proposed openstack/mistral-specs master: Don't force policy specs into approved or implemented directories  https://review.openstack.org/44745411:37
*** zhurong has quit IRC11:37
*** bobh has quit IRC11:40
openstackgerritJuan Antonio Osorio Robles proposed openstack/python-mistralclient master: Use session from OSC plugin  https://review.openstack.org/44738012:00
openstackgerritJuan Antonio Osorio Robles proposed openstack/python-mistralclient master: Accept keystone session in client  https://review.openstack.org/44704612:00
jaosoriord0ugal: the change wasn't as trivial as I thought12:01
jaosoriord0ugal: the problem was that I was assuming that mistralclient was using a requests session to do the CRUD operations. And it wasn't.12:01
d0ugalah12:02
d0ugaldamn12:02
jaosoriord0ugal: anyway, I added support for that. And tried to make it so that the old paths are still working.12:03
*** gongysh has quit IRC12:06
*** dprince has joined #openstack-mistral12:10
*** bobh has joined #openstack-mistral12:15
*** bobh has quit IRC12:20
*** fultonj has joined #openstack-mistral12:32
*** shardy is now known as shardy_lunch12:44
*** catintheroof has joined #openstack-mistral12:57
*** gongysh has joined #openstack-mistral12:58
*** shardy_lunch is now known as shardy13:28
*** dprince has quit IRC13:37
*** histrio has joined #openstack-mistral13:38
*** dprince has joined #openstack-mistral13:39
*** clenimar has quit IRC13:43
*** rbrady-afk is now known as rbrady13:44
*** dprince has quit IRC14:01
*** dprince has joined #openstack-mistral14:03
*** dprince has quit IRC14:12
*** dprince has joined #openstack-mistral14:17
openstackgerritJuan Antonio Osorio Robles proposed openstack/python-mistralclient master: Use session from OSC plugin  https://review.openstack.org/44738014:18
openstackgerritJuan Antonio Osorio Robles proposed openstack/python-mistralclient master: Accept keystone session in client  https://review.openstack.org/44704614:18
jaosoriord0ugal: just tested this out in TripleO ^^14:28
d0ugaljaosorior: great, I'll look shortly.14:54
d0ugalThe Mistral meeting is in 5 minutes in #openstack-meeting-314:54
d0ugalWe are an hour earlier and in a new room than last time. I probably should have sent a reminder email for this :)14:55
*** bobh has joined #openstack-mistral14:59
apetrichd0ugal, thanks. I was in the wrong room14:59
d0ugalrbrady, thrash ^15:01
*** jamielennox has quit IRC15:17
openstackgerritJuan Antonio Osorio Robles proposed openstack/python-mistralclient master: Use session from OSC plugin  https://review.openstack.org/44738015:19
openstackgerritJuan Antonio Osorio Robles proposed openstack/python-mistralclient master: Accept keystone session in client  https://review.openstack.org/44704615:19
*** jkilpatr has quit IRC15:27
*** jkilpatr has joined #openstack-mistral15:28
*** chlong has joined #openstack-mistral15:33
*** jaosorior has quit IRC15:45
*** gongysh has quit IRC15:50
*** jaosorior has joined #openstack-mistral15:59
*** rbrady is now known as rbrady-afk16:03
*** jkilpatr has quit IRC16:16
*** jamielennox has joined #openstack-mistral16:19
*** jamielennox is now known as jamielennox|away16:21
*** jkilpatr has joined #openstack-mistral16:30
*** jaosorior has quit IRC16:50
*** jaosorior has joined #openstack-mistral16:52
*** rbrady-afk is now known as rbrady17:31
*** jaosorior has quit IRC17:35
*** brunograz has quit IRC17:37
*** brunograz has joined #openstack-mistral17:39
*** rbrady has quit IRC17:40
*** fultonj has left #openstack-mistral17:41
*** chlong has quit IRC17:42
*** jmlowe has quit IRC17:49
*** jpich has quit IRC17:54
*** jmlowe has joined #openstack-mistral18:06
*** catintheroof has quit IRC18:08
*** catintheroof has joined #openstack-mistral18:08
*** jamielennox|away is now known as jamielennox18:24
*** thrash is now known as thrash|biab19:11
*** jmlowe has quit IRC19:27
*** jmlowe has joined #openstack-mistral19:47
*** jmlowe has quit IRC19:55
*** dprince has quit IRC20:05
*** rakhmerov has quit IRC20:15
*** rakhmerov__ has joined #openstack-mistral20:15
*** zhenguo_ has joined #openstack-mistral20:18
*** rook has quit IRC20:20
*** rook has joined #openstack-mistral20:21
*** rook is now known as Guest4502520:21
*** Guest45025 is now known as rook-ugh20:27
*** jkilpatr has quit IRC20:29
*** zhenguo has quit IRC20:29
*** zhenguo_ is now known as zhenguo20:30
*** shardy has quit IRC20:32
*** jkilpatr has joined #openstack-mistral20:32
*** shardy has joined #openstack-mistral20:39
*** thrash|biab is now known as thrash21:07
*** apetrich has quit IRC21:14
*** apetrich has joined #openstack-mistral21:15
*** shardy has quit IRC21:37
*** jkilpatr has quit IRC22:03
*** bobh has quit IRC22:10
*** rook-ugh is now known as rook22:30
*** rook is now known as Guest838322:31
*** jkilpatr has joined #openstack-mistral22:41
*** Guest8383 is now known as rook-ugh22:47
*** catintheroof has quit IRC23:13
*** jamielennox is now known as jamielennox|away23:36
*** jamielennox|away is now known as jamielennox23:40
*** gongysh has joined #openstack-mistral23:55
*** thrash is now known as thrash|g0ne23:56

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