Tuesday, 2017-03-21

*** ZZelle has quit IRC00:04
*** wolverin_ has quit IRC00:09
*** mtanino has joined #openstack-horizon00:14
*** wolverineav has joined #openstack-horizon00:18
*** jlopezgu has quit IRC00:21
*** aortega has quit IRC00:22
*** wolverineav has quit IRC00:22
*** amotoki has joined #openstack-horizon00:26
*** catintheroof has joined #openstack-horizon00:35
*** mine0901 has joined #openstack-horizon00:36
*** zul has quit IRC00:36
*** wolverineav has joined #openstack-horizon00:38
*** mtanino has quit IRC00:39
*** gyee_ has quit IRC00:40
*** zul has joined #openstack-horizon00:41
*** wolverineav has quit IRC00:42
*** ppiela has quit IRC00:46
*** ppiela has joined #openstack-horizon00:47
*** ppiela has quit IRC00:54
*** ppiela has joined #openstack-horizon00:55
*** catintheroof has quit IRC01:08
*** yamamoto has joined #openstack-horizon01:12
*** jamielennox is now known as jamielennox|away01:16
*** jamielennox|away is now known as jamielennox01:28
*** JDub has joined #openstack-horizon01:48
*** JDub has quit IRC01:56
*** zhurong has joined #openstack-horizon01:57
*** pramodrj07 has joined #openstack-horizon01:59
*** pramodrj07 has quit IRC02:01
*** MasterOfBugs has quit IRC02:02
*** mine0901 has quit IRC02:37
*** yamamoto has quit IRC02:41
openstackgerritfengzhr proposed openstack/horizon master: Fix the bug in 'Delete Extra Spec'  https://review.openstack.org/44776502:46
*** yamamoto has joined #openstack-horizon02:48
*** zhurong has quit IRC03:05
*** zhurong has joined #openstack-horizon03:22
*** yamamoto has quit IRC03:25
*** dave-mccowan has quit IRC03:29
adriantr1chardj0n3s, you around by chance?03:34
r1chardj0n3sadriant: yep03:35
adriantSweet, let me paste this somewhere, and get your input.03:35
adriantI asked you ages ago if there was a good way to do this... and in the end I couldn't find a better solution:03:36
adrianthttp://paste.openstack.org/show/603553/03:36
adriantBasically, for this service and panel I needed to add some extra root urls to the openstack_dashboard and I found that I could do it at the urls.py for the panel that needs them03:37
adriantI tried doing it in the enable file, but that occurs too early in the import process so the urlpatterns value isn't there yet.03:38
adrianthow terrible of a hack is that?03:38
adriantthe goal being to from the scope of a plugin, add a couple of lines here: https://github.com/openstack/horizon/blob/master/openstack_dashboard/urls.py#L35-L3903:39
adriantmy hack 'appears' to work, but I notice in the debug view for django on 404 it does silly things: http://i.imgur.com/qGlLV5W.png03:41
r1chardj0n3sadriant: it's not a terrible hack if it works :-)03:41
adriantsee above ^ :P03:41
r1chardj0n3sright. that's odd, yes03:42
adriantI don't 'think' I've broken any of the other url paths, but it looks very odd03:42
r1chardj0n3ssorry, I don't have any particular insight into monkeypatching URL confs03:42
adriantWho can I bug that knows the horizon panel url loading logic fairly well?03:43
adriantI've tried looking through it, but it is quite confusing03:43
r1chardj0n3sI can't think of anyone really - it might be something to bring up in either the mailing list or at the weekly meeting (tho there isn't one this week because Rob's on vacation)03:43
adriantAt this point though I'm thinking, if I can confirm the hack doesn't break anything, go forward with it :)03:43
*** MarkMielke has joined #openstack-horizon03:45
adriantIt might be worth seeing if a mechanism for loading such views is something you'd be willing to introduce to horizon, as I'm sure the ability to add public pre-login views might be useful (is there anything like that?).03:45
r1chardj0n3sI'm not aware of anything like that, no. And sure, if it's not possible to do without extending Horizon I can't see a problem with a BP being proposed to do it.03:45
r1chardj0n3sI'm not sure the BP would have broad enough appeal to implement, but we can only see.03:46
adriantParticularly one thing I'd love to also do is a signup form in horizon, but I'd hack to monkey patch it the same way i'm currently doing it.03:46
adriantugh, english03:46
adriantI'd need to use the same hackish monkey patching03:46
adrianta less hacky mechanism would be preferred :)03:47
r1chardj0n3syeah03:47
adriantOk, will blueprint it, and provide some examples.03:47
adriantthanks!03:47
r1chardj0n3scool, and don't forget to bring the blueprint up in a weekly meeting or on the mailing list!03:48
adriantshall do :)03:49
MarkMielkenewbie contributor question: I am new to the community and trying to understand and have the right expectations around the workload of the core review team, and the workflow itself...03:52
MarkMielkeI have two changes in Gerrit, the Horizon one is: https://review.openstack.org/#/c/444091/03:52
MarkMielkeif it's +1 by non-core review, do i need to do anything to get attention of core to merge?03:53
MarkMielkeor just wait patiently for my turn? :-)03:53
MarkMielkethanks03:53
r1chardj0n3sMarkMielke: cores are overworked, basically. there's really only two of us fully active at the moment, and even then I've been distracted in the last week, sadly, but I'm still trying to get through the backlog03:53
MarkMielkeok no problem .. me too (overworked)03:54
r1chardj0n3ssorry that doesn't really help you get your patches mergerd :/03:54
MarkMielkeis this particular to Horizon or would this be true of Nova too?03:54
r1chardj0n3sMarkMielke: I believe most OpenStack projects are currently suffering from a reduction in cores03:54
MarkMielkei mostly just want some confidence that i haven't missed a step03:54
MarkMielkeand it's just time needed03:55
MarkMielkeit sounds like this is the case03:55
r1chardj0n3sMarkMielke: so in the specific case of your patch, it's well-written, but would require one of the two cores to go and research the specific glance features enough to have confidence in the patch. We're not glance experts (or nova, or cinder, or ...) That's the basic burden overhead for Horizon patches, unfortunately ;-)03:56
MarkMielkeright03:56
r1chardj0n3s(and unfortunately we have an army of superficial +1'ers out there that we can't really use as solid reviews :/ )03:56
MarkMielkehaha nice and agree03:57
MarkMielkeboth -1 and +103:57
r1chardj0n3sif there was a glance expert who could chime in specifically attesting to the goodness of the patch, that'd help :-)03:57
r1chardj0n3snot even an expert, just someone who knows the feature in question03:57
r1chardj0n3sanyhoo, enough chit-chat, back to JS test errors03:58
openstackgerritRichard Jones proposed openstack/horizon master: Expose more of Swift to ResourceType  https://review.openstack.org/34874103:59
*** yamamoto has joined #openstack-horizon04:09
*** jamielennox is now known as jamielennox|away04:12
*** zhurong has quit IRC04:12
*** shu-mutou-AWAY is now known as shu-mutou04:15
openstackgerritMerged openstack/horizon master: In drawer, handle 'priority' attribute conversely against row  https://review.openstack.org/41346204:36
openstackgerritMerged openstack/horizon master: Use ThemableSelectWidget for themable  https://review.openstack.org/44097804:41
openstackgerritMerged openstack/horizon master: Allow to specify port security when creating a port  https://review.openstack.org/44459604:41
*** udesale has joined #openstack-horizon04:50
*** zhurong has joined #openstack-horizon05:00
openstackgerritMerged openstack/horizon master: Add the 'fade' class to Python modals, for animation  https://review.openstack.org/44060305:02
*** udesale has quit IRC05:03
*** udesale has joined #openstack-horizon05:06
*** udesale has quit IRC05:09
*** udesale has joined #openstack-horizon05:09
*** ratailor has joined #openstack-horizon05:13
*** zhurong has quit IRC05:40
*** rcernin has joined #openstack-horizon05:43
*** rcernin has quit IRC05:57
openstackgerritMerged openstack/horizon master: hacking: Drop import_exceptions from tox.ini  https://review.openstack.org/44711305:58
*** udesale has quit IRC06:06
*** udesale has joined #openstack-horizon06:07
*** zackf has joined #openstack-horizon06:07
*** masco has joined #openstack-horizon06:11
*** zackf has quit IRC06:11
*** wangbo has joined #openstack-horizon06:13
*** adriant has quit IRC06:14
*** jprovazn has joined #openstack-horizon06:16
*** mine0901 has joined #openstack-horizon06:49
openstackgerritShu Muto proposed openstack/ui-cookiecutter master: Use detailRoute constant for path of details view  https://review.openstack.org/44789006:50
*** wangbo has quit IRC06:56
*** wangbo has joined #openstack-horizon06:56
*** amotoki_ has joined #openstack-horizon07:00
*** zackf has joined #openstack-horizon07:02
*** david-lyle has quit IRC07:02
*** amotoki has quit IRC07:03
*** zackf has quit IRC07:06
*** amotoki has joined #openstack-horizon07:18
*** amotoki_ has quit IRC07:21
*** jtomasek has quit IRC07:23
*** wangbo has quit IRC07:29
*** wangbo has joined #openstack-horizon07:30
*** tesseract has joined #openstack-horizon07:35
*** itxaka has joined #openstack-horizon07:41
openstackgerritSpencer Yu proposed openstack/manila-ui master: Fix oslo_debug_helper in tox.ini  https://review.openstack.org/43690107:46
*** pcaruana has joined #openstack-horizon08:11
*** shu-mutou is now known as shu-mutou-AWAY-u08:11
*** shu-mutou-AWAY-u is now known as shu-mutou-AWAY08:12
*** jprovazn has quit IRC08:17
*** jprovazn has joined #openstack-horizon08:18
*** jprovazn has quit IRC08:24
-openstackstatus- NOTICE: Wiki is broken with database problems, we are working to resolve it08:30
*** ChanServ changes topic to "Wiki is broken with database problems, we are working to resolve it"08:30
*** jpich has joined #openstack-horizon08:34
*** zhurong has joined #openstack-horizon08:34
*** jprovazn has joined #openstack-horizon08:37
*** ChanServ changes topic to "Pike-1 Milestone: https://launchpad.net/horizon/+milestone/pike-1"08:39
-openstackstatus- NOTICE: Wiki problems have been fixed, it's up and running08:39
*** amoralej|off is now known as amoralej08:41
*** zackf has joined #openstack-horizon08:52
*** zackf has quit IRC08:57
*** openstackgerrit has quit IRC09:03
*** openstackgerrit has joined #openstack-horizon09:10
openstackgerritRadomir Dopieralski proposed openstack/horizon master: Add Microversion support to Horizon  https://review.openstack.org/41191909:10
*** mvk has quit IRC09:17
*** VAhl has quit IRC09:24
openstackgerritRadomir Dopieralski proposed openstack/horizon master: Fix issues with updating project/domain members  https://review.openstack.org/19245609:24
*** aortega has joined #openstack-horizon09:39
*** aortega has quit IRC09:41
*** jtomasek has joined #openstack-horizon09:42
*** tosky has joined #openstack-horizon09:54
*** udesale has quit IRC09:57
*** mvk has joined #openstack-horizon09:58
*** zhurong has quit IRC10:05
*** amotoki has quit IRC10:17
*** udesale has joined #openstack-horizon10:21
*** zhurong has joined #openstack-horizon10:24
*** jamielennox|away is now known as jamielennox10:30
*** zackf has joined #openstack-horizon10:42
*** zackf has quit IRC10:47
*** wolverineav has joined #openstack-horizon10:48
*** wolverineav has quit IRC10:53
*** udesale has quit IRC10:54
*** faizy has joined #openstack-horizon10:56
*** faizy has quit IRC10:59
*** faizy has joined #openstack-horizon11:00
*** udesale has joined #openstack-horizon11:02
*** wolverineav has joined #openstack-horizon11:04
*** jamielennox is now known as jamielennox|away11:05
*** wolverineav has quit IRC11:09
*** mgould|afk is now known as mgould11:09
*** jamielennox|away is now known as jamielennox11:12
*** mvk has quit IRC11:12
*** wolverineav has joined #openstack-horizon11:16
*** udesale has quit IRC11:18
*** udesale has joined #openstack-horizon11:18
*** wolverineav has quit IRC11:21
*** faizy_ has joined #openstack-horizon11:24
*** mvk has joined #openstack-horizon11:25
*** faizy has quit IRC11:25
*** amotoki has joined #openstack-horizon11:36
openstackgerritRadomir Dopieralski proposed openstack/horizon master: Add Microversion support to Horizon  https://review.openstack.org/41191911:43
*** aortega has joined #openstack-horizon11:47
*** faizy_ has quit IRC11:48
openstackgerritBence Romsics proposed openstack/horizon master: Option to specify MAC address of port  https://review.openstack.org/44429612:33
openstackgerritBence Romsics proposed openstack/horizon master: New input field with validation: MACAddressField  https://review.openstack.org/44702812:33
*** dave-mccowan has joined #openstack-horizon12:37
*** zhurong has quit IRC12:39
*** dave-mccowan has quit IRC12:49
*** ratailor has quit IRC12:51
*** dave-mccowan has joined #openstack-horizon12:57
*** zackf has joined #openstack-horizon13:19
*** amoralej is now known as amoralej|lunch13:20
*** zackf has quit IRC13:21
*** wolverineav has joined #openstack-horizon13:23
*** wolverin_ has joined #openstack-horizon13:26
*** wolverineav has quit IRC13:28
*** jtomasek has quit IRC13:29
*** jtriley has joined #openstack-horizon13:29
*** faizy_ has joined #openstack-horizon13:31
*** faizy__ has joined #openstack-horizon13:33
*** faizy_ has quit IRC13:36
*** jtomasek has joined #openstack-horizon13:43
*** masco has quit IRC13:49
*** faizy__ has quit IRC13:51
*** amoralej|lunch is now known as amoralej13:53
*** lblanchard has joined #openstack-horizon13:53
*** tosky has quit IRC13:55
*** catintheroof has joined #openstack-horizon13:57
*** ZZelle_ has left #openstack-horizon13:59
*** mtanino has joined #openstack-horizon13:59
*** ZZelle has joined #openstack-horizon13:59
*** ZZelle is now known as Guest9367214:00
*** tosky has joined #openstack-horizon14:01
*** Guest93672 is now known as ZZelle__14:01
*** ZZelle__ is now known as ZZelle_14:04
*** jtriley_ has joined #openstack-horizon14:07
*** zackf has joined #openstack-horizon14:07
*** jtriley has quit IRC14:10
*** zackf has quit IRC14:12
*** chlong has joined #openstack-horizon14:18
*** chlong has quit IRC14:24
openstackgerritMerged openstack/manila-ui master: Ignore current share's size in extend quota bar  https://review.openstack.org/41138214:27
*** vishwanathj has joined #openstack-horizon14:36
*** jtriley_ has quit IRC14:49
*** david-lyle has joined #openstack-horizon14:49
*** ChanServ sets mode: +o david-lyle14:49
*** ratailor has joined #openstack-horizon14:51
*** jtriley has joined #openstack-horizon14:52
*** ratailor has quit IRC14:53
*** belmoreira has joined #openstack-horizon14:56
*** faizy has joined #openstack-horizon14:57
*** dave-mccowan has quit IRC15:02
*** david-lyle has quit IRC15:09
*** faizy has quit IRC15:10
*** faizy has joined #openstack-horizon15:11
*** faizy_ has joined #openstack-horizon15:14
*** david-lyle has joined #openstack-horizon15:15
*** ChanServ sets mode: +o david-lyle15:15
*** faizy__ has joined #openstack-horizon15:17
*** faizy has quit IRC15:18
*** faizy_ has quit IRC15:20
*** faizy__ has quit IRC15:21
*** faizy__ has joined #openstack-horizon15:21
*** dave-mccowan has joined #openstack-horizon15:23
*** faizy__ has quit IRC15:24
*** faizy__ has joined #openstack-horizon15:24
*** faizy__ has quit IRC15:26
*** faizy__ has joined #openstack-horizon15:27
*** faizy__ has quit IRC15:29
*** faizy__ has joined #openstack-horizon15:30
*** jrist has quit IRC15:33
*** jrist has joined #openstack-horizon15:40
*** fixedgary has joined #openstack-horizon15:44
*** udesale has quit IRC15:46
*** pbandark has joined #openstack-horizon15:49
*** fixedgary has quit IRC15:51
*** fixedgary has joined #openstack-horizon15:52
*** ratailor has joined #openstack-horizon15:53
*** pbandark has quit IRC15:53
*** david-lyle has quit IRC15:54
*** jlopezgu has joined #openstack-horizon15:56
openstackgerritAurĂ©lien Joga proposed openstack/horizon master: Clarify the comment for WEBSSO_INITIAL_CHOICE  https://review.openstack.org/44751315:59
*** ratailor has quit IRC16:00
*** david-lyle has joined #openstack-horizon16:01
*** ChanServ sets mode: +o david-lyle16:01
*** fixedgary has quit IRC16:03
*** fixedgary has joined #openstack-horizon16:03
*** fixedgary has quit IRC16:04
*** amotoki has quit IRC16:13
*** gfhellma has joined #openstack-horizon16:14
*** zackf has joined #openstack-horizon16:19
*** udesale has joined #openstack-horizon16:21
*** belmoreira has quit IRC16:25
*** zackf has quit IRC16:26
rdopieradavid-lyle: do you think you could have a quick look at https://review.openstack.org/192456 ?16:37
*** faizy__ has quit IRC16:40
*** jpich has quit IRC16:43
david-lylerdopiera, done16:43
rdopieradavid-lyle: thank you sir!16:43
*** udesale has quit IRC16:57
openstackgerritMerged openstack/horizon master: Fix issues with updating project/domain members  https://review.openstack.org/19245617:12
*** flwang has quit IRC17:27
*** catintheroof has quit IRC17:30
*** catintheroof has joined #openstack-horizon17:30
*** david-lyle_ has joined #openstack-horizon17:37
*** david-lyle has quit IRC17:38
*** flwang has joined #openstack-horizon17:39
openstackgerritMerged openstack/horizon master: Add charts to show volume quotas on Python launch instance modal  https://review.openstack.org/39040917:39
*** jtomasek has quit IRC17:43
*** mgould is now known as mgould|afk17:52
*** mtanino has quit IRC17:58
*** markd_ has quit IRC18:04
*** ircuser-1 has quit IRC18:07
*** chasmo77 has quit IRC18:07
*** mtanino has joined #openstack-horizon18:11
*** mvk has quit IRC18:18
*** tesseract has quit IRC18:31
*** Tahvok has left #openstack-horizon18:39
*** pcaruana has quit IRC18:39
*** tosky has quit IRC18:40
*** david-lyle_ has quit IRC18:46
*** mvk has joined #openstack-horizon18:53
*** revon has joined #openstack-horizon19:04
*** aortega has quit IRC19:06
*** jprovazn has quit IRC19:10
*** chlong has joined #openstack-horizon19:13
*** gyee has joined #openstack-horizon19:26
*** MasterOfBugs has joined #openstack-horizon19:36
*** amoralej is now known as amoralej|off19:44
*** MasterOfBugs has quit IRC19:52
*** mpotdar_ has joined #openstack-horizon19:57
*** aortega has joined #openstack-horizon20:00
*** dave-mccowan has quit IRC20:02
*** zackf has joined #openstack-horizon20:08
*** MasterOfBugs has joined #openstack-horizon20:11
*** zackf has quit IRC20:12
*** mine0901 has quit IRC20:17
*** zackf has joined #openstack-horizon20:20
*** chlong has quit IRC20:21
*** zackf has quit IRC20:24
*** dave-mccowan has joined #openstack-horizon20:33
*** mpotdar_ has quit IRC20:38
*** aortega has quit IRC20:39
*** chlong has joined #openstack-horizon20:48
*** zackf has joined #openstack-horizon20:49
*** zackf has quit IRC20:54
guglHi folks...quick question....I am able to run_tests.sh...but have some problem run tox...any special set-up before tox? I followed https://docs.openstack.org/developer/horizon/testing.html20:58
*** zackf has joined #openstack-horizon20:58
*** zackf has quit IRC21:02
*** zackf has joined #openstack-horizon21:03
r1chardj0n3sgugl: could you be more specific about what "some problem" is please?21:05
*** zackf has quit IRC21:07
*** aortega has joined #openstack-horizon21:10
*** lblanchard has quit IRC21:10
*** david-lyle has joined #openstack-horizon21:23
*** ChanServ sets mode: +o david-lyle21:23
*** jtriley has quit IRC21:25
*** itxaka has quit IRC21:26
*** zackf has joined #openstack-horizon21:26
*** gugl has quit IRC21:29
*** zackf has quit IRC21:31
*** Jeffrey4l_ has quit IRC21:35
*** ircuser-1 has joined #openstack-horizon21:39
*** chasmo77 has joined #openstack-horizon21:41
*** Jeffrey4l_ has joined #openstack-horizon21:48
*** catintheroof has quit IRC21:57
*** catintheroof has joined #openstack-horizon21:58
*** catintheroof has quit IRC21:58
*** zackf has joined #openstack-horizon22:10
eanderssonHey22:12
eanderssonMaybe I am being silly... but this code https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/glance.py#L34922:13
eanderssonis never hit if Glance version is 2 or higher https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/glance.py#L44322:13
eanderssonWhich means that the temporary file is never removed.22:13
r1chardj0n3seandersson: could you explain a your theory a little more?22:14
eanderssonWell we ran into an issue where the tmp folder would have a ton of old *.upload files.22:14
*** zackf has quit IRC22:15
eanderssonSo I checked the code path our code was taking, and I never see horizon trying to delete the image after it has been uploadd.22:15
eanderssonThe only place I can see it ever removing the file is in def image_update22:15
eanderssonbut that code path is never choosen if Glance API version is 2 or higher22:15
r1chardj0n3soh, image_update isn't called for version 2+?22:16
eanderssonYea22:16
eanderssonSo my assumption is that anyone with Glance v2 never have the tmp file created removed.22:16
r1chardj0n3sright, API 2+ goes through https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/glance.py#L443 I think?22:18
eanderssonYep22:18
r1chardj0n3shurm, I can't see why that extra code branch at L443 is even there, why it doesn't always invoke image_update22:21
r1chardj0n3seandersson: please file a bug22:21
eanderssonMy guess would be that there are different ways of streaming the data. There is probably one path that does not require a local file.22:25
eanderssonWill do22:27
*** chlong has quit IRC22:27
r1chardj0n3sbut they code paths in question are essentially the same except one path attempts the remove22:27
eanderssonYep22:27
r1chardj0n3sI am not a glance expert :-)22:27
r1chardj0n3sand I know glance v2+ did strange things around allowing/disallowing file uploads22:28
eanderssonYep22:31
eanderssonr1chardj0n3s: To me this is a security concern, as someone could potentially crash a server with this.22:48
eanderssonShould I just post it as a "normal" bug?22:48
eanderssonbtw confirmed that forcing Glance v1 fixes this.22:48
eanderssonAnyone with image upload capabilties could just spam upload images until /var/tmp is full.22:49
*** adriant has joined #openstack-horizon22:52
r1chardj0n3seandersson: it's worth having the security team think about yeah22:55
*** david-lyle has quit IRC22:57
*** harlowja has quit IRC23:06
*** gfhellma has quit IRC23:26
*** jtriley has joined #openstack-horizon23:32
*** jamielennox is now known as jamielennox|away23:35
*** mtanino has quit IRC23:38
*** jamielennox|away is now known as jamielennox23:39
*** irtermite has quit IRC23:50

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