| *** gyee has quit IRC | 00:08 | |
| *** pg588x has quit IRC | 00:08 | |
| *** whoami-rajat has quit IRC | 00:17 | |
| *** spsurya has joined #openstack-horizon | 01:47 | |
| *** irclogbot_0 has quit IRC | 02:09 | |
| *** irclogbot_2 has joined #openstack-horizon | 02:12 | |
| *** btully has joined #openstack-horizon | 02:49 | |
| *** btully has quit IRC | 02:54 | |
| *** BjoernT has quit IRC | 03:16 | |
| *** Jeffrey4l has quit IRC | 03:38 | |
| *** Jeffrey4l has joined #openstack-horizon | 03:40 | |
| *** dasp has quit IRC | 04:40 | |
| *** pcaruana has joined #openstack-horizon | 04:52 | |
| *** pg588x has joined #openstack-horizon | 04:52 | |
| *** rcernin_ has joined #openstack-horizon | 05:59 | |
| *** rcernin has quit IRC | 06:01 | |
| *** btully has joined #openstack-horizon | 06:26 | |
| *** btully has quit IRC | 06:31 | |
| *** dasp has joined #openstack-horizon | 06:40 | |
| *** rcernin_ has quit IRC | 06:45 | |
| *** rcernin has joined #openstack-horizon | 06:45 | |
| *** tesseract has joined #openstack-horizon | 06:57 | |
| *** rcernin has quit IRC | 07:04 | |
| *** awalende has joined #openstack-horizon | 07:13 | |
| *** tosky has joined #openstack-horizon | 07:17 | |
| openstackgerrit | Akihiro Motoki proposed openstack/horizon master: tox: Move doc8 to docs related envs https://review.opendev.org/686091 | 07:21 |
|---|---|---|
| *** pg588x has quit IRC | 07:53 | |
| *** e0ne has joined #openstack-horizon | 07:57 | |
| *** ChanServ sets mode: +o e0ne | 07:57 | |
| *** tkajinam has quit IRC | 08:04 | |
| *** whoami-rajat has joined #openstack-horizon | 08:08 | |
| *** e0ne has quit IRC | 08:20 | |
| *** jawad_axd has joined #openstack-horizon | 08:38 | |
| *** pierreprinetti has joined #openstack-horizon | 08:59 | |
| pierreprinetti | Hello! Is there a way to lookup the Horizon version a public OpenStack cloud is running? | 09:00 |
| *** e0ne has joined #openstack-horizon | 09:24 | |
| *** ChanServ sets mode: +o e0ne | 09:24 | |
| *** btully has joined #openstack-horizon | 10:04 | |
| *** btully has quit IRC | 10:08 | |
| *** whoami-rajat has quit IRC | 10:18 | |
| *** rcernin has joined #openstack-horizon | 10:24 | |
| *** zbr|ruck is now known as zbr|lunch | 10:39 | |
| *** tosky_ has joined #openstack-horizon | 10:49 | |
| *** e0ne has quit IRC | 10:51 | |
| *** tosky has quit IRC | 10:52 | |
| *** tosky_ is now known as tosky | 10:58 | |
| *** tosky_ has joined #openstack-horizon | 11:02 | |
| *** tosky is now known as Guest18639 | 11:02 | |
| *** tosky_ is now known as tosky | 11:02 | |
| *** Guest18639 has quit IRC | 11:04 | |
| *** openstackstatus has quit IRC | 11:09 | |
| *** ianychoi has quit IRC | 12:21 | |
| *** ianychoi has joined #openstack-horizon | 12:25 | |
| *** e0ne has joined #openstack-horizon | 13:13 | |
| *** ChanServ sets mode: +o e0ne | 13:13 | |
| *** jawad_axd has quit IRC | 13:27 | |
| *** jawad_axd has joined #openstack-horizon | 13:28 | |
| *** jawad_ax_ has joined #openstack-horizon | 13:30 | |
| *** jawad_axd has quit IRC | 13:33 | |
| *** jawad_ax_ has quit IRC | 13:34 | |
| *** btully has joined #openstack-horizon | 13:42 | |
| *** btully has quit IRC | 13:47 | |
| *** zbr|lunch is now known as zbr|ruck | 13:48 | |
| zigo | Is the WEBROOT thingy gone? | 13:50 |
| zigo | How do I tell Horizon where it is in my webroot? | 13:51 |
| zigo | As soon as I setup WEBROOT=, then I get a stack dump ... :/ | 13:51 |
| *** awalende has quit IRC | 13:59 | |
| *** pg588x has joined #openstack-horizon | 14:10 | |
| *** BjoernT has joined #openstack-horizon | 14:26 | |
| *** openstackstatus has joined #openstack-horizon | 14:28 | |
| *** ChanServ sets mode: +v openstackstatus | 14:28 | |
| *** awalende has joined #openstack-horizon | 14:30 | |
| *** rcernin has quit IRC | 14:30 | |
| *** awalende has quit IRC | 14:34 | |
| openstackgerrit | Akihiro Motoki proposed openstack/horizon master: Relnote: default values are moved to openstack_dashboard/defaults.py https://review.opendev.org/686176 | 14:50 |
| openstackgerrit | Akihiro Motoki proposed openstack/horizon master: Relnote: default values are moved to openstack_dashboard/defaults.py https://review.opendev.org/686176 | 14:52 |
| amotoki | zigo: it is not gone. | 14:53 |
| zigo | amotoki: Ok, thanks, I'll investigate my package then ! :) | 14:54 |
| amotoki | zigo: in train release, most openstack_dashboard settings are moved from comments in local_settings.py.example to openstack_dashboard/defaults.py | 14:54 |
| amotoki | zigo: if you depend on the contents of local_settings.py.example, it might be affected. | 14:55 |
| amotoki | there is no behavior change. | 14:55 |
| zigo | amotoki: IMO, it would have been nicer to re-start the .ini patch thingy ... | 14:56 |
| zigo | It's a shame it was never merged. | 14:56 |
| zigo | The .py is a real pain for deployers / puppet / ansible. | 14:56 |
| amotoki | zigo: the change to define all settings in defaults.py is toward ini-based-configuration | 15:00 |
| amotoki | zigo: previously all defaults were spread out in the code base, so it is not easy to convert them into .ini thing directly | 15:01 |
| e0ne | it's a meeting time | 15:01 |
| *** gary-smith has joined #openstack-horizon | 15:03 | |
| zigo | amotoki: Ok, cool ! | 15:07 |
| amotoki | zigo: hopefully I can complete the work in Ussuri | 15:07 |
| zigo | Great ! | 15:08 |
| *** gyee has joined #openstack-horizon | 15:30 | |
| *** btully has joined #openstack-horizon | 15:31 | |
| *** btully has quit IRC | 15:35 | |
| *** tosky_ has joined #openstack-horizon | 15:41 | |
| *** tosky is now known as Guest83058 | 15:41 | |
| *** tosky_ is now known as tosky | 15:41 | |
| *** Guest83058 has quit IRC | 15:43 | |
| *** ianychoi has quit IRC | 15:51 | |
| *** BjoernT has quit IRC | 15:53 | |
| *** ianychoi has joined #openstack-horizon | 15:54 | |
| *** BjoernT has joined #openstack-horizon | 15:56 | |
| *** pcaruana has quit IRC | 16:10 | |
| *** pcaruana has joined #openstack-horizon | 16:11 | |
| *** whoami-rajat has joined #openstack-horizon | 16:26 | |
| *** tesseract has quit IRC | 16:29 | |
| *** jawad_axd has joined #openstack-horizon | 16:30 | |
| *** jawad_axd has quit IRC | 16:35 | |
| *** pg588x has quit IRC | 16:37 | |
| *** tosky_ has joined #openstack-horizon | 16:40 | |
| *** tosky has quit IRC | 16:43 | |
| *** jawad_axd has joined #openstack-horizon | 16:44 | |
| *** tosky_ is now known as tosky | 16:45 | |
| *** e0ne has quit IRC | 16:55 | |
| *** jawad_axd has quit IRC | 17:10 | |
| *** btully has joined #openstack-horizon | 17:20 | |
| *** BjoernT has quit IRC | 17:22 | |
| *** btully has quit IRC | 17:24 | |
| *** pcaruana has quit IRC | 17:45 | |
| *** awalende has joined #openstack-horizon | 17:57 | |
| *** awalende has quit IRC | 18:02 | |
| *** e0ne has joined #openstack-horizon | 18:34 | |
| *** ChanServ sets mode: +o e0ne | 18:34 | |
| *** e0ne has quit IRC | 18:40 | |
| *** BjoernT has joined #openstack-horizon | 18:44 | |
| *** BjoernT has quit IRC | 18:49 | |
| *** BjoernT has joined #openstack-horizon | 18:52 | |
| *** dave-mccowan has joined #openstack-horizon | 19:00 | |
| *** spsurya has quit IRC | 19:09 | |
| *** BjoernT has quit IRC | 19:37 | |
| *** BjoernT has joined #openstack-horizon | 19:47 | |
| *** dave-mccowan has quit IRC | 20:04 | |
| *** dave-mccowan has joined #openstack-horizon | 20:10 | |
| *** remi_ness has joined #openstack-horizon | 20:14 | |
| *** remi_ness has quit IRC | 20:54 | |
| *** tosky_ has joined #openstack-horizon | 21:05 | |
| *** tosky has quit IRC | 21:06 | |
| *** tosky_ is now known as tosky | 21:08 | |
| *** BjoernT has quit IRC | 21:30 | |
| *** BjoernT has joined #openstack-horizon | 21:35 | |
| *** e0ne has joined #openstack-horizon | 21:49 | |
| *** ChanServ sets mode: +o e0ne | 21:49 | |
| *** BjoernT has quit IRC | 21:50 | |
| *** BjoernT has joined #openstack-horizon | 21:54 | |
| *** njohnston has joined #openstack-horizon | 21:57 | |
| *** BjoernT has quit IRC | 22:24 | |
| *** e0ne has quit IRC | 22:35 | |
| *** btully has joined #openstack-horizon | 22:46 | |
| *** rcernin has joined #openstack-horizon | 22:48 | |
| *** btully has quit IRC | 22:50 | |
| *** tkajinam has joined #openstack-horizon | 22:54 | |
| *** whoami-rajat has quit IRC | 22:59 | |
| *** tosky has quit IRC | 23:16 | |
| *** pg588x has joined #openstack-horizon | 23:48 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!