*** erhudy has quit IRC | 00:00 | |
*** ying_zuo has quit IRC | 00:32 | |
*** yingwei has joined #openstack-horizon | 00:38 | |
*** itlinux has joined #openstack-horizon | 00:47 | |
*** hoonetorg has quit IRC | 01:15 | |
*** erlon has joined #openstack-horizon | 01:19 | |
*** hoonetorg has joined #openstack-horizon | 01:20 | |
*** r1chardj0n3s has quit IRC | 01:35 | |
*** itlinux has quit IRC | 02:01 | |
*** zhurong has joined #openstack-horizon | 02:05 | |
*** dave-mccowan has quit IRC | 02:27 | |
*** hoonetorg has quit IRC | 02:59 | |
*** itlinux has joined #openstack-horizon | 03:05 | |
*** hoonetorg has joined #openstack-horizon | 03:15 | |
*** david-lyle is now known as dklyle | 03:19 | |
*** dklyle is now known as david-lyle | 03:20 | |
*** ChanServ sets mode: +o david-lyle | 03:21 | |
*** david-lyle is now known as dklyle | 03:21 | |
*** dklyle is now known as david-lyle | 03:23 | |
*** zhurong has quit IRC | 03:38 | |
*** itlinux has quit IRC | 03:51 | |
*** itlinux has joined #openstack-horizon | 03:59 | |
*** amotoki has joined #openstack-horizon | 04:14 | |
*** itlinux has quit IRC | 04:17 | |
*** itlinux has joined #openstack-horizon | 04:20 | |
*** udesale has joined #openstack-horizon | 04:41 | |
*** zhurong has joined #openstack-horizon | 05:02 | |
*** gyee has quit IRC | 05:03 | |
*** erlon has quit IRC | 05:13 | |
*** masco has joined #openstack-horizon | 05:31 | |
*** zul has quit IRC | 05:34 | |
*** zul has joined #openstack-horizon | 05:35 | |
*** yingwei has quit IRC | 05:53 | |
*** elajkat has joined #openstack-horizon | 05:59 | |
*** ducttap__ has joined #openstack-horizon | 06:00 | |
*** mine0901 has joined #openstack-horizon | 06:03 | |
*** zhurong has quit IRC | 06:04 | |
*** ducttap__ has quit IRC | 06:05 | |
*** tjones has quit IRC | 06:09 | |
*** zhurong has joined #openstack-horizon | 06:11 | |
*** zhurong has quit IRC | 06:23 | |
*** pcaruana has joined #openstack-horizon | 06:36 | |
BlackDex | Hello there, i'm have a strange issue with trying to change the template | 06:36 |
---|---|---|
BlackDex | i have installed openstack including the horizon dashboard via juju charms | 06:37 |
BlackDex | using the latest version available | 06:37 |
BlackDex | Ubuntu 16.04 and Ocat | 06:37 |
BlackDex | so, got it working sometimes | 06:37 |
BlackDex | But most of the time i get errors | 06:38 |
BlackDex | this is what the error.log says | 06:38 |
BlackDex | http://paste.ubuntu.com/24471453/ | 06:38 |
BlackDex | Someone has any idea how to fix this? Or where i should look? | 06:38 |
robcresswell | BlackDex: Have you modified or added anything? | 06:42 |
*** itlinux has quit IRC | 06:52 | |
*** tesseract has joined #openstack-horizon | 07:05 | |
BlackDex | robcresswell: I started by just copy the "default" theme | 07:05 |
BlackDex | that worked as excpected | 07:06 |
BlackDex | Added a _splash.html to templates/auth/ | 07:06 |
BlackDex | added some custom text, also worked as excpected | 07:07 |
BlackDex | then i added a _login_page.html also fine | 07:07 |
BlackDex | but when i wanted to change some scss files, it broke, and i couldn't get it fixed. | 07:08 |
*** ducttape_ has joined #openstack-horizon | 07:10 | |
*** ducttape_ has quit IRC | 07:14 | |
*** udesale has quit IRC | 07:30 | |
*** jpich has joined #openstack-horizon | 07:32 | |
*** itxaka has joined #openstack-horizon | 07:33 | |
*** yamamoto has quit IRC | 07:40 | |
*** sharatss has joined #openstack-horizon | 07:43 | |
*** makowals has joined #openstack-horizon | 07:54 | |
*** yingwei has joined #openstack-horizon | 07:54 | |
sharatss | robcresswell, hi | 07:54 |
sharatss | i tried the same method as identity panels but still the search functionality wont work | 07:55 |
robcresswell | BlackDex: That error looks to me like the settings for the new theme are configured wrong, like a parameter might be missing | 07:56 |
robcresswell | but im not sure | 07:56 |
*** vponomaryov has left #openstack-horizon | 07:56 | |
robcresswell | sharatss: Well, it might vary depending on how the API does filtering | 07:56 |
BlackDex | but i didn't change any settings | 07:57 |
BlackDex | hmm | 07:57 |
sharatss | robcresswell, so is there something that needs to be changed on the server side? | 07:57 |
robcresswell | BlackDex: How did you register the theme? Just modifying default? | 07:57 |
BlackDex | using juju. you can add a custom theme entry | 07:58 |
robcresswell | sharatss: So, the identity content etc, uses server side filtering and all those patches do is pass it along | 07:58 |
BlackDex | it will become the default | 07:58 |
robcresswell | BlackDex: I have no idea how juju works | 07:58 |
BlackDex | as long is it is located in the themes/ folder | 07:58 |
robcresswell | Thats some Canonical thing right? | 07:59 |
robcresswell | ubuntu thing | 07:59 |
robcresswell | Unfortunately you'll need to ask the packagers about that, because its not something horizon has any influence over | 07:59 |
BlackDex | robcresswell: It adds it to AVAILABLE_THEMES and then it sets the DEFAULT_THEME | 07:59 |
BlackDex | robcresswell: Indeed canonical :) | 08:00 |
sharatss | robcresswell, so filtering must be changed in mistral server first? | 08:00 |
BlackDex | those are the local_settings.py btw | 08:01 |
robcresswell | sharatss: You'll want your API to support it, yes | 08:01 |
robcresswell | client side paging always runs into issues with large datasets | 08:01 |
sharatss | robcresswell, thanks again.. will disturb you soon :) | 08:01 |
robcresswell | BlackDex: That sounds right, can you paste them? paste.openstack.org | 08:01 |
robcresswell | I'm pretty reluctant to spend much time on distribution customisations though... the ubuntu packages have been troublesome for us for a long long time. | 08:02 |
BlackDex | the whole config you mean? | 08:02 |
BlackDex | or just that part | 08:02 |
robcresswell | BlackDex: Either | 08:02 |
BlackDex | http://paste.openstack.org/show/wEVXjZrsriEt46u06Pid/ | 08:04 |
openstackgerrit | Akihiro Motoki proposed openstack/horizon master: Do not display UUID in network/rotuer forms https://review.openstack.org/443928 | 08:06 |
openstackgerrit | Akihiro Motoki proposed openstack/horizon master: Retrieve quota and usage only for quota-enabled resources https://review.openstack.org/456415 | 08:28 |
openstackgerrit | Akihiro Motoki proposed openstack/horizon master: Retrieve quota and usage only for resources really required https://review.openstack.org/456416 | 08:28 |
robcresswell | BlackDex: I can't see anything obvious, I'm afraid :( | 08:29 |
BlackDex | robcresswell: Oke, thx for looking! | 08:31 |
BlackDex | ill go and kick some canonical but ;) | 08:31 |
openstackgerrit | Akihiro Motoki proposed openstack/horizon master: Drop Nova floating IP dependency from dashboard https://review.openstack.org/457055 | 08:41 |
openstackgerrit | Akihiro Motoki proposed openstack/horizon master: Drop Nova SG and FIP related unit tests from dashboard code https://review.openstack.org/457057 | 08:41 |
openstackgerrit | Akihiro Motoki proposed openstack/horizon master: Drop Nova security group dependency from dashboard https://review.openstack.org/457056 | 08:41 |
openstackgerrit | Akihiro Motoki proposed openstack/horizon master: Drop novalclient security group and floating IP dependency https://review.openstack.org/457058 | 08:41 |
*** makowals has quit IRC | 08:42 | |
openstackgerrit | Akihiro Motoki proposed openstack/horizon master: Do not display UUID in network/rotuer forms https://review.openstack.org/443928 | 08:59 |
*** MasterOfBugs has quit IRC | 09:14 | |
*** adriant_ has quit IRC | 09:23 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/horizon master: Imported Translations from Zanata https://review.openstack.org/460894 | 09:30 |
openstackgerrit | Akihiro Motoki proposed openstack/horizon master: Refactor the current UpdatePort form to workflow version https://review.openstack.org/451620 | 09:31 |
openstackgerrit | Akihiro Motoki proposed openstack/horizon master: Support security groups association per port https://review.openstack.org/404178 | 09:31 |
*** jtomasek has quit IRC | 09:34 | |
*** tosky has joined #openstack-horizon | 09:37 | |
*** jtomasek has joined #openstack-horizon | 09:37 | |
*** mdovgal has joined #openstack-horizon | 09:42 | |
mdovgal | Hi guys. Who can help, how to run one unit test for horizon? in cinder we use "-- -n" after tox -epy27. but here it doesn't work | 09:49 |
* mdovgal wondering if somebody is here | 09:51 | |
robcresswell | 2 minutes? Sheesh | 09:52 |
robcresswell | mdovgal: https://docs.openstack.org/developer/horizon/testing.html#py27 | 09:52 |
mdovgal | robcresswell, thank you! | 09:53 |
*** mdovgal has left #openstack-horizon | 09:53 | |
robcresswell | np | 09:53 |
*** e0ne has joined #openstack-horizon | 09:53 | |
openstackgerrit | Akihiro Motoki proposed openstack/horizon master: Retrieve quota and usage only for resources really required https://review.openstack.org/456416 | 09:55 |
-amotoki- rebasing time is over :) | 09:56 | |
*** udesale has joined #openstack-horizon | 09:58 | |
*** tesseract has quit IRC | 10:04 | |
*** mine0901 has quit IRC | 10:07 | |
*** tesseract has joined #openstack-horizon | 10:08 | |
*** fnordahl_ is now known as fnordahl | 10:20 | |
openstackgerrit | Akihiro Motoki proposed openstack/horizon master: Allow dropdown menu to expand outside the modal dialog https://review.openstack.org/460929 | 10:35 |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila-ui master: Fix manila quota operations https://review.openstack.org/460698 | 10:43 |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila-ui master: Fix manila quota operations https://review.openstack.org/460698 | 10:44 |
*** sharatss has quit IRC | 10:46 | |
*** udesale__ has joined #openstack-horizon | 10:54 | |
*** udesale has quit IRC | 10:56 | |
*** yamamoto has joined #openstack-horizon | 11:05 | |
*** yamamoto_ has joined #openstack-horizon | 11:06 | |
*** makowals has joined #openstack-horizon | 11:09 | |
*** yamamoto has quit IRC | 11:10 | |
*** makowals has quit IRC | 11:10 | |
*** makowals has joined #openstack-horizon | 11:17 | |
*** yamamoto_ has quit IRC | 11:18 | |
*** yingwei has quit IRC | 11:23 | |
*** sharatss has joined #openstack-horizon | 11:28 | |
*** masco has quit IRC | 11:43 | |
*** tesseract has quit IRC | 11:50 | |
*** dave-mccowan has joined #openstack-horizon | 11:56 | |
*** zhenguo has quit IRC | 12:02 | |
elajkat | amotoki: Hi, In the review (https://review.openstack.org/449217) I attached to my answer some log snippets from latest patch's, and by those it seems that by removing from test/settings.py the line 'enable_trunk': False | 12:02 |
elajkat | amotoki: the django tests are failing with "ECall to list enabled services failed. This is likely due to a problem communicating with the Neutron endpoint. Trunks panel will not be displayed" | 12:03 |
elajkat | Have you seen similar, or perhaps any idea where it should come from? | 12:03 |
*** sharatss has quit IRC | 12:05 | |
elajkat | amotoki: in the comment above in test/settings.py the author mentiones some stubbing of neutron extension list, do you perhaps any history of that, why they decided to move this way with disabling some panels from config options? | 12:05 |
*** tesseract has joined #openstack-horizon | 12:05 | |
amotoki | elajkat: IIRC in unit tests, all panels are loaded and unless we disable them by config we are forced to add stubs to all existing panel tests... this leads to too messy world | 12:07 |
amotoki | elajkat: looking at the failure result | 12:08 |
elajkat | amotoki: thanks, it's way too complicated without this ;) | 12:09 |
amotoki | elajkat: ideally this issue should be solved in the testing layer like openstack_dashboard.test.helpers | 12:14 |
amotoki | elajkat: but it looks a bit complicated | 12:14 |
*** yamamoto has joined #openstack-horizon | 12:15 | |
*** yamamoto has quit IRC | 12:15 | |
amotoki | elajkat: my suggestion is to use setting option only in openstack_dashboard.test.settings and add a note in api/neutron.py like "This setting is not intended to expose users (it is just due to the current horizon testing framework)" | 12:16 |
amotoki | elajkat: I think it is a good compromise not to block your effort. thought? | 12:16 |
*** yamamoto has joined #openstack-horizon | 12:18 | |
elajkat | amotoki: thanks, I go that way | 12:20 |
*** chlong has quit IRC | 12:21 | |
amotoki | elajkat: thanks for understanding. I will take care of the testing framework issue related to neutron extensions. | 12:21 |
elajkat | amotoki: Now we are a little overloaded (project issues), but otherwise would be happy to help in other issues, like this as well | 12:25 |
*** Adri2000 has joined #openstack-horizon | 12:41 | |
Adri2000 | hello | 12:41 |
Adri2000 | am I right that the instructions to change the horizon logo here https://docs.openstack.org/developer/horizon/topics/customizing.html#simple don't apply to the material theme? | 12:42 |
Adri2000 | (talking about the logo at the top left once logged in, not the splash logo at log in prompt) | 12:43 |
*** yamamoto has quit IRC | 12:47 | |
robcresswell | Adri2000: Yeah the material theme uses its own logo | 12:48 |
amotoki | I just noticed we are still using the old logo in the material theme :( | 12:49 |
robcresswell | Adri2000: https://github.com/openstack/horizon/tree/master/openstack_dashboard/themes/material/templates/material | 12:49 |
robcresswell | amotoki: Yeah, it hasnt been changed | 12:49 |
amotoki | not easy to find such :( | 12:50 |
robcresswell | No... I'm not a fan of the material theme personally. Its a burden to maintain :/ I would prefer we just used bootswatch themes. There is some value in the example I suppose. | 12:50 |
amotoki | robcresswell: totally agree. I think it just exists to check if the theme mechanism work correctly. | 12:52 |
*** ducttape_ has joined #openstack-horizon | 12:57 | |
*** catintheroof has joined #openstack-horizon | 13:01 | |
*** catintheroof has quit IRC | 13:04 | |
*** catintheroof has joined #openstack-horizon | 13:04 | |
*** udesale__ has quit IRC | 13:07 | |
*** Matias has quit IRC | 13:13 | |
*** ducttap__ has joined #openstack-horizon | 13:13 | |
*** ducttape_ has quit IRC | 13:17 | |
*** catinthe_ has joined #openstack-horizon | 13:18 | |
*** catintheroof has quit IRC | 13:21 | |
*** itxaka has quit IRC | 13:39 | |
*** ducttap__ has quit IRC | 13:40 | |
*** yamamoto has joined #openstack-horizon | 13:48 | |
*** chlong has joined #openstack-horizon | 13:53 | |
*** weezS has joined #openstack-horizon | 13:53 | |
*** lblanchard has joined #openstack-horizon | 13:59 | |
*** lblanchard has quit IRC | 14:00 | |
*** makowals has quit IRC | 14:01 | |
*** ducttape_ has joined #openstack-horizon | 14:05 | |
*** chlong has quit IRC | 14:07 | |
*** ducttape_ has quit IRC | 14:10 | |
openstackgerrit | Valeriy Ponomaryov proposed openstack/manila-ui master: Fix 'cover' tox job https://review.openstack.org/461058 | 14:15 |
*** yamamoto has quit IRC | 14:16 | |
*** chlong has joined #openstack-horizon | 14:20 | |
*** mdovgal has joined #openstack-horizon | 14:24 | |
*** wolverineav has joined #openstack-horizon | 14:28 | |
amotoki | robcresswell: what do you think about https://review.openstack.org/#/c/389866/ ? I got the similar feedback from app devs or users. | 14:39 |
*** weezS has quit IRC | 14:40 | |
robcresswell | amotoki: I'll take a look shortly | 14:49 |
robcresswell | amotoki: Looking at the discussion though, I dont really want to replace one issue with another known issue | 14:50 |
amotoki | robcresswell: thanks | 14:50 |
amotoki | robcresswell: I haven't found a perfect solution which addresses both.... | 14:51 |
robcresswell | amotoki: did eddie's suggestion in the comments not work? | 14:51 |
amotoki | robcresswell: let me check it again | 14:52 |
*** rmart04 has joined #openstack-horizon | 14:53 | |
*** ducttape_ has joined #openstack-horizon | 14:56 | |
*** ducttape_ has quit IRC | 15:06 | |
rmart04 | Afternoon, Does anyone know if it is it possible to limit Horizon to serve a single region? I guess removing the or disabling the region selector would do the trick, as long as we could force a specific region! | 15:10 |
*** openstackgerrit has quit IRC | 15:17 | |
*** pcaruana has quit IRC | 15:28 | |
*** ducttape_ has joined #openstack-horizon | 15:33 | |
*** chlong has quit IRC | 15:34 | |
*** weezS has joined #openstack-horizon | 15:35 | |
*** ducttape_ has quit IRC | 15:45 | |
*** gyee has joined #openstack-horizon | 15:52 | |
*** ducttape_ has joined #openstack-horizon | 15:56 | |
*** david-lyle has quit IRC | 16:00 | |
*** rmart04 has quit IRC | 16:10 | |
*** chlong has joined #openstack-horizon | 16:17 | |
*** ducttape_ has quit IRC | 16:24 | |
*** ducttape_ has joined #openstack-horizon | 16:28 | |
*** ducttape_ has quit IRC | 16:33 | |
*** dave-mccowan has quit IRC | 16:36 | |
*** jpich has quit IRC | 16:37 | |
*** lblanchard has joined #openstack-horizon | 16:38 | |
*** tesseract has quit IRC | 16:45 | |
*** david-lyle has joined #openstack-horizon | 16:50 | |
*** ChanServ sets mode: +o david-lyle | 16:50 | |
*** tosky has quit IRC | 16:52 | |
*** dave-mccowan has joined #openstack-horizon | 16:59 | |
*** openstackgerrit has joined #openstack-horizon | 17:05 | |
openstackgerrit | Merged openstack/manila-ui master: Fix 'cover' tox job https://review.openstack.org/461058 | 17:05 |
*** ducttape_ has joined #openstack-horizon | 17:06 | |
*** harlowja has quit IRC | 17:06 | |
*** e0ne has quit IRC | 17:08 | |
*** amotoki has quit IRC | 17:25 | |
*** itlinux has joined #openstack-horizon | 17:53 | |
*** catintheroof has joined #openstack-horizon | 18:04 | |
*** catinthe_ has quit IRC | 18:08 | |
*** mine0901 has joined #openstack-horizon | 18:13 | |
*** elajkat has quit IRC | 18:17 | |
*** david-lyle_ has joined #openstack-horizon | 18:24 | |
*** david-lyle has quit IRC | 18:26 | |
*** e0ne has joined #openstack-horizon | 18:38 | |
*** harlowja has joined #openstack-horizon | 18:38 | |
*** e0ne has quit IRC | 18:58 | |
*** david-lyle_ is now known as david-lyle | 19:09 | |
*** ChanServ sets mode: +o david-lyle | 19:10 | |
*** ducttape_ has quit IRC | 19:20 | |
*** itlinux has quit IRC | 19:33 | |
*** ducttape_ has joined #openstack-horizon | 19:36 | |
*** ducttape_ has quit IRC | 19:37 | |
*** ducttape_ has joined #openstack-horizon | 19:37 | |
*** dave-mccowan has quit IRC | 20:10 | |
openstackgerrit | Merged openstack/manila-ui master: Add possibility to revert a share to a snapshot https://review.openstack.org/458915 | 20:40 |
openstackgerrit | wei.ying proposed openstack/horizon master: Fix the legacy experience launch instance dialog can not open https://review.openstack.org/460171 | 21:00 |
openstackgerrit | wei.ying proposed openstack/horizon master: Fix the legacy experience launch instance dialog can not open https://review.openstack.org/460171 | 21:04 |
*** catintheroof has quit IRC | 21:14 | |
*** harlowja has quit IRC | 21:17 | |
*** harlowja has joined #openstack-horizon | 21:17 | |
*** harlowja has quit IRC | 21:36 | |
*** chlong has quit IRC | 21:39 | |
*** weezS has quit IRC | 21:55 | |
*** cmurphy has quit IRC | 21:59 | |
*** weezS has joined #openstack-horizon | 22:01 | |
*** weezS has quit IRC | 22:01 | |
*** cmurphy has joined #openstack-horizon | 22:04 | |
*** catintheroof has joined #openstack-horizon | 22:17 | |
*** lblanchard has quit IRC | 22:27 | |
*** weezS has joined #openstack-horizon | 22:42 | |
*** wolverineav has quit IRC | 22:46 | |
openstackgerrit | Radomir Dopieralski proposed openstack/horizon master: Move all Django configuration into .conf file https://review.openstack.org/404735 | 23:00 |
*** catintheroof has quit IRC | 23:11 | |
*** Pavo has joined #openstack-horizon | 23:27 | |
*** Pavo has quit IRC | 23:30 | |
*** harlowja has joined #openstack-horizon | 23:30 | |
*** Pavo has joined #openstack-horizon | 23:32 | |
*** Pavo has left #openstack-horizon | 23:36 | |
*** lblanchard has joined #openstack-horizon | 23:38 | |
*** harlowja has quit IRC | 23:55 | |
*** harlowja has joined #openstack-horizon | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!