Tuesday, 2018-04-17

openstackgerritcaoyuan proposed openstack/mistral master: Update auth_uri option to www_authenticate_uri  https://review.openstack.org/56046200:56
*** rbrady has quit IRC00:57
openstackgerritcaoyuan proposed openstack/mistral master: Update auth_uri option to www_authenticate_uri  https://review.openstack.org/56046200:57
*** rbrady has joined #openstack-mistral01:12
*** rbrady has quit IRC01:12
*** rbrady has joined #openstack-mistral01:12
*** weshay_ has joined #openstack-mistral02:01
*** weshay has quit IRC02:03
*** weshay has joined #openstack-mistral02:03
*** weshay_ has quit IRC02:06
*** rbrady has quit IRC02:29
*** d0ugal_ has joined #openstack-mistral03:15
*** d0ugal has quit IRC03:16
*** d0ugal_ has quit IRC04:03
*** d0ugal__ has joined #openstack-mistral04:03
*** hardikjasani has joined #openstack-mistral04:13
openstackgerritQi Peng proposed openstack/mistral master: Fix error about SenlinAction  https://review.openstack.org/54972906:07
openstackgerritVitalii Solodilov proposed openstack/mistral master: WIP: All of before task policies must be executed when task was rerun.  https://review.openstack.org/56179506:46
openstackgerritVitalii Solodilov proposed openstack/mistral master: Replaced action timeout with action deadline  https://review.openstack.org/56111806:59
openstackgerritVitalii Solodilov proposed openstack/mistral master: Concurrency and timeout policies must be executed when task was rerun.  https://review.openstack.org/56179507:20
openstackgerritRenat Akhmerov proposed openstack/mistral master: Optimizing big 'on-XXX' clauses  https://review.openstack.org/56117507:30
*** AlexeyAbashkin has joined #openstack-mistral07:31
*** shardy has joined #openstack-mistral07:54
*** jpich has joined #openstack-mistral08:04
*** d0ugal__ has quit IRC08:05
*** d0ugal has joined #openstack-mistral08:05
*** d0ugal has quit IRC08:05
*** d0ugal has joined #openstack-mistral08:05
*** jtomasek has quit IRC08:08
openstackgerritKevin Pouget proposed openstack/mistral master: Add missing query paramater `scope` to the workbook api  https://review.openstack.org/55503008:26
rakhmerovapetrich, d0ugal: hi, please take a look at https://review.openstack.org/#/c/561175/ when you have a chance08:33
rakhmerova very performance influencing change08:33
apetrichrakhmerov, will do08:34
rakhmerovthanks08:34
*** jtomasek has joined #openstack-mistral08:57
openstackgerritDougal Matthews proposed openstack/mistral master: Correct the string formatting in a info log message  https://review.openstack.org/56185309:36
d0ugalrakhmerov: ^09:36
d0ugalapetrich: ^09:36
d0ugalTiny patch that we need to merge and backport.09:36
rakhmerovd0ugal: sure09:37
rakhmerovok09:37
rakhmerovd0ugal: btw, thanks for reviewing and approving mine09:37
d0ugalrakhmerov: np, I'm glad the large on-XXX problem was quite easy to fix in the end - it sounded like it would be harder.09:37
d0ugalactually, I am going to add a release note since this will be backported.09:38
apetrichd0ugal, good catch09:39
rakhmerovd0ugal: yeah, but I'm planning to do some more changes there09:40
openstackgerritDougal Matthews proposed openstack/mistral master: Correct the string formatting in a info log message  https://review.openstack.org/56185309:40
d0ugalapetrich: thanks to you for pointing out it wasn't a unicode bug, I was fixated on that as the cause09:40
rakhmerovthis helps a lot but I'm sure we can do even better. I'd like to avoid merging all dicts in one loop, it may still create problems on large data sets09:41
d0ugalyup, makes sense09:41
openstackgerritDougal Matthews proposed openstack/mistral master: Correct the string formatting in a info log message  https://review.openstack.org/56185309:41
openstackgerritRenat Akhmerov proposed openstack/mistral master: Add '__task_execution' structure to task execution context on the fly  https://review.openstack.org/56189910:41
openstackgerritRenat Akhmerov proposed openstack/mistral master: Add '__task_execution' structure to task execution context on the fly  https://review.openstack.org/56189910:46
*** jtomasek has quit IRC10:59
openstackgerritAdriano Petrich proposed openstack/python-mistralclient master: Add the force parameter to delete executions  https://review.openstack.org/56115911:03
*** AlexeyAbashkin has quit IRC11:07
openstackgerritRenat Akhmerov proposed openstack/mistral master: Add '__task_execution' structure to task execution context on the fly  https://review.openstack.org/56189911:13
*** jaosorior has quit IRC11:24
*** jaosorior has joined #openstack-mistral11:27
*** AlexeyAbashkin has joined #openstack-mistral11:28
*** jtomasek has joined #openstack-mistral11:39
d0ugalLooks like we have some unstable devstack tests again. Interesting that it hasn't been a problem for a while.11:57
openstackgerritMerged openstack/mistral master: Optimizing big 'on-XXX' clauses  https://review.openstack.org/56117511:58
d0ugal^ but some stuff is obviously passing :)11:58
openstackgerritVitalii Solodilov proposed openstack/mistral master: Replaced action timeout with action deadline  https://review.openstack.org/56111812:09
apetrichd0ugal, yeah I was planning to investigate in a moment12:19
openstackgerritKevin Pouget proposed openstack/mistral master: Add missing query paramater `scope` to the workbook api  https://review.openstack.org/55503012:26
openstackgerritKevin Pouget proposed openstack/mistral master: Add missing query paramater `scope` to the workbook api  https://review.openstack.org/55503012:39
*** hardikjasani has quit IRC13:13
pgaxattehello13:41
pgaxatteI'm trying to see if I can implement a simple way to disable actions from the configuration (instead of removing them in setup.cfg)13:43
pgaxattewould the worklow.lookup_utils.find_action_definition_by_name be a good place to do that?13:44
*** bobh has joined #openstack-mistral14:14
*** hardikjasani has joined #openstack-mistral14:31
d0ugalpgaxatte: yes, I think that would be a good place. You want to add a new config option for this?15:02
d0ugaltoure: btw I am using the source execution thing all the time now. Super useful.15:03
d0ugalI didn't think it would be so useful, but it is!15:03
pgaxatted0ugal: yeah I imagined something like a list of disabled actions15:04
pgaxatted0ugal: also maybe a list of modules to disable in the openstack_actions section to avoid proposing some parts of the openstack API15:05
*** thrash is now known as thrash|biab16:15
*** harlowja has joined #openstack-mistral16:23
*** jpich has quit IRC16:25
*** harlowja has quit IRC16:52
*** shardy has quit IRC16:53
*** harlowja has joined #openstack-mistral16:57
*** harlowja has quit IRC17:20
toured0ugal good to hear, I am glad one of my features is helping some one...now if I can solve this client issue for WFEA I would be happy17:22
toureWFEA = workflow error analysis17:22
d0ugalI guessed :)17:45
*** AlexeyAbashkin has quit IRC18:02
*** hardikjasani has quit IRC18:21
*** thrash|biab is now known as thrash18:37
*** apetrich_ has joined #openstack-mistral18:38
*** bobh has quit IRC18:55
*** apetrich_ has quit IRC19:04
openstackgerritMerged openstack/mistral master: Correct the string formatting in a info log message  https://review.openstack.org/56185319:18
*** apetrich has quit IRC19:18
*** apetrich has joined #openstack-mistral19:19
*** AlexeyAbashkin has joined #openstack-mistral19:25
*** bobh has joined #openstack-mistral19:34
*** AlexeyAbashkin has quit IRC19:34
*** bobh has quit IRC19:39
*** pgaxatte1 has joined #openstack-mistral19:49
*** harlowja has joined #openstack-mistral19:50
*** pgaxatte has quit IRC19:51
*** apetrich has quit IRC19:54
*** apetrich has joined #openstack-mistral19:55
*** toure is now known as toure|biab20:03
*** bobh has joined #openstack-mistral20:14
openstackgerritDougal Matthews proposed openstack/mistral stable/queens: Correct the string formatting in a info log message  https://review.openstack.org/56204520:42
openstackgerritDougal Matthews proposed openstack/mistral stable/pike: Correct the string formatting in a info log message  https://review.openstack.org/56204620:42
*** jtomasek has quit IRC20:49
openstackgerritDoug Hellmann proposed openstack/mistral master: add lower-constraints job  https://review.openstack.org/55582421:15
*** bobh has quit IRC22:22

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