Monday, 2016-07-18

*** bobh has joined #openstack-mistral00:34
*** bobh has quit IRC00:39
*** tonytan4ever has joined #openstack-mistral00:42
*** bobh has joined #openstack-mistral01:35
*** bobh has quit IRC01:39
*** toddjohn has quit IRC01:48
*** toddjohn has joined #openstack-mistral02:48
*** toddjohn has quit IRC02:53
*** bobh has joined #openstack-mistral03:06
*** bobh has quit IRC03:17
*** bobh has joined #openstack-mistral03:30
*** bobh has quit IRC03:42
*** tonytan4ever has quit IRC03:43
*** toddjohn has joined #openstack-mistral03:49
*** toddjohn has quit IRC03:54
*** tonytan4ever has joined #openstack-mistral03:56
openstackgerritLingxian Kong proposed openstack/mistral: Add db models for event trigger  https://review.openstack.org/32049704:09
openstackgerritLingxian Kong proposed openstack/mistral: Add event engine service  https://review.openstack.org/32050004:09
openstackgerritLingxian Kong proposed openstack/mistral: Add functional tests for event engine functions  https://review.openstack.org/33646304:09
openstackgerritLingxian Kong proposed openstack/mistral: Add event trigger REST API  https://review.openstack.org/32050904:09
*** kong has joined #openstack-mistral04:09
rakhmerovSonicFan: hi04:46
openstackgerritMerged openstack/mistral: Updated from global requirements  https://review.openstack.org/34336704:53
*** vishwanathj has joined #openstack-mistral04:55
rakhmerovmflobo: hey, any chance to get this fixed today? https://review.openstack.org/#/c/325894/05:07
*** tonytan4ever has quit IRC05:16
*** toddjohn has joined #openstack-mistral05:51
*** toddjohn has quit IRC05:55
rakhmerovddeja: hi, can you pls rebase your patches?06:24
*** Ravikiran_K has joined #openstack-mistral06:30
mfloborakhmerov, I'll take a look, but the issue is there is a duplicated function name, which is true. I think I miss understood some of your comments in the review...06:33
rakhmerovok06:33
rakhmerovlet me know if you need help06:33
openstackgerritMerged openstack/mistral-lib: Fixes namespace issue  https://review.openstack.org/34283706:56
openstackgerritMerged openstack/mistral-lib: Remove Python 3.3 and add 3.5 to match the main Mistral repo  https://review.openstack.org/34289906:57
openstackgerritMerged openstack/mistral-lib: Remove .mailmap file  https://review.openstack.org/34289806:59
openstackgerritMerged openstack/mistral-lib: Add Babel to the requirements as it is referenced in the setup.cfg  https://review.openstack.org/34290206:59
openstackgerritprince_katiyar proposed openstack/mistral: Remove duplicated line on the new example to the DSL Spec how to execute a reverse workflow  https://review.openstack.org/34347007:05
*** tonytan4ever has joined #openstack-mistral07:16
*** tonytan4ever has quit IRC07:21
*** jpich has joined #openstack-mistral07:51
*** toddjohn has joined #openstack-mistral07:52
*** toddjohn has quit IRC07:57
*** ramishra has joined #openstack-mistral08:07
*** jtomasek has joined #openstack-mistral08:13
*** shardy has joined #openstack-mistral08:25
rakhmerovddeja: hi, one person is trying to install Mistral on Fedora and gets this: http://paste.openstack.org/show/536083/09:35
rakhmerovcan you pls look at it?09:35
ddejarakhmerov: Hi09:45
ddejalooking09:45
ddejaand I'll rebase patches today ;)09:45
ddejarakhmerov: about the traceback09:46
ddejathis happens if there was previous verions of master installed (before this patch was merged: https://review.openstack.org/#/c/342166/)09:47
ddejaand stevedore still uses old names from config (rpc, not rpc_backend)09:48
ddejaone needs to reinstal mistral so stevedore gets reloaded using new names from setup.cfg09:48
rakhmerovddeja: ok09:50
*** toddjohn has joined #openstack-mistral09:54
*** toddjohn has quit IRC09:58
rakhmerovddeja: how is this related with oslo_client then?09:59
rakhmerovI don't understand09:59
rakhmerovhe's trying to do it on Fedora, that might be an issue actually..10:01
ddejarakhmerov: I have same traceback on Ubuntu10:02
ddejarakhmerov: this change makes this problem https://review.openstack.org/#/c/342166/2/setup.cfg10:03
ddejawe are changing the directory where stevedore looks for class10:04
ddejabut stevedore doesnt get reloaded when mistral is re-staret10:04
ddejare-started*10:04
ddejayou need to reinstal mistrall to reload stevedore so it uses new directories10:04
rakhmerovok10:04
ddejaso it is not related to oslo-client. It only shows the name 'oslo_client' in traceback because this is the name (from setup.cfg) that cannot be resolved and imported :)10:05
* ddeja now thinks that this error message is actually misleading10:06
rakhmerov:)10:07
ddejayeah, it should be something like 'No 'mistral.engine.rpc_backend' driver found while looking for 'oslo_client'', this would be better10:08
rakhmerovddeja: do you use Ubuntu?10:09
ddejarakhmerov: for testing on devstack - yes10:10
rakhmerovok10:11
*** tonytan4ever has joined #openstack-mistral10:19
*** tonytan4ever has quit IRC10:23
*** Ravikiran_K has quit IRC10:58
*** shardy is now known as shardy_lunch11:32
*** tonytan4ever has joined #openstack-mistral12:04
*** tonytan4ever has quit IRC12:09
*** dprince has joined #openstack-mistral12:16
*** toddjohn has joined #openstack-mistral12:34
*** jpeeler has quit IRC12:39
*** shardy_lunch is now known as shardy12:40
*** bobh has joined #openstack-mistral12:42
*** bobh has quit IRC12:47
*** Ravikiran_K has joined #openstack-mistral13:09
*** tonytan4ever has joined #openstack-mistral13:30
*** tonytan4ever has quit IRC13:35
*** catintheroof has joined #openstack-mistral14:03
*** tonytan4ever has joined #openstack-mistral14:03
*** bobh has joined #openstack-mistral14:08
*** jpeeler has joined #openstack-mistral14:46
*** jpeeler has quit IRC14:46
*** jpeeler has joined #openstack-mistral14:46
*** shardy has quit IRC15:31
*** gyee has joined #openstack-mistral16:29
*** jpich has quit IRC16:31
openstackgerritDawid Deja proposed openstack/mistral: Create MistralContext from rpc context in kombu engine  https://review.openstack.org/34378816:52
openstackgerritDawid Deja proposed openstack/mistral: Add param 'safe-rerun' to task  https://review.openstack.org/34378916:52
openstackgerritDawid Deja proposed openstack/mistral: Pass 'safe-rerun' param to RPC layer  https://review.openstack.org/34379016:52
openstackgerritDawid Deja proposed openstack/mistral: Executor fails actions if they are redelivered  https://review.openstack.org/34379116:52
*** kong has quit IRC17:04
*** lkannan has quit IRC17:04
*** evgenyl has quit IRC17:04
*** doriftoshoes has quit IRC17:05
*** rakhmerov has quit IRC17:07
*** bobh has quit IRC17:08
*** kong has joined #openstack-mistral17:09
*** rakhmerov has joined #openstack-mistral17:10
*** doriftoshoes has joined #openstack-mistral17:10
*** evgenyl has joined #openstack-mistral17:10
*** lkannan has joined #openstack-mistral17:12
*** kozhukalov has quit IRC17:15
*** kozhukalov has joined #openstack-mistral17:16
*** vishwanathj has quit IRC17:30
*** vishwanathj has joined #openstack-mistral17:31
*** vishwanathj has quit IRC17:49
*** vishwanathj has joined #openstack-mistral18:15
*** jpeeler has left #openstack-mistral18:41
*** dprince has quit IRC18:41
*** gyee has quit IRC18:48
*** Ravikiran_K has quit IRC18:52
*** vishwanathj has quit IRC19:11
*** jpeeler has joined #openstack-mistral19:15
*** gyee has joined #openstack-mistral19:34
*** vishwanathj has joined #openstack-mistral20:04
*** dprince has joined #openstack-mistral20:24
*** bobh has joined #openstack-mistral20:33
*** toddjohn has quit IRC21:03
*** toddjohn has joined #openstack-mistral21:04
*** toddjohn has quit IRC21:08
*** krot_vaca_jul19 is now known as krotscheck21:30
*** catintheroof has quit IRC21:30
*** bobh has quit IRC21:42
openstackgerritMerged openstack/mistral: Fix SPAG errors in Quickstart and Main Features docs  https://review.openstack.org/34300021:43
*** dprince has quit IRC21:48
*** bobh has joined #openstack-mistral22:34
*** bobh has quit IRC22:39
*** toddjohn has joined #openstack-mistral23:05
*** toddjohn has quit IRC23:09
*** vishwanathj has quit IRC23:35

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