*** chkumar246 has joined #openstack-mistral | 00:09 | |
*** zhurong has joined #openstack-mistral | 00:27 | |
*** harlowja has quit IRC | 00:53 | |
*** pengdake has joined #openstack-mistral | 00:58 | |
*** yangyapeng has joined #openstack-mistral | 01:06 | |
*** yangyapeng has quit IRC | 01:11 | |
*** yangyapeng has joined #openstack-mistral | 01:13 | |
*** thrash is now known as thrash|g0ne | 01:45 | |
*** zhurong has quit IRC | 01:58 | |
*** bobh has quit IRC | 02:10 | |
*** daidv has joined #openstack-mistral | 02:34 | |
*** yangyapeng has quit IRC | 03:21 | |
*** yangyapeng has joined #openstack-mistral | 03:21 | |
*** yangyape_ has joined #openstack-mistral | 03:22 | |
*** zhurong has joined #openstack-mistral | 03:24 | |
*** yangyapeng has quit IRC | 03:25 | |
*** yangyape_ has quit IRC | 03:34 | |
*** pengdake has quit IRC | 04:01 | |
*** hardikjasani has joined #openstack-mistral | 04:03 | |
*** AlexeyAbashkin has joined #openstack-mistral | 04:33 | |
*** AlexeyAbashkin has quit IRC | 04:37 | |
*** zhurong has quit IRC | 04:39 | |
*** pengdake has joined #openstack-mistral | 06:01 | |
*** Anil0591 has joined #openstack-mistral | 07:02 | |
*** jaosorior has quit IRC | 07:02 | |
Anil0591 | hi | 07:02 |
---|---|---|
Anil0591 | Can anyone tell me how mistral supporting ssl | 07:03 |
Anil0591 | any commit for reference ??? | 07:04 |
Anil0591 | I want to add ssl support for a new service, for that i want to refer to an existing services. I think in mistral this feature is added recently. | 07:11 |
Anil0591 | Do anyone have any idea on this topic | 07:12 |
*** jtomasek has joined #openstack-mistral | 07:16 | |
*** pengdake_ has joined #openstack-mistral | 07:30 | |
openstackgerrit | Merged openstack/mistral-dashboard master: Updated from global requirements https://review.openstack.org/556500 | 07:31 |
*** pengdake has quit IRC | 07:35 | |
*** AlexeyAbashkin has joined #openstack-mistral | 07:51 | |
*** jaosorior has joined #openstack-mistral | 07:53 | |
*** zhurong has joined #openstack-mistral | 07:53 | |
*** gkadam has joined #openstack-mistral | 07:55 | |
*** jpich has joined #openstack-mistral | 08:05 | |
*** kong has quit IRC | 08:21 | |
*** gkadam_ has joined #openstack-mistral | 08:37 | |
*** gkadam has quit IRC | 08:39 | |
*** gkadam_ has quit IRC | 08:42 | |
*** gkadam_ has joined #openstack-mistral | 08:42 | |
rakhmerov | apetrich: hi, can you please review https://review.openstack.org/#/c/532507/ ? | 08:54 |
rakhmerov | it's pretty important for our CI health | 08:54 |
apetrich | rakhmerov, sure | 08:54 |
rakhmerov | ok | 08:54 |
rakhmerov | Anil0591: hey | 08:54 |
apetrich | rakhmerov, oh I was already on it :) | 08:55 |
rakhmerov | Anil0591: so it's basically on the API level | 08:55 |
rakhmerov | as any other OpenStack service | 08:55 |
rakhmerov | you can use SSL encryption for client-server communications | 08:55 |
Anil0591 | rakhmerov: Thanks for reply | 08:55 |
Anil0591 | any commit for reference... | 08:56 |
rakhmerov | Anil0591: wait a sec.. looking for the doc | 08:56 |
rakhmerov | https://docs.openstack.org/mistral/latest/configuration/config-guide.html | 08:56 |
rakhmerov | #5 | 08:56 |
rakhmerov | a little bit about it.. | 08:56 |
rakhmerov | for the server side | 08:57 |
rakhmerov | and here for the client: https://docs.openstack.org/python-mistralclient/latest/cli/cli_usage_with_openstack.html | 08:57 |
rakhmerov | for CLI rather.. | 08:58 |
Anil0591 | rakhmerov: ohh ok tnq very much | 08:58 |
rakhmerov | as far as the concrete commit it's hard to find it.. It's better to look at the code base (especially config.py in openstack/mistral) | 08:58 |
rakhmerov | Anil0591: np, let me know if you need more help | 08:59 |
Anil0591 | ok sure rakhmerov :) | 08:59 |
*** zhurong has quit IRC | 09:00 | |
apetrich | rakhmerov, lgtm | 09:01 |
rakhmerov | thanks ) | 09:01 |
rakhmerov | it should let us breath better ) | 09:02 |
openstackgerrit | Merged openstack/mistral master: Updated from global requirements https://review.openstack.org/556310 | 09:04 |
*** Anil0591 has quit IRC | 09:40 | |
openstackgerrit | Hardik Jasani proposed openstack/mistral master: Fix std.ssh "password" parameter https://review.openstack.org/555248 | 09:57 |
*** kong has joined #openstack-mistral | 10:01 | |
*** gkadam__ has joined #openstack-mistral | 10:03 | |
*** chkumar246 has quit IRC | 10:04 | |
*** gkadam has joined #openstack-mistral | 10:06 | |
*** gkadam_ has quit IRC | 10:07 | |
*** gkadam__ has quit IRC | 10:08 | |
*** chandankumar has joined #openstack-mistral | 10:21 | |
*** zhurong has joined #openstack-mistral | 10:31 | |
*** gkadam has quit IRC | 10:32 | |
*** gkadam has joined #openstack-mistral | 10:35 | |
*** AlexeyAbashkin has quit IRC | 11:05 | |
*** AlexeyAbashkin has joined #openstack-mistral | 11:07 | |
*** Anil0591 has joined #openstack-mistral | 11:19 | |
Anil0591 | hi, is mistral-api runs stand alone or it still runs from wsgi app | 11:21 |
Anil0591 | As for as i know, mistral-api now runs stand alone without running it in apache | 11:22 |
Anil0591 | but from this commit https://review.openstack.org/#/c/344598 i can see that it runs from wsgi app | 11:24 |
*** pengdake_ has quit IRC | 11:30 | |
*** openstackgerrit has quit IRC | 11:33 | |
*** mcdoker181818 has joined #openstack-mistral | 11:39 | |
*** yangyapeng has joined #openstack-mistral | 11:55 | |
*** pengdake_ has joined #openstack-mistral | 11:58 | |
*** bobh has joined #openstack-mistral | 12:03 | |
*** bobh has quit IRC | 12:10 | |
*** dprince has joined #openstack-mistral | 12:16 | |
*** thrash|g0ne is now known as thrash | 12:20 | |
*** zhurong has quit IRC | 12:27 | |
*** openstackgerrit has joined #openstack-mistral | 12:40 | |
openstackgerrit | Merged openstack/mistral-tempest-plugin master: Updated from global requirements https://review.openstack.org/556409 | 12:40 |
*** toure|biab is now known as toure | 13:01 | |
*** bobh has joined #openstack-mistral | 13:06 | |
*** hardikjasani has quit IRC | 13:23 | |
*** jaosorior has quit IRC | 13:33 | |
*** goutham has joined #openstack-mistral | 13:51 | |
*** jaosorior has joined #openstack-mistral | 14:03 | |
toure | d0ugal ping | 14:10 |
toure | d0ugal unping | 14:12 |
toure | found it | 14:13 |
toure | :) | 14:13 |
*** yangyapeng has quit IRC | 14:25 | |
*** goutham has quit IRC | 14:26 | |
*** pengdake_ has quit IRC | 14:29 | |
*** gkadam_ has joined #openstack-mistral | 14:36 | |
*** gkadam has quit IRC | 14:38 | |
*** kong has quit IRC | 14:40 | |
*** yangyapeng has joined #openstack-mistral | 14:52 | |
*** yangyapeng has quit IRC | 14:52 | |
*** yangyapeng has joined #openstack-mistral | 14:53 | |
*** rook is now known as rook-mtg | 15:03 | |
*** jaosorior has quit IRC | 15:12 | |
*** thrash is now known as thrash|biab | 15:15 | |
openstackgerrit | Merged openstack/mistral master: Improve Mistral API DB error handling https://review.openstack.org/532507 | 15:30 |
*** rook-mtg is now known as rook | 15:33 | |
*** thrash|biab is now known as thrash | 15:45 | |
*** bobh has quit IRC | 16:29 | |
*** jpich has quit IRC | 16:43 | |
*** bobh has joined #openstack-mistral | 16:59 | |
*** gkadam_ has quit IRC | 17:00 | |
*** bobh has quit IRC | 17:01 | |
*** bobh has joined #openstack-mistral | 17:01 | |
*** yangyapeng has quit IRC | 17:09 | |
*** yangyapeng has joined #openstack-mistral | 17:09 | |
openstackgerrit | Toure Dunnon proposed openstack/mistral master: Workflow Error Analysis [WIP] https://review.openstack.org/455447 | 17:16 |
openstackgerrit | Toure Dunnon proposed openstack/python-mistralclient master: Workflow Error Analysis Client. https://review.openstack.org/452901 | 17:16 |
*** AlexeyAbashkin has quit IRC | 17:21 | |
*** yangyapeng has quit IRC | 17:40 | |
*** shardy has quit IRC | 18:09 | |
*** AlexeyAbashkin has joined #openstack-mistral | 18:35 | |
*** AlexeyAbashkin has quit IRC | 18:39 | |
*** itlinux has joined #openstack-mistral | 19:26 | |
*** harlowja has joined #openstack-mistral | 19:34 | |
*** dprince has quit IRC | 19:50 | |
*** jtomasek has quit IRC | 19:52 | |
*** bobh has quit IRC | 20:00 | |
*** bobh has joined #openstack-mistral | 20:06 | |
*** toure is now known as toure|gone | 20:09 | |
*** chandankumar has quit IRC | 21:05 | |
*** itlinux has quit IRC | 21:15 | |
*** itlinux has joined #openstack-mistral | 21:19 | |
*** chkumar246 has joined #openstack-mistral | 21:21 | |
*** thrash is now known as thrash|g0ne | 22:03 | |
*** itlinux has quit IRC | 22:05 | |
*** bobh has quit IRC | 22:18 | |
*** bobh has joined #openstack-mistral | 22:18 | |
*** bobh has quit IRC | 22:23 | |
*** kong has joined #openstack-mistral | 22:36 | |
openstackgerrit | Merged openstack/mistral master: Fix 'pause' engine command https://review.openstack.org/552455 | 23:08 |
*** AlexeyAbashkin has joined #openstack-mistral | 23:12 | |
*** AlexeyAbashkin has quit IRC | 23:17 | |
*** chkumar246 has quit IRC | 23:26 | |
*** harlowja has quit IRC | 23:32 | |
*** chandankumar has joined #openstack-mistral | 23:44 | |
*** rbrady-afk has quit IRC | 23:57 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!