Monday, 2018-11-26

*** cshen has joined #openstack-horizon00:08
*** cshen has quit IRC00:12
openstackgerritMerged openstack/horizon master: Fix: Help text for encrypted volume type has incorrect description  https://review.openstack.org/61949600:39
*** tosky has quit IRC00:39
*** rcernin has quit IRC01:36
openstackgerritpengyuesheng 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/61915801:48
*** kaiokmo has left #openstack-horizon01:49
*** cshen has joined #openstack-horizon02:08
*** cshen has quit IRC02:13
amotokimkrai: In DevStack env, apache web server hosts various services including keystone, nova, horizon and so on.02:29
amotokidevstack deploys horizon too, so I wonder why you need to configure horizon manually.02:30
amotokithe manual installation described in from-source.html assumes a standalone web server, so it is different from devstack env.02:30
*** itlinux has quit IRC02:36
*** mkrai has joined #openstack-horizon03:46
mkraiHi Horizon cores!03:51
mkraiI have a devstack environment running, I tried to install Horizon manually from source following https://docs.openstack.org/horizon/latest/install/from-source.html03:51
mkraiBut I get error 404 not found when I access http://<HOST_IP>/dashboard03:51
mkraiCan someone help?03:52
*** cshen has joined #openstack-horizon04:08
*** cshen has quit IRC04:13
kei-ichiI'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-ichiIs there anyone who runs into same problem?04:16
mkraiamotoki: ^^04:19
openstackgerritAndy Botting proposed openstack/horizon master: Support setting more visibility options for edit/create image  https://review.openstack.org/60246804:32
openstackgerritAndy Botting proposed openstack/horizon master: Better support for community images  https://review.openstack.org/61468804:41
openstackgerritVishal Manchanda proposed openstack/horizon master: [doc]Fix: Modify the content of configure access and security for instance  https://review.openstack.org/61968704:50
openstackgerritVishal Manchanda proposed openstack/horizon master: [doc]Fix: Modify content of configure access and security for instance  https://review.openstack.org/61968704:57
openstackgerritVishal Manchanda proposed openstack/horizon master: [doc]Fix: Modify content of configure access and security for instance  https://review.openstack.org/61968705:43
*** cshen has joined #openstack-horizon05:45
*** cshen has quit IRC05:52
openstackgerritmashuting proposed openstack/horizon master: Add panel RBAC Policy  https://review.openstack.org/61915306:40
openstackgerritpengyuesheng proposed openstack/horizon master: the name needs to be word wrap  https://review.openstack.org/61574106:46
*** vishalmanchanda has joined #openstack-horizon06:52
*** cshen has joined #openstack-horizon07:19
*** cshen has quit IRC07:25
*** cshen has joined #openstack-horizon07:27
*** e0ne has joined #openstack-horizon07:46
*** ChanServ sets mode: +o e0ne07:46
*** jtomasek has joined #openstack-horizon07:47
openstackgerritpengyuesheng proposed openstack/horizon master: Modify the prompt of create routes and update routes.  https://review.openstack.org/61997508:00
openstackgerritpengyuesheng proposed openstack/horizon master: Modify the prompt of create routes and update routes.  https://review.openstack.org/61997508:03
openstackgerritpengyuesheng proposed openstack/horizon master: Modify the prompt of create routes and update routes.  https://review.openstack.org/61997508:05
*** emine__ has joined #openstack-horizon08:12
*** tosky has joined #openstack-horizon08:46
openstackgerritpengyuesheng proposed openstack/horizon master: Modify the prompt of create routes and update routes.  https://review.openstack.org/61997508:52
*** mkrai has quit IRC09:07
*** fyx_ has joined #openstack-horizon09:17
*** TheJulia_ has joined #openstack-horizon09:17
*** spsurya_ has joined #openstack-horizon09:17
*** jpich has joined #openstack-horizon09:18
*** early` has joined #openstack-horizon09:18
*** mgagne_ has joined #openstack-horizon09:23
*** flwang1 has joined #openstack-horizon09:25
*** spsurya has quit IRC09:25
*** zigo has quit IRC09:25
*** early has quit IRC09:25
*** mgagne has quit IRC09:25
*** fyx has quit IRC09:25
*** TheJulia has quit IRC09:25
*** spsurya_ is now known as spsurya09:25
*** TheJulia_ is now known as TheJulia09:25
*** fyx_ is now known as fyx09:25
flwang1greetings, any horizon core member around?09:25
flwang1i have a question about the Django static files09:26
flwang1currently, 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? Thanks09:27
flwang1dklyle: ^09:27
e0neflwang1: hi09:52
flwang1e0ne: hello09:52
e0neflwang1: if you use compressed static, it should be available with a new filename09:52
flwang1yes, that's what we're using09:53
flwang1the new name is random number09:53
e0neflwang1: and you can configure static file cache policy on your web server09:53
flwang1with the policy, does user still need to do manually clear cache?09:54
e0neno09:54
e0neIFAIK, everything should work well with compressed static09:54
flwang1e0ne: how to do that?09:55
e0necompressstatic command generates JS file with a pretty unique file name09:55
e0neso after update your users should receive new JS w/o cache on the client side09:56
flwang1that's what we're using09:56
flwang1i'm trying to figure out the difference09:56
flwang1e0ne: we use 'python manage.py collectstatic --noinput --clear' and then 'python manage.py compress --force'09:58
flwang1e0ne: any ideas?10:06
e0neit should work. does it generate new js file with a new name?10:07
flwang1yes10:10
flwang1new name10:10
flwang1e0ne: is it possible that the html page being cached?10:13
flwang1so it's still trying to get the old js files10:13
flwang1even though there are new js/css files10:13
flwang1with new name10:14
e0neyou have to check your web server caching settings10:14
flwang1web server or horizon setting?10:14
e0neweb server10:17
flwang1will proxy impact the cache? e.g. haproxy10:18
flwang1or nginx10:18
e0neapache2 and nginx can add caching. I don't remember if haproxy can do the same10:20
flwang1e0ne: ok, thanks10:22
e0neflwang1: you're welcome!10:22
flwang1i will dig and probably come back for questions, thank you very much10:22
*** zigo has joined #openstack-horizon10:50
*** v12aml has joined #openstack-horizon11:43
*** v12aml has quit IRC11:57
*** cshen has quit IRC12:02
*** v12aml has joined #openstack-horizon12:06
*** e0ne has quit IRC12:09
*** v12aml has quit IRC12:13
*** v12aml has joined #openstack-horizon12:16
*** v12aml has quit IRC12:24
*** cosss_ has joined #openstack-horizon12:37
*** cshen has joined #openstack-horizon12:37
*** v12aml has joined #openstack-horizon12:41
*** N3l1x has joined #openstack-horizon12:46
*** v12aml has quit IRC12:49
*** emine__ has quit IRC12:56
*** v12aml has joined #openstack-horizon12:57
*** v12aml has quit IRC13:15
*** v12aml has joined #openstack-horizon13:20
*** gouthamr has quit IRC13:34
*** gouthamr has joined #openstack-horizon13:40
*** dave-mccowan has joined #openstack-horizon13:45
*** dave-mccowan has quit IRC13:50
*** dave-mccowan has joined #openstack-horizon13:51
*** vishalmanchanda has quit IRC14:09
*** takamatsu has joined #openstack-horizon14:43
*** mvkr has quit IRC14:50
*** e0ne has joined #openstack-horizon15:09
*** ChanServ sets mode: +o e0ne15:09
openstackgerritVishal Manchanda proposed openstack/horizon master: [doc]Fix: Modify content of configure access and security for instance  https://review.openstack.org/61968715:21
*** mvkr has joined #openstack-horizon15:23
*** itlinux has joined #openstack-horizon16:18
*** cshen has quit IRC16:26
*** dave-mccowan has quit IRC16:27
*** gyee has joined #openstack-horizon16:31
*** e0ne has quit IRC16:39
larsksIs it possible to force the rc file available for download from Horizon to include "OS_INTERFACE=public"?16:47
*** mvkr has quit IRC17:10
*** jpich has quit IRC17:50
dklylelarsks: are you wanting to override the interface type?17:50
dklyleit defaults to public17:53
dklylefor approximately 3 years it looks like17:54
dklylehttps://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/api_access/views.py#L8217:55
dklyletrying to understand the question to be able to help better17:56
*** vishalmanchanda has joined #openstack-horizon17:58
*** cosss_ has quit IRC18:00
larsksdklyle: 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
dklylelarsks, no worries, glad it has what you need18:20
*** ircuser-1 has joined #openstack-horizon18:25
*** flwang1 has quit IRC18:41
*** e0ne has joined #openstack-horizon18:41
*** ChanServ sets mode: +o e0ne18:41
*** btully has quit IRC18:57
*** dave-mccowan has joined #openstack-horizon19:01
*** cshen has joined #openstack-horizon19:16
*** mvkr has joined #openstack-horizon19:18
*** btully has joined #openstack-horizon19:25
*** itlinux has quit IRC19:41
*** btully has quit IRC20:02
*** itlinux has joined #openstack-horizon20:05
*** dave-mccowan has quit IRC20:21
*** cshen has quit IRC20:23
*** btully has joined #openstack-horizon20:28
*** btully has quit IRC20:39
*** btully has joined #openstack-horizon20:40
*** dave-mccowan has joined #openstack-horizon20:40
*** cshen has joined #openstack-horizon20:47
*** btully has quit IRC20:50
*** vishalmanchanda has quit IRC21:20
*** e0ne has quit IRC21:21
*** btully has joined #openstack-horizon21:26
*** e0ne has joined #openstack-horizon21:30
*** ChanServ sets mode: +o e0ne21:30
openstackgerritMerged openstack/horizon master: [doc]Fix: Modify content of configure access and security for instance  https://review.openstack.org/61968721:33
*** btully has quit IRC21:35
*** btully has joined #openstack-horizon21:37
*** jtomasek has quit IRC21:39
*** btully has quit IRC21:55
*** btully has joined #openstack-horizon21:56
*** btully has quit IRC22:08
*** e0ne has quit IRC22:25
*** dave-mccowan has quit IRC22:27
*** itlinux has quit IRC22:28
*** cshen has quit IRC22:35
*** btully has joined #openstack-horizon22:40
*** btully has quit IRC22:55
*** rcernin has joined #openstack-horizon23:01
*** itlinux has joined #openstack-horizon23:28
*** tosky has quit IRC23:32
*** tosky has joined #openstack-horizon23:32
*** dave-mccowan has joined #openstack-horizon23:36
*** dave-mccowan has quit IRC23:44
*** gyee has quit IRC23:52
kei-ichiI re-create virtualenv by py3.6.6 but can not solve the problem...23:53
kei-ichiOf course I once removed all of the browser cache, and pyc files.23:53
kei-ichiBut all modal page still does not open as pop-up window.23:53
kei-ichiURL is transferd and modal equivalent part is displayed on the right hand side.23:53
kei-ichiWhat I did is as follows.23:53
kei-ichi- git clone <horizon repo>23:53
kei-ichi- checkout stable/rocky branch23:53
kei-ichi- write local_settings.py, wrirte OPENSTACK_HOST, enable compress settings.23:53
kei-ichi- python manage.py collectstatic23:53
kei-ichi- python manage.py compress23:53
kei-ichi- python manage.py runserver23: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!