Thursday, 2017-06-22

*** bobh has joined #openstack-mistral00:48
* kong continue to work on transition to oslo.context01:23
*** rbrady has quit IRC01:30
*** rbrady has joined #openstack-mistral01:32
*** chlong has joined #openstack-mistral01:43
*** zhurong has joined #openstack-mistral01:52
*** chlong has quit IRC02:04
*** apetrich has quit IRC02:06
*** apetrich has joined #openstack-mistral02:11
*** gongysh has joined #openstack-mistral02:24
*** bobh has quit IRC02:28
*** chlong has joined #openstack-mistral02:36
*** openstackgerrit has joined #openstack-mistral03:23
openstackgerritLingxian Kong proposed openstack/mistral master: Refactor mistral context using oslo_context  https://review.openstack.org/45540703:23
*** gongysh has quit IRC03:39
*** gongysh has joined #openstack-mistral03:42
*** zhurong has quit IRC03:49
*** gongysh has quit IRC03:53
*** chlong has quit IRC04:02
*** gkadam has joined #openstack-mistral04:09
*** chlong has joined #openstack-mistral04:15
*** sharatss has joined #openstack-mistral05:07
openstackgerritLingxian Kong proposed openstack/mistral master: Refactor mistral context using oslo_context  https://review.openstack.org/45540705:10
openstackgerritSharat Sharma proposed openstack/python-mistralclient master: Set the default value of --limit parameter  https://review.openstack.org/47611005:15
*** gongysh has joined #openstack-mistral05:47
*** Dinesh_Bhor has quit IRC05:57
*** Dinesh_Bhor has joined #openstack-mistral06:06
openstackgerritSharat Sharma proposed openstack/python-mistralclient master: Use keystoneauth plugins and session instead of keystoneclient  https://review.openstack.org/45517406:39
openstackgerritSharat Sharma proposed openstack/python-mistralclient master: Set the default value of --limit parameter  https://review.openstack.org/47611006:47
*** sharatss has quit IRC07:06
*** gkadam is now known as gkadam-afk07:08
*** jpich has joined #openstack-mistral07:22
openstackgerritSharat Sharma proposed openstack/python-mistralclient master: Add pagination options for workflows and actions  https://review.openstack.org/45851507:26
*** dtantsur|afk is now known as dtantsur07:35
*** apetrich has quit IRC07:39
*** amoralej|off is now known as amoralej07:40
openstackgerritMichal Gershenzon proposed openstack/mistral-specs master: Create and run workflows within a namespace  https://review.openstack.org/47099608:24
*** zhurong has joined #openstack-mistral08:27
*** dmk0202 has joined #openstack-mistral08:40
*** gkadam-afk is now known as gkadam08:40
openstackgerritSharat Sharma proposed openstack/python-mistralclient master: Add pagination options for workflows and actions  https://review.openstack.org/45851508:46
*** zhurong has quit IRC09:16
*** dtantsur is now known as dtantsur|bbl09:25
*** sharatss has joined #openstack-mistral09:29
*** apetrich has joined #openstack-mistral09:29
sharatsstherve, hi09:29
thervesharatss, Hello!09:36
sharatsstherve, https://review.openstack.org/#/c/455174/ is messed up again09:38
thervesharatss, What did you do? :)09:38
sharatsstherve, test_httpclient has brought in merge conflict09:39
therveThat requests-mock fix was not really necessary...09:40
*** dmk0202 has quit IRC09:40
therveHeh, you made that change09:41
sharatsstherve, yup.. i realised it very late09:42
openstackgerritThomas Herve proposed openstack/python-mistralclient master: Use keystoneauth plugins and session instead of keystoneclient  https://review.openstack.org/45517409:42
therveHum tests still failing, one sec09:43
thervesharatss, https://review.openstack.org/#/c/455174/49..50/mistralclient/auth/keystone.py09:53
therveThat looks highly incorrect :)09:53
therveSigh09:55
openstackgerritThomas Herve proposed openstack/python-mistralclient master: Use keystoneauth plugins and session instead of keystoneclient  https://review.openstack.org/45517410:04
*** rook has quit IRC10:18
openstackgerritMichal Gershenzon proposed openstack/mistral-specs master: Create and run workflows within a namespace  https://review.openstack.org/47099610:25
*** rook has joined #openstack-mistral10:27
*** rook is now known as Guest25010:28
*** zhurong has joined #openstack-mistral10:32
openstackgerritSharat Sharma proposed openstack/mistral master: Centralize session creation and authorization from OS clients  https://review.openstack.org/44739910:33
*** dtantsur|bbl is now known as dtantsur10:34
*** gongysh has quit IRC10:47
openstackgerritLingxian Kong proposed openstack/mistral master: Refactor mistral context using oslo_context  https://review.openstack.org/45540711:01
*** jkilpatr has joined #openstack-mistral11:05
openstackgerritAndras Kovi proposed openstack/mistral master: Centralize session creation and authorization from OS clients  https://review.openstack.org/44739911:29
*** amoralej is now known as amoralej|lunch11:47
*** zhurong has quit IRC12:01
*** thrash|g0ne is now known as thrash12:04
*** rbrady has quit IRC12:08
*** dprince has joined #openstack-mistral12:12
*** zhurong has joined #openstack-mistral12:16
*** zhurong has quit IRC12:18
xavierhardyhi everyone12:23
xavierhardyI have strange behavior with stable/ocata12:23
xavierhardyI have activated authentication through a custom plugin12:23
xavierhardyworks great12:23
xavierhardybut now I have problems with permissions12:23
xavierhardyOur workflows are pushed directly in the DB with scope=public and project_id=<default_project>12:24
xavierhardythey cannot be edited, which is fine12:24
xavierhardywe have done the same thing for our actions12:25
xavierhardythe thing is, the actions can be edited12:25
xavierhardy...12:25
*** chlong has quit IRC12:26
*** gongysh has joined #openstack-mistral12:27
xavierhardyrakhmerov? any idea?12:34
openstackgerritAndrea Visnyei proposed openstack/mistral master: WIP: Mistral install guide  https://review.openstack.org/47649912:38
xavierhardythere's a discrepancy between what is done for workflow updates and action updates12:48
xavierhardy@b.session_aware()12:49
xavierhardydef update_workflow_definition(identifier, values, session=None):12:49
xavierhardy    wf_def = get_workflow_definition(identifier)12:49
xavierhardy    ctx = auth_ctx.ctx()12:49
xavierhardy    if not ctx.is_admin and wf_def.project_id != security.get_project_id():12:49
xavierhardy        raise exc.NotAllowedException(12:49
xavierhardy            "Can not update workflow of other tenants. "12:49
xavierhardy            "[workflow_identifier=%s]" % identifier12:49
xavierhardy        )12:49
xavierhardy@b.session_aware()12:50
xavierhardydef update_action_definition(identifier, values, session=None):12:50
xavierhardy    a_def = get_action_definition(identifier)12:50
xavierhardy    a_def.update(values.copy())12:50
xavierhardy    return a_def12:50
xavierhardywriting a PR about it12:51
xavierhardysorry a BR12:51
xavierhardyand a patch12:51
*** bobh has joined #openstack-mistral12:53
*** gkadam has quit IRC12:55
xavierhardyBug report created13:00
*** rbrady has joined #openstack-mistral13:03
*** rbrady has joined #openstack-mistral13:03
openstackgerritAndrea Visnyei proposed openstack/mistral master: WIP: Mistral install guide  https://review.openstack.org/47649913:03
xavierhardysame thing for deletion BTW13:05
*** sharatss has quit IRC13:06
*** Guest250 is now known as rook13:06
*** bobh has quit IRC13:12
*** catintheroof has joined #openstack-mistral13:20
openstackgerritXavier Hardy proposed openstack/mistral master: Fix decrepancy between action and workflow update  https://review.openstack.org/47651413:23
*** abhishekk has quit IRC13:35
*** amoralej|lunch is now known as amoralej13:36
*** chlong has joined #openstack-mistral13:39
*** bobh has joined #openstack-mistral13:45
xavierhardymistral.exceptions.ApplicationContextNotFoundException: Application context not found13:47
xavierhardyin the tests13:48
*** rbrady is now known as rbrady-brb13:48
xavierhardyI'll look at sync_db13:48
xavierhardyOK, I found the difference for workflows: you wipe everything out :s and then create new ones. For actions, you create or update them, so you can't update them now with my patch (since it needs the application context...)13:52
xavierhardyIs that OK to modify that behavior to wipe out actions too ?13:52
xavierhardysee comment in the review14:01
*** rbrady-brb is now known as rbrady14:07
*** livelace has joined #openstack-mistral14:11
openstackgerritRyan Brady proposed openstack/mistral master: TEST DO NOT MERGE  https://review.openstack.org/47653514:23
*** dprince has quit IRC14:43
*** dtantsur is now known as dtantsur|afk15:40
openstackgerritAndras Kovi proposed openstack/mistral master: Centralize session creation and authorization from OS clients  https://review.openstack.org/44739915:46
*** dprince has joined #openstack-mistral15:54
*** gongysh has quit IRC16:05
*** jpich has quit IRC16:08
*** thrash is now known as thrash|biab16:22
*** dprince has quit IRC16:31
*** fultonj has quit IRC16:45
*** fultonj has joined #openstack-mistral16:53
*** thrash|biab is now known as thrash17:29
*** livelace has quit IRC17:37
*** dprince has joined #openstack-mistral17:59
*** amoralej is now known as amoralej|off19:04
*** dprince has quit IRC19:25
*** dprince has joined #openstack-mistral19:26
*** dprince has quit IRC20:07
*** jrist has quit IRC20:09
*** jrist has joined #openstack-mistral20:16
*** jkilpatr has quit IRC20:20
*** thrash is now known as thrash|bbl20:26
*** jkilpatr has joined #openstack-mistral20:40
*** dmellado has quit IRC21:00
*** dmellado has joined #openstack-mistral21:03
*** catintheroof has quit IRC21:18
*** bobh has quit IRC21:25
*** chlong has quit IRC21:57
*** weshay has quit IRC22:29
openstackgerritLingxian Kong proposed openstack/mistral master: Refactor mistral context using oslo_context  https://review.openstack.org/45540722:32
*** weshay has joined #openstack-mistral22:33
*** dmellado has quit IRC22:33
openstackgerritLingxian Kong proposed openstack/mistral master: Refactor mistral context using oslo_context  https://review.openstack.org/45540722:35
*** dmellado has joined #openstack-mistral22:37
*** amoralej|off has quit IRC22:37
*** weshay has quit IRC22:39
*** weshay has joined #openstack-mistral22:42
*** weshay has quit IRC22:51
*** weshay has joined #openstack-mistral22:52
*** amoralej has joined #openstack-mistral22:54
*** weshay has quit IRC23:00
*** weshay has joined #openstack-mistral23:03
*** dmellado has quit IRC23:03
*** dmellado has joined #openstack-mistral23:06
*** chlong has joined #openstack-mistral23:10
*** dmellado has quit IRC23:15
*** dmellado has joined #openstack-mistral23:18
*** gongysh has joined #openstack-mistral23:31
*** dmellado has quit IRC23:31
*** amoralej has quit IRC23:33
*** gongysh has quit IRC23:33
*** gongysh has joined #openstack-mistral23:37
*** gongysh has quit IRC23:38
*** amoralej has joined #openstack-mistral23:50
*** dmellado has joined #openstack-mistral23:51
*** amoralej has quit IRC23:55
*** dmellado has quit IRC23:55

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