*** toddjohn has joined #openstack-mistral | 00:21 | |
*** toddjohn has quit IRC | 00:25 | |
*** cheneydc has joined #openstack-mistral | 00:57 | |
*** bobh has joined #openstack-mistral | 01:14 | |
*** toddjohn has joined #openstack-mistral | 01:15 | |
*** toddjohn has quit IRC | 01:19 | |
*** bobh has quit IRC | 01:32 | |
*** chlong has joined #openstack-mistral | 02:04 | |
*** vishwanathj has joined #openstack-mistral | 02:20 | |
*** bobh has joined #openstack-mistral | 02:33 | |
*** bobh has quit IRC | 02:38 | |
*** toddjohn has joined #openstack-mistral | 03:03 | |
*** toddjohn has quit IRC | 03:07 | |
*** chlong has quit IRC | 03:34 | |
*** bobh has joined #openstack-mistral | 03:44 | |
*** chlong has joined #openstack-mistral | 03:51 | |
*** bobh has quit IRC | 04:05 | |
*** chlong has quit IRC | 04:26 | |
*** vishwanathj has quit IRC | 04:28 | |
*** vishwanathj has joined #openstack-mistral | 04:30 | |
*** chlong has joined #openstack-mistral | 04:38 | |
*** toddjohn has joined #openstack-mistral | 04:51 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral: Refactoring workflow handler https://review.openstack.org/323697 | 04:51 |
---|---|---|
*** toddjohn has quit IRC | 04:56 | |
*** chlong has quit IRC | 05:05 | |
*** chlong has joined #openstack-mistral | 05:18 | |
*** chlong has quit IRC | 05:37 | |
*** openstackgerrit has quit IRC | 06:02 | |
*** openstackgerrit has joined #openstack-mistral | 06:03 | |
*** chlong has joined #openstack-mistral | 06:31 | |
rakhmerov | kong: hi Lingxian, could you please have a look at https://review.openstack.org/#/c/303947/ ? Is it the same problem that was with stable/mitaka? | 06:45 |
*** shardy has joined #openstack-mistral | 07:39 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral-specs: WIP: Custon actions API specification https://review.openstack.org/325769 | 07:56 |
*** chlong has quit IRC | 07:56 | |
*** toddjohn has joined #openstack-mistral | 08:14 | |
*** shardy has quit IRC | 08:20 | |
*** shardy has joined #openstack-mistral | 08:23 | |
*** toddjohn has quit IRC | 08:28 | |
*** toddjohn has joined #openstack-mistral | 09:09 | |
*** toddjohn has quit IRC | 09:15 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral-specs: WIP: Custon actions API specification https://review.openstack.org/325769 | 09:26 |
*** cheneydc has quit IRC | 10:02 | |
mflobo | question about mistralclient and action GET | 10:02 |
mflobo | Why to get info about an action we have to pass the action name only, like | 10:03 |
mflobo | $ mistral action-get zaqar.queue_post | 10:03 |
mflobo | in other openstackclients, the ID is also valid | 10:03 |
mflobo | in mistral, only the name of the action is valid for action-get | 10:04 |
mflobo | please, check: $ mistral help action-get | 10:04 |
mflobo | And because of only the name is valid got action-get, this bug https://bugs.launchpad.net/mistral/+bug/1584643 will be there forever | 10:05 |
openstack | Launchpad bug 1584643 in Mistral "[ui] Bad url to Action detail" [Undecided,New] - Assigned to Marcos Lobo (marcos-fermin-lobo) | 10:05 |
rakhmerov | mflobo: hi, yes, we know about it | 10:12 |
rakhmerov | it's mostly for historical reasons and we're supposed to allow to use both names and ids for objects like workflow definitions and action definitions | 10:13 |
rakhmerov | for workflows it was done in Mitaka cycle, for actions it's still to be done | 10:13 |
mflobo | ah, ok, I did not find any bug report opened about this... should I? | 10:13 |
rakhmerov | it's rather a BP than a bug because it was done intentionally in the first place | 10:14 |
rakhmerov | let me see.. | 10:14 |
mflobo | ok | 10:14 |
rakhmerov | hm.. seems like nothing is filed for that. There was just a BP for workflows | 10:16 |
rakhmerov | let me file it for actions | 10:16 |
rakhmerov | mflobo: https://blueprints.launchpad.net/mistral/+spec/mistral-actions-identifier | 10:21 |
rakhmerov | mflobo: as far as https://bugs.launchpad.net/mistral/+bug/1584643, would you like to work on it yourself? | 10:26 |
openstack | Launchpad bug 1584643 in Mistral "[ui] Bad url to Action detail" [Undecided,New] - Assigned to Marcos Lobo (marcos-fermin-lobo) | 10:26 |
rakhmerov | there's a guy in Mistral team who usually takes UI work but he's not available right now, will be soon | 10:27 |
*** chlong has joined #openstack-mistral | 10:44 | |
openstackgerrit | Andras Kovi proposed openstack/mistral-specs: Execute workflow on targeted Openstack cloud https://review.openstack.org/319868 | 10:50 |
openstackgerrit | Dawid Deja proposed openstack/mistral: New RPC layer implementation https://review.openstack.org/194117 | 10:53 |
openstackgerrit | Dawid Deja proposed openstack/mistral: Integrating new RPC layer with Mistral https://review.openstack.org/197563 | 10:53 |
openstackgerrit | Dawid Deja proposed openstack/mistral: Make RPC implementation configurable https://review.openstack.org/197562 | 10:53 |
openstackgerrit | Dawid Deja proposed openstack/mistral: Adding OsloRPC server and client https://review.openstack.org/197561 | 10:53 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral-specs: WIP: Custon actions API specification https://review.openstack.org/325769 | 10:56 |
ddeja | rakhmerov: Is this ready for review or you still planning to add something? https://review.openstack.org/#/c/323697/ | 11:00 |
rakhmerov | ddeja: hi, this is ready | 11:00 |
rakhmerov | although the whole thing is still in progress | 11:01 |
rakhmerov | there will be more patches but later | 11:01 |
ddeja | rakhmerov: Yes, I understand. Nevertheless this one needs reviews ;) | 11:01 |
rakhmerov | ddeja: I left a number of TODOs in the code that still need to be addressed | 11:01 |
rakhmerov | also, there needs to be more tests done for error handling | 11:02 |
rakhmerov | ddeja: yes, sure. I'd appreciate your feedback | 11:02 |
ddeja | rakhmerov: OK. I will have that in mind | 11:02 |
*** venkat has joined #openstack-mistral | 11:12 | |
openstackgerrit | Merged openstack/mistral-extra: Remove AUTHORS file https://review.openstack.org/325206 | 11:14 |
venkat | Hi Nikolay.. | 11:20 |
*** venkat has quit IRC | 11:31 | |
*** rbrady has joined #openstack-mistral | 11:38 | |
openstackgerrit | Venkata Mahesh Jonnalagadda proposed openstack/mistral: mistral actions for designate v1 api's not working https://review.openstack.org/324247 | 11:42 |
openstackgerrit | Merged openstack/mistral-specs: Execute workflow on targeted Openstack cloud https://review.openstack.org/319868 | 11:58 |
*** honza has left #openstack-mistral | 12:08 | |
*** dprince has joined #openstack-mistral | 12:09 | |
openstackgerrit | Renat Akhmerov proposed openstack/mistral-specs: WIP: Custom actions API specification https://review.openstack.org/325769 | 12:14 |
mflobo | rakhmerov, ok, I will take that blueprint if you want | 12:17 |
mflobo | https://blueprints.launchpad.net/mistral/+spec/mistral-actions-identifier | 12:17 |
rakhmerov | mflobo: :) | 12:19 |
rakhmerov | sure, no problem | 12:19 |
*** bobh has joined #openstack-mistral | 12:20 | |
*** venkat has joined #openstack-mistral | 12:20 | |
*** bobh has quit IRC | 12:36 | |
*** vishwanathj has quit IRC | 12:51 | |
openstackgerrit | Marcos Fermín Lobo proposed openstack/mistral: Allow to use both name and id to access action definitions https://review.openstack.org/325894 | 13:03 |
*** venkat has quit IRC | 13:06 | |
*** vishwanathj has joined #openstack-mistral | 13:22 | |
*** vishwana_ has joined #openstack-mistral | 13:29 | |
openstackgerrit | Marcos Fermín Lobo proposed openstack/python-mistralclient: Change action-get help to get action info by ID https://review.openstack.org/325921 | 13:31 |
*** vishwanathj has quit IRC | 13:31 | |
*** vishwanathj has joined #openstack-mistral | 13:34 | |
*** vishwanathj has quit IRC | 13:37 | |
*** vishwanathj has joined #openstack-mistral | 13:37 | |
*** vishwana_ has quit IRC | 13:38 | |
*** toddjohn has joined #openstack-mistral | 13:40 | |
*** dmk0202 has joined #openstack-mistral | 13:44 | |
*** vishwana_ has joined #openstack-mistral | 13:44 | |
*** toddjohn has quit IRC | 13:45 | |
*** vishwanathj has quit IRC | 13:47 | |
*** vishwanathj has joined #openstack-mistral | 14:00 | |
*** vishwana_ has quit IRC | 14:03 | |
*** vishwana_ has joined #openstack-mistral | 14:16 | |
*** vishwanathj has quit IRC | 14:18 | |
*** vishwanathj has joined #openstack-mistral | 14:31 | |
*** vishwana_ has quit IRC | 14:34 | |
*** d0ugal has quit IRC | 14:44 | |
*** vishwana_ has joined #openstack-mistral | 14:46 | |
*** vishwanathj has quit IRC | 14:49 | |
*** vishwana_ is now known as vishwanathj | 14:52 | |
*** vishwana_ has joined #openstack-mistral | 15:01 | |
*** vishwanathj has quit IRC | 15:04 | |
*** dmk0202 has quit IRC | 15:05 | |
*** dprince has quit IRC | 15:14 | |
*** vishwanathj has joined #openstack-mistral | 15:16 | |
*** tonytan4ever has joined #openstack-mistral | 15:19 | |
*** vishwana_ has quit IRC | 15:20 | |
*** renato_r has joined #openstack-mistral | 15:28 | |
*** vishwana_ has joined #openstack-mistral | 15:32 | |
*** vishwanathj has quit IRC | 15:35 | |
*** d0ugal has joined #openstack-mistral | 15:40 | |
*** gyee has joined #openstack-mistral | 15:46 | |
*** vishwanathj has joined #openstack-mistral | 15:48 | |
*** vishwana_ has quit IRC | 15:51 | |
*** vishwanathj has quit IRC | 15:52 | |
*** dmk0202 has joined #openstack-mistral | 15:58 | |
*** dmk0202 has quit IRC | 16:06 | |
*** dprince has joined #openstack-mistral | 16:24 | |
*** vishwanathj has joined #openstack-mistral | 16:30 | |
*** vishwana_ has joined #openstack-mistral | 16:37 | |
*** vishwanathj has quit IRC | 16:40 | |
*** Ravikiran_K has joined #openstack-mistral | 16:47 | |
*** tonytan4ever has quit IRC | 16:49 | |
*** vishwanathj has joined #openstack-mistral | 16:52 | |
*** vishwana_ has quit IRC | 16:55 | |
*** vishwanathj has quit IRC | 16:58 | |
*** catintheroof has joined #openstack-mistral | 17:25 | |
*** bobh has joined #openstack-mistral | 17:27 | |
*** vishwanathj has joined #openstack-mistral | 17:47 | |
*** harlowja has joined #openstack-mistral | 17:48 | |
*** dprince has quit IRC | 17:51 | |
*** dprince has joined #openstack-mistral | 17:51 | |
*** bobh has quit IRC | 17:54 | |
*** dprince has quit IRC | 17:58 | |
*** dprince has joined #openstack-mistral | 17:59 | |
*** vishwanathj has quit IRC | 18:06 | |
*** vishwanathj has joined #openstack-mistral | 18:06 | |
*** jtomasek has quit IRC | 18:39 | |
*** krotscheck has quit IRC | 18:42 | |
*** krotscheck_ has joined #openstack-mistral | 18:42 | |
*** krotscheck_ is now known as krotscheck | 18:44 | |
*** toddjohn has joined #openstack-mistral | 19:05 | |
*** toddjohn has quit IRC | 19:09 | |
*** gyee has quit IRC | 19:15 | |
*** vishwanathj has quit IRC | 19:25 | |
*** Ravikiran_K has quit IRC | 19:30 | |
*** toddjohn has joined #openstack-mistral | 19:33 | |
*** toddjohn has quit IRC | 19:57 | |
*** toddjohn has joined #openstack-mistral | 19:58 | |
*** toddjohn has quit IRC | 20:02 | |
*** toddjohn has joined #openstack-mistral | 20:09 | |
*** gyee has joined #openstack-mistral | 20:20 | |
*** toddjohn has quit IRC | 20:31 | |
*** shardy has quit IRC | 20:45 | |
*** shardy has joined #openstack-mistral | 20:52 | |
*** FL1SK has quit IRC | 21:18 | |
*** dprince has quit IRC | 21:24 | |
*** catintheroof has quit IRC | 21:46 | |
*** gyee has quit IRC | 22:00 | |
*** shardy has quit IRC | 22:08 | |
*** FL1SK has joined #openstack-mistral | 22:11 | |
*** gyee has joined #openstack-mistral | 22:12 | |
*** bobh has joined #openstack-mistral | 22:42 | |
*** bobh has quit IRC | 22:46 | |
*** FL1SK has quit IRC | 22:58 | |
*** harlowja has quit IRC | 23:01 | |
*** bobh has joined #openstack-mistral | 23:07 | |
*** FL1SK has joined #openstack-mistral | 23:15 | |
*** bobh has quit IRC | 23:18 | |
kong | rakhmerov: hi, I've no idea for the failure in https://review.openstack.org/#/c/303947/ :-( | 23:34 |
*** FL1SK has quit IRC | 23:44 | |
*** renato_r has quit IRC | 23:54 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!