*** peristeri has quit IRC | 00:02 | |
*** btully has joined #openstack-horizon | 00:04 | |
*** wolverineav has joined #openstack-horizon | 00:05 | |
*** garthb has quit IRC | 00:10 | |
*** Mounica has quit IRC | 00:14 | |
*** bpokorny has quit IRC | 00:18 | |
*** SimonChung has quit IRC | 00:18 | |
*** vinaypotluri has quit IRC | 00:20 | |
*** wolverineav has quit IRC | 00:21 | |
*** wolverineav has joined #openstack-horizon | 00:21 | |
*** Mounica has joined #openstack-horizon | 00:23 | |
openstackgerrit | Cindy Lu proposed openstack/horizon: Remove unnecessary default-sort/ default-sort-reverse from hz-table https://review.openstack.org/312290 | 00:26 |
---|---|---|
openstackgerrit | Cindy Lu proposed openstack/horizon: Remove unnecessary default-sort/ default-sort-reverse from hz-table https://review.openstack.org/312290 | 00:28 |
*** mtanino has quit IRC | 00:28 | |
openstackgerrit | Cindy Lu proposed openstack/horizon: Remove unnecessary default-sort/ default-sort-reverse from hz-table https://review.openstack.org/312290 | 00:29 |
*** btully has quit IRC | 00:38 | |
*** Mounica has quit IRC | 00:39 | |
*** btully has joined #openstack-horizon | 00:39 | |
*** clu_ has quit IRC | 00:44 | |
*** dan_nguyen has quit IRC | 00:53 | |
*** wolverin_ has joined #openstack-horizon | 00:53 | |
*** wolverineav has quit IRC | 00:57 | |
*** wolverin_ has quit IRC | 00:59 | |
*** wolverineav has joined #openstack-horizon | 01:00 | |
rcastril | all: FYI, I was trying to edit horizon's help link as explained here: http://docs.openstack.org/admin-guide/common/dashboard_customizing.html but it breaks horizon. | 01:02 |
rcastril | all: "help_url":"http://ibm.biz/Bd4mLF" renders a SyntaxError: invalid syntax on apache/error.log | 01:03 |
hurgleburgler | rcastril: can you open a bug for this? | 01:03 |
rcastril | all: specifically the log complain about the ":" | 01:03 |
rcastril | hurgleburgler: sure thing :) | 01:04 |
hurgleburgler | yeah, I think that should be a '=' | 01:04 |
rcastril | hurgleburgler: lemme try | 01:04 |
hurgleburgler | and without the '' around help_url … but let me verify | 01:05 |
rcastril | with quotes, the error is SyntaxError: can't assign to literal | 01:05 |
rcastril | no quotes, it work | 01:06 |
hurgleburgler | looks like that should be inside of the HORIZON_CONFIG dictionary | 01:07 |
rcastril | string should be help_url = "http://openstack.mycompany.org" instead of 'help_url': "http://openstack.mycompany.org" | 01:08 |
rcastril | will open the bug npw | 01:08 |
hurgleburgler | HORIZON_CONFIG = { | 01:08 |
hurgleburgler | 'help_url': "http://docs.openstack.org", | 01:08 |
hurgleburgler | } | 01:08 |
*** chirag has joined #openstack-horizon | 01:09 | |
hurgleburgler | rcastril: did that work? I think it should be inside of HORIZON_CONFIG to work properly | 01:09 |
*** dan_nguyen has joined #openstack-horizon | 01:10 | |
rcastril | it did not break horizon, but the help link still points to docs.openstack | 01:10 |
rcastril | about the dict, it is imported by local_settings.py | 01:10 |
rcastril | but there are some lines like HORIZON_CONFIG["bug_url"] = "http://bug-report.example.com" | 01:11 |
*** weezS has joined #openstack-horizon | 01:11 | |
hurgleburgler | there are lots of things you can set on HORIZON_CONFIG | 01:11 |
rcastril | could I add something like HORIZON_CONFIG["help_url"] = "http://ibm.biz/Bd4mLF" | 01:11 |
rcastril | lemme try | 01:11 |
hurgleburgler | if there are previous settings in it, then you'd want to set it via HORIZON_CONF["help_url"] | 01:11 |
rcastril | there is no string "help_url" in local_settings.py for Mitaka release | 01:12 |
*** sdake has quit IRC | 01:13 | |
rcastril | HORIZON_CONFIG["help_url"] = "http://ibm.biz/Bd4mLF" worked!! \o/ | 01:13 |
rcastril | hurgleburgler: if I did HORIZON_CONFIG = { 'help_url': "http://docs.openstack.org",} would this reset the whole dictionary? | 01:14 |
hurgleburgler | https://github.com/openstack/horizon/blob/master/horizon/conf/default.py#L35 | 01:14 |
hurgleburgler | yes, that would reset the dictionary | 01:14 |
hurgleburgler | You'd want to set it the same way that bug_url is set | 01:15 |
hurgleburgler | https://github.com/openstack/horizon/blob/master/openstack_dashboard/local/local_settings.py.example#L89 | 01:15 |
*** zzxwill_ has joined #openstack-horizon | 01:17 | |
rcastril | yes :) | 01:17 |
hurgleburgler | It might be a good idea for us to have an example in local_settings.py.example for help_url also :) | 01:18 |
hurgleburgler | if you wanted to put int he bug, we can get that updated | 01:18 |
rcastril | anyway, docs tell to edit the parameter help_url in local_settings.py, and the string is not even there, so, yes, Im adding a bug for this. Its the least I can do, help devs fixing things | 01:19 |
rcastril | OpenStack is something any big enterprise would kill for some years ago, and Im truly glad it is opensourced | 01:20 |
rcastril | will help out the most I can | 01:20 |
*** vkmc is now known as Guest9874 | 01:20 | |
*** zzxwill_ has quit IRC | 01:21 | |
*** yamamoto has quit IRC | 01:21 | |
*** zzxwill_ has joined #openstack-horizon | 01:21 | |
*** Guest9874 is now known as cmkv | 01:22 | |
*** cmkv is now known as violenciarivas | 01:22 | |
hurgleburgler | great to hear! | 01:22 |
hurgleburgler | also | 01:22 |
hurgleburgler | rcastril: if you want the settings example changed, the bug would be against Horizon (us) | 01:22 |
hurgleburgler | if you want the docs updated, those aren't ours actually | 01:22 |
hurgleburgler | and the bug would need to be again openstack-manuals | 01:23 |
hurgleburgler | against* | 01:23 |
*** violenciarivas is now known as vkmc | 01:23 | |
*** zhurong has joined #openstack-horizon | 01:23 | |
*** dan_nguyen has quit IRC | 01:24 | |
*** vinaypotluri has joined #openstack-horizon | 01:25 | |
rcastril | oh ok I see. Maybe both should be updated, the docs guiding a edit in the file, while the file actually have the value commented out | 01:25 |
*** btully has quit IRC | 01:31 | |
*** btully has joined #openstack-horizon | 01:32 | |
*** yamamoto has joined #openstack-horizon | 01:36 | |
*** yamamoto has quit IRC | 01:41 | |
*** yamamoto has joined #openstack-horizon | 01:41 | |
*** yamamoto has quit IRC | 01:42 | |
*** ozialien10 has joined #openstack-horizon | 01:46 | |
*** ozialien10 has quit IRC | 01:46 | |
*** ozialien10 has joined #openstack-horizon | 01:47 | |
*** vishwanathj has quit IRC | 01:48 | |
*** dan_nguyen has joined #openstack-horizon | 01:51 | |
*** zzxwill_ has quit IRC | 01:53 | |
*** wolverin_ has joined #openstack-horizon | 02:03 | |
*** wolverineav has quit IRC | 02:07 | |
*** wolverin_ has quit IRC | 02:08 | |
*** gyee has quit IRC | 02:12 | |
*** chirag has quit IRC | 02:12 | |
*** wolverineav has joined #openstack-horizon | 02:25 | |
*** wolverineav has quit IRC | 02:30 | |
*** ducttape_ has joined #openstack-horizon | 02:30 | |
*** dan_nguyen has quit IRC | 02:37 | |
*** yamamoto has joined #openstack-horizon | 02:43 | |
*** Mounica has joined #openstack-horizon | 02:45 | |
*** ducttape_ has quit IRC | 02:45 | |
*** ozialien10 has quit IRC | 02:52 | |
*** ozialien10 has joined #openstack-horizon | 02:52 | |
*** yamamoto has quit IRC | 02:54 | |
hurgleburgler | rcastril: that's a good idea … you'll have to open two bugs for that | 02:54 |
*** ducttape_ has joined #openstack-horizon | 02:54 | |
hurgleburgler | send me hte bug when you open it, and I can prioritize it | 02:54 |
*** Mounica has quit IRC | 02:57 | |
*** ducttape_ has quit IRC | 03:00 | |
*** lhcheng has joined #openstack-horizon | 03:01 | |
*** ChanServ sets mode: +v lhcheng | 03:01 | |
*** wolverineav has joined #openstack-horizon | 03:01 | |
*** ducttape_ has joined #openstack-horizon | 03:03 | |
*** wolverineav has quit IRC | 03:05 | |
*** weezS has quit IRC | 03:06 | |
*** wolverineav has joined #openstack-horizon | 03:12 | |
*** wolverineav has quit IRC | 03:17 | |
*** wolverineav has joined #openstack-horizon | 03:18 | |
*** weezS has joined #openstack-horizon | 03:23 | |
*** weezS has quit IRC | 03:25 | |
*** jamielennox is now known as jamielennox|away | 03:28 | |
*** dan_nguyen has joined #openstack-horizon | 03:35 | |
*** Mounica has joined #openstack-horizon | 03:36 | |
*** jamielennox|away is now known as jamielennox | 03:37 | |
*** Mounica has quit IRC | 03:41 | |
*** Mounica has joined #openstack-horizon | 03:43 | |
*** ducttape_ has quit IRC | 03:46 | |
openstackgerrit | Dmitry Ratushnyy proposed openstack/horizon: Add "prev" to instance list pagination https://review.openstack.org/289314 | 03:48 |
*** fedexo has joined #openstack-horizon | 03:54 | |
*** yamamoto has joined #openstack-horizon | 03:57 | |
*** Mounica has quit IRC | 03:59 | |
*** e0ne has joined #openstack-horizon | 03:59 | |
*** dan_nguyen has quit IRC | 04:00 | |
*** e0ne has quit IRC | 04:01 | |
*** e0ne has joined #openstack-horizon | 04:02 | |
*** e0ne has quit IRC | 04:05 | |
*** yamamoto has quit IRC | 04:09 | |
*** itisha has quit IRC | 04:09 | |
*** masco has joined #openstack-horizon | 04:11 | |
*** sanjana has joined #openstack-horizon | 04:13 | |
*** fedexo has quit IRC | 04:20 | |
openstackgerrit | Sharat Sharma proposed openstack/horizon: Added 'help_url' example to local_settings.py https://review.openstack.org/312322 | 04:23 |
*** yamamoto has joined #openstack-horizon | 04:24 | |
*** hurgleburgler has quit IRC | 04:24 | |
*** Mounica has joined #openstack-horizon | 04:25 | |
*** yamamoto has quit IRC | 04:26 | |
*** jtriley has quit IRC | 04:27 | |
*** yamamoto has joined #openstack-horizon | 04:30 | |
*** fedexo has joined #openstack-horizon | 04:31 | |
*** yamamoto has quit IRC | 04:36 | |
*** josecastroleon has joined #openstack-horizon | 04:43 | |
*** amit213 has quit IRC | 04:44 | |
openstackgerrit | Sharat Sharma proposed openstack/horizon: Added 'help_url' example to local_settings.py https://review.openstack.org/312322 | 04:47 |
*** Mounica has quit IRC | 05:04 | |
*** jtriley has joined #openstack-horizon | 05:23 | |
*** jtriley has quit IRC | 05:28 | |
*** kzaitsev_mb has joined #openstack-horizon | 05:31 | |
openstackgerrit | Eddie Ramirez proposed openstack/horizon: Added tests for Identity Groups https://review.openstack.org/307444 | 05:32 |
*** yamamoto has joined #openstack-horizon | 05:37 | |
*** jamielennox is now known as jamielennox|away | 05:40 | |
*** mnaser has quit IRC | 05:41 | |
*** yamamoto has quit IRC | 05:45 | |
*** mnaser has joined #openstack-horizon | 05:54 | |
*** wolverin_ has joined #openstack-horizon | 05:56 | |
*** wolverineav has quit IRC | 05:58 | |
*** weezS has joined #openstack-horizon | 06:03 | |
*** kzaitsev_mb has quit IRC | 06:04 | |
*** david-lyle has quit IRC | 06:05 | |
*** jrist has quit IRC | 06:06 | |
*** weezS has quit IRC | 06:07 | |
*** kzaitsev_mb has joined #openstack-horizon | 06:09 | |
*** javeriak has joined #openstack-horizon | 06:15 | |
*** openstackgerrit has quit IRC | 06:17 | |
*** openstackgerrit has joined #openstack-horizon | 06:18 | |
*** javeriak has quit IRC | 06:21 | |
*** javeriak has joined #openstack-horizon | 06:21 | |
*** jtriley has joined #openstack-horizon | 06:24 | |
*** kzaitsev_mb has quit IRC | 06:29 | |
*** jtriley has quit IRC | 06:30 | |
*** aortega has quit IRC | 06:31 | |
*** lhcheng has quit IRC | 06:35 | |
*** vgridnev has joined #openstack-horizon | 06:40 | |
*** e0ne has joined #openstack-horizon | 06:41 | |
openstackgerrit | Sharat Sharma proposed openstack/horizon: Added 'help_url' example to local_settings.py https://review.openstack.org/312322 | 06:41 |
*** tesseract has joined #openstack-horizon | 07:01 | |
*** tesseract is now known as Guest23319 | 07:01 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/horizon: Imported Translations from Zanata https://review.openstack.org/311938 | 07:10 |
*** vinaypotluri has quit IRC | 07:10 | |
*** schipiga has joined #openstack-horizon | 07:11 | |
*** mpavlase has joined #openstack-horizon | 07:16 | |
*** jrist has joined #openstack-horizon | 07:20 | |
*** jamielennox|away is now known as jamielennox | 07:22 | |
*** jtriley has joined #openstack-horizon | 07:26 | |
*** liangbo has joined #openstack-horizon | 07:27 | |
*** wolverin_ has quit IRC | 07:28 | |
*** wolverineav has joined #openstack-horizon | 07:28 | |
openstackgerrit | Merged openstack/horizon: Improve Volume selection handling in LI https://review.openstack.org/304140 | 07:29 |
*** jtriley has quit IRC | 07:31 | |
*** wolverineav has quit IRC | 07:33 | |
*** robcresswell changes topic to "OpenStack Horizon | Weekly Bug/Blueprint Priorities: https://wiki.openstack.org/wiki/Horizon/WeeklyBugReport" | 07:33 | |
*** jrist has quit IRC | 07:38 | |
*** sshen has quit IRC | 07:39 | |
*** gugl has quit IRC | 07:42 | |
*** toabctl has quit IRC | 07:48 | |
*** ttrifonov has quit IRC | 07:54 | |
*** dmk0202 has joined #openstack-horizon | 07:54 | |
*** ttrifonov has joined #openstack-horizon | 07:55 | |
r1chardj0n3s | weekly bug report \o/ | 07:56 |
*** kzaitsev_mb has joined #openstack-horizon | 07:58 | |
*** weezS has joined #openstack-horizon | 08:03 | |
*** javeriak has quit IRC | 08:06 | |
*** weezS has quit IRC | 08:08 | |
*** sshen has joined #openstack-horizon | 08:09 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/horizon: [WIP] Testing latest u-c https://review.openstack.org/303429 | 08:10 |
*** aortega has joined #openstack-horizon | 08:13 | |
*** sanjana has quit IRC | 08:17 | |
*** sanjana has joined #openstack-horizon | 08:17 | |
r1chardj0n3s | hey robcresswell, have a lovely day :-) | 08:19 |
*** ygbo has joined #openstack-horizon | 08:20 | |
robcresswell | r1chardj0n3s: Cheers | 08:20 |
*** javeriak has joined #openstack-horizon | 08:21 | |
openstackgerrit | Dmitry Ratushnyy proposed openstack/horizon: Add "prev" to instance list pagination https://review.openstack.org/289314 | 08:23 |
*** mvk_ has joined #openstack-horizon | 08:23 | |
*** fedexo has quit IRC | 08:26 | |
*** mvk has quit IRC | 08:26 | |
*** jtriley has joined #openstack-horizon | 08:27 | |
*** ozialien10 has quit IRC | 08:28 | |
sanjana | Hello everyone. I need some help with test cases. can i post my question here? | 08:29 |
*** ozialien10 has joined #openstack-horizon | 08:29 | |
*** bhbhavsa has quit IRC | 08:30 | |
*** bhbhavsa has joined #openstack-horizon | 08:32 | |
*** jtriley has quit IRC | 08:32 | |
*** jrist has joined #openstack-horizon | 08:33 | |
robcresswell | sanjana: Sure | 08:34 |
sanjana | I have a msg like this in workflows.py "msg = _('The name %s is already used by another alarm.') % name". | 08:36 |
sanjana | how can i use this msg to validate my test? | 08:37 |
robcresswell | So, you want to check that the correct message is thrown when there is a name conflict? | 08:39 |
sanjana | Yes . I basically want to have a self.assertContains(res, expected_msg) | 08:39 |
robcresswell | sanjana: I can't think if there is a helper off the top of my head. Most of them use assertMessageCount | 08:43 |
sanjana | Oh Ok. Thanks Rob | 08:44 |
robcresswell | sanjana: You could probably build a specific helper from https://github.com/openstack/horizon/blob/master/horizon/test/helpers.py#L184 to make it easier | 08:45 |
*** itxaka has joined #openstack-horizon | 08:47 | |
*** liangbo has quit IRC | 08:56 | |
*** javeriak has quit IRC | 09:03 | |
*** zhurong has quit IRC | 09:10 | |
*** zhurong has joined #openstack-horizon | 09:13 | |
*** zhurong has quit IRC | 09:13 | |
*** jtriley has joined #openstack-horizon | 09:27 | |
*** yamamoto has joined #openstack-horizon | 09:28 | |
*** jtriley has quit IRC | 09:32 | |
*** yamamoto has quit IRC | 09:34 | |
*** DevBox has quit IRC | 09:43 | |
*** yamamoto has joined #openstack-horizon | 09:44 | |
*** javeriak has joined #openstack-horizon | 09:45 | |
*** zackf has quit IRC | 09:47 | |
*** liangbo has joined #openstack-horizon | 09:49 | |
*** yamamoto has quit IRC | 09:50 | |
*** tosky has joined #openstack-horizon | 09:50 | |
*** liangbo has quit IRC | 09:58 | |
*** dmk0202 has quit IRC | 09:59 | |
*** jrist has quit IRC | 10:02 | |
*** weezS has joined #openstack-horizon | 10:04 | |
*** e0ne has quit IRC | 10:06 | |
*** e0ne has joined #openstack-horizon | 10:06 | |
*** weezS has quit IRC | 10:09 | |
openstackgerrit | Merged openstack/horizon: Provide integration test for managing a project's members https://review.openstack.org/168935 | 10:11 |
*** tmazur has joined #openstack-horizon | 10:13 | |
*** ozialien10 has quit IRC | 10:18 | |
*** ozialien10 has joined #openstack-horizon | 10:18 | |
*** yamamoto has joined #openstack-horizon | 10:21 | |
*** jtriley has joined #openstack-horizon | 10:28 | |
*** jtriley has quit IRC | 10:34 | |
pkarikh | itxaka, hi! Saw your letter in mailing and Dave Walker's comment under backporting patch into Kilo. I'm just wondering, are going to ask for freeze exception? | 10:42 |
itxaka | pkarikh, yup! | 10:42 |
itxaka | patch been there since april and I think is a valuable backport with no risks involved | 10:43 |
itxaka | also having seeing that bug myself, omg, that is horrible, an end user would end up really confused | 10:43 |
pkarikh | yep, it is really annoying thing. | 10:44 |
*** jrist has joined #openstack-horizon | 10:45 | |
pkarikh | As far as I remember thif bugfix revealed few another bugs too. There we some 403 exceptions which were ignored. | 10:45 |
*** mvk_ has quit IRC | 10:46 | |
openstackgerrit | Sergei Chipiga proposed openstack/horizon: Add test for keypair import https://review.openstack.org/300972 | 10:46 |
itxaka | pkarikh, but it fixed them rigth? didnt introduce any other issues? | 10:49 |
pkarikh | I'm trying to find it | 10:49 |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila-ui: Place all unit tests under single subdir https://review.openstack.org/308265 | 10:53 |
*** yottatsa has joined #openstack-horizon | 10:54 | |
pkarikh | itxaka, looks like it was fixed it that patch too. | 10:55 |
itxaka | great, so no downsides then , thanks for checking pkarikh++ | 10:56 |
mrunge | chime in the thread on the mailing list, already gave my +2 there | 10:56 |
pkarikh | itxaka, np :) anyway, I can't remind any serious issues about it | 10:56 |
*** david-lyle has joined #openstack-horizon | 10:58 | |
*** ChanServ sets mode: +o david-lyle | 10:58 | |
pkarikh | itxaka, actually, I asked you because for me it was not clear from letter that it is a feature freeze request. But maybe im just didn't get it right | 10:58 |
pkarikh | *exception request | 10:58 |
itxaka | yeah, no you are rigth, it didnt seem that it was that type of request from my email. Got too involved into selling the patchset and forgot to say _why_ i was wrigin the email :) | 10:59 |
pkarikh | Yes, now I see your second letter. :) | 11:00 |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila-ui: Use latest Manila API microversion https://review.openstack.org/310002 | 11:06 |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila-ui: Add share instances tab to admin dashboard https://review.openstack.org/260554 | 11:09 |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila-ui: Remove redundant API calls from admin dashboard https://review.openstack.org/310520 | 11:12 |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila-ui: Fix mocks in unit tests https://review.openstack.org/311151 | 11:14 |
*** belmoreira has joined #openstack-horizon | 11:15 | |
*** rodrigods has quit IRC | 11:16 | |
*** rodrigods has joined #openstack-horizon | 11:16 | |
*** yamamoto has quit IRC | 11:22 | |
*** jtriley has joined #openstack-horizon | 11:23 | |
*** yamamoto has joined #openstack-horizon | 11:25 | |
*** yottatsa_ has joined #openstack-horizon | 11:28 | |
*** yottatsa has quit IRC | 11:29 | |
*** tmazur has quit IRC | 11:31 | |
*** masco has quit IRC | 11:31 | |
*** javeriak has quit IRC | 11:33 | |
*** javeriak has joined #openstack-horizon | 11:33 | |
*** tmazur has joined #openstack-horizon | 11:34 | |
*** dratushnyy has joined #openstack-horizon | 11:37 | |
*** jtriley has quit IRC | 11:40 | |
*** ducttape_ has joined #openstack-horizon | 11:46 | |
*** ducttape_ has quit IRC | 11:50 | |
*** mvk_ has joined #openstack-horizon | 11:54 | |
*** jtriley has joined #openstack-horizon | 11:57 | |
*** itxaka is now known as itxaka|food | 12:00 | |
*** jtriley has quit IRC | 12:02 | |
*** weezS has joined #openstack-horizon | 12:04 | |
*** e0ne has quit IRC | 12:05 | |
*** weezS has quit IRC | 12:10 | |
*** javeriak has quit IRC | 12:12 | |
*** davidlenwell has quit IRC | 12:13 | |
robcresswell | tyr_: https://bugs.launchpad.net/horizon/+bug/1576648 Sounds very similar to the issue you noted with spinning up many items at once. Its just bad polling code. | 12:14 |
openstack | Launchpad bug 1576648 in OpenStack Dashboard (Horizon) "horizon-pending-bar decreases performance" [Undecided,New] | 12:14 |
*** davidlenwell has joined #openstack-horizon | 12:15 | |
*** e0ne has joined #openstack-horizon | 12:22 | |
*** ozialien10 has quit IRC | 12:24 | |
*** ozialien10 has joined #openstack-horizon | 12:25 | |
*** doug-fish has joined #openstack-horizon | 12:27 | |
*** yamamoto has quit IRC | 12:30 | |
*** yamamoto has joined #openstack-horizon | 12:31 | |
*** wolverineav has joined #openstack-horizon | 12:34 | |
*** wolverineav has quit IRC | 12:39 | |
robcresswell | tsufiev: ping - lots of intermittent integration failures. Are there bugd up for them? | 12:44 |
*** jtriley has joined #openstack-horizon | 12:45 | |
*** matt-borland has joined #openstack-horizon | 12:46 | |
*** julim has joined #openstack-horizon | 12:47 | |
doug-fish | have any of the plugins configured their setup.py so that collectstatic and compress get called automatically during pip install? | 12:49 |
doug-fish | This was given as a suggestion to neutron-lbaas-dashboard and I think it's likely a good idea | 12:49 |
doug-fish | I _think_ it order to pull it off Horizon would need to register a script or 2 so it could be called without constructing the full path | 12:50 |
*** pauloewerton has joined #openstack-horizon | 12:51 | |
doug-fish | but I'm no packaging expert. I'd like to be able to just copy somebody else's work in this area. :-) | 12:51 |
robcresswell | doug-fish: It'd have to be quite specific... I wouldnt want horizon running those commands every time I try a new lib. | 12:52 |
doug-fish | robcresswell: are you saying you wouldn't want the plugins to call a Horizon utility to collect/compress after a pip install? | 12:53 |
robcresswell | doug-fish: The plugins is probably fine | 12:53 |
robcresswell | wait ignore me | 12:54 |
doug-fish | on it!k | 12:54 |
*** javeriak has joined #openstack-horizon | 13:02 | |
*** vinaypotluri has joined #openstack-horizon | 13:09 | |
*** krotscheck_dcm is now known as krotscheck | 13:10 | |
*** itxaka|food is now known as itxaka | 13:14 | |
*** peristeri has joined #openstack-horizon | 13:24 | |
*** BigWillie has joined #openstack-horizon | 13:33 | |
openstackgerrit | Matt Borland proposed openstack/horizon: Images tables uses action promises https://review.openstack.org/291846 | 13:34 |
*** lblanchard has joined #openstack-horizon | 13:37 | |
*** yamamoto has quit IRC | 13:45 | |
*** sdake has joined #openstack-horizon | 13:48 | |
*** sdake has quit IRC | 13:48 | |
*** EZPZ has joined #openstack-horizon | 13:52 | |
robcresswell | tsufiev: Btw, I'm just pushing the schema form as xstatic packages to test | 13:54 |
*** ametts has joined #openstack-horizon | 13:55 | |
*** hurgleburgler has joined #openstack-horizon | 13:57 | |
*** ChanServ sets mode: +v hurgleburgler | 13:57 | |
*** javeriak has quit IRC | 14:00 | |
*** javeriak has joined #openstack-horizon | 14:00 | |
*** itisha has joined #openstack-horizon | 14:02 | |
*** jtomasek has quit IRC | 14:02 | |
*** josecastroleon has quit IRC | 14:03 | |
*** jtomasek has joined #openstack-horizon | 14:04 | |
*** sdake has joined #openstack-horizon | 14:06 | |
*** dmk0202 has joined #openstack-horizon | 14:14 | |
*** absubram has joined #openstack-horizon | 14:16 | |
*** tosky has quit IRC | 14:21 | |
*** tosky has joined #openstack-horizon | 14:24 | |
*** mtanino has joined #openstack-horizon | 14:28 | |
*** Mounica has joined #openstack-horizon | 14:30 | |
*** Mounica has quit IRC | 14:30 | |
*** BigWillie has quit IRC | 14:30 | |
*** ozialien10 has quit IRC | 14:31 | |
*** julim has quit IRC | 14:32 | |
*** yamamoto has joined #openstack-horizon | 14:32 | |
*** yamamoto has quit IRC | 14:32 | |
*** dmk0202 has quit IRC | 14:33 | |
*** yamamoto has joined #openstack-horizon | 14:33 | |
*** julim has joined #openstack-horizon | 14:34 | |
*** wolverineav has joined #openstack-horizon | 14:35 | |
*** jprovazn has joined #openstack-horizon | 14:35 | |
*** javeriak has quit IRC | 14:37 | |
*** weezS has joined #openstack-horizon | 14:37 | |
*** ankur-gupta-f1 has quit IRC | 14:38 | |
*** wolverineav has quit IRC | 14:40 | |
*** weezS has quit IRC | 14:41 | |
*** Mounica has joined #openstack-horizon | 14:43 | |
pkarikh | folks, am I right that only thing we need to do to enable some panel in Horizon is just to add its file into openstack_dashboard/enabled/? | 14:44 |
*** aortega has quit IRC | 14:48 | |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila-ui: Add share instances tab to admin dashboard https://review.openstack.org/260554 | 14:49 |
*** Marcel_ has joined #openstack-horizon | 14:49 | |
robcresswell | pkarikh: Need to install it too | 14:50 |
robcresswell | pkarikh: Like pip install -e . for dev work | 14:50 |
*** e0ne has quit IRC | 14:50 | |
*** garthb has joined #openstack-horizon | 14:56 | |
*** ankur-gupta-f1 has joined #openstack-horizon | 14:56 | |
doug-fish | pkarikh: well also if it contains any static files you'll need to do mange.py collectstatic and compress ... and restart apache if that's how you are serving Horizon | 14:59 |
*** dan_nguyen has joined #openstack-horizon | 14:59 | |
pkarikh | robcresswell, doug-fish: ok, thanks | 15:00 |
*** yamamoto has quit IRC | 15:04 | |
*** dratushnyy has quit IRC | 15:06 | |
pkarikh | robcresswell, doug-fish: if you get `default_panel is not registred` error, which first three things you would check? Lets suppose that panel code is installed. | 15:07 |
openstackgerrit | Kenji Ishii proposed openstack/horizon: Checkbox for inline edit is themable https://review.openstack.org/296251 | 15:09 |
doug-fish | 1) which release are we talking about? I assume it's mitaka or master code, 2) which panel thinks its the default? by grepping in enabled directories 3) if I change the default does the desired default panel appear properly? | 15:10 |
*** vgridnev has quit IRC | 15:10 | |
openstackgerrit | Kenji Ishii proposed openstack/horizon: Add a condition whether displaying the link jump to Encryption page https://review.openstack.org/293407 | 15:10 |
*** vgridnev has joined #openstack-horizon | 15:11 | |
doug-fish | pkarikh: I'm concerned based on your previous questions you might be trying to make a plugin the default panel. That sounds reasonable, but I'm not sure it's a tested path. | 15:11 |
*** vgridnev has quit IRC | 15:11 | |
*** david_cu has joined #openstack-horizon | 15:11 | |
openstackgerrit | Matt Borland proposed openstack/horizon: Generic details display framework https://review.openstack.org/296590 | 15:13 |
*** pushkaru has joined #openstack-horizon | 15:14 | |
*** weezS has joined #openstack-horizon | 15:15 | |
pkarikh | doug-fish: no, I'm trying to find out why muranodashboard breaks horizon without any related trances in logs :) | 15:15 |
doug-fish | ugh. Have fun with that! | 15:15 |
doug-fish | do you have a bug open? | 15:16 |
*** absubram has quit IRC | 15:17 | |
*** Nepoc has joined #openstack-horizon | 15:18 | |
*** absubram has joined #openstack-horizon | 15:18 | |
*** absubram has quit IRC | 15:19 | |
openstackgerrit | Richard Hagarty proposed openstack/horizon: Add support for volume consistency group snapshots https://review.openstack.org/268368 | 15:20 |
Nepoc | Hello, I have a quick question. I have Liberty installed but I am unable to change Horizon to any language but English. Under the user settings I select for example "简体中文 (zh-cn)", click save and nothing happens. Refreshing does nothing but I do see the cookie has been correctly set. | 15:21 |
Nepoc | Any ideas on why this might be happening? | 15:21 |
pkarikh | doug-fish: you're second person who says 'have fun with that' about this issue in last hour :D | 15:22 |
*** bpokorny has joined #openstack-horizon | 15:23 | |
doug-fish | :-) | 15:23 |
*** Mounica has quit IRC | 15:26 | |
*** Mounica has joined #openstack-horizon | 15:27 | |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila-ui: Remove redundant API calls from admin dashboard https://review.openstack.org/310520 | 15:27 |
doug-fish | Nepoc: that's weird. Liberty has worked properly for me. I wonder if there is a cookie size problem ... are you using django.contrib.sessions.backends.signed_cookies for CACHES.default.BACKEND? | 15:27 |
doug-fish | if so, I'd suggest setting up memcache or some other session backend | 15:28 |
Nepoc | doug-fish: My install was done using openstack-ansible, I do have a memcache instance as part of that... I'll have to check into that. | 15:29 |
*** Mounica_ has joined #openstack-horizon | 15:31 | |
*** Mounica_ has quit IRC | 15:34 | |
*** absubram has joined #openstack-horizon | 15:34 | |
*** belmoreira has quit IRC | 15:34 | |
*** Mounica_ has joined #openstack-horizon | 15:35 | |
*** Mounica has quit IRC | 15:35 | |
*** Mounica_ has quit IRC | 15:36 | |
*** sdake_ has joined #openstack-horizon | 15:40 | |
*** sdake has quit IRC | 15:43 | |
*** sdake_ has quit IRC | 15:46 | |
*** Guest23319 has quit IRC | 15:46 | |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila-ui: Fix mocks in unit tests https://review.openstack.org/311151 | 15:47 |
*** e0ne has joined #openstack-horizon | 15:49 | |
*** aortega has joined #openstack-horizon | 15:53 | |
*** Mounica has joined #openstack-horizon | 15:55 | |
*** kzaitsev_mb has quit IRC | 15:58 | |
*** kzaitsev_mb has joined #openstack-horizon | 15:59 | |
*** revon has joined #openstack-horizon | 15:59 | |
*** tmazur has quit IRC | 16:01 | |
*** amotoki has joined #openstack-horizon | 16:02 | |
*** ygbo has quit IRC | 16:02 | |
*** ygbo has joined #openstack-horizon | 16:02 | |
*** tmazur has joined #openstack-horizon | 16:03 | |
*** yamamoto has joined #openstack-horizon | 16:05 | |
*** mpavlase has quit IRC | 16:10 | |
*** yamamoto has quit IRC | 16:14 | |
*** SimonChung has joined #openstack-horizon | 16:15 | |
*** roxanaghe has joined #openstack-horizon | 16:16 | |
*** ygbo has quit IRC | 16:17 | |
openstackgerrit | Merged openstack/manila-ui: Place all unit tests under single subdir https://review.openstack.org/308265 | 16:19 |
*** rhagarty_ has quit IRC | 16:19 | |
*** rhagarty has joined #openstack-horizon | 16:19 | |
*** schipiga has quit IRC | 16:19 | |
*** sdake has joined #openstack-horizon | 16:24 | |
*** javeriak has joined #openstack-horizon | 16:26 | |
*** dratushnyy has joined #openstack-horizon | 16:28 | |
*** ozialien10 has joined #openstack-horizon | 16:29 | |
*** wolverineav has joined #openstack-horizon | 16:37 | |
*** wolverineav has quit IRC | 16:41 | |
*** Mounica has quit IRC | 16:43 | |
*** kzaitsev_mb has quit IRC | 16:45 | |
*** e0ne has quit IRC | 16:46 | |
*** e0ne has joined #openstack-horizon | 16:47 | |
*** kzaitsev_mb has joined #openstack-horizon | 16:47 | |
*** javeriak has left #openstack-horizon | 16:49 | |
*** e0ne has left #openstack-horizon | 16:53 | |
*** javeriak_ has joined #openstack-horizon | 16:54 | |
*** sdake has quit IRC | 16:55 | |
robcresswell | Need reviews on the XStatic packages please :) See https://review.openstack.org/#/q/status:open+project:^openstack/xstatic.* | 16:56 |
*** Mounica has joined #openstack-horizon | 16:58 | |
*** Marcel_ has quit IRC | 16:59 | |
*** mpavlase has joined #openstack-horizon | 17:03 | |
*** david_cu has quit IRC | 17:03 | |
*** david_cu has joined #openstack-horizon | 17:04 | |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila-ui: Remove redundant API calls from admin dashboard https://review.openstack.org/310520 | 17:05 |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila-ui: Use latest Manila API microversion https://review.openstack.org/310002 | 17:05 |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila-ui: Fix mocks in unit tests https://review.openstack.org/311151 | 17:05 |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila-ui: Add share instances tab to admin dashboard https://review.openstack.org/260554 | 17:05 |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila-ui: Update detailed page for share servers https://review.openstack.org/312639 | 17:05 |
openstackgerrit | Merged openstack/horizon: Fix js error when updating associations of metadata https://review.openstack.org/310071 | 17:07 |
*** tosky_ has joined #openstack-horizon | 17:08 | |
*** david_cu has quit IRC | 17:08 | |
*** tosky has quit IRC | 17:09 | |
*** bigdogstl has joined #openstack-horizon | 17:09 | |
bpokorny | robcresswell: Do you mind if I push a new PS for this one, just to fix up the extra space issues? https://review.openstack.org/#/c/309062 | 17:11 |
openstackgerrit | Merged openstack/horizon: Add support for default dns for subnet https://review.openstack.org/233290 | 17:12 |
*** kzaitsev_mb has quit IRC | 17:12 | |
robcresswell | bpokorny: We should leave it, its just a copy of the source. | 17:15 |
robcresswell | bpokorny: Even if the source is silly. | 17:15 |
*** bigdogstl has quit IRC | 17:15 | |
david-lyle | robcresswell: here is the horizon tempest plugin stuff: https://review.openstack.org/#/c/312272/ https://review.openstack.org/#/c/312640/ | 17:15 |
bpokorny | Ah, I see. Thanks for the info. | 17:15 |
david-lyle | the latter will need a +1 from you, and likely the former as well | 17:15 |
david-lyle | this is for the xstatic stuff moving forward | 17:16 |
robcresswell | david-lyle:Yep, I remember. Thanks | 17:16 |
david-lyle | r1chardj0n3s: also you when you're around: the horizon tempest plugin stuff https://review.openstack.org/#/c/312272/ https://review.openstack.org/#/c/312640/ | 17:17 |
*** mpavlase has quit IRC | 17:17 | |
robcresswell | Looks fine with me | 17:19 |
*** wolverineav has joined #openstack-horizon | 17:25 | |
*** tmazur has quit IRC | 17:26 | |
*** roxanaghe has quit IRC | 17:29 | |
*** Mounica has quit IRC | 17:29 | |
*** itxaka has quit IRC | 17:31 | |
*** Mounica has joined #openstack-horizon | 17:32 | |
*** javeriak_ has quit IRC | 17:32 | |
*** bhavik has joined #openstack-horizon | 17:32 | |
*** roxanaghe has joined #openstack-horizon | 17:33 | |
*** bigdogstl has joined #openstack-horizon | 17:35 | |
*** tqtran has joined #openstack-horizon | 17:37 | |
*** bigdogstl has quit IRC | 17:45 | |
*** javeriak has joined #openstack-horizon | 17:46 | |
*** clu_ has joined #openstack-horizon | 17:46 | |
*** ChanServ sets mode: +v clu_ | 17:46 | |
*** mvk_ has quit IRC | 17:53 | |
matt-borland | robcresswell, TravT: https://blueprints.launchpad.net/horizon/+spec/angular-registry | 17:54 |
TravT | matt-borland: thx | 17:55 |
matt-borland | It's quite extensive, but let me know if that speaks to what we need in a blueprint | 17:55 |
matt-borland | It's like college, writing 4 pages in 1.5 hours | 17:55 |
robcresswell | Heh, looks good, but the blueprint body goes up top. whiteboard is for patches and discussion | 17:57 |
robcresswell | Will read through properly later, but thanks for putting the content up matt-borland | 17:57 |
matt-borland | np robcresswell | 17:57 |
*** tosky_ has quit IRC | 17:57 | |
openstackgerrit | Diana Whitten proposed openstack/horizon: Horizon selects are now themable: Table Actions https://review.openstack.org/289525 | 17:59 |
*** bhavik has quit IRC | 18:01 | |
*** david_cu has joined #openstack-horizon | 18:05 | |
*** david_cu has quit IRC | 18:09 | |
openstackgerrit | Diana Whitten proposed openstack/horizon: Horizon selects are now themable: Table Actions https://review.openstack.org/289525 | 18:13 |
*** javeriak has quit IRC | 18:15 | |
*** javeriak has joined #openstack-horizon | 18:17 | |
*** wolverineav has quit IRC | 18:20 | |
*** weezS has quit IRC | 18:27 | |
*** kzaitsev_mb has joined #openstack-horizon | 18:27 | |
openstackgerrit | Cindy Lu proposed openstack/horizon: Angular Table Directive cleanup https://review.openstack.org/312287 | 18:28 |
*** bigdogstl has joined #openstack-horizon | 18:32 | |
*** DevBox has joined #openstack-horizon | 18:39 | |
*** yottatsa_ has quit IRC | 18:39 | |
*** bigdogstl has quit IRC | 18:39 | |
sjmc7 | david-lyle: still struggling with my missing kilo subdomain csrftoken. anything that jogs your memory? | 18:40 |
matt-borland | robcresswell, thanks for fixing up that bp...should I realign the patches to point to this one? | 18:42 |
*** sdake has joined #openstack-horizon | 18:42 | |
*** roxanaghe has quit IRC | 18:42 | |
*** DevBox has quit IRC | 18:43 | |
*** bigdogstl has joined #openstack-horizon | 18:43 | |
*** wolverineav has joined #openstack-horizon | 18:44 | |
*** sdake has quit IRC | 18:44 | |
openstackgerrit | Matt Borland proposed openstack/horizon: Generic details display framework https://review.openstack.org/296590 | 18:45 |
*** sdake has joined #openstack-horizon | 18:46 | |
openstackgerrit | Matt Borland proposed openstack/horizon: Adding generic table extensibility https://review.openstack.org/309482 | 18:46 |
*** roxanaghe has joined #openstack-horizon | 18:46 | |
*** david_cu has joined #openstack-horizon | 18:47 | |
*** vgridnev has joined #openstack-horizon | 18:48 | |
*** bigdogstl has quit IRC | 18:48 | |
*** wolverineav has quit IRC | 18:49 | |
*** bpokorny_ has joined #openstack-horizon | 18:50 | |
*** wolverineav has joined #openstack-horizon | 18:50 | |
*** vishwanathj has joined #openstack-horizon | 18:50 | |
*** bpokorny_ has quit IRC | 18:51 | |
*** bpokorny_ has joined #openstack-horizon | 18:51 | |
robcresswell | matt-borland: Yeah please. That images bp is overloaded. | 18:52 |
matt-borland | sure, robcresswell, I'll leave the actual Image patches to use that, but change the other 3 that implement this to use this bp | 18:53 |
*** bpokorny has quit IRC | 18:54 | |
*** xiangxinyong has quit IRC | 18:54 | |
openstackgerrit | Matt Borland proposed openstack/horizon: Removing unnecessary Angular Image files https://review.openstack.org/269724 | 18:54 |
openstackgerrit | Matt Borland proposed openstack/horizon: Images tables uses action promises https://review.openstack.org/291846 | 18:54 |
*** xiangxinyong has joined #openstack-horizon | 18:55 | |
*** mvk_ has joined #openstack-horizon | 19:00 | |
robcresswell | matt-borland: Yeah the images content is natually fine, but the generic parts should be tagged on that bp | 19:02 |
matt-borland | done :) | 19:02 |
tyr_ | robcresswell: Are you aware of any efforts to make Horizon show/hide UI elements based on users current region? | 19:04 |
robcresswell | tyr_: Not that I'm aware of, no | 19:05 |
tyr_ | For example, today we have policy checks that can hide certain actions based on user, or group...and we can hide panels based on available services...but if in a "baremetal" only region where floating IPs aren't supported...hide those controls? | 19:06 |
robcresswell | Actually, didn't diana have plans to do theming based on regions? you could hide content that way, as long as the classes are in place. | 19:06 |
*** javeriak_ has joined #openstack-horizon | 19:07 | |
robcresswell | I remember there were plans to improve the contexts that theming could be based on, but I dont know if region was one of those ideas. | 19:07 |
tyr_ | ok | 19:07 |
tyr_ | I'm considering enhancing Horizon's policy checks to be region aware, then simply allow a horizon_policy.json to have rules that allow/block slugs. | 19:09 |
*** javeriak_ has quit IRC | 19:09 | |
*** itisha has quit IRC | 19:09 | |
tyr_ | Curious if that you have any other high-level recommendations for how to hide certain actions in regions where the installer knows they won't apply? | 19:10 |
*** piet has joined #openstack-horizon | 19:10 | |
*** javeriak has quit IRC | 19:10 | |
robcresswell | Not off the top of my head I'm afraid | 19:11 |
tyr_ | ok, np. thakns! | 19:11 |
doug-fish | tyr_: not sure if this is the scope you'd hope for, but it has always seemed to me that we shouldn't have static policy files in Horizon - somehow we should be obtaining the policy files actually associated with the services in the current region ... | 19:13 |
doug-fish | I'm assuming your floating-ip-less region has a policy file that describes that limitation | 19:14 |
doug-fish | would be great if you could get Horizon to use it! | 19:14 |
david-lyle | tyr_: usually the lack of a service catalog entry for the service in a specific region | 19:14 |
david-lyle | blocks the content from being shown | 19:14 |
tyr_ | doug-fish: In this case, I think the installer "knows" certain thing about the region they have constructed. Apparently docker and baremetal tend to be isolated from other "normal" hypervisors by placing them in their own region. | 19:15 |
sjmc7 | tyr_: does that region correctly report endpoints and such? | 19:15 |
tyr_ | Unbeknownst to the nova service in that baremetal-only region...certain actions will never work because they aren't supported by ironic | 19:16 |
doug-fish | tyr_: why isn't that known to nova? I'd expect that to be encoded in nova's policy file | 19:17 |
tyr_ | (although...now that I say that...for that example the ironic "hypervisor" type should advertise its capabilities to nova...) | 19:17 |
sjmc7 | can nova report whether those actions areavailable? neutron can list enabled extensions, for instance | 19:17 |
tyr_ | yeah...I think you two are right. | 19:17 |
tyr_ | Another area that I was struggling with was Security Groups or Floating IPs. | 19:18 |
doug-fish | the missing piece is that Horizon knows only one nova policy file. IMO it really needs a distinct policy file per region for cases like this | 19:18 |
tyr_ | these don't make any sense if you have only baremetal...but could neutron in that baremetal region be configured to indicate to Horizon that those features don't apply? | 19:18 |
tyr_ | doug-fish: Ah ha...yes, horizon wouldn't know that RegionOne nova policies are different than RegionTwo nova policies | 19:19 |
sjmc7 | i think so tyr_ - take a look at the exising extension stuff | 19:19 |
sjmc7 | not sure how fine grained it is | 19:20 |
sjmc7 | yeah, doug’s right that it’d be hard to do via policy | 19:20 |
doug-fish | tyr_: I think you'll have to invent something to make that work. I'd suggest either figure out how to get policy info from each region into Horizon, or put a separate Horizon in each region and sneakily switch between Horizon sites that respect appropriate policies. | 19:20 |
robcresswell | tyr_: regarding nova/ironic, is this related? https://bugs.launchpad.net/horizon/+bug/1483639 | 19:21 |
openstack | Launchpad bug 1483639 in OpenStack Compute (nova) "Nova and Horizon allow inappropriate actions to be performed on baremetal nodes" [Undecided,In progress] - Assigned to Wenzhi Yu (yuywz) | 19:21 |
robcresswell | I've become far too familiar with known bugs :/ | 19:21 |
tyr_ | I'll look into extensions. Thanks sjmc7 | 19:22 |
tyr_ | robcresswell: yes, that covers the actions part of the problem. Thanks! | 19:22 |
*** lhcheng has joined #openstack-horizon | 19:22 | |
*** ChanServ sets mode: +v lhcheng | 19:22 | |
robcresswell | nice :) | 19:22 |
tyr_ | doug-fish: I had imagined creating the first horizon_policy.json file...that is...a policy file that controls the Horizon service itself as a way for installers to write per-region / per-deployment rules that control UI features. | 19:23 |
tyr_ | so...should Horizon show the thing...independent of if the service supports it or not. | 19:24 |
doug-fish | It seems to me those things are really the same aren't they? (does the service support action X, should action X be shown in Horizon). Why a separate file? | 19:25 |
*** sdake has quit IRC | 19:25 | |
krotscheck | robcresswell: lmk when you have a sec, want to get your thoughts on when/whether horizon's ready for a new eslint drop. | 19:25 |
*** sdake has joined #openstack-horizon | 19:26 | |
*** bigdogstl has joined #openstack-horizon | 19:28 | |
tyr_ | doug-fish: having per-region policy awareness helps. Here is another aspect...Compute->Access & Security panel. The Security Groups and Floating IPs tabs don't apply if baremetal only...but I'm not sure the service policy file would indicate that? | 19:32 |
*** bigdogstl has quit IRC | 19:33 | |
robcresswell | krotscheck: Have the current patches all gone in? I recall there was a few backed up... | 19:33 |
krotscheck | robcresswell: There will always be a few backed up. | 19:33 |
krotscheck | robcresswell: It's really just a question of "Do I cut a release now that you can use". | 19:33 |
krotscheck | robcresswell: The big change here is that we updated to eslint 2.x | 19:33 |
doug-fish | tyr_: I'm not sure either. I think that code has some complexity because we have code in Horizon to deal with both neutron and nova-net. I *expect* those to have policy support, but you'll certainly want to check that before you ship anything! | 19:34 |
krotscheck | robcresswell: Also, for the sake of sanity, I recommend y'all don't update the eslint rules more than once a cycle. | 19:34 |
krotscheck | Quicksand is hard to code on. | 19:34 |
tyr_ | doug-fish: Thanks! In general I think you are right. Focusing on "what are the capabilities (aka policy) of the services in the region" seems better than having Horizon specific overrides. | 19:34 |
doug-fish | sure no worries. I hope my ramblings serve you well. :-) | 19:35 |
tyr_ | well...yes and no...because Horizon doesn't have per-region policy awareness...nor does Keystone provide a way to fetch them :P | 19:35 |
robcresswell | krotscheck: I don't think there's any reason not to release it, that I'm aware of | 19:36 |
robcresswell | although I'm sure the warnings will skyrocket again :) | 19:36 |
krotscheck | robcresswell: They always do. | 19:37 |
doug-fish | tyr_: there is work to do in any case. If I were trying to solve that issue I'd try to get policy files for all regions into Horizon. | 19:38 |
tyr_ | yeah, I like that | 19:39 |
krotscheck | Anyone other than robcresswell and tsufiev have an opinion on https://review.openstack.org/#/c/265937/3 ? | 19:39 |
doug-fish | tyr_: and if you wanted to be crazy-experiemental maybe use something like zookeeper to store all of the configs for all regions, then put some client code on each node to read out the policy file for that region and put it on the file system. | 19:40 |
*** mkrcmari__ has joined #openstack-horizon | 19:40 | |
doug-fish | IMO keystone is already pretty overloaded, and there are other tools available to share config info | 19:40 |
sjmc7 | keystone doesn’t have them | 19:40 |
sjmc7 | this is something deployers will mostly have solved though | 19:41 |
doug-fish | I think it's been proposed for keystone before right? | 19:41 |
sjmc7 | it has.. they were not keen, iirc | 19:41 |
doug-fish | My recollection is that keystone actually has it available, but none of the services actually ask keystone for their config files | 19:41 |
robcresswell | doug-fish: Referring to common policy files? | 19:41 |
doug-fish | but maybe that's some other unused keystone feature .... | 19:41 |
*** TravT has quit IRC | 19:42 | |
doug-fish | robcresswell: right - not sure if keystone has any capability to manage common policy files | 19:42 |
sjmc7 | if you want per region policy in horizon, i would recommend making that change and letting deployers know that instead of conf/nova-policy.json it needs to go in conf/<region>/nova-policy.json | 19:42 |
doug-fish | sjmc7: yes exactly | 19:42 |
sjmc7 | that’s an easy change for a deployer (me) and doesn’t rely on anything from keystone | 19:43 |
*** pkarikh_ has joined #openstack-horizon | 19:43 | |
sjmc7 | i don’t _think_ keystone even has the info even if it wanted to give it to you | 19:43 |
doug-fish | the added suggestion after that is to serve up nova.conf from something like zookeeper, put a client on each node to read any changes, and put down new copies where nova + horizon need them across all nodes. | 19:44 |
*** mvk_ has quit IRC | 19:44 | |
doug-fish | (I'm not sure if the cool kids are still using zookeeper, but something like that) | 19:44 |
*** tyr_ has quit IRC | 19:44 | |
sjmc7 | interestingly, direct copies aren’t always correct | 19:44 |
*** tyr has joined #openstack-horizon | 19:44 | |
sjmc7 | we had a problem with neutron where we had to make some changes (tenant-id to project-id or someithing) | 19:44 |
*** piet has quit IRC | 19:44 | |
doug-fish | you mean between the service and Horizon policy files? | 19:44 |
sjmc7 | yeah. hilarity ensued | 19:45 |
*** kzaitsev_mb has quit IRC | 19:45 | |
doug-fish | yeah, sounds pretty funny. | 19:45 |
doug-fish | that sounds like a bug to me | 19:45 |
sjmc7 | yeah. but either way, a deployer could choose to do that if they wished | 19:45 |
*** TravT has joined #openstack-horizon | 19:45 | |
*** ChanServ sets mode: +v TravT | 19:45 | |
sjmc7 | or write the same thing in both places using ansible/chef whatever, etc and so on | 19:45 |
doug-fish | true | 19:46 |
sjmc7 | not sure though that policy is the way to say “this feature is unavailable" | 19:46 |
sjmc7 | tyr: what does nova do if you try to use a forbidden feature? | 19:47 |
openstackgerrit | Akihiro Motoki proposed openstack/horizon: Add allowed address pair extension UI for neutron ports. https://review.openstack.org/193079 | 19:47 |
tyr | sjmc7: it fails gracefully. | 19:47 |
*** mpavlase has joined #openstack-horizon | 19:48 | |
*** openstackgerrit has quit IRC | 19:48 | |
sjmc7 | as in it tries its best to do something else? or it tells you that won’t fly? | 19:48 |
tyr | various errors depending on the operation. | 19:48 |
*** openstackgerrit has joined #openstack-horizon | 19:49 | |
*** piet has joined #openstack-horizon | 19:49 | |
sjmc7 | my point i guess is whether it knows in advance | 19:49 |
sjmc7 | or whether it has a go and realizes something is amiss | 19:49 |
sjmc7 | the problem with the policy method is that then i have to figure it out as a deployer | 19:50 |
tyr | not 100% sure. If extensions were complete enough, Horizon could query the "capabilities" of the services in the region. | 19:50 |
sjmc7 | yeah, that’d be the ideal way | 19:50 |
tyr | yeah...and as we talk, policy files, by definition, are about business policy...not technical capability. | 19:50 |
robcresswell | Drivers Meeting in #openstack-meeting-3 in 10 mins. | 19:50 |
sjmc7 | right | 19:50 |
tyr | policy = "Bob is not allowed" capability = "floating IPs will work" | 19:51 |
sjmc7 | the policy files can be used to disable stuff but the intent is to say “this is not allowed” versus “this is impossible" | 19:51 |
sjmc7 | right | 19:51 |
sjmc7 | which is why horizon checks catalog & extension list & policy | 19:51 |
tyr | by the time we land in Horizon, if there is a button visible...it is dumb to show it when we know it will *always* fail in a given region :) | 19:51 |
sjmc7 | yeah | 19:52 |
robcresswell | sjmc7: You're underselling us. We also have can_register, can_access, allowed | 19:52 |
sjmc7 | that’s why the neutron extension stuff exists | 19:52 |
sjmc7 | my apologies, robcresswell. it’s hard to keep up with the vast proliferation of ability deciding factors | 19:52 |
robcresswell | This is rapidly turning into https://xkcd.com/927/ | 19:52 |
tyr | how are extensions enabled/disabled in nova? | 19:52 |
sjmc7 | hahahaha | 19:52 |
tyr | Is it possible to have nova in RegionOne have different extensions enabled than nova in RegionTwo? | 19:53 |
sjmc7 | oh yes | 19:53 |
tyr | neutron has similar mechanism? | 19:54 |
sjmc7 | http://developer.openstack.org/api-ref-compute-v2.1.html#extensions-v2.1 | 19:54 |
sjmc7 | how about that? | 19:54 |
sjmc7 | for some reason i thought i heard talk of deprecating the extensions mechanism but i don’t know what they’d replace it with, so i might be wrong | 19:55 |
tyr | ok, thanks! I'll have to do some reading. Security groups for example, are they an "extension"? They don't currently apply for baremetal only environments. Wondering how a deployer might disable that feature | 19:57 |
*** gyee has joined #openstack-horizon | 19:57 | |
*** tyr_ has joined #openstack-horizon | 19:57 | |
openstackgerrit | Akihiro Motoki proposed openstack/horizon: Add allowed address pair extension UI for neutron ports. https://review.openstack.org/193079 | 19:58 |
*** tyr has left #openstack-horizon | 19:59 | |
*** mpavlase has quit IRC | 19:59 | |
*** pauloewerton has quit IRC | 20:06 | |
*** bpokorny_ has quit IRC | 20:07 | |
*** bpokorny has joined #openstack-horizon | 20:07 | |
*** piet has quit IRC | 20:08 | |
*** harlowja has quit IRC | 20:09 | |
matt-borland | Hey r1chardj0n3s...I went ahead and put in some docs for https://review.openstack.org/#/c/291846/ per your suggestion...thanks for the review! | 20:11 |
*** dmk0202 has joined #openstack-horizon | 20:14 | |
*** mvk_ has joined #openstack-horizon | 20:16 | |
*** dratushnyy has quit IRC | 20:17 | |
*** dritec has joined #openstack-horizon | 20:17 | |
*** mvk has joined #openstack-horizon | 20:18 | |
r1chardj0n3s | morning | 20:19 |
r1chardj0n3s | hey matt-borland, thanks! | 20:19 |
*** mkrcmari__ has quit IRC | 20:19 | |
matt-borland | np | 20:19 |
*** raquel_lira has joined #openstack-horizon | 20:20 | |
david-lyle | tyr_, doug-fish: http://developer.openstack.org/api-ref-identity-v3-ext.html | 20:20 |
doug-fish | yes! I thought that existed | 20:21 |
doug-fish | I understand exactly 0 projects actually use it though | 20:21 |
*** mvk_ has quit IRC | 20:21 | |
*** mkrcmari__ has joined #openstack-horizon | 20:21 | |
david-lyle | doug-fish: right! | 20:22 |
doug-fish | *sigh* | 20:22 |
david-lyle | but the thing exists, so if you were so motivated | 20:22 |
doug-fish | so close, yet so far. | 20:22 |
*** bigdogstl has joined #openstack-horizon | 20:22 | |
*** jprovazn has quit IRC | 20:25 | |
*** mvk has quit IRC | 20:25 | |
*** bigdogstl has quit IRC | 20:27 | |
*** gyee has quit IRC | 20:27 | |
*** roxanaghe has quit IRC | 20:29 | |
*** gyee has joined #openstack-horizon | 20:30 | |
matt-borland | thx robcresswell for the bp review/approval :) | 20:36 |
*** bigdogstl has joined #openstack-horizon | 20:38 | |
r1chardj0n3s | oh wow, sentry just got amazing-er http://blog.getsentry.com/2016/05/04/breadcrumbs.html | 20:40 |
*** mvk has joined #openstack-horizon | 20:41 | |
*** pkarikh_ has quit IRC | 20:42 | |
*** bigdogstl has quit IRC | 20:43 | |
*** mdurrant has quit IRC | 20:43 | |
*** mkrcmari__ has quit IRC | 20:44 | |
*** mvk_ has joined #openstack-horizon | 20:44 | |
*** mkrcmari__ has joined #openstack-horizon | 20:47 | |
openstackgerrit | Merged openstack/horizon: Imported Translations from Zanata https://review.openstack.org/311938 | 20:47 |
*** bpokorny has quit IRC | 20:47 | |
*** doug-fis_ has joined #openstack-horizon | 20:48 | |
*** mvk has quit IRC | 20:48 | |
TravT | r1chardj0n3s: any chance i can get your core powers on a couple javascript dependency update patches for searchlight ui? | 20:48 |
r1chardj0n3s | TravT: ooh, is it bribing time? :-) | 20:48 |
TravT | yeah, although these are low value ones. :) | 20:48 |
TravT | https://review.openstack.org/#/c/311851 | 20:48 |
TravT | https://review.openstack.org/#/c/311844/ | 20:48 |
TravT | maybe there's a better way to do this... | 20:49 |
TravT | but right now, just keeping those in sync with horizon master | 20:49 |
dritec | hello raquel | 20:49 |
dritec | how are you | 20:49 |
dritec | :) | 20:49 |
raquel_lira | fine :) | 20:50 |
*** doug-fish has quit IRC | 20:50 | |
robcresswell | TravT: Huh, I have +2 powers. Did you just inherit horizon-core? | 20:50 |
*** mvk_ has quit IRC | 20:50 | |
r1chardj0n3s | TravT: done! | 20:51 |
*** mvk has joined #openstack-horizon | 20:51 | |
TravT | set it up so both searchlight core and horizon core have the magic | 20:51 |
TravT | r1chardj0n3s: thx! | 20:51 |
*** doug-fish has joined #openstack-horizon | 20:51 | |
*** SimonChung has quit IRC | 20:52 | |
*** doug-fi__ has joined #openstack-horizon | 20:52 | |
*** SimonChung1 has joined #openstack-horizon | 20:52 | |
*** doug-fis_ has quit IRC | 20:52 | |
*** mkrcmari__ has quit IRC | 20:53 | |
*** mvk_ has joined #openstack-horizon | 20:53 | |
*** doug-fish has quit IRC | 20:55 | |
*** mkrcmari__ has joined #openstack-horizon | 20:56 | |
*** mvk has quit IRC | 20:56 | |
*** doug-fi__ has quit IRC | 20:57 | |
*** Mounica has quit IRC | 20:58 | |
robcresswell | TravT: schema form is pretty nice. | 20:59 |
*** julim has quit IRC | 20:59 | |
TravT | that's good news! | 20:59 |
*** mvk_ has quit IRC | 20:59 | |
robcresswell | Just using it locally with a bunch of custom templates and things (which suits the themable selects/checkboxes etc) | 20:59 |
*** ducttape_ has joined #openstack-horizon | 21:00 | |
TravT | robcresswell: i was looking at the xstatic patckage reviews | 21:00 |
TravT | are there any extra rules that somebody besides Horizon has to + them? | 21:00 |
TravT | or can just horizon cores push them through? | 21:00 |
*** mvk_ has joined #openstack-horizon | 21:00 | |
robcresswell | It actually has its own release team, I think we're just all on it IIRC | 21:00 |
robcresswell | I'd need to check | 21:00 |
robcresswell | It may be a superset of horizon though. | 21:01 |
*** julim has joined #openstack-horizon | 21:01 | |
*** btully has quit IRC | 21:01 | |
TravT | ok, well, i have to go run an errand. will be back online in a bit. | 21:02 |
robcresswell | You can actually use the schema just for generating fields too, it doesnt need to be an entire form. So you can just have a div with a schema and model passed in and magic happens. | 21:02 |
robcresswell | That suits the workflow design well. | 21:03 |
*** mkrcmari__ has quit IRC | 21:04 | |
openstackgerrit | Matt Borland proposed openstack/horizon: Adding generic table extensibility https://review.openstack.org/309482 | 21:05 |
*** gyee has quit IRC | 21:06 | |
*** harlowja has joined #openstack-horizon | 21:10 | |
*** lblanchard has quit IRC | 21:11 | |
*** dritec has quit IRC | 21:15 | |
*** bullll has joined #openstack-horizon | 21:16 | |
*** roxanaghe has joined #openstack-horizon | 21:18 | |
bullll | Hello all, I'm having issues launching instances in horizon mitaka. Every time i try i get a "Forbidden (CSRF token missing or incorrect /api/nova/servers" | 21:20 |
*** gyee has joined #openstack-horizon | 21:20 | |
bullll | anyone have any tips for me on this one? | 21:20 |
*** tyr_ has quit IRC | 21:21 | |
*** piet has joined #openstack-horizon | 21:21 | |
*** bpokorny has joined #openstack-horizon | 21:22 | |
*** david_cu has quit IRC | 21:24 | |
*** EZPZ has quit IRC | 21:25 | |
*** gyee has quit IRC | 21:27 | |
r1chardj0n3s | david-lyle: on the recursive deletion patch, the swift folks tend to have non-core api stuff in middleware (so for example there's a batch deletion middleware, which I have on my TODO to support) so there'd have to be a recursive-deletion middleware, which would then have to be installed to be used by horizon, so we couldn't rely on it :/ | 21:27 |
r1chardj0n3s | I'm gettng my swift guy to write a response also, just in case I got a bit of that wrong | 21:27 |
robcresswell | r1chardj0n3s: schema-form is a win as far as I'm concerned. | 21:29 |
r1chardj0n3s | cool | 21:29 |
*** Mounica has joined #openstack-horizon | 21:31 | |
*** pushkaru has quit IRC | 21:31 | |
*** pushkaru has joined #openstack-horizon | 21:32 | |
*** bigdogstl has joined #openstack-horizon | 21:34 | |
*** roxanaghe has quit IRC | 21:37 | |
*** jtriley has quit IRC | 21:37 | |
*** gyee has joined #openstack-horizon | 21:39 | |
*** bigdogstl has quit IRC | 21:39 | |
david-lyle | r1chardj0n3s: just always concerned when logic that should be in the API is stuffed in the UI | 21:40 |
*** roxanaghe has joined #openstack-horizon | 21:40 | |
* david-lyle understands the nature of OpenStack APIs also | 21:40 | |
*** vgridnev has quit IRC | 21:40 | |
david-lyle | but now I have more information, which helps | 21:40 |
*** ducttape_ has quit IRC | 21:42 | |
*** ppiela has joined #openstack-horizon | 21:42 | |
*** chlong has quit IRC | 21:45 | |
*** peristeri has quit IRC | 21:45 | |
*** DevBox has joined #openstack-horizon | 21:48 | |
r1chardj0n3s | yeah, it's definitely not my preference, but swift really strongly resists any API changes, and middleware is a poor option | 21:52 |
openstackgerrit | Merged openstack/horizon: Enhances tox to not rely on run_tests https://review.openstack.org/259013 | 21:54 |
openstackgerrit | Merged openstack/horizon: Many dropdown actions are white text on white background https://review.openstack.org/308074 | 22:01 |
*** dmk0202 has quit IRC | 22:01 | |
*** chlong has joined #openstack-horizon | 22:05 | |
*** julim has quit IRC | 22:06 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/horizon: Updated from global requirements https://review.openstack.org/312136 | 22:07 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/manila-ui: Updated from global requirements https://review.openstack.org/311539 | 22:08 |
*** vishwanathj has quit IRC | 22:10 | |
*** absubram has quit IRC | 22:15 | |
*** ducttape_ has joined #openstack-horizon | 22:24 | |
*** piet has quit IRC | 22:28 | |
openstackgerrit | Diana Whitten proposed openstack/horizon: Modals should inherit from the theme https://review.openstack.org/309581 | 22:34 |
*** weezS has joined #openstack-horizon | 22:40 | |
david-lyle | r1chardj0n3s: certainly much saner and robust to have 4 separate implementations than just one :( | 22:40 |
r1chardj0n3s | david-lyle: but of course! | 22:40 |
david-lyle | that's openstack in a nutshell | 22:40 |
r1chardj0n3s | I eagerly await your implementation of horizon in the node.js programming language | 22:41 |
david-lyle | shoot me now | 22:41 |
*** pushkaru has quit IRC | 22:42 | |
r1chardj0n3s | also, a year on from "why I'm switching from python to node.js" http://geekforbrains.com/post/after-a-year-of-nodejs-in-production ... can you guess how it went? :-) | 22:42 |
*** weezS has quit IRC | 22:43 | |
*** dratushnyy has joined #openstack-horizon | 22:45 | |
david-lyle | r1chardj0n3s: nice | 22:46 |
openstackgerrit | Diana Whitten proposed openstack/horizon: Horizon selects are now themable: Table Actions https://review.openstack.org/289525 | 22:48 |
openstackgerrit | Diana Whitten proposed openstack/horizon: Horizon selects are now themable: Table Actions https://review.openstack.org/289525 | 22:50 |
*** ametts has quit IRC | 22:52 | |
*** harlowja has quit IRC | 22:52 | |
*** harlowja has joined #openstack-horizon | 22:53 | |
*** raquel_lira has quit IRC | 22:58 | |
openstackgerrit | Diana Whitten proposed openstack/horizon: Horizon selects are now themable: Volumes https://review.openstack.org/263817 | 22:59 |
*** ducttape_ has quit IRC | 23:00 | |
lhcheng | r1chardj0n3s: python is the best! lol | 23:01 |
hurgleburgler | \o/ | 23:01 |
openstackgerrit | Diana Whitten proposed openstack/horizon: Horizon selects are now themable: Launch Instance https://review.openstack.org/289679 | 23:02 |
openstackgerrit | Diana Whitten proposed openstack/horizon: Horizon selects are now themable: Admin Panels https://review.openstack.org/290204 | 23:02 |
openstackgerrit | Diana Whitten proposed openstack/horizon: Draggable Network Lists should inherit from theme https://review.openstack.org/293238 | 23:03 |
openstackgerrit | Diana Whitten proposed openstack/horizon: Legacy Transfer Table should inherit from theme https://review.openstack.org/303625 | 23:06 |
*** Mounica has quit IRC | 23:12 | |
*** mpavlase has joined #openstack-horizon | 23:16 | |
openstackgerrit | Diana Whitten proposed openstack/horizon: Modals should inherit from the theme https://review.openstack.org/309581 | 23:18 |
*** ducttape_ has joined #openstack-horizon | 23:29 | |
*** bapalm_ has quit IRC | 23:30 | |
*** Mounica has joined #openstack-horizon | 23:35 | |
openstackgerrit | Merged openstack/horizon: Removed vestigial Magic-Search bar https://review.openstack.org/312211 | 23:35 |
openstackgerrit | Merged openstack/horizon: Choose a server group when booting a VM https://review.openstack.org/217617 | 23:36 |
*** sdake has quit IRC | 23:37 | |
*** mpavlase has quit IRC | 23:37 | |
*** pushkaru has joined #openstack-horizon | 23:38 | |
*** piet has joined #openstack-horizon | 23:48 | |
*** amit213 has joined #openstack-horizon | 23:51 | |
*** roxanaghe has quit IRC | 23:58 | |
*** bpokorny has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!