*** cshen has joined #openstack-horizon | 00:08 | |
*** cshen has quit IRC | 00:12 | |
openstackgerrit | Merged openstack/horizon master: Fix: Help text for encrypted volume type has incorrect description https://review.openstack.org/619496 | 00:39 |
---|---|---|
*** tosky has quit IRC | 00:39 | |
*** rcernin has quit IRC | 01:36 | |
openstackgerrit | pengyuesheng proposed openstack/horizon master: Check if the alert box has a sibling element, delete its parent if it doesn't exist https://review.openstack.org/619158 | 01:48 |
*** kaiokmo has left #openstack-horizon | 01:49 | |
*** cshen has joined #openstack-horizon | 02:08 | |
*** cshen has quit IRC | 02:13 | |
amotoki | mkrai: In DevStack env, apache web server hosts various services including keystone, nova, horizon and so on. | 02:29 |
amotoki | devstack deploys horizon too, so I wonder why you need to configure horizon manually. | 02:30 |
amotoki | the manual installation described in from-source.html assumes a standalone web server, so it is different from devstack env. | 02:30 |
*** itlinux has quit IRC | 02:36 | |
*** mkrai has joined #openstack-horizon | 03:46 | |
mkrai | Hi Horizon cores! | 03:51 |
mkrai | I have a devstack environment running, I tried to install Horizon manually from source following https://docs.openstack.org/horizon/latest/install/from-source.html | 03:51 |
mkrai | But I get error 404 not found when I access http://<HOST_IP>/dashboard | 03:51 |
mkrai | Can someone help? | 03:52 |
*** cshen has joined #openstack-horizon | 04:08 | |
*** cshen has quit IRC | 04:13 | |
kei-ichi | I'm now launching horizon as test server(means python manage.py runserver), but every modal window won't work as ajax modal(like creation page and row action pages), even remove all browser cache. | 04:16 |
kei-ichi | (URL is transfered, then modal equivalent form is displayed at the right side of the page...) | 04:16 |
kei-ichi | Is there anyone who runs into same problem? | 04:16 |
mkrai | amotoki: ^^ | 04:19 |
openstackgerrit | Andy Botting proposed openstack/horizon master: Support setting more visibility options for edit/create image https://review.openstack.org/602468 | 04:32 |
openstackgerrit | Andy Botting proposed openstack/horizon master: Better support for community images https://review.openstack.org/614688 | 04:41 |
openstackgerrit | Vishal Manchanda proposed openstack/horizon master: [doc]Fix: Modify the content of configure access and security for instance https://review.openstack.org/619687 | 04:50 |
openstackgerrit | Vishal Manchanda proposed openstack/horizon master: [doc]Fix: Modify content of configure access and security for instance https://review.openstack.org/619687 | 04:57 |
openstackgerrit | Vishal Manchanda proposed openstack/horizon master: [doc]Fix: Modify content of configure access and security for instance https://review.openstack.org/619687 | 05:43 |
*** cshen has joined #openstack-horizon | 05:45 | |
*** cshen has quit IRC | 05:52 | |
openstackgerrit | mashuting proposed openstack/horizon master: Add panel RBAC Policy https://review.openstack.org/619153 | 06:40 |
openstackgerrit | pengyuesheng proposed openstack/horizon master: the name needs to be word wrap https://review.openstack.org/615741 | 06:46 |
*** vishalmanchanda has joined #openstack-horizon | 06:52 | |
*** cshen has joined #openstack-horizon | 07:19 | |
*** cshen has quit IRC | 07:25 | |
*** cshen has joined #openstack-horizon | 07:27 | |
*** e0ne has joined #openstack-horizon | 07:46 | |
*** ChanServ sets mode: +o e0ne | 07:46 | |
*** jtomasek has joined #openstack-horizon | 07:47 | |
openstackgerrit | pengyuesheng proposed openstack/horizon master: Modify the prompt of create routes and update routes. https://review.openstack.org/619975 | 08:00 |
openstackgerrit | pengyuesheng proposed openstack/horizon master: Modify the prompt of create routes and update routes. https://review.openstack.org/619975 | 08:03 |
openstackgerrit | pengyuesheng proposed openstack/horizon master: Modify the prompt of create routes and update routes. https://review.openstack.org/619975 | 08:05 |
*** emine__ has joined #openstack-horizon | 08:12 | |
*** tosky has joined #openstack-horizon | 08:46 | |
openstackgerrit | pengyuesheng proposed openstack/horizon master: Modify the prompt of create routes and update routes. https://review.openstack.org/619975 | 08:52 |
*** mkrai has quit IRC | 09:07 | |
*** fyx_ has joined #openstack-horizon | 09:17 | |
*** TheJulia_ has joined #openstack-horizon | 09:17 | |
*** spsurya_ has joined #openstack-horizon | 09:17 | |
*** jpich has joined #openstack-horizon | 09:18 | |
*** early` has joined #openstack-horizon | 09:18 | |
*** mgagne_ has joined #openstack-horizon | 09:23 | |
*** flwang1 has joined #openstack-horizon | 09:25 | |
*** spsurya has quit IRC | 09:25 | |
*** zigo has quit IRC | 09:25 | |
*** early has quit IRC | 09:25 | |
*** mgagne has quit IRC | 09:25 | |
*** fyx has quit IRC | 09:25 | |
*** TheJulia has quit IRC | 09:25 | |
*** spsurya_ is now known as spsurya | 09:25 | |
*** TheJulia_ is now known as TheJulia | 09:25 | |
*** fyx_ is now known as fyx | 09:25 | |
flwang1 | greetings, any horizon core member around? | 09:25 |
flwang1 | i have a question about the Django static files | 09:26 |
flwang1 | currently, browser will cache those static files and when we release a new version of horizon, all our customer have to manually clear their cache, is there any way to avoid that? Thanks | 09:27 |
flwang1 | dklyle: ^ | 09:27 |
e0ne | flwang1: hi | 09:52 |
flwang1 | e0ne: hello | 09:52 |
e0ne | flwang1: if you use compressed static, it should be available with a new filename | 09:52 |
flwang1 | yes, that's what we're using | 09:53 |
flwang1 | the new name is random number | 09:53 |
e0ne | flwang1: and you can configure static file cache policy on your web server | 09:53 |
flwang1 | with the policy, does user still need to do manually clear cache? | 09:54 |
e0ne | no | 09:54 |
e0ne | IFAIK, everything should work well with compressed static | 09:54 |
flwang1 | e0ne: how to do that? | 09:55 |
e0ne | compressstatic command generates JS file with a pretty unique file name | 09:55 |
e0ne | so after update your users should receive new JS w/o cache on the client side | 09:56 |
flwang1 | that's what we're using | 09:56 |
flwang1 | i'm trying to figure out the difference | 09:56 |
flwang1 | e0ne: we use 'python manage.py collectstatic --noinput --clear' and then 'python manage.py compress --force' | 09:58 |
flwang1 | e0ne: any ideas? | 10:06 |
e0ne | it should work. does it generate new js file with a new name? | 10:07 |
flwang1 | yes | 10:10 |
flwang1 | new name | 10:10 |
flwang1 | e0ne: is it possible that the html page being cached? | 10:13 |
flwang1 | so it's still trying to get the old js files | 10:13 |
flwang1 | even though there are new js/css files | 10:13 |
flwang1 | with new name | 10:14 |
e0ne | you have to check your web server caching settings | 10:14 |
flwang1 | web server or horizon setting? | 10:14 |
e0ne | web server | 10:17 |
flwang1 | will proxy impact the cache? e.g. haproxy | 10:18 |
flwang1 | or nginx | 10:18 |
e0ne | apache2 and nginx can add caching. I don't remember if haproxy can do the same | 10:20 |
flwang1 | e0ne: ok, thanks | 10:22 |
e0ne | flwang1: you're welcome! | 10:22 |
flwang1 | i will dig and probably come back for questions, thank you very much | 10:22 |
*** zigo has joined #openstack-horizon | 10:50 | |
*** v12aml has joined #openstack-horizon | 11:43 | |
*** v12aml has quit IRC | 11:57 | |
*** cshen has quit IRC | 12:02 | |
*** v12aml has joined #openstack-horizon | 12:06 | |
*** e0ne has quit IRC | 12:09 | |
*** v12aml has quit IRC | 12:13 | |
*** v12aml has joined #openstack-horizon | 12:16 | |
*** v12aml has quit IRC | 12:24 | |
*** cosss_ has joined #openstack-horizon | 12:37 | |
*** cshen has joined #openstack-horizon | 12:37 | |
*** v12aml has joined #openstack-horizon | 12:41 | |
*** N3l1x has joined #openstack-horizon | 12:46 | |
*** v12aml has quit IRC | 12:49 | |
*** emine__ has quit IRC | 12:56 | |
*** v12aml has joined #openstack-horizon | 12:57 | |
*** v12aml has quit IRC | 13:15 | |
*** v12aml has joined #openstack-horizon | 13:20 | |
*** gouthamr has quit IRC | 13:34 | |
*** gouthamr has joined #openstack-horizon | 13:40 | |
*** dave-mccowan has joined #openstack-horizon | 13:45 | |
*** dave-mccowan has quit IRC | 13:50 | |
*** dave-mccowan has joined #openstack-horizon | 13:51 | |
*** vishalmanchanda has quit IRC | 14:09 | |
*** takamatsu has joined #openstack-horizon | 14:43 | |
*** mvkr has quit IRC | 14:50 | |
*** e0ne has joined #openstack-horizon | 15:09 | |
*** ChanServ sets mode: +o e0ne | 15:09 | |
openstackgerrit | Vishal Manchanda proposed openstack/horizon master: [doc]Fix: Modify content of configure access and security for instance https://review.openstack.org/619687 | 15:21 |
*** mvkr has joined #openstack-horizon | 15:23 | |
*** itlinux has joined #openstack-horizon | 16:18 | |
*** cshen has quit IRC | 16:26 | |
*** dave-mccowan has quit IRC | 16:27 | |
*** gyee has joined #openstack-horizon | 16:31 | |
*** e0ne has quit IRC | 16:39 | |
larsks | Is it possible to force the rc file available for download from Horizon to include "OS_INTERFACE=public"? | 16:47 |
*** mvkr has quit IRC | 17:10 | |
*** jpich has quit IRC | 17:50 | |
dklyle | larsks: are you wanting to override the interface type? | 17:50 |
dklyle | it defaults to public | 17:53 |
dklyle | for approximately 3 years it looks like | 17:54 |
dklyle | https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/api_access/views.py#L82 | 17:55 |
dklyle | trying to understand the question to be able to help better | 17:56 |
*** vishalmanchanda has joined #openstack-horizon | 17:58 | |
*** cosss_ has quit IRC | 18:00 | |
larsks | dklyle: I thought that the generated rc file did not include OS_INTERFACE=public, but it looks like I was mistaken. Sorry for the noise! | 18:19 |
dklyle | larsks, no worries, glad it has what you need | 18:20 |
*** ircuser-1 has joined #openstack-horizon | 18:25 | |
*** flwang1 has quit IRC | 18:41 | |
*** e0ne has joined #openstack-horizon | 18:41 | |
*** ChanServ sets mode: +o e0ne | 18:41 | |
*** btully has quit IRC | 18:57 | |
*** dave-mccowan has joined #openstack-horizon | 19:01 | |
*** cshen has joined #openstack-horizon | 19:16 | |
*** mvkr has joined #openstack-horizon | 19:18 | |
*** btully has joined #openstack-horizon | 19:25 | |
*** itlinux has quit IRC | 19:41 | |
*** btully has quit IRC | 20:02 | |
*** itlinux has joined #openstack-horizon | 20:05 | |
*** dave-mccowan has quit IRC | 20:21 | |
*** cshen has quit IRC | 20:23 | |
*** btully has joined #openstack-horizon | 20:28 | |
*** btully has quit IRC | 20:39 | |
*** btully has joined #openstack-horizon | 20:40 | |
*** dave-mccowan has joined #openstack-horizon | 20:40 | |
*** cshen has joined #openstack-horizon | 20:47 | |
*** btully has quit IRC | 20:50 | |
*** vishalmanchanda has quit IRC | 21:20 | |
*** e0ne has quit IRC | 21:21 | |
*** btully has joined #openstack-horizon | 21:26 | |
*** e0ne has joined #openstack-horizon | 21:30 | |
*** ChanServ sets mode: +o e0ne | 21:30 | |
openstackgerrit | Merged openstack/horizon master: [doc]Fix: Modify content of configure access and security for instance https://review.openstack.org/619687 | 21:33 |
*** btully has quit IRC | 21:35 | |
*** btully has joined #openstack-horizon | 21:37 | |
*** jtomasek has quit IRC | 21:39 | |
*** btully has quit IRC | 21:55 | |
*** btully has joined #openstack-horizon | 21:56 | |
*** btully has quit IRC | 22:08 | |
*** e0ne has quit IRC | 22:25 | |
*** dave-mccowan has quit IRC | 22:27 | |
*** itlinux has quit IRC | 22:28 | |
*** cshen has quit IRC | 22:35 | |
*** btully has joined #openstack-horizon | 22:40 | |
*** btully has quit IRC | 22:55 | |
*** rcernin has joined #openstack-horizon | 23:01 | |
*** itlinux has joined #openstack-horizon | 23:28 | |
*** tosky has quit IRC | 23:32 | |
*** tosky has joined #openstack-horizon | 23:32 | |
*** dave-mccowan has joined #openstack-horizon | 23:36 | |
*** dave-mccowan has quit IRC | 23:44 | |
*** gyee has quit IRC | 23:52 | |
kei-ichi | I re-create virtualenv by py3.6.6 but can not solve the problem... | 23:53 |
kei-ichi | Of course I once removed all of the browser cache, and pyc files. | 23:53 |
kei-ichi | But all modal page still does not open as pop-up window. | 23:53 |
kei-ichi | URL is transferd and modal equivalent part is displayed on the right hand side. | 23:53 |
kei-ichi | What I did is as follows. | 23:53 |
kei-ichi | - git clone <horizon repo> | 23:53 |
kei-ichi | - checkout stable/rocky branch | 23:53 |
kei-ichi | - write local_settings.py, wrirte OPENSTACK_HOST, enable compress settings. | 23:53 |
kei-ichi | - python manage.py collectstatic | 23:53 |
kei-ichi | - python manage.py compress | 23:53 |
kei-ichi | - python manage.py runserver | 23:53 |
kei-ichi | (Between git checkout and local_settings writing, I did pip install -r requiements.txt.) | 23:54 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!