*** btully has joined #openstack-horizon | 00:29 | |
*** btully has quit IRC | 00:34 | |
amotoki | sorry for the team meeting last night. | 00:40 |
---|---|---|
amotoki | I did not feel well and went to bed till the meeting but failed to get up in time :( | 00:41 |
amotoki | thanks for arranging the meeting. | 00:41 |
*** openstackstatus has joined #openstack-horizon | 00:44 | |
*** ChanServ sets mode: +v openstackstatus | 00:44 | |
*** vishalmanchanda has joined #openstack-horizon | 01:51 | |
*** gyee has quit IRC | 01:51 | |
*** xinranwang has joined #openstack-horizon | 02:14 | |
*** KeithMnemonic1 has joined #openstack-horizon | 03:28 | |
*** KeithMnemonic has quit IRC | 03:31 | |
*** yaawang has quit IRC | 03:44 | |
*** yaawang has joined #openstack-horizon | 03:45 | |
*** dave-mccowan has quit IRC | 03:58 | |
*** KeithMnemonic1 has quit IRC | 04:06 | |
*** btully has joined #openstack-horizon | 04:07 | |
*** btully has quit IRC | 04:12 | |
*** xinranwang has quit IRC | 06:04 | |
*** e0ne has joined #openstack-horizon | 06:28 | |
*** ChanServ sets mode: +o e0ne | 06:28 | |
*** e0ne has quit IRC | 07:10 | |
*** rpittau|afk is now known as rpittau | 07:17 | |
*** e0ne has joined #openstack-horizon | 07:19 | |
*** ChanServ sets mode: +o e0ne | 07:19 | |
*** e0ne has quit IRC | 07:23 | |
*** tesseract has joined #openstack-horizon | 08:08 | |
*** tosky has joined #openstack-horizon | 08:18 | |
*** hrw has left #openstack-horizon | 08:22 | |
*** e0ne has joined #openstack-horizon | 08:34 | |
*** ChanServ sets mode: +o e0ne | 08:34 | |
e0ne | amotoki: hi. are you around? | 08:40 |
*** rpittau is now known as rpittau|bbl | 08:52 | |
*** rdopiera has quit IRC | 09:18 | |
*** rdopiera has joined #openstack-horizon | 09:20 | |
*** priteau has joined #openstack-horizon | 09:25 | |
*** btully has joined #openstack-horizon | 09:34 | |
*** btully has quit IRC | 09:38 | |
*** opetrenko has joined #openstack-horizon | 10:09 | |
*** e0ne_ has joined #openstack-horizon | 10:50 | |
*** e0ne has quit IRC | 10:51 | |
*** opetrenko has quit IRC | 10:52 | |
*** vishalmanchanda has quit IRC | 11:00 | |
*** rcernin has quit IRC | 12:25 | |
*** tkajinam has quit IRC | 12:27 | |
*** Andreas681 has joined #openstack-horizon | 12:46 | |
Andreas681 | Hello, I am trying to build a horizon panel through a plugin. My main objective, apart from getting the angular working, (i keep getting the Error: [$injector:nomod] Module 'horizon.dashboard.identity.policies' is not available!) is to list ALL policies in keystone. . | 12:46 |
Andreas681 | policies | 12:46 |
Andreas681 | I can create a policy with POST /identity/v3/policies, and it will get listed with a GET /identity/v3/policies, but that's not my intention, since I want to list the current policies that are active, either if it's the default or the customized policies | 12:47 |
Andreas681 | I've tried to generate the default policies with `oslopolicy-policy-generator --namespace keystone --output-file policy.yaml` | 12:47 |
Andreas681 | And the `policy.yaml`-file is located at `/etc/keystone/` , but those policies won't get listed with a `GET /identity/v3/policies` | 12:47 |
*** opetrenko has joined #openstack-horizon | 12:54 | |
*** rpittau|bbl is now known as rpittau | 13:02 | |
*** opetrenko has quit IRC | 13:11 | |
*** btully has joined #openstack-horizon | 13:11 | |
*** ianychoi has quit IRC | 13:13 | |
*** btully has quit IRC | 13:16 | |
*** Andreas681 has quit IRC | 13:16 | |
*** spatel has joined #openstack-horizon | 13:21 | |
*** spatel has quit IRC | 13:26 | |
*** opetrenko has joined #openstack-horizon | 13:48 | |
*** dklyle has quit IRC | 13:49 | |
*** dklyle has joined #openstack-horizon | 13:49 | |
*** ChanServ sets mode: +o dklyle | 13:49 | |
*** dklyle sets mode: -o dklyle | 13:50 | |
amotoki | e0ne_: hi | 13:58 |
e0ne_ | amotoki: I pinged you before I've seen your response to openstack-discuss@. I agree with all your points there | 13:59 |
amotoki | e0ne_: thanks. my main point is to minimize what we implement/maintain as horizon team :) | 14:01 |
e0ne_ | amotoki: +1 | 14:01 |
e0ne_ | amotoki: the reason I'm interesting in pytest is xunit and html reports for all horizon tests. and, of course, I don't want to break plugins | 14:02 |
e0ne_ | amotoki: tbh, I was nervous a bit with this coronavirus and you was not active in IRC during last few days | 14:03 |
amotoki | e0ne_: I needed to move my dev env inside the intra-net and | 14:07 |
amotoki | e0ne_: and I needed to spend my time to struggle with proxy env this week :-( | 14:07 |
e0ne_ | amotoki: :( | 14:08 |
e0ne_ | amotoki: anyway, happy to hear that you're not affected by the virus | 14:09 |
amotoki | e0ne_: in addition, I had a stomach acke last night and I went to bed early. I hope I can be back before the meeting but failed :( | 14:09 |
e0ne_ | :( | 14:10 |
amotoki | e0ne_: hehe. I am working from home these two weeks to avoid crowded places/trains. | 14:10 |
e0ne_ | amotoki: I'm finishing my home office space to get it ready to work | 14:10 |
amotoki | e0ne_: back to the testing framework, I am not sure pytest has a good support for subunit2, or pytest may have its own way to handle test results from multiple workers. | 14:13 |
e0ne_ | amotoki: I'm afraid that we need a separate plugin for it :( | 14:14 |
amotoki | e0ne_: subunit2 supports multiple processes and stestr/testrepository support it well, and that's the main reason the openstack community tries to use it consistently. | 14:14 |
amotoki | e0ne_: I found pytest-subunit but I am not sure it is well maintained. it is a personal repository and not part to pytest-dev..... | 14:15 |
amotoki | e0ne_: it is not a good news, but as long as pytest with pytest-django handles test result well and allows us to produce a report (in html) it would be a good candidate. | 14:16 |
e0ne_ | I do understand this | 14:18 |
e0ne_ | from other hand, horizon tests can't be executed in a parallel now :( | 14:18 |
amotoki | e0ne_: yeah, it is a separate issue though | 14:19 |
e0ne_ | amotoki: there is an active plugin for it: https://github.com/pytest-dev/pytest-xdist | 14:20 |
e0ne_ | amotoki: according to the stestr: I don't think we've got volunteers to integrate it with django | 14:22 |
amotoki | e0ne_: exactly. | 14:24 |
amotoki | e0ne_: looking at pytest-django/plugin.py https://github.com/pytest-dev/pytest-django/blob/master/pytest_django/plugin.py#L305-L325 | 14:25 |
amotoki | e0ne_: what is needed in stestr would be simple as horizon does not use djagno db layer | 14:26 |
amotoki | e0ne_: but I still don't think it is a good idea to have such layer in horizon. | 14:26 |
amotoki | and if we call it as "stestr-django" what other folks expect more :( | 14:27 |
*** opetrenko has quit IRC | 14:29 | |
*** dave-mccowan has joined #openstack-horizon | 14:30 | |
e0ne_ | amotoki: sounds like a not big deal, but I don't think I can do it this cycle | 14:33 |
amotoki | e0ne_: no problem. I just looked at the code during preparing a reply to openstack-discuss (though I did not mention it) | 14:38 |
e0ne_ | :) | 14:40 |
e0ne_ | amotoki: one more thing.. I decided to publish a new patch for integration tests video recording fix (https://review.opendev.org/#/c/712053/) instead of restoring your one. I hope, you're ok with such decision | 14:42 |
*** gyee has joined #openstack-horizon | 14:43 | |
amotoki | e0ne_: no problem. you are more familiar with the integration tests and it woudl be nice if we support it again. | 14:47 |
e0ne_ | thanks | 14:48 |
*** spatel has joined #openstack-horizon | 14:54 | |
*** spatel has quit IRC | 14:57 | |
*** spatel has joined #openstack-horizon | 14:58 | |
*** spatel has quit IRC | 15:03 | |
*** spatel has joined #openstack-horizon | 16:00 | |
*** spatel has quit IRC | 16:01 | |
*** spatel has joined #openstack-horizon | 16:01 | |
*** Blinkiz has quit IRC | 16:30 | |
*** Blinkiz has joined #openstack-horizon | 16:31 | |
*** tesseract has quit IRC | 16:40 | |
*** btully has joined #openstack-horizon | 16:49 | |
openstackgerrit | Pallav Gupta proposed openstack/horizon master: Fix instances integration tests https://review.opendev.org/706430 | 16:50 |
*** btully has quit IRC | 16:53 | |
*** priteau has quit IRC | 17:01 | |
*** e0ne_ has quit IRC | 17:06 | |
*** rpittau is now known as rpittau|afk | 17:27 | |
*** LarsErikP has left #openstack-horizon | 18:37 | |
*** btully has joined #openstack-horizon | 18:38 | |
*** btully has quit IRC | 18:42 | |
*** e0ne has joined #openstack-horizon | 18:48 | |
*** ChanServ sets mode: +o e0ne | 18:48 | |
*** e0ne has quit IRC | 18:52 | |
*** gmann is now known as gmann_lunch | 19:00 | |
openstackgerrit | Pallav Gupta proposed openstack/horizon master: Fix instances integration tests https://review.opendev.org/706430 | 19:07 |
*** spatel has quit IRC | 19:29 | |
*** spatel has joined #openstack-horizon | 19:29 | |
*** e0ne has joined #openstack-horizon | 19:36 | |
*** ChanServ sets mode: +o e0ne | 19:36 | |
*** gmann_lunch is now known as gmann | 20:01 | |
*** btully has joined #openstack-horizon | 20:27 | |
*** spatel has quit IRC | 20:27 | |
*** btully has quit IRC | 20:31 | |
openstackgerrit | Jacek Tomasiak proposed openstack/horizon master: Authenticate before Authorization https://review.opendev.org/712794 | 20:57 |
*** N3l1x has quit IRC | 21:09 | |
*** e0ne has quit IRC | 21:19 | |
*** spatel has joined #openstack-horizon | 21:31 | |
*** spatel has quit IRC | 21:36 | |
*** rcernin has joined #openstack-horizon | 22:04 | |
*** rcernin has quit IRC | 22:04 | |
*** rcernin has joined #openstack-horizon | 22:05 | |
*** dave-mccowan has quit IRC | 22:50 | |
*** tkajinam has joined #openstack-horizon | 22:56 | |
*** dave-mccowan has joined #openstack-horizon | 23:11 | |
*** threestrands has joined #openstack-horizon | 23:50 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!