Tuesday, 2018-11-06

*** rdopiera has joined #openstack-horizon00:03
openstackgerritAdrian Turjak proposed openstack/horizon master: Fix django.contrib.auth.middleware monkey patching  https://review.openstack.org/61467300:07
openstackgerritAdrian Turjak proposed openstack/horizon master: Fix django.contrib.auth.middleware monkey patching  https://review.openstack.org/61467300:09
*** lblanchard has quit IRC00:20
*** gyee has quit IRC00:25
*** rdopiera has quit IRC00:26
openstackgerritAndy Botting proposed openstack/horizon master: Support setting more visibility options for edit/create image  https://review.openstack.org/60246800:36
*** cshen has joined #openstack-horizon00:38
*** cshen has quit IRC00:43
*** ianychoi has quit IRC02:10
*** ianychoi has joined #openstack-horizon02:10
openstackgerritWangliangyu proposed openstack/horizon master: Table checkbox display problem when updating row  https://review.openstack.org/61321702:33
*** rajalokan has joined #openstack-horizon05:04
*** rajalokan has left #openstack-horizon05:05
*** rajalokan has joined #openstack-horizon05:05
*** jtomasek has joined #openstack-horizon05:14
*** e0ne has joined #openstack-horizon06:24
*** ChanServ sets mode: +o e0ne06:24
*** jtomasek has quit IRC06:39
*** e0ne has quit IRC06:44
*** e0ne has joined #openstack-horizon06:48
*** ChanServ sets mode: +o e0ne06:48
openstackgerritpengyuesheng proposed openstack/horizon master: the user details page, the name needs to be word wrap  https://review.openstack.org/61574106:55
*** dayou has quit IRC07:07
*** dayou has joined #openstack-horizon07:07
*** e0ne has quit IRC07:07
*** cshen has joined #openstack-horizon07:26
*** pcaruana has joined #openstack-horizon07:36
*** rdopiera has joined #openstack-horizon07:47
*** rdopiera has quit IRC07:47
*** rdopiera has joined #openstack-horizon07:47
*** rdopiera has quit IRC07:49
*** rdopiera has joined #openstack-horizon07:49
*** rdopiera has quit IRC07:49
*** rdopiera has joined #openstack-horizon07:50
*** dayou_ has joined #openstack-horizon08:03
*** dayou has quit IRC08:04
openstackgerritOpenStack Proposal Bot proposed openstack/horizon master: Imported Translations from Zanata  https://review.openstack.org/61470408:13
*** rajalokan has quit IRC08:19
*** priteau has joined #openstack-horizon08:39
*** jtomasek has joined #openstack-horizon08:41
*** jpich has joined #openstack-horizon08:57
*** betherly has joined #openstack-horizon09:01
*** itlinux has joined #openstack-horizon09:14
*** priteau has quit IRC09:20
*** Emine has joined #openstack-horizon09:20
*** priteau has joined #openstack-horizon09:23
*** mvkr has quit IRC09:31
*** mvkr has joined #openstack-horizon10:01
openstackgerritVadym Markov proposed openstack/horizon master: Call Glance list with certain image ids  https://review.openstack.org/23818910:31
*** dayou_ has quit IRC10:43
*** mvkr has quit IRC10:44
*** mvkr has joined #openstack-horizon10:58
*** e0ne has joined #openstack-horizon11:11
*** ChanServ sets mode: +o e0ne11:11
*** dayou has joined #openstack-horizon12:25
*** e0ne has quit IRC12:29
*** dave-mccowan has joined #openstack-horizon12:29
*** e0ne has joined #openstack-horizon12:43
*** ChanServ sets mode: +o e0ne12:43
*** Emine has quit IRC12:59
*** Emine has joined #openstack-horizon13:15
*** emine__ has joined #openstack-horizon13:19
*** Emine has quit IRC13:20
*** kforde has joined #openstack-horizon13:33
*** lblanchard has joined #openstack-horizon14:00
*** emine__ has quit IRC14:15
*** early has quit IRC14:25
*** early has joined #openstack-horizon14:28
*** munimeha1 has joined #openstack-horizon14:59
*** e0ne has quit IRC15:06
*** itlinux has quit IRC15:38
*** priteau has quit IRC15:49
*** cshen has quit IRC15:55
*** gyee has joined #openstack-horizon16:21
*** cshen has joined #openstack-horizon16:29
*** cshen has quit IRC16:34
openstackgerritMerged openstack/horizon master: Add "Create Router" button to admin panel  https://review.openstack.org/57708317:16
*** cshen has joined #openstack-horizon17:24
*** Leo_m has joined #openstack-horizon17:28
*** e0ne has joined #openstack-horizon17:32
*** ChanServ sets mode: +o e0ne17:32
*** jpich has quit IRC17:34
*** e0ne has quit IRC18:03
*** e0ne has joined #openstack-horizon18:06
*** ChanServ sets mode: +o e0ne18:06
*** jtomasek has quit IRC18:18
*** e0ne has quit IRC18:24
openstackgerritMerged openstack/horizon master: Call Glance list with certain image ids  https://review.openstack.org/23818918:30
*** gyee has quit IRC18:34
*** mvkr has quit IRC19:10
larsksI don't see any chatter here other than gerrit, but I'll cross my fingers...we have two cinder volume types defined. In Pike, when creating a volume, the "Type" menu has two entries.19:19
larsksIn Queens, with the same configuration, the "Type" menu has three entries: "No volume type", and then the two defined types.19:19
larsksIs that expected?19:20
rdopieraI think it was added19:38
larsksrdopiera: I'm a little confused; looking at stable/pike it seems to be there already.19:42
larsksThere seems to be some code that explicitly removes the 'no volume type' entry...let me see if that is gone from queens...19:42
larsksrdopiera: I'm looking at this comment here: https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/volumes/forms.py#L29719:43
larsksWhat is a "default volume type"?19:43
larsksIs that a cinder setting?19:44
* larsks checks19:44
larsksI think it is. That might be it.19:45
*** david-lyle has joined #openstack-horizon19:46
*** ChanServ sets mode: +o david-lyle19:46
*** dklyle has quit IRC19:49
openstackgerritAkihiro Motoki proposed openstack/horizon master: Fix django.contrib.auth.middleware monkey patching  https://review.openstack.org/61467319:52
*** mvkr has joined #openstack-horizon19:58
*** jtomasek has joined #openstack-horizon20:21
amotokilarsks: yes, that means the default volume type. it might be better to rephrase it to "Default volume type" (or "No volume type specified")20:23
amotokilarsks: "default volume type" is a cinder configuration and we can get the default volume type via the API.20:24
*** jtomasek has quit IRC20:24
larsksamotoki: thanks, I found that. Going to try that out shortly.20:25
*** munimeha1 has quit IRC20:46
*** cshen has quit IRC21:22
openstackgerritAkihiro Motoki proposed openstack/horizon master: Clarify middleware public methods  https://review.openstack.org/61601021:24
*** pcaruana has quit IRC21:31
openstackgerritAkihiro Motoki proposed openstack/horizon master: Fix django.contrib.auth.middleware monkey patching  https://review.openstack.org/61467321:36
*** cshen has joined #openstack-horizon21:40
*** lblanchard has quit IRC21:57
openstackgerritAkihiro Motoki proposed openstack/horizon master: Show snapshots list correctly when launching instance  https://review.openstack.org/54818122:06
*** rdopiera has quit IRC22:17
*** dave-mccowan has quit IRC22:35
*** cshen has quit IRC22:39
adriantamotoki: https://review.openstack.org/#/c/614673 looks good as is, and if we backport to queens we can deal with the minor differences then22:44
adriantmgagne: hope that works for you? ^22:44
adriantI know that in our case, we maintain an internal repo anyway, and just rebase on the stable branch for backports every now and again, so cherrypicking this and updating it is easy enough. Not sure if you are doing the same22:46
mgagnewe do have an internal repository22:46
adriantWe're currently on pike anyway (soon to be upgrading to queens), so I'll have to backport it myself anyway22:46
mgagnecool22:46
mgagneit's already committed, packaged and deployed on our side.22:46
adriantcool :)22:47
adriantthen best to just get it merged as is, and the horizon team can decide how far back to port it22:47
mgagneyea22:47
mgagneas long as people are satisfied with the change. I was just not interested in reviewing it daily as I thought it was a fairy simple change to begin with.22:48
adriantwelcome to upstream development! :P22:49
mgagneit looks like django 1.11 is still tested/supported? https://github.com/openstack/horizon/blob/master/tox.ini#L3622:49
* adriant groans22:49
mgagneadriant: yea, I know the drill, I also used to be core in Puppet projects.22:49
mgagnethe issue isn't with Django 1.11 itself, it's that Horizon uses the deprecated MIDDLEWARE_CLASSES setting which doesn't pass the get_response parameter.22:50
adriantbut only on the queens branch?22:50
mgagnethe setting?22:50
adriantpost queens I think we did switch to MIDDLEWARE = [22:50
mgagneoh good22:51
mgagne+1 then22:51
adrianthttps://github.com/openstack/horizon/blob/stable/rocky/openstack_dashboard/settings.py#L11222:52
mgagneyea, I checked ;)22:52
adriantthat said, it's nice to slowly see Horizon actually getting better, but... we have a long way to go22:54
* adriant not so secretly wishes for a Horizon rewrite in Vue22:54
*** Leo_m has quit IRC23:00
openstackgerritMerged openstack/horizon master: Show snapshots list correctly when launching instance  https://review.openstack.org/54818123:03

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!