| *** bobh has joined #openstack-mistral | 00:01 | |
| *** yangyapeng has joined #openstack-mistral | 01:09 | |
| *** zhurong has joined #openstack-mistral | 01:35 | |
| *** haint has joined #openstack-mistral | 02:09 | |
| *** AlexeyAbashkin has joined #openstack-mistral | 02:12 | |
| *** AlexeyAbashkin has quit IRC | 02:16 | |
| *** Manik has joined #openstack-mistral | 02:17 | |
| *** EmilienM_ has joined #openstack-mistral | 02:17 | |
| *** haint_ has quit IRC | 02:21 | |
| *** Dinesh__Bhor has joined #openstack-mistral | 02:21 | |
| *** histrio- has joined #openstack-mistral | 02:21 | |
| *** zhurong has quit IRC | 02:22 | |
| *** jrist has quit IRC | 02:22 | |
| *** EmilienM has quit IRC | 02:22 | |
| *** Dinesh_Bhor has quit IRC | 02:22 | |
| *** histrio_ has quit IRC | 02:22 | |
| *** zigo has quit IRC | 02:22 | |
| *** EmilienM_ is now known as EmilienM | 02:22 | |
| *** EmilienM has quit IRC | 02:22 | |
| *** EmilienM has joined #openstack-mistral | 02:22 | |
| *** jrist has joined #openstack-mistral | 02:23 | |
| *** bobh has quit IRC | 02:23 | |
| *** zigo has joined #openstack-mistral | 02:27 | |
| *** zigo is now known as Guest13268 | 02:29 | |
| *** daidv has joined #openstack-mistral | 02:45 | |
| *** daidv_ has joined #openstack-mistral | 02:45 | |
| *** Manik has quit IRC | 02:52 | |
| *** mbindlish has joined #openstack-mistral | 02:54 | |
| *** mbindlish has quit IRC | 03:59 | |
| *** bobh has joined #openstack-mistral | 04:09 | |
| *** threestrands_ has joined #openstack-mistral | 04:24 | |
| *** threestrands_ has quit IRC | 04:24 | |
| *** threestrands_ has joined #openstack-mistral | 04:24 | |
| *** threestrands has quit IRC | 04:26 | |
| *** daidv has quit IRC | 04:29 | |
| *** bobh has quit IRC | 04:39 | |
| *** threestrands_ has quit IRC | 06:24 | |
| *** jtomasek has joined #openstack-mistral | 07:47 | |
| *** jtomasek has joined #openstack-mistral | 07:47 | |
| *** brunograz has joined #openstack-mistral | 07:58 | |
| *** AlexeyAbashkin has joined #openstack-mistral | 08:15 | |
| *** gkadam has joined #openstack-mistral | 08:24 | |
| *** jpich has joined #openstack-mistral | 08:58 | |
| *** Dinesh__Bhor has quit IRC | 09:18 | |
| *** Dinesh__Bhor has joined #openstack-mistral | 09:19 | |
| csatari | Hi, the config guide (https://docs.openstack.org/mistral/latest/configuration/index.html) talks about an identity_uri parameter in mistral.conf, but it is missing from the example file we got into etc/mistral.conf.sample. | 09:27 |
|---|---|---|
| csatari | Is it deprecated, or why do we miss it? | 09:27 |
| csatari | Also there all of the admin_.* things are missing. | 09:30 |
| d0ugal | csatari: I think that guide may be out of date. | 09:47 |
| d0ugal | csatari: I have an auth_url, not an identity_uri | 09:50 |
| d0ugal | csatari: I assume you are trying to auth with Keystone? | 09:50 |
| *** dtantsur|afk is now known as dtantsur | 09:51 | |
| *** jaosorior has quit IRC | 09:55 | |
| d0ugal | csatari: Would you like a copy of my Mistral config? Then you can see one that works with git master (and I think Pike too). | 09:57 |
| *** daidv_ has quit IRC | 10:06 | |
| csatari | @d0ugal: Yes, please send me your config. We can update the config guide. | 10:23 |
| csatari | And yes we are trying to authenticate with Keystone. | 10:23 |
| *** Dinesh__Bhor has quit IRC | 11:30 | |
| chandankumar | d0ugal: hello | 11:43 |
| chandankumar | d0ugal: for murano tempest plugin https://github.com/openstack/murano-tempest-plugin already exits | 11:44 |
| chandankumar | d0ugal: we just need to sync the code in a single review | 11:44 |
| chandankumar | in new repo | 11:44 |
| *** haint has quit IRC | 11:50 | |
| d0ugal | chandankumar: murano? I don't follow. | 11:55 |
| d0ugal | csatari: I'll get you a copy shortly - I am just in the process of doing a new dev install. | 11:56 |
| chandankumar | d0ugal: sorry, i got confused | 11:56 |
| chandankumar | wrong ping | 11:56 |
| d0ugal | np | 11:56 |
| csatari | d0ugal> Okay, thanks. | 11:59 |
| *** nguyentrihai has joined #openstack-mistral | 12:02 | |
| *** thrash|g0ne is now known as thrash | 12:14 | |
| d0ugal | csatari: http://paste.openstack.org/show/627963/ | 12:25 |
| d0ugal | csatari: I guess the most interesting bit for you is lines 649-654 | 12:26 |
| d0ugal | csatari: that is a user we have created in keystone | 12:26 |
| csatari | Thanks | 12:27 |
| csatari | Humm, the use creation is not described in the Install or the Configuration guides. | 12:28 |
| d0ugal | csatari: You can use your Keystone admin user if you like. | 12:29 |
| d0ugal | Creating a user for Mistral is optional | 12:29 |
| csatari | Shouldn't we mention this option in the Install Guide? | 12:29 |
| d0ugal | I guess? We can do, but it is more a feature of Keystone. | 12:30 |
| d0ugal | A brief mention and a link to the keystone docs would be fine. | 12:30 |
| csatari | Okay. I will create a patch for this with visnyei. | 12:33 |
| d0ugal | csatari: great! I look forward to reviewing it :) We really need to improve our docs. | 12:35 |
| csatari | We are on it. | 12:35 |
| csatari | If you have any concrete doc issues just reach out for me or visnyei. | 12:35 |
| *** yangyapeng has quit IRC | 12:53 | |
| *** yangyapeng has joined #openstack-mistral | 12:57 | |
| *** yangyapeng has quit IRC | 13:01 | |
| *** rbrady has quit IRC | 13:06 | |
| *** dtantsur is now known as dtantsur|brb | 13:14 | |
| *** shardy has joined #openstack-mistral | 13:28 | |
| *** yangyapeng has joined #openstack-mistral | 13:34 | |
| *** dprince has joined #openstack-mistral | 13:46 | |
| *** bobh has joined #openstack-mistral | 14:00 | |
| *** AlexeyAbashkin has quit IRC | 14:02 | |
| *** brunograz has quit IRC | 14:08 | |
| d0ugal | chandankumar: did you manage to make any progress with the mistral plugin? | 14:13 |
| *** openstackgerrit has joined #openstack-mistral | 14:22 | |
| openstackgerrit | Merged openstack/mistral master: Implement policy in code (1) https://review.openstack.org/509325 | 14:22 |
| *** rbrady has joined #openstack-mistral | 14:24 | |
| chandankumar | d0ugal: i will putting the reviews today. | 14:26 |
| d0ugal | chandankumar: great :) | 14:26 |
| *** brunograz has joined #openstack-mistral | 14:27 | |
| *** jkilpatr has quit IRC | 14:35 | |
| *** brunograz has quit IRC | 14:36 | |
| *** brunograz has joined #openstack-mistral | 14:51 | |
| *** d0ugal has quit IRC | 14:56 | |
| openstackgerrit | Merged openstack/mistral master: Implement policy in code - action execution (2) https://review.openstack.org/511169 | 14:59 |
| openstackgerrit | Merged openstack/mistral master: Implement policy in code - action (3) https://review.openstack.org/511381 | 14:59 |
| openstackgerrit | Merged openstack/mistral master: Implement policy in code - cron trigger (4) https://review.openstack.org/511688 | 14:59 |
| openstackgerrit | Merged openstack/mistral master: Implement policy in code - environment (5) https://review.openstack.org/511696 | 14:59 |
| openstackgerrit | Merged openstack/mistral master: Implement policy in code - execution (6) https://review.openstack.org/511698 | 14:59 |
| openstackgerrit | Merged openstack/mistral master: Implement policy in code - member (7) https://review.openstack.org/511699 | 14:59 |
| openstackgerrit | Merged openstack/mistral master: Implement policy in code - service and task (8) https://review.openstack.org/511700 | 14:59 |
| openstackgerrit | Merged openstack/mistral master: Implement policy in code - workbook (9) https://review.openstack.org/511701 | 14:59 |
| openstackgerrit | Merged openstack/mistral master: Implement policy in code - workflow (10) https://review.openstack.org/511719 | 14:59 |
| openstackgerrit | Merged openstack/mistral master: Implement policy in code - event trigger (11) https://review.openstack.org/511738 | 14:59 |
| openstackgerrit | Dougal Matthews proposed openstack/mistral stable/pike: Don't use oslo context get_logging_values https://review.openstack.org/523096 | 14:59 |
| openstackgerrit | Merged openstack/mistral master: Implement policy in code - docs and reno (end) https://review.openstack.org/511769 | 14:59 |
| openstackgerrit | Andras Kovi proposed openstack/mistral master: Add id field to db query if no sorting order is provided https://review.openstack.org/523926 | 15:13 |
| *** livelace-link has joined #openstack-mistral | 15:16 | |
| *** jkilpatr has joined #openstack-mistral | 15:16 | |
| *** d0ugal has joined #openstack-mistral | 15:18 | |
| *** dtantsur|brb is now known as dtantsur | 15:27 | |
| *** d0ugal has quit IRC | 15:29 | |
| openstackgerrit | Andras Kovi proposed openstack/mistral master: Add id field to db query if no sorting order is provided https://review.openstack.org/523926 | 15:37 |
| *** d0ugal has joined #openstack-mistral | 15:46 | |
| *** shardy has quit IRC | 16:37 | |
| *** weshay is now known as weshay_mtg | 16:57 | |
| openstackgerrit | Merged openstack/mistral master: Add new tempest tests for swift and zaqar client actions https://review.openstack.org/521964 | 17:03 |
| *** thrash is now known as thrash|biab | 17:05 | |
| *** dtantsur has left #openstack-mistral | 17:12 | |
| *** AlexeyAbashkin has joined #openstack-mistral | 17:13 | |
| *** AlexeyAbashkin has quit IRC | 17:17 | |
| *** AlexeyAbashkin has joined #openstack-mistral | 17:37 | |
| *** AlexeyAbashkin has quit IRC | 17:41 | |
| *** jpich has quit IRC | 17:51 | |
| *** weshay_mtg is now known as weshay_bbiab | 18:05 | |
| *** gkadam has quit IRC | 18:23 | |
| *** thrash|biab is now known as thrash | 19:04 | |
| *** jkilpatr has quit IRC | 19:33 | |
| openstackgerrit | Brad P. Crochet proposed openstack/mistral master: DNM: TEST Zuul v3 jobs https://review.openstack.org/509428 | 19:44 |
| *** weshay_bbiab is now known as weshay | 20:06 | |
| *** AlexeyAbashkin has joined #openstack-mistral | 20:11 | |
| *** weshay is now known as weshay_interview | 20:12 | |
| *** AlexeyAbashkin has quit IRC | 20:15 | |
| *** dprince has quit IRC | 20:21 | |
| *** dprince has joined #openstack-mistral | 20:43 | |
| *** jkilpatr has joined #openstack-mistral | 20:51 | |
| *** AlexeyAbashkin has joined #openstack-mistral | 21:11 | |
| *** AlexeyAbashkin has quit IRC | 21:15 | |
| *** weshay_interview is now known as weshay | 21:19 | |
| *** dprince has quit IRC | 22:23 | |
| openstackgerrit | Andras Kovi proposed openstack/mistral master: Add id field to db query if no sorting order is provided https://review.openstack.org/523926 | 22:27 |
| *** bobh has quit IRC | 22:49 | |
| *** jtomasek has quit IRC | 22:55 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!