*** sergmelikyan has joined #openstack-mistral | 00:14 | |
*** sergmelikyan has quit IRC | 00:18 | |
*** bobh has joined #openstack-mistral | 00:28 | |
*** enykeev has quit IRC | 00:30 | |
*** enykeev has joined #openstack-mistral | 00:31 | |
*** bobh has quit IRC | 02:13 | |
*** bobh has joined #openstack-mistral | 02:16 | |
*** bobh has quit IRC | 02:20 | |
*** achanda has joined #openstack-mistral | 02:25 | |
*** zhenguo has joined #openstack-mistral | 02:34 | |
*** bobh has joined #openstack-mistral | 02:46 | |
*** hparekh has joined #openstack-mistral | 02:50 | |
*** achanda has quit IRC | 03:09 | |
*** bobh has quit IRC | 03:32 | |
*** hparekh has quit IRC | 04:24 | |
*** achanda has joined #openstack-mistral | 04:29 | |
*** hparekh has joined #openstack-mistral | 04:42 | |
openstackgerrit | hardik proposed openstack/python-mistralclient: Fix order of arguments in assertEqual https://review.openstack.org/228725 | 05:08 |
---|---|---|
*** bobh has joined #openstack-mistral | 05:33 | |
openstackgerrit | hardik proposed openstack/python-mistralclient: Fix order of arguments in assertEqual https://review.openstack.org/228725 | 05:36 |
*** achanda has quit IRC | 05:36 | |
*** bobh has quit IRC | 05:38 | |
*** sergmelikyan has joined #openstack-mistral | 05:45 | |
*** sergmelikyan has quit IRC | 05:51 | |
*** sergmelikyan has joined #openstack-mistral | 06:06 | |
*** openstackgerrit has quit IRC | 06:16 | |
*** openstackgerrit has joined #openstack-mistral | 06:16 | |
*** sergmelikyan has quit IRC | 06:30 | |
*** sergmelikyan has joined #openstack-mistral | 06:38 | |
*** melisha has joined #openstack-mistral | 07:07 | |
*** FL1SK has quit IRC | 07:08 | |
*** sergmelikyan has quit IRC | 07:11 | |
*** sergmelikyan has joined #openstack-mistral | 07:20 | |
*** sergmelikyan has quit IRC | 07:33 | |
*** bobh has joined #openstack-mistral | 07:34 | |
*** bobh has quit IRC | 07:38 | |
openstackgerrit | hardik proposed openstack/python-mistralclient: Removed unused functional test. https://review.openstack.org/228794 | 08:48 |
*** FL1SK has joined #openstack-mistral | 09:05 | |
*** sergmelikyan has joined #openstack-mistral | 09:05 | |
*** nkoffman_ has joined #openstack-mistral | 09:10 | |
openstackgerrit | Merged openstack/python-mistralclient: Output format is corrected for wf-validate and wb-validate https://review.openstack.org/228305 | 09:16 |
*** sergmelikyan has quit IRC | 09:20 | |
nkoffman_ | Hi everyone, I have a question regarding the std.mistral_http action. I want to use the asynchronous option, and I didn't see in the docs what is the url that should be used when sending the response to mistral? | 09:21 |
*** sergmelikyan has joined #openstack-mistral | 09:22 | |
*** sergmelikyan has quit IRC | 09:24 | |
*** sergmelikyan has joined #openstack-mistral | 09:30 | |
*** sergmelikyan has quit IRC | 09:35 | |
*** sergmelikyan has joined #openstack-mistral | 09:35 | |
*** zhenguo has quit IRC | 09:43 | |
*** sergmelikyan has quit IRC | 09:48 | |
*** LimorStotland has joined #openstack-mistral | 09:58 | |
*** sergmelikyan has joined #openstack-mistral | 09:58 | |
akuznetsova | nkoffman_, hi | 09:59 |
akuznetsova | according to this code https://github.com/openstack/mistral/blob/490c56b33f09622d0d05b59c90f4ecfd3f28ba8a/mistral/actions/std_actions.py#L222 | 09:59 |
akuznetsova | you do not need to specify the mistral url to which the answers will come | 10:02 |
nkoffman_ | thanks for the response, I'm not talking aboug specifying the url. but the server which gets the request needs to know which url to use to send the async response | 10:04 |
openstackgerrit | hardik proposed openstack/python-mistralclient: Fix order of arguments in assertEqual https://review.openstack.org/228725 | 10:13 |
akuznetsova | nkoffman_, http://docs.openstack.org/developer/mistral/dsl/dsl_v2.html#std-mistral-http | 10:22 |
akuznetsova | That means that Mistral can send a request using ‘std.mistral_http’ and then any time later whatever system that received this request can notify Mistral back _(using its public API)_ with the result of this action | 10:23 |
*** LimorStotland has quit IRC | 10:26 | |
*** sergmelikyan has quit IRC | 10:39 | |
*** LimorStotland has joined #openstack-mistral | 10:43 | |
*** sergmelikyan has joined #openstack-mistral | 10:43 | |
*** sergmelikyan has quit IRC | 10:48 | |
nkoffman_ | what url does this "whatever system" need to call in order for mistral to get notified? for example, should what should the http method be (POST/GET/etc..) what should the body format be? | 10:48 |
xylan_kong | nkoffman_: I think this is what you want, PUT http://<mistral_service_ip>:8989/action_executions/<action_execution_id> with body {'state': 'SUCCESS', 'output': <your system output>} | 11:00 |
*** sergmelikyan has joined #openstack-mistral | 11:01 | |
nkoffman_ | ok, I'll give it a try. thanks | 11:04 |
*** bobh has joined #openstack-mistral | 11:35 | |
*** bobh has quit IRC | 11:40 | |
nmakhotkin | hi, nkoffman_, xylan_kong | 12:02 |
nmakhotkin | I have a few thoughts about std.mistral_http | 12:03 |
nmakhotkin | I think it should send to user/service information about callback URL, but not only some uncertain parameters such as execution-id etc | 12:04 |
nmakhotkin | User wants to make a http request and clearly see where he should send a result | 12:05 |
nmakhotkin | xylan_kong, nkoffman_, please see the bug: https://bugs.launchpad.net/mistral/+bug/1500833 | 12:05 |
openstack | Launchpad bug 1500833 in Mistral "std.mistral_http action should send a signal containing url for callback" [High,New] | 12:05 |
*** Ephur has quit IRC | 12:31 | |
*** Ephur has joined #openstack-mistral | 13:00 | |
*** Ephur_ has joined #openstack-mistral | 13:01 | |
*** Ephur has quit IRC | 13:05 | |
openstackgerrit | Victor Stinner proposed openstack/mistral: py3: Fix "tox -e py34" https://review.openstack.org/228891 | 13:17 |
*** sergmelikyan has quit IRC | 13:50 | |
*** sergmelikyan has joined #openstack-mistral | 13:54 | |
*** achanda has joined #openstack-mistral | 14:15 | |
*** achanda has quit IRC | 14:22 | |
*** sergmelikyan has quit IRC | 14:32 | |
*** bobh has joined #openstack-mistral | 14:36 | |
*** sergmelikyan has joined #openstack-mistral | 14:48 | |
*** achanda has joined #openstack-mistral | 14:51 | |
*** achanda has quit IRC | 14:59 | |
*** Piet_ has quit IRC | 15:03 | |
openstackgerrit | hardik proposed openstack/python-mistralclient: Removed unused functional test. https://review.openstack.org/228794 | 15:33 |
*** LimorStotland has quit IRC | 15:40 | |
*** Ephur_ has quit IRC | 16:04 | |
*** gyee has joined #openstack-mistral | 16:04 | |
*** gyee has quit IRC | 16:19 | |
*** sergmelikyan has quit IRC | 16:27 | |
*** gyee has joined #openstack-mistral | 16:29 | |
*** sergmelikyan has joined #openstack-mistral | 16:39 | |
*** Piet has joined #openstack-mistral | 17:01 | |
*** tonytan4ever has joined #openstack-mistral | 17:05 | |
*** achanda has joined #openstack-mistral | 17:29 | |
*** Piet has quit IRC | 17:31 | |
*** sergmelikyan has quit IRC | 18:43 | |
*** Piet has joined #openstack-mistral | 18:46 | |
*** bobh has quit IRC | 19:06 | |
*** bobh has joined #openstack-mistral | 19:07 | |
*** sergmelikyan has joined #openstack-mistral | 19:36 | |
*** gyee has quit IRC | 19:38 | |
*** tonytan4ever has quit IRC | 19:50 | |
*** tonytan4ever has joined #openstack-mistral | 19:51 | |
*** hparekh has quit IRC | 20:09 | |
*** hparekh has joined #openstack-mistral | 20:09 | |
*** hparekh2 has joined #openstack-mistral | 20:17 | |
*** hparekh has quit IRC | 20:18 | |
*** sergmelikyan has quit IRC | 20:28 | |
*** sergmelikyan has joined #openstack-mistral | 20:55 | |
*** sergmelikyan has quit IRC | 20:59 | |
*** harlowja has quit IRC | 21:40 | |
*** harlowja has joined #openstack-mistral | 21:40 | |
*** gyee has joined #openstack-mistral | 21:59 | |
*** bobh has quit IRC | 22:01 | |
*** Piet has quit IRC | 22:02 | |
*** tonytan_brb has joined #openstack-mistral | 22:10 | |
*** tonytan4ever has quit IRC | 22:14 | |
*** tonytan_brb has quit IRC | 22:27 | |
*** tonytan4ever has joined #openstack-mistral | 22:33 | |
*** Piet has joined #openstack-mistral | 23:07 | |
*** tonytan4ever has quit IRC | 23:16 | |
*** nkoffman has joined #openstack-mistral | 23:29 | |
*** tristanC has quit IRC | 23:32 | |
*** nkoffman_ has quit IRC | 23:33 | |
*** tristanC has joined #openstack-mistral | 23:33 | |
harlowja | think https://review.openstack.org/229186 might be something for u guys | 23:40 |
harlowja | but let me know if its not | 23:40 |
*** bobh has joined #openstack-mistral | 23:41 | |
*** achanda_ has joined #openstack-mistral | 23:44 | |
*** achanda_ has quit IRC | 23:45 | |
*** achanda has quit IRC | 23:48 | |
*** Piet has quit IRC | 23:57 | |
*** Piet has joined #openstack-mistral | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!