*** ramineni_ has joined #openstack-horizon | 00:06 | |
*** priteau has joined #openstack-horizon | 00:59 | |
*** priteau has quit IRC | 01:04 | |
*** lblanchard has joined #openstack-horizon | 01:10 | |
*** mrunge has quit IRC | 01:24 | |
*** yamamoto has quit IRC | 01:26 | |
*** nikhil has quit IRC | 01:54 | |
*** gary-smith has quit IRC | 02:15 | |
*** lblanchard has quit IRC | 02:21 | |
*** ramineni_ has quit IRC | 02:25 | |
*** mrunge has joined #openstack-horizon | 02:39 | |
*** junbo has quit IRC | 02:52 | |
*** priteau has joined #openstack-horizon | 03:00 | |
*** priteau has quit IRC | 03:05 | |
*** udesale has joined #openstack-horizon | 03:35 | |
*** yamamoto has joined #openstack-horizon | 03:39 | |
*** yamamoto_ has joined #openstack-horizon | 03:44 | |
*** yamamoto has quit IRC | 03:47 | |
*** dave-mccowan has quit IRC | 03:54 | |
*** hoangcx has quit IRC | 03:57 | |
*** hoangcx has joined #openstack-horizon | 04:01 | |
*** yamamoto_ has quit IRC | 04:03 | |
*** flwang1 has quit IRC | 04:18 | |
*** yamamoto has joined #openstack-horizon | 04:21 | |
openstackgerrit | Sam Morrison proposed openstack/horizon master: Fix up remote consoles to use correct key https://review.openstack.org/501564 | 04:26 |
---|---|---|
*** hoonetorg has quit IRC | 04:37 | |
openstackgerrit | Akihiro Motoki proposed openstack/horizon master: Add render method to ThemableCheckboxSelectMultiple https://review.openstack.org/507560 | 04:39 |
*** hoonetorg has joined #openstack-horizon | 04:50 | |
*** priteau has joined #openstack-horizon | 05:00 | |
*** priteau has quit IRC | 05:05 | |
*** flwang1 has joined #openstack-horizon | 05:06 | |
openstackgerrit | Ying Zuo proposed openstack/horizon master: Set Angular roles panel as the default https://review.openstack.org/502385 | 05:13 |
*** ratailor has joined #openstack-horizon | 05:32 | |
*** jtomasek has joined #openstack-horizon | 05:32 | |
*** jtomasek has quit IRC | 05:32 | |
*** jtomasek has joined #openstack-horizon | 05:33 | |
*** masco has joined #openstack-horizon | 05:39 | |
*** mrunge has quit IRC | 05:44 | |
*** e0ne has joined #openstack-horizon | 05:55 | |
*** e0ne has quit IRC | 05:59 | |
*** udesale__ has joined #openstack-horizon | 06:03 | |
*** udesale has quit IRC | 06:03 | |
*** udesale has joined #openstack-horizon | 06:06 | |
*** mrunge has joined #openstack-horizon | 06:06 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/horizon master: Imported Translations from Zanata https://review.openstack.org/510758 | 06:07 |
*** udesale__ has quit IRC | 06:07 | |
*** brad[] has quit IRC | 06:20 | |
*** ratailor_ has joined #openstack-horizon | 06:20 | |
*** ratailor has quit IRC | 06:24 | |
*** brad[] has joined #openstack-horizon | 06:32 | |
*** lajoskatona has joined #openstack-horizon | 06:33 | |
*** udesale has quit IRC | 06:34 | |
*** rcernin has joined #openstack-horizon | 06:35 | |
*** udesale has joined #openstack-horizon | 06:35 | |
*** ttrifonov has quit IRC | 06:39 | |
*** ttrifonov has joined #openstack-horizon | 06:40 | |
openstackgerrit | Lajos Katona proposed openstack/horizon master: Redirect back if deleting from image details https://review.openstack.org/490868 | 06:47 |
*** ratailor_ is now known as rtailor | 06:47 | |
*** priteau has joined #openstack-horizon | 06:52 | |
*** lahari has joined #openstack-horizon | 06:54 | |
*** priteau has quit IRC | 06:55 | |
*** priteau has joined #openstack-horizon | 06:55 | |
*** priteau has quit IRC | 06:59 | |
*** rtailor has quit IRC | 07:03 | |
*** rtailor has joined #openstack-horizon | 07:04 | |
*** pcaruana has joined #openstack-horizon | 07:17 | |
*** jpich has joined #openstack-horizon | 07:29 | |
*** tesseract has joined #openstack-horizon | 07:32 | |
cshen | good morning. is there a way to profile network_topology? | 07:38 |
cshen | one of our biggest projects took more than 2 mins to load network_topology page. | 07:40 |
cshen | in the end, it timed out. | 07:40 |
makowals | cshen: Take look on http://empt1e.blogspot.fr/2017/05/profiling-openstack-horizon.html | 07:42 |
cshen | thanks makowals | 07:43 |
cshen | may I ask what is memcached used for in horizon? for example: if I click network_topology twice, is the first response cached in memcached? | 08:01 |
*** yamamoto has quit IRC | 08:05 | |
*** yamamoto has joined #openstack-horizon | 08:08 | |
makowals | Question about settings.py and configs. There is a oslo.policy package which is used by Horizon and allows it's own configuration options. Where inside Horizon itself should I put these options for oslo.policy so they are taken into consideration? | 08:12 |
*** priteau has joined #openstack-horizon | 08:18 | |
*** ratailor_ has joined #openstack-horizon | 08:27 | |
amotoki | makowals: oslo.policy used in horizon is initialized at http://git.openstack.org/cgit/openstack/django_openstack_auth/tree/openstack_auth/policy.py | 08:28 |
amotoki | makowals: it looks up horizon settings. oslo.policy configuration options are not looked up. | 08:29 |
amotoki | is there anything you would like to specify config options for oslo.policy? | 08:29 |
*** rtailor has quit IRC | 08:30 | |
*** rmart04 has joined #openstack-horizon | 08:32 | |
*** tosky has joined #openstack-horizon | 08:35 | |
makowals | amotoki: I'm doing a local patch for oslo.policy which introduces an option "syntax_checks". I want to set the value explicitly and looking for the best place to do this | 08:40 |
amotoki | makowals: i see. at now, horizon does not use oslo.config yet, so we need to pass oslo.policy options in some way. | 08:43 |
*** Tengu has left #openstack-horizon | 08:44 | |
makowals | amotoki: Ok, I get. Anyway and hint how to change the value of the variable from inside _get_policy_conf in django-openstack-auth? | 08:48 |
makowals | amotoki: Then, until it's supported from config file, I would just carry on a patch in django-openstack-auth to set this variable as I want | 08:48 |
*** spectr has quit IRC | 08:49 | |
amotoki | yes, _get_policy_conf looks like the good place. | 08:50 |
*** yamamoto has quit IRC | 08:55 | |
*** ratailor__ has joined #openstack-horizon | 08:59 | |
*** ratailor_ has quit IRC | 09:03 | |
*** e0ne has joined #openstack-horizon | 09:04 | |
makowals | amotoki: Just a question, if I have this option already defined in opts.py in oslo-policy, can I just do conf.register_opt() from django-openstack-auth with the same name without any problems? | 09:10 |
makowals | I'm just having a syntax issues | 09:10 |
amotoki | makowals: register_opts() registers a new option. if it is already defined in opts.py, it is registered. | 09:11 |
amotoki | makowals: I think what you need to do is to use conf.set_default() or set_override() | 09:12 |
makowals | Ahh indeed, set_override seems to do the job | 09:12 |
amotoki | for more detail, we need to check oslo.config code | 09:12 |
makowals | I think I can manage from this point, thanks! | 09:13 |
*** yamamoto has joined #openstack-horizon | 09:15 | |
*** yamamoto has quit IRC | 09:15 | |
*** mrch has joined #openstack-horizon | 09:18 | |
*** spectr has joined #openstack-horizon | 09:19 | |
*** ratailor__ is now known as rtailor | 09:22 | |
*** logan- has quit IRC | 09:27 | |
*** mvk has quit IRC | 09:37 | |
*** yamamoto has joined #openstack-horizon | 09:44 | |
*** priteau has quit IRC | 09:53 | |
*** spectr has quit IRC | 10:12 | |
*** spectr has joined #openstack-horizon | 10:25 | |
*** udesale has quit IRC | 10:30 | |
*** priteau has joined #openstack-horizon | 10:42 | |
*** madorn has quit IRC | 10:45 | |
*** madorn has joined #openstack-horizon | 10:49 | |
*** clayton has quit IRC | 10:49 | |
*** clayton has joined #openstack-horizon | 10:51 | |
*** logan- has joined #openstack-horizon | 10:57 | |
*** ratailor_ has joined #openstack-horizon | 10:57 | |
*** rtailor has quit IRC | 11:01 | |
*** priteau has quit IRC | 11:02 | |
*** dave-mccowan has joined #openstack-horizon | 11:03 | |
*** priteau has joined #openstack-horizon | 11:03 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/django_openstack_auth master: Imported Translations from Zanata https://review.openstack.org/510054 | 11:06 |
*** priteau has quit IRC | 11:08 | |
*** mvk has joined #openstack-horizon | 11:08 | |
*** priteau has joined #openstack-horizon | 11:10 | |
*** wolverineav has joined #openstack-horizon | 11:10 | |
*** priteau has quit IRC | 11:16 | |
*** yamamoto has quit IRC | 11:27 | |
*** lahari has quit IRC | 11:32 | |
*** priteau has joined #openstack-horizon | 11:35 | |
*** yamamoto has joined #openstack-horizon | 11:50 | |
*** masco has quit IRC | 11:58 | |
makowals | Could this blueprint -- https://blueprints.launchpad.net/horizon/+spec/quotas-per-cinder-volume-type -- get some attention? I already have a patch for it but would be nice to get some feedback before uploading any code | 12:00 |
*** jtriley has quit IRC | 12:12 | |
*** jtriley has joined #openstack-horizon | 12:14 | |
*** lifeless has quit IRC | 12:24 | |
*** lifeless has joined #openstack-horizon | 12:31 | |
cshen | Hi guys, I think I have some progress of network_topology page slow issue. I can trace down that the most time took here https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/network_topology/views.py#L251-L259 | 12:32 |
cshen | we have 400 instances in the project, the network tolopogy page tries to get console link of each server. The get console of one instance takes 300+ milliseconds, so for a 400+ project, it takes 120 seconds to get all links of consoles. | 12:33 |
cshen | I don't know if it's the same case by you. | 12:34 |
*** udesale has joined #openstack-horizon | 12:36 | |
*** udesale has quit IRC | 12:37 | |
*** udesale has joined #openstack-horizon | 12:37 | |
*** ratailor_ has quit IRC | 12:41 | |
openstackgerrit | Mateusz Kowalski proposed openstack/horizon master: Display quotas per Cinder volume type https://review.openstack.org/511472 | 12:56 |
*** ppiela has joined #openstack-horizon | 12:57 | |
*** jtriley has quit IRC | 12:58 | |
*** catintheroof has joined #openstack-horizon | 13:06 | |
*** catintheroof has quit IRC | 13:06 | |
*** catintheroof has joined #openstack-horizon | 13:07 | |
*** catintheroof has quit IRC | 13:13 | |
*** catintheroof has joined #openstack-horizon | 13:14 | |
*** lblanchard has joined #openstack-horizon | 13:21 | |
*** jtriley has joined #openstack-horizon | 13:24 | |
*** chlong has joined #openstack-horizon | 13:25 | |
cshen | and it looks like there is an auto refresh of graph in network topology page. so for us, even if it doesn't time out, it fires 400+ get console requests every 20~25 seconds. | 13:31 |
makowals | Maybe a silly question, but why is there a request to get the console? | 13:47 |
*** rmart04 has quit IRC | 13:50 | |
cshen | in the network topology page, if you click instance icon, you will see a ''Open Console'' link. | 13:51 |
cshen | makowals I've checked the configuration, there is no way to deactivate this default behavior. | 13:52 |
*** nikhil_ has joined #openstack-horizon | 13:52 | |
makowals | Well, my question was rather "what would happen if we dropped get_console() from the code itself" | 13:52 |
*** nikhil_ is now known as Guest48516 | 13:52 | |
cshen | then the "Open Console" won't be shown. | 13:53 |
*** Guest48516 is now known as nikhil_k | 13:53 | |
cshen | then the page loaded much faster. | 13:53 |
cshen | if I remove these lines https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/network_topology/views.py#L251-L259 | 13:54 |
david-lyle | cshen, horizon has a lot of UX conveniences that don't scale. please file a bug and include your findings so we can discuss the best course of action | 13:57 |
david-lyle | it may very well make sense to remove the console links | 13:57 |
david-lyle | but I'd like to get some feedback from other operators whether they rely on them | 13:58 |
david-lyle | then we know if we can just drop the links or if we should make them configurable | 13:58 |
*** itlinux has joined #openstack-horizon | 13:58 | |
david-lyle | the other option would be making those requests not load upfront on the server side | 13:59 |
cshen | david-lyle correct, it does not scale. if you have 1000 instances, then it fires 1000 get console requests just sequentially | 13:59 |
david-lyle | cshen, I understand | 13:59 |
cshen | david-lyle Ok, I will fire a bug, thanks! | 14:00 |
cshen | file a bug | 14:00 |
david-lyle | I just think there are a few options of how to mitigate, and I don't want to just remove something that some may use regularly | 14:00 |
david-lyle | cshen, thanks | 14:01 |
david-lyle | and thanks for the profiling work it helps a lot | 14:01 |
cshen | you're welcome. | 14:03 |
*** itlinux has quit IRC | 14:12 | |
*** chlong has quit IRC | 14:13 | |
*** chlong has joined #openstack-horizon | 14:19 | |
*** yamamoto has quit IRC | 14:23 | |
*** itlinux has joined #openstack-horizon | 14:24 | |
*** itlinux has quit IRC | 14:32 | |
*** itlinux has joined #openstack-horizon | 14:36 | |
*** mrch has quit IRC | 14:36 | |
*** knsahm has joined #openstack-horizon | 14:40 | |
knsahm | hi, does anybody know this error: | 14:42 |
knsahm | after upgrade to ocata the admin user (or other user in die default domain) cannot login via horizon? the gui is running in an timeout. other users in other domains could login. | 14:42 |
*** jeremy_moffitt_ has quit IRC | 14:50 | |
cshen | david-lyle, bug is filed https://bugs.launchpad.net/horizon/+bug/1723142 | 14:51 |
openstack | Launchpad bug 1723142 in OpenStack Dashboard (Horizon) "network topology page doesn't scale" [Undecided,New] | 14:51 |
robcresswell | knsahm: It doesn't sound familiar, I'm afraid :/ | 14:52 |
*** jtriley has quit IRC | 14:52 | |
-openstackstatus- NOTICE: Job log uploads are failing due to lack of inodes. Jobs also fail due to mismatches in gnutls packages. Workarounds for both in progress with proper fixes to follow. | 14:53 | |
*** ChanServ changes topic to "Job log uploads are failing due to lack of inodes. Jobs also fail due to mismatches in gnutls packages. Workarounds for both in progress with proper fixes to follow." | 14:53 | |
*** rcernin has quit IRC | 14:55 | |
knsahm | robcresswell: :-( | 15:00 |
*** chlong has quit IRC | 15:02 | |
*** lajoskatona has quit IRC | 15:03 | |
knsahm | ok. after removing all tempest projects and domains the horizon dashboard is working correct..... | 15:09 |
*** jtriley has joined #openstack-horizon | 15:09 | |
*** chlong has joined #openstack-horizon | 15:16 | |
*** itlinux has quit IRC | 15:17 | |
zigo | david-lyle: robcresswell: Hi there! Is Horizon / Pike compatible with Django 1.11 ? | 15:20 |
robcresswell | zigo: It is | 15:20 |
zigo | GREAT ! :) | 15:20 |
zigo | robcresswell: Any plan for 2.0 compat ? | 15:20 |
zigo | Maybe for Queens? | 15:20 |
robcresswell | zigo: Nope | 15:21 |
zigo | When? | 15:21 |
robcresswell | It's not on the list right now. Last I checked its py3 only, so we'd need significant testing there | 15:21 |
robcresswell | Plus the current LTS is supported until 2020, so it's not urgent, IMO | 15:22 |
*** yamamoto has joined #openstack-horizon | 15:24 | |
*** udesale has quit IRC | 15:27 | |
*** yamamoto has quit IRC | 15:31 | |
*** knsahm has quit IRC | 15:32 | |
*** cshen_ has joined #openstack-horizon | 15:32 | |
*** e0ne has quit IRC | 15:40 | |
*** jeremy_moffitt has joined #openstack-horizon | 15:42 | |
*** itlinux has joined #openstack-horizon | 15:42 | |
*** yamamoto has joined #openstack-horizon | 15:45 | |
*** yamamoto has quit IRC | 15:45 | |
*** cshen_ has quit IRC | 15:53 | |
*** priteau has quit IRC | 15:55 | |
*** chlong has quit IRC | 16:03 | |
*** erlon has quit IRC | 16:07 | |
*** priteau has joined #openstack-horizon | 16:16 | |
*** cshen_ has joined #openstack-horizon | 16:18 | |
*** jpich has quit IRC | 16:31 | |
*** itlinux has quit IRC | 16:32 | |
*** gyee has joined #openstack-horizon | 16:41 | |
*** gyee has quit IRC | 16:44 | |
*** yamamoto has joined #openstack-horizon | 16:45 | |
*** cshen_ has quit IRC | 16:52 | |
*** yamamoto has quit IRC | 16:52 | |
*** priteau has quit IRC | 17:06 | |
*** mvk has quit IRC | 17:07 | |
*** tesseract has quit IRC | 17:11 | |
*** felipemonteiro has joined #openstack-horizon | 17:26 | |
*** cshen_ has joined #openstack-horizon | 17:28 | |
*** gokhan has quit IRC | 17:34 | |
*** gokhan has joined #openstack-horizon | 17:36 | |
*** felipemonteiro has quit IRC | 17:39 | |
*** jtriley has quit IRC | 18:01 | |
*** jtriley has joined #openstack-horizon | 18:05 | |
*** anupn has quit IRC | 18:26 | |
*** cshen_ has quit IRC | 18:30 | |
*** cshen_ has joined #openstack-horizon | 18:35 | |
*** harlowja has quit IRC | 19:03 | |
*** mvk has joined #openstack-horizon | 19:28 | |
*** cshen_ has quit IRC | 19:53 | |
*** harlowja has joined #openstack-horizon | 19:57 | |
*** flwang1 has quit IRC | 19:58 | |
*** pcaruana has quit IRC | 19:58 | |
*** cshen_ has joined #openstack-horizon | 19:59 | |
*** jgravel has quit IRC | 20:20 | |
*** e0ne has joined #openstack-horizon | 20:32 | |
*** flwang1 has joined #openstack-horizon | 20:37 | |
*** e0ne has quit IRC | 20:41 | |
*** cshen_ has quit IRC | 20:44 | |
*** lblanchard has quit IRC | 20:57 | |
zigo | robcresswell: So, Horizon is moving to Py3 only for Queens ? :) | 20:59 |
zigo | robcresswell: Is Pike ok with Py3 already ? | 20:59 |
zigo | (sorry for the delay... :P) | 20:59 |
david-lyle | zigo: horizon's tests pass on python3 but I'm not sure how much hands on testing has been done. | 21:03 |
david-lyle | as of newton or ocata | 21:04 |
zigo | david-lyle: Does it seem sensible if I make the Debian Pike package to support *both* py2 & py3, then use can choose? | 21:04 |
zigo | ie: pike with support for both, so in queens, I'll just remove py2 ... | 21:05 |
david-lyle | I'm not sure confidence level in horizon on python3, I can try to test it out | 21:05 |
zigo | I'm starting to add py3 on all packages anyway... | 21:05 |
zigo | I've done Nova today ! :) | 21:06 |
zigo | Result: 3 unit test failures. | 21:06 |
david-lyle | zigo: sounds good | 21:06 |
zigo | Not too bad, I'd say, indeed. | 21:06 |
zigo | My plan is to add Py3 pkgs for everything, then attempt a tempest run ... | 21:07 |
zigo | And see the diff with the Py2 run. | 21:07 |
*** jtriley has quit IRC | 21:14 | |
*** lifeless has quit IRC | 21:37 | |
*** flwang has quit IRC | 21:49 | |
*** catintheroof has quit IRC | 21:53 | |
*** catintheroof has joined #openstack-horizon | 21:53 | |
*** catintheroof has quit IRC | 21:55 | |
*** wolverineav has quit IRC | 21:58 | |
*** yamamoto has joined #openstack-horizon | 21:59 | |
*** lifeless has joined #openstack-horizon | 22:00 | |
*** wolverineav has joined #openstack-horizon | 22:00 | |
*** flwang has joined #openstack-horizon | 22:02 | |
*** mvk has quit IRC | 22:30 | |
*** mvk has joined #openstack-horizon | 22:47 | |
*** flwang1 has quit IRC | 23:00 | |
*** ChanServ changes topic to "OpenStack Horizon | Queens-1 priorities: https://launchpad.net/horizon/+milestone/queens-1 | Docs: https://docs.openstack.org/horizon/latest/" | 23:02 | |
-openstackstatus- NOTICE: Workarounds are in place for libcurl and similar dependency errors due to stale ubuntu mirroring, and for POST_FAILURE results stemming from runaway inode utilization on the logs site; feel free to recheck failing changes for either of these problems now | 23:02 | |
*** wolverineav has quit IRC | 23:10 | |
*** wolverineav has joined #openstack-horizon | 23:10 | |
*** felipemonteiro has joined #openstack-horizon | 23:19 | |
*** ttrifonov has quit IRC | 23:35 | |
*** mvk has quit IRC | 23:36 | |
*** ttrifonov has joined #openstack-horizon | 23:38 | |
*** tosky has quit IRC | 23:49 | |
*** wolverineav has quit IRC | 23:51 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!