Tuesday, 2015-02-03

*** vkmc has quit IRC00:00
*** cody-somerville has quit IRC00:02
*** nlahouti has quit IRC00:05
*** nlahouti has joined #openstack-horizon00:06
*** vkmc has joined #openstack-horizon00:08
*** EmilienM is now known as EmilienM|afk00:11
openstackgerritTimur Sufiev proposed openstack/horizon: Prevent infinite 'Loading' spinner when using mouse  https://review.openstack.org/14399100:14
*** TravT has quit IRC00:14
*** TravT has joined #openstack-horizon00:15
*** rm_work is now known as rm_work|away00:16
*** mpavlase has quit IRC00:17
*** Miouge has quit IRC00:26
*** TravT has quit IRC00:27
*** TravT has joined #openstack-horizon00:31
*** Ephur has quit IRC00:39
*** chipmanc has joined #openstack-horizon00:41
*** Ephur has joined #openstack-horizon00:42
*** gary-smith has quit IRC00:43
*** Ephur has quit IRC00:50
*** sumanth1991 has joined #openstack-horizon00:51
*** tsufiev is now known as tsufiev_00:51
sumanth1991does  horizon support v3 domains ?00:51
*** yingjun has joined #openstack-horizon00:54
*** garthb_ has joined #openstack-horizon00:55
*** garthb has quit IRC00:57
r1chardj0n3sis there a way to run just one jasmine spec file's tests? also, is there some hidden magic to not run jasmine tests in an actual pop up in my face browser window? :( (no, --headless doesn't work)01:02
tqtranr1chardj0n3s: not that i know of01:06
r1chardj0n3sI'm gonna see if I can get karma working because OMG how do you get any sort of develop/test speed up by runing unit tests through selenium!?!01:06
r1chardj0n3sFYI I'm working on the error stuff01:06
tqtranr1chardj0n3s: http://localhost:8001/jasmine01:07
tqtranr1chardj0n3s: have you tried hitting the jasmine tests directly?01:07
r1chardj0n3sactually, I might pastebin the current thing, if you have a moment to look?01:07
tqtranr1chardj0n3s: we have a page setup for that01:07
r1chardj0n3stqtran: oh, didn't know about that. lemme try that01:07
tqtranr1chardj0n3s: and its currently a bit broken because of sean's latest patch01:08
tqtranhttps://review.openstack.org/#/c/152314/01:08
r1chardj0n3sbut yeah, it'd be really good if I could get a feel for whether my solution to the error stuff is a good idea01:08
tqtranso we should try and get that merge01:08
r1chardj0n3sah, ok01:08
tqtraneasy fix though, so it shouldnt be an issue01:08
r1chardj0n3syep01:08
r1chardj0n3sso, do you have a moment? :)01:09
tqtranhaha sure01:09
alexvictorchanr1chardj0n3s: did you try --selenium-headless?01:09
r1chardj0n3salexvictorchan: doesn't work on OS X - assume it tries to do X11 shenanigans. should be using phantomjs instead ;)01:09
r1chardj0n3stqtran: this is the new service I've implemented http://paste.openstack.org/show/165870/01:10
r1chardj0n3stqtran: and this is the keystone API service using that http://paste.openstack.org/show/165871/01:10
r1chardj0n3sso callers of the keystone API service can .success() and .error() just like they do with $http, but there's a default .error() in the keystone service if they don't want to do their own error stuff01:11
r1chardj0n3stqtran: how do I get http://localhost:8001/jasmine served? doesn't get served with --runserver, can't see if mentioned in help text01:13
tqtranr1chardj0n3s: thats the only thing i have running, just the django dev server01:13
tqtranr1chardj0n3s: is your port correct?01:14
r1chardj0n3sright, changed to 8000 and it's fine. how come it's 8001 on your system?01:14
tqtranbecause i have 8000 for something else01:15
tqtranso the config.headers object can be globally set01:15
r1chardj0n3sthat's what confused me01:15
tqtranhttps://github.com/openstack/horizon/blob/master/horizon/static/horizon/js/angular/horizon.js#L1801:16
tqtrani think we can assume that we're exchanging json for all cases01:16
r1chardj0n3ssorry, not getting your reference there01:17
openstackgerritWu Wenxiang proposed openstack/horizon: Make values for image status be translatable  https://review.openstack.org/15199101:18
tqtranr1chardj0n3s: adding this to global will make all REST requests json-based. $http.defaults.headers.common["Content-Type"] = "application/json;charset=utf-8";01:20
tqtranr1chardj0n3s: so you dont have to specify it in the config.header everytime you want to make ajax to get data01:20
r1chardj0n3swell, it'll make all $http requests json based, but yes, I see your point.01:20
openstackgerritWu Wenxiang proposed openstack/horizon: Make values for volume status be translatable  https://review.openstack.org/15152001:21
r1chardj0n3sseems reasonable to me01:21
r1chardj0n3sI still need to have that config thing in there to fix DELETE-with-data01:21
r1chardj0n3sbut I'll move the header bit to global conf01:21
tqtranyes, config thing is fine.01:21
openstackgerritWu Wenxiang proposed openstack/horizon: Make values for image status be translatable  https://review.openstack.org/15199101:22
*** Sukhdev has joined #openstack-horizon01:24
*** alexvictorchan has quit IRC01:26
tqtranr1chardj0n3s: let me play around with the code a bit. not sure what to think of it yet until i get more hands on.01:27
r1chardj0n3stqtran: ok01:27
r1chardj0n3sI'm writing tests for the apiService at the moment, so a patch commit is a ways off01:27
*** Sukhdev has quit IRC01:34
*** ericpete_ has quit IRC01:36
*** TravT has quit IRC01:36
r1chardj0n3s\o/ a test running01:37
r1chardj0n3sfiguring out how to get a test to actually run has been... challenging. there is no documentation, afaict :/01:39
tqtranlol yeah....01:39
tqtrani had to ask around to figure that one out, there's a term for that... damn cant recall what jpich called it...01:40
r1chardj0n3sand it's all quite spaghetti, including a dive into unittest land to configure the JS tests (!?) so precisely *where* to document it is not clear :/01:41
lhchengtqtran: is the term "tribal knowledge"?01:42
tqtrani think part of the reason is so that we can hook into selenium01:42
tqtranlhcheng: ah yes! tribal knowledge01:42
r1chardj0n3soh, for the day when the js unit tests are run with karma instead of selenium....01:42
r1chardj0n3sso, so much cleaner01:42
lhchengtqtran: we should add that as part of horizon mission :P01:42
r1chardj0n3s(but of course "oh noes, but but node.js!")01:42
r1chardj0n3slhcheng: don't worry, everyone just knows it's part of the mission ;)01:44
r1chardj0n3s(rule 1 of horizon club: don't talk about horizon club)01:44
tqtranlhcheng: yes we should :D someone needs to be voluntold01:44
*** garthb_ has quit IRC01:44
tqtranr1chardj0n3s: haha, good one.... that movie was awesome01:44
lhchengr1chardj0n3s: lol01:45
*** gyee has quit IRC01:45
*** nlahouti has quit IRC01:49
*** yingjun has quit IRC01:56
*** bpokorny has quit IRC02:01
*** yingjun has joined #openstack-horizon02:06
openstackgerritRichard Jones proposed openstack/horizon: Alter verb usage for keystone REST and add Angular service  https://review.openstack.org/15063602:08
r1chardj0n3stqtran: that's the new service API with the error handling in ^^02:08
r1chardj0n3stqtran: after lunch I'll fix up the identity WIP to rebase it and so it uses the new API (basically just remove its error handling)02:09
* r1chardj0n3s lunches02:09
tqtranr1chardj0n3s: haha ok, i'll take a look tmr. gonna head off for the nite!02:09
*** tqtran has quit IRC02:11
*** Longgeek has joined #openstack-horizon02:12
*** Longgeek has quit IRC02:13
*** Longgeek has joined #openstack-horizon02:15
*** yingjun has quit IRC02:26
*** yingjun has joined #openstack-horizon02:30
*** ericpeterson has joined #openstack-horizon02:41
*** sumanth1991 has quit IRC02:44
openstackgerrittinytmy proposed openstack/horizon: fix usage property(vcpus, vcpu_hours) error use  https://review.openstack.org/15237602:56
*** rushiagr_away is now known as rushiagr02:57
*** dsneddon has quit IRC02:59
*** chipmanc has quit IRC03:04
*** dsneddon has joined #openstack-horizon03:08
*** alanf-mc has quit IRC03:08
*** chipmanc has joined #openstack-horizon03:09
*** ayoung is now known as ayoung-snowjob03:11
*** rushiagr is now known as rushiagr_away03:13
*** ericpeterson has quit IRC03:20
*** ybathia has quit IRC03:37
*** lhcheng has quit IRC03:39
openstackgerrittinytmy proposed openstack/horizon: fix usage property(vcpus, vcpu_hours) error use  https://review.openstack.org/15237603:49
*** nlahouti has joined #openstack-horizon03:49
*** nlahouti1 has joined #openstack-horizon03:50
openstackgerrittinytmy proposed openstack/horizon: unit the property of usage test  https://review.openstack.org/15238103:51
*** rushiagr_away is now known as rushiagr03:53
*** nlahouti has quit IRC03:54
*** ayoung-snowjob is now known as ayoung03:56
*** Longgeek has quit IRC03:59
*** nlahouti1 has quit IRC03:59
*** nlahouti has joined #openstack-horizon03:59
*** cchipman has joined #openstack-horizon04:00
*** chipmanc has quit IRC04:01
*** yingjun has quit IRC04:02
openstackgerritRichard Jones proposed openstack/horizon: Alter verb usage for keystone REST and add Angular service  https://review.openstack.org/15063604:03
*** Longgeek has joined #openstack-horizon04:04
*** Longgeek has quit IRC04:05
*** ayoung is now known as ayoung-gnight04:06
*** harlowja has quit IRC04:08
*** Longgeek has joined #openstack-horizon04:09
*** Longgeek has quit IRC04:17
*** Longgeek has joined #openstack-horizon04:17
*** Longgeek has quit IRC04:18
*** TravT has joined #openstack-horizon04:25
*** alanf-mc has joined #openstack-horizon04:26
*** alanf-mc- has joined #openstack-horizon04:28
*** TravT_ has joined #openstack-horizon04:29
*** lhcheng has joined #openstack-horizon04:30
*** TravT has quit IRC04:30
*** lhcheng_ has joined #openstack-horizon04:31
*** alanf-mc has quit IRC04:31
openstackgerritRichard Jones proposed openstack/horizon: WIP angularize identity users.  https://review.openstack.org/13376704:32
*** tzumainn has quit IRC04:33
openstackgerritNikunj Aggarwal proposed openstack/horizon: Adds asterisk symbol for image location  https://review.openstack.org/12471204:34
*** lhcheng has quit IRC04:34
*** prasoon has joined #openstack-horizon04:41
*** cchipman has quit IRC04:41
*** coolsvap|afk is now known as coolsvap04:42
*** alanf-mc- has quit IRC04:45
openstackgerritRichard Jones proposed openstack/horizon: WIP angularize identity users.  https://review.openstack.org/13376704:50
*** Longgeek has joined #openstack-horizon04:50
openstackgerritRichard Jones proposed openstack/horizon: WIP angularize identity users.  https://review.openstack.org/13376704:51
*** amotoki has joined #openstack-horizon04:57
*** alanf-mc has joined #openstack-horizon04:57
*** yingjun has joined #openstack-horizon04:57
*** amotoki has quit IRC05:06
*** ozialien has quit IRC05:07
*** amotoki has joined #openstack-horizon05:13
*** echevemaster has quit IRC05:27
*** alanf-mc has quit IRC05:28
*** amotoki has quit IRC05:29
*** dsneddon has quit IRC05:41
*** sumanth1991 has joined #openstack-horizon05:45
*** TravT has joined #openstack-horizon05:45
*** TravT_ has quit IRC05:47
*** sumanth1991 has quit IRC05:47
*** TravT_ has joined #openstack-horizon05:48
*** TravT has quit IRC05:49
*** rwsu is now known as rwsu-afk05:51
*** dsneddon has joined #openstack-horizon05:56
*** masco has joined #openstack-horizon06:02
*** jtriley has joined #openstack-horizon06:06
openstackgerritOpenStack Proposal Bot proposed openstack/horizon: Imported Translations from Transifex  https://review.openstack.org/15239906:07
*** jtriley has quit IRC06:10
*** Sukhdev has joined #openstack-horizon06:14
*** Longgeek has quit IRC06:16
*** Longgeek has joined #openstack-horizon06:16
*** Longgeek has quit IRC06:17
openstackgerritLi Yingjun proposed openstack/horizon: Add missing OS::Cinder::Volume resource url map  https://review.openstack.org/15240406:18
openstackgerritMerged openstack/horizon: Removing reference to deleted template  https://review.openstack.org/15227206:19
*** rushiagr is now known as rushiagr_away06:32
openstackgerrittinytmy proposed openstack/horizon: unite the property of usage test  https://review.openstack.org/15238106:37
openstackgerritMasco Kaliyamoorthy proposed openstack/horizon: added filter for stacks table  https://review.openstack.org/15240906:39
openstackgerritZhang Hua proposed openstack/horizon: Fix shared firewall policy can not be displayed in horizon  https://review.openstack.org/15241006:42
openstackgerritTravis Tripp proposed openstack/horizon: Glance Rest API for Angular Front End  https://review.openstack.org/15146806:45
openstackgerritShaoquan Chen proposed openstack/horizon: Create a reusable angular-based wizard  https://review.openstack.org/13741706:46
openstackgerritShaoquan Chen proposed openstack/horizon: fix bug - failed loading external angular templates  https://review.openstack.org/15231406:46
*** alexvictorchan has joined #openstack-horizon06:51
openstackgerritTravis Tripp proposed openstack/horizon: Glance Rest API for Angular Front End  https://review.openstack.org/15146806:52
*** ishant has joined #openstack-horizon06:57
*** alexvictorchan_ has joined #openstack-horizon07:09
*** alexvictorchan_ has quit IRC07:09
*** mrunge has joined #openstack-horizon07:10
*** alexvictorchan_ has joined #openstack-horizon07:10
*** alexvictorchan_ has joined #openstack-horizon07:10
*** alexvictorchan has quit IRC07:11
*** paul-- has quit IRC07:12
*** oro has joined #openstack-horizon07:13
*** paul-- has joined #openstack-horizon07:17
*** alexvictorchan has joined #openstack-horizon07:18
*** Sukhdev has quit IRC07:24
*** alexvictorchan has quit IRC07:27
*** mpavlase has joined #openstack-horizon07:38
openstackgerritTatiana Ovchinnikova proposed openstack/horizon: Stack resources table improvement  https://review.openstack.org/15041107:42
*** jprovazn has joined #openstack-horizon07:42
*** Miouge has joined #openstack-horizon07:44
*** TravT_ has quit IRC07:50
*** TravT has joined #openstack-horizon07:51
*** TravT has quit IRC07:51
*** oro has quit IRC07:52
*** TravT has joined #openstack-horizon07:52
*** TravT has quit IRC07:52
*** stevemar has quit IRC07:53
*** TravT has joined #openstack-horizon07:54
*** TravT has joined #openstack-horizon07:55
*** amotoki has joined #openstack-horizon07:55
*** TravT has quit IRC07:55
*** rdopiera has joined #openstack-horizon07:55
*** jtomasek has joined #openstack-horizon07:55
*** TravT has joined #openstack-horizon07:55
*** chlong has quit IRC07:56
*** TravT has joined #openstack-horizon07:56
*** TravT has joined #openstack-horizon07:57
*** nlahouti has quit IRC08:00
*** TravT has joined #openstack-horizon08:00
*** TravT has quit IRC08:00
*** TravT has joined #openstack-horizon08:01
*** TravT has joined #openstack-horizon08:02
*** TravT has joined #openstack-horizon08:03
*** TravT has quit IRC08:03
*** amotoki has quit IRC08:03
*** tosky_ has joined #openstack-horizon08:03
*** TravT has joined #openstack-horizon08:04
*** TravT has quit IRC08:04
*** amotoki has joined #openstack-horizon08:04
*** TravT has joined #openstack-horizon08:04
*** TravT has joined #openstack-horizon08:05
*** TravT has joined #openstack-horizon08:06
*** TravT has quit IRC08:06
*** TravT has joined #openstack-horizon08:07
*** TravT has joined #openstack-horizon08:08
*** TravT has quit IRC08:08
*** lhcheng_ has quit IRC08:08
*** TravT has joined #openstack-horizon08:09
*** TravT has quit IRC08:09
*** TravT has joined #openstack-horizon08:10
*** TravT has quit IRC08:10
*** TravT has joined #openstack-horizon08:11
*** TravT has joined #openstack-horizon08:12
*** TravT has quit IRC08:12
openstackgerrittinytmy proposed openstack/horizon: Message appear N/A in the tab compute host of hypervisors page  https://review.openstack.org/15242408:12
*** TravT has joined #openstack-horizon08:13
*** TravT has quit IRC08:13
*** yingjun has quit IRC08:14
*** TravT has joined #openstack-horizon08:14
*** TravT has quit IRC08:14
openstackgerrittinytmy proposed openstack/horizon: Message appear N/A in the tab compute host of hypervisors page  https://review.openstack.org/15242408:14
*** TravT has joined #openstack-horizon08:15
*** TravT has quit IRC08:15
*** TravT has joined #openstack-horizon08:15
*** TravT has joined #openstack-horizon08:16
*** TravT has joined #openstack-horizon08:17
openstackgerrittinytmy proposed openstack/horizon: Message appear N/A in the tab compute host of hypervisors page  https://review.openstack.org/15242408:17
*** TravT has joined #openstack-horizon08:18
openstackgerrittinytmy proposed openstack/horizon: Message appear N/A in the tab compute host of hypervisors page  https://review.openstack.org/15242408:18
openstackgerritRichard Jones proposed openstack/horizon: Alter verb usage for keystone REST and add Angular service  https://review.openstack.org/15063608:18
rdopierar1chardj0n3s: hi, do you have a moment?08:19
r1chardj0n3srdopiera: yep08:19
rdopierar1chardj0n3s: I wanted to talk about Bower08:19
*** TravT has joined #openstack-horizon08:19
r1chardj0n3sok08:19
rdopierar1chardj0n3s: I wonder if you would have some time to prepare the configuration file for it for Horizon?08:20
*** TravT has joined #openstack-horizon08:20
rdopierar1chardj0n3s: I don't have experience with it and time to research it, so it would help if someone who already knows bower could do it08:20
rdopierar1chardj0n3s: otherwise the switch to Bower may take more time than we have in Kilo08:21
*** yingjun has joined #openstack-horizon08:21
*** Miouge has quit IRC08:21
openstackgerritRichard Jones proposed openstack/horizon: WIP angularize identity users.  https://review.openstack.org/13376708:21
*** amotoki has quit IRC08:21
*** TravT has joined #openstack-horizon08:21
*** TravT has quit IRC08:21
*** Miouge has joined #openstack-horizon08:21
r1chardj0n3sI guess I could take it on. There still seems to be dissent about it though08:22
rdopierar1chardj0n3s: there is?08:22
rdopierar1chardj0n3s: what's the point of contention?08:22
*** TravT has joined #openstack-horizon08:22
r1chardj0n3sit just seems every time there's a discussion someone objects :)08:22
*** TravT has quit IRC08:22
rdopierathat's just normal bikeshedding, ignore :)08:23
r1chardj0n3swhat would be needed to make it happen, in your view?08:23
*** TravT has joined #openstack-horizon08:23
*** TravT has quit IRC08:23
rdopierar1chardj0n3s: I made a blueprint with the proposed steps: https://blueprints.launchpad.net/horizon/+spec/static-file-bower08:24
*** akrivoka has joined #openstack-horizon08:24
*** TravT has joined #openstack-horizon08:24
*** TravT has quit IRC08:24
r1chardj0n3sok, that's missing a lot of detail imo08:24
rdopierar1chardj0n3s: that's mostly because I have no idea what the details should be :)08:25
*** TravT has joined #openstack-horizon08:25
rdopierar1chardj0n3s: but feel free to fill them in if you know08:25
r1chardj0n3sok. I'll have to look back through the last bower mega-thread to see if I can glean the "agreed" course of action08:25
*** TravT has quit IRC08:25
*** amotoki has joined #openstack-horizon08:25
rdopierar1chardj0n3s: I think the least researched part is the gate checks08:25
rdopierar1chardj0n3s: but that is also not that urgent08:26
*** TravT has joined #openstack-horizon08:26
rdopierar1chardj0n3s: second would be adding bower calls to the tox scripts, but we have something similar for running jshint already08:26
rdopierar1chardj0n3s: I can handle that08:27
r1chardj0n3syeah, so looking at the end of the last discussion there were still objections :/08:27
rdopierar1chardj0n3s: I just need a bower config file that would mirror the current requirements.txt08:27
*** TravT has joined #openstack-horizon08:27
r1chardj0n3sI can't believe we're not using karma to run our js unit tests :/ selenium? ugh08:27
rdopierar1chardj0n3s: feel free to propose a patch ;)08:28
*** TravT has joined #openstack-horizon08:28
*** TravT has quit IRC08:28
rdopierar1chardj0n3s: but without the mailing list discussion, if possible08:28
r1chardj0n3soh yeah, the "there's no node.js for SPARC" camp08:29
r1chardj0n3sugh :/08:29
mrungeI heared that ;-)08:29
*** TravT has joined #openstack-horizon08:29
rdopieramrunge: that's just gate scripts08:29
*** TravT has quit IRC08:29
mrungemorning/good evening gueys08:29
mrunges/e//08:29
r1chardj0n3shi08:29
mrunger1chardj0n3s, glad to see you back08:29
*** TravT has joined #openstack-horizon08:30
r1chardj0n3sso all this crap is why I started laughing-robot08:30
r1chardj0n3shttps://github.com/r1chardj0n3s/laughing-robot08:30
mrungewow, cool!08:30
r1chardj0n3sbut I already have too much to do :/08:30
*** TravT has joined #openstack-horizon08:30
mrungeI drilled down in bower build scripts08:31
mrungeto see, what's really happening08:31
*** TravT has joined #openstack-horizon08:31
r1chardj0n3sI'm pretty sure laughing-robot handles all the components we currently need, though you need to manually handle dependencies08:31
*** TravT has quit IRC08:31
mrungeugh. but I think, we can handle that08:31
r1chardj0n3sbower doesn't *have* build scripts...08:31
r1chardj0n3sthere's no "build"08:31
mrunger1chardj0n3s, it has08:32
r1chardj0n3swhere?08:32
rdopierar1chardj0n3s: I think we can ignore the spark guys, they don't need node.js to build and test Horizon08:32
mrungejust a sec08:32
mrungehttps://github.com/bower/bower/blob/master/Gruntfile.js08:32
*** TravT has joined #openstack-horizon08:32
r1chardj0n3sthat's not bower08:32
*** TravT has quit IRC08:32
mrungethis is not bower?08:33
r1chardj0n3swell, that's clearly in the bower project, but "bower install" executes no code from the installed package08:33
rdopierathat's grunt08:33
mrungeso, yes. to build bower, you need grunt08:33
r1chardj0n3sgrunt is a separate command used during development of js applications08:33
r1chardj0n3s(like bower)08:33
rdopieragrunt is like node.js's make08:33
*** TravT has joined #openstack-horizon08:34
rdopieraonly worse08:34
mrungeyes08:34
r1chardj0n3spoint is, "bower install" is just file copies08:34
r1chardj0n3srdopiera: grunt is very useful :P08:34
rdopiera</trolling>08:34
r1chardj0n3sI'm no fan of JS on the server, but grunt is useful ;)08:34
*** oro has joined #openstack-horizon08:34
*** TravT has quit IRC08:34
*** TravT has joined #openstack-horizon08:35
*** TravT has quit IRC08:35
rdopieraif all you've got is a shoe, it makes a useful tool, I guess08:35
r1chardj0n3sanyway, rdopiera, I'm not sure I can commit to making bower happen, sorry. especially given there are still objections to it happening at all.08:35
rdopierar1chardj0n3s: how about just preparing the deps file?08:35
*** jcoufal has joined #openstack-horizon08:35
rdopierar1chardj0n3s: I can push it08:35
*** TravT has joined #openstack-horizon08:35
r1chardj0n3srdopiera: the bower.json file specifying the components we need? yes, I can do that08:36
*** TravT has quit IRC08:36
rdopierar1chardj0n3s: excellent, that's what I need08:36
r1chardj0n3sok, and you're just going to leave it to the user to make bower-the-command available to themselves?08:36
rdopierar1chardj0n3s: I won't *commit* to making this happen, but I can trudge in my own pace and see if it lands on time08:36
r1chardj0n3sok08:36
mrunger1chardj0n3s, I don't need a specification of required dependencies08:36
*** TravT has joined #openstack-horizon08:36
mrungethat's something, package dependencies should handle08:37
r1chardj0n3smrunge sorry, you've lost me08:37
rdopieramrunge: but horizon itself is package-agnostic08:37
mrunger1chardj0n3s, no worries.08:37
mrungerdopiera, yes, sure08:37
rdopieramrunge: so we need *some* common format for specifying it, from which all packagers can take it08:37
rdopieramrunge: and bower's json sounds like a good choice08:37
*** TravT has joined #openstack-horizon08:38
mrungehowever08:38
mrungeyes08:38
mrungeagreed08:38
*** TravT has quit IRC08:38
mrungeok, bower solves that for you.08:38
mrungeis there a way to point bower to different locations?08:39
mrungei.e. turn off internet access on the gate?08:39
r1chardj0n3smrunge: yes but nobody does08:39
r1chardj0n3sah, no, defintely not08:39
*** TravT has joined #openstack-horizon08:39
mrungehmm. I feared that answer08:39
r1chardj0n3sbower assumes full Internet access :/08:39
*** TravT has quit IRC08:39
r1chardj0n3sbecause it was developed by codebros in SF who have perfect Internet connections :/08:40
mrungewe had quite a few issues on the gate, when we didn't had a full pypi mirror08:40
*** MaxV has joined #openstack-horizon08:40
r1chardj0n3syeah08:40
*** zz_ttrifonov is now known as ttrifonov08:40
*** TravT has joined #openstack-horizon08:40
r1chardj0n3slaughing-robot was "planned" to also include an offline capability08:40
mrungeoh, cool!08:40
r1chardj0n3sbut I simply don't have time to implement it08:40
*** TravT has joined #openstack-horizon08:41
*** TravT has quit IRC08:41
mrungeok, that's just something, we'll see at the gate, then08:41
r1chardj0n3syeah, I suspect problems :(08:42
*** TravT has joined #openstack-horizon08:42
*** TravT has quit IRC08:42
r1chardj0n3sanyhoo, I need to AFK now and clean up my dinner dishes and relax for the evening. you lot have a great day :)08:42
*** r1chardj0n3s is now known as r1chardj0n3s_afk08:42
mrungehave a great evening r1chardj0n3s_afk08:42
*** TravT has joined #openstack-horizon08:42
*** TravT has quit IRC08:43
rdopieraI guess this will take longer than I anticipated :)08:44
*** Ala has joined #openstack-horizon08:44
mrungenow it took soo long already. then let's make it right08:44
*** TravT has joined #openstack-horizon08:45
*** TravT has quit IRC08:45
*** TravT has joined #openstack-horizon08:45
*** TravT has joined #openstack-horizon08:47
*** MaxV has quit IRC08:47
*** MaxV has joined #openstack-horizon08:49
*** TravT has joined #openstack-horizon08:49
*** TravT has joined #openstack-horizon08:50
*** TravT has joined #openstack-horizon08:51
*** TravT has quit IRC08:51
*** TravT has joined #openstack-horizon08:52
*** TravT has quit IRC08:52
*** TravT has joined #openstack-horizon08:52
*** TravT has quit IRC08:53
*** amotoki has quit IRC08:53
*** TravT has joined #openstack-horizon08:53
*** bluex-pl has joined #openstack-horizon08:56
*** amotoki has joined #openstack-horizon08:57
*** jpich has joined #openstack-horizon09:00
*** JeanBriceCombebi has joined #openstack-horizon09:02
*** amotoki has quit IRC09:02
*** ygbo has joined #openstack-horizon09:07
*** markus_z has joined #openstack-horizon09:14
*** JeanBriceCombebi has quit IRC09:20
*** JeanBriceCombebi has joined #openstack-horizon09:20
*** Putns has joined #openstack-horizon09:20
*** athomas has joined #openstack-horizon09:21
openstackgerritWu Wenxiang proposed openstack/horizon: Make values for volume status be translatable  https://review.openstack.org/15152009:22
*** oro has quit IRC09:24
*** krykowski has joined #openstack-horizon09:26
*** yingjun has quit IRC09:32
*** Miouge has quit IRC09:37
openstackgerritSwati Shukla proposed openstack/horizon: Required fields' asterisk missing in 'Launch Instance' Dialog  https://review.openstack.org/13280609:38
*** Miouge has joined #openstack-horizon09:39
openstackgerritPaul Karikh proposed openstack/horizon: Rewrite table filtering to use GET-requests  https://review.openstack.org/12825309:42
*** e0ne has joined #openstack-horizon09:47
*** krykowski has quit IRC09:48
*** quist has joined #openstack-horizon09:50
*** jtomasek has quit IRC09:52
*** test_horizon_use has joined #openstack-horizon09:59
*** jtomasek has joined #openstack-horizon10:05
openstackgerritVlad Okhrimenko proposed openstack/horizon: Add integration tests for Identity->Projects page  https://review.openstack.org/11091910:06
*** test_horizon_use has left #openstack-horizon10:06
*** e0ne has quit IRC10:16
*** krykowski has joined #openstack-horizon10:16
*** Ala has quit IRC10:23
*** samueldmq-away has joined #openstack-horizon10:30
*** samueldmq-away is now known as samueldmq10:31
samueldmqmrunge, ping - does horizon have a repo for specs ? like keystone has keystone-specs10:32
sambettssamueldmq: Currently we don't have a specs repo, blueprints are used to contain all details relating to a change10:38
samueldmqsambetts, ack, thanks, so I create a blueprint in that spec format (https://blueprints.launchpad.net/horizon/+spec/template)10:38
sambettssamueldmq: Yes :)10:40
samueldmqsambetts, great! I hope you're planning to create a horizon-specs, it's really helpful and ease review process :-)10:41
samueldmqsambetts, thanks10:42
sambettssamueldmq: np10:43
mrungesambetts, thanks for jumping in here10:46
sambettsmrunge: np10:46
mrungesamueldmq, just ask directly on the channel. there's no need to interrupt someone, unless you have a question, probably nobody else can answer10:46
*** toabctl has joined #openstack-horizon10:49
samueldmqmrunge, makes sense, thanks... will start hierarchical projects spec for horizon :)10:50
*** krykowski has quit IRC10:50
mrungesamueldmq, yeah, thanks. I remember, you asked a few days ago10:50
*** aix has joined #openstack-horizon10:51
toabctlmrunge: can you have a look at https://review.openstack.org/#/c/148292/  please?10:53
openstackgerritSwati Shukla proposed openstack/horizon: Port and Port-Range fields' asterisk missing in Access-Security tab  https://review.openstack.org/13339110:54
*** test_horizon_use has joined #openstack-horizon10:55
*** regebro has joined #openstack-horizon10:55
*** test_horizon_use has left #openstack-horizon10:55
*** rdopiera has quit IRC10:56
*** rdopiera has joined #openstack-horizon10:56
*** rdopiera has quit IRC10:57
*** bluex-pl has quit IRC10:57
*** rdopiera has joined #openstack-horizon10:57
*** bluex-pl has joined #openstack-horizon10:58
mrungetoabctl, I *think* you could just remove django.template.loaders.filesystem.Loader10:58
*** krykowski has joined #openstack-horizon10:58
mrungeas that's redundant, due to horizon.loaders10:58
*** rebrego has joined #openstack-horizon10:59
*** regebro is now known as Guest8817310:59
*** rebrego is now known as regebro10:59
*** regebro has quit IRC10:59
*** regebro has joined #openstack-horizon10:59
rdopieramrunge: not sure11:00
rdopieramrunge: I remember I had to add it for the STATICFILE_DIRS to work11:00
mrungerdopiera, at least in my experience ;-)11:00
rdopierano, wait11:00
rdopierasorry, that's for the statics11:00
rdopieranot templates11:00
*** alokb has joined #openstack-horizon11:01
*** prasoon has quit IRC11:01
mrungeyupp rdopiera11:01
openstackgerritSwati Shukla proposed openstack/horizon: Required fields' asterisk missing in 'Launch Instance' Dialog  https://review.openstack.org/13280611:02
*** krykowski has quit IRC11:06
*** e0ne has joined #openstack-horizon11:10
openstackgerritVlad Okhrimenko proposed openstack/horizon: Add project-dropdown  https://review.openstack.org/15163811:14
*** aix has quit IRC11:27
*** aix has joined #openstack-horizon11:28
*** jcoufal_ has joined #openstack-horizon11:29
*** jcoufal has quit IRC11:32
*** jcoufal_ has quit IRC11:34
openstackgerritThomas Bechtold proposed openstack/horizon: Load templates from app directories first  https://review.openstack.org/14829211:34
toabctlmrunge: I updated the patch...11:35
mrungetoabctl, you *could* remove the last comma (line 122).11:37
mrungeI bet, there's someone to -1 that patch for this special reason11:37
toabctl:)11:37
toabctlok11:37
mrungetoabctl, no worries about that!11:38
openstackgerritThomas Bechtold proposed openstack/horizon: Load templates from app directories first  https://review.openstack.org/14829211:39
toabctlmrunge: done11:39
mrunge:D11:39
*** JeanBriceCombebi has quit IRC11:41
*** yingjun has joined #openstack-horizon11:44
*** jcoufal has joined #openstack-horizon11:59
*** e0ne is now known as e0ne_12:01
openstackgerritWu Wenxiang proposed openstack/horizon: Make size columns be text wrapped in admin dashboard  https://review.openstack.org/15248912:01
*** robcresswell_afk has joined #openstack-horizon12:01
*** e0ne_ is now known as e0ne12:01
*** test_horizon_use has joined #openstack-horizon12:02
openstackgerritVlad Okhrimenko proposed openstack/horizon: Add project-dropdown  https://review.openstack.org/15163812:02
*** robcresswell_afk is now known as robcresswell12:03
*** chlong has joined #openstack-horizon12:06
openstackgerritMartin Pavlásek proposed openstack/horizon: Integration tests - Object store  https://review.openstack.org/15118712:08
*** EmilienM|afk is now known as EmilienM12:08
*** test_horizon_use has quit IRC12:10
*** tnovacik has joined #openstack-horizon12:15
*** oro has joined #openstack-horizon12:19
openstackgerrittinytmy proposed openstack/horizon: Message appear N/A in the tab compute host of hypervisors page  https://review.openstack.org/15242412:21
*** jcoufal has quit IRC12:23
*** aix has quit IRC12:24
*** mflobo has quit IRC12:26
*** jcoufal has joined #openstack-horizon12:28
*** Longgeek has joined #openstack-horizon12:29
*** mflobo has joined #openstack-horizon12:29
*** mflobo has joined #openstack-horizon12:29
*** masco has quit IRC12:31
*** mpavlase has quit IRC12:33
*** Longgeek has quit IRC12:33
*** aix has joined #openstack-horizon12:37
*** TravT_ has joined #openstack-horizon12:38
*** ishant has quit IRC12:40
*** TravT has quit IRC12:41
*** amotoki has joined #openstack-horizon12:43
pkarikhHi all! Can anyone help me with our jenkins tests? They are failing with my patch on the string which does not exist in that patch. So looks like Jenkins runs some another code. But I cannot find out why it could happen. Or, may be, I'm missing something.12:44
openstackgerritBartosz Fic proposed openstack/horizon: Migrate all instances from host marked for maintenance  https://review.openstack.org/10958612:44
*** mpavlase has joined #openstack-horizon12:46
openstackgerritBartosz Fic proposed openstack/horizon: Migrate all instances from host marked for maintenance  https://review.openstack.org/10958612:49
robcresswellpkarikh: Can you link the patch?12:50
*** oro has quit IRC12:50
pkarikhrobcresswell:  https://review.openstack.org/#/c/128253/ here the patch.  Here the strange error: http://logs.openstack.org/53/128253/17/check/gate-horizon-python27/87448c0/console.html.gz#_2015-01-27_16_26_50_25912:50
pkarikhrobcresswell: looks like it fails on the 578 line because of 'self.assertContains(resp, "my_table__filter__q", 1)' line. But this does not exist anymore!  Here the proof: https://review.openstack.org/#/c/128253/18/horizon/test/tests/tables.py12:51
pkarikh*this line12:52
*** oro has joined #openstack-horizon12:52
*** josecastroleon__ has quit IRC12:52
pkarikhrobcresswell: in my patch line 578 contains another code: 'resp = http.HttpResponse(self.table.render())'12:52
rdopierapkarikh: rebase on master12:55
rdopierapkarikh: the tests are run on rebased code, so line numbers are different12:55
*** athomas_ has joined #openstack-horizon12:56
*** g4rg4m3|_ has joined #openstack-horizon12:57
*** jasondotstar has quit IRC12:57
*** mpavlase has quit IRC12:57
*** athomas has quit IRC12:57
*** htruta has quit IRC12:57
pkarikhrdopiera: good point, but.. Actually failing line could does not exist at all, anywhere in horizon (in the code version from the patch). Does it realy could be the result of auto-rebase performed by Jenkins?12:57
robcresswellrdopiera: Would that solve anything? The lines are only about 10 apart, seems to be correct in that jenkins isnt applying the new tests12:57
*** oro has quit IRC12:57
*** oro has joined #openstack-horizon12:57
*** htruta has joined #openstack-horizon12:57
rdopierarobcresswell: doesn't hurt to try13:02
openstackgerritPaul Karikh proposed openstack/horizon: Rewrite table filtering to use GET-requests  https://review.openstack.org/12825313:02
robcresswellrdopiera: True, true.13:02
pkarikhrobcresswell, rdopiera: rebased13:03
*** sayan has joined #openstack-horizon13:04
*** rdopiera has quit IRC13:05
*** mpavlase has joined #openstack-horizon13:06
*** rdopiera has joined #openstack-horizon13:06
*** oro has quit IRC13:11
*** prasoon has joined #openstack-horizon13:14
*** JeanBriceCombebi has joined #openstack-horizon13:15
*** ttrifonov is now known as zz_ttrifonov13:16
*** jprovazn has quit IRC13:16
*** zz_ttrifonov is now known as ttrifonov13:18
*** tzumainn has joined #openstack-horizon13:19
samueldmqdavid-lyle, ping - you around ? would like to talk abour hierarchical multitenancy support on horizon13:25
samueldmqs/abour/about13:25
openstackgerritMerged openstack/horizon: Imported Translations from Transifex  https://review.openstack.org/15239913:25
robcresswellpkarikh: ping if Jenkins fails again and I'll look into it more :)13:27
pkarikhrobcresswell: ok, thank you. :)13:27
*** jasondotstar has joined #openstack-horizon13:28
*** yingjun has quit IRC13:30
openstackgerritPaul Karikh proposed openstack/horizon: Fix replacement of exception category list  https://review.openstack.org/14383213:33
openstackgerritWu Wenxiang proposed openstack/horizon: Make params order fixed in stack forms  https://review.openstack.org/15250913:35
*** Longgeek has joined #openstack-horizon13:35
*** alexpilotti has joined #openstack-horizon13:40
openstackgerritVlad Okhrimenko proposed openstack/horizon: Add project-dropdown  https://review.openstack.org/15163813:44
openstackgerritVlad Okhrimenko proposed openstack/horizon: Add project-dropdown  https://review.openstack.org/15163813:45
*** prasoon has quit IRC13:48
*** akrivoka has quit IRC13:48
*** akrivoka has joined #openstack-horizon13:49
*** raildo_away is now known as raildo13:50
*** ygbo has quit IRC13:50
*** ygbo has joined #openstack-horizon13:50
*** gerchardon has quit IRC13:51
*** jprovazn has joined #openstack-horizon13:51
*** gerchardon has joined #openstack-horizon13:51
openstackgerritVlad Okhrimenko proposed openstack/horizon: Wait till spinner is visible  https://review.openstack.org/15160813:54
*** Longgeek has quit IRC13:54
*** _crobertsrh is now known as crobertsrh13:54
openstackgerritChad Roberts proposed openstack/horizon: Guided cluster creation mode for Sahara  https://review.openstack.org/14767713:55
*** obutenko has quit IRC13:57
*** raildo has quit IRC14:01
*** htruta has quit IRC14:01
*** samueldmq has quit IRC14:01
*** oro has joined #openstack-horizon14:02
openstackgerritVlad Okhrimenko proposed openstack/horizon: Add integration tests for Identity->Projects page  https://review.openstack.org/11091914:03
pkarikhrobcresswell: do we have any SwiftTests bugs right now? Looks like the "strange" error has gone, but now there are some Swift errors and I have no idea where to find answers.14:03
openstackgerritChad Roberts proposed openstack/horizon: Guided job execution page for Sahara  https://review.openstack.org/14791814:04
*** jasondotstar has quit IRC14:08
openstackgerritRadomir Dopieralski proposed openstack/horizon: Make test helpers properly inheritable/extendable  https://review.openstack.org/15252214:12
*** josecastroleon has joined #openstack-horizon14:16
*** jasondotstar has joined #openstack-horizon14:20
openstackgerritRadomir Dopieralski proposed openstack/horizon: Allow adding to INSTALLED_APPS from local_settings.py  https://review.openstack.org/10774714:21
*** yingjun has joined #openstack-horizon14:29
*** lblanchard has joined #openstack-horizon14:30
openstackgerritlawrancejing proposed openstack/horizon: Delete `row` class in _detail_overview.html  https://review.openstack.org/15252814:32
*** neelashah has joined #openstack-horizon14:33
*** ZZelle has joined #openstack-horizon14:35
*** JeanBriceCombebi has quit IRC14:35
*** JeanBriceCombebi has joined #openstack-horizon14:35
*** jpomero has joined #openstack-horizon14:37
*** oro has quit IRC14:38
*** obutenko has joined #openstack-horizon14:38
*** jtriley has joined #openstack-horizon14:43
*** yingjun has quit IRC14:48
*** yingjun has joined #openstack-horizon14:48
*** regebro has quit IRC14:49
*** rushiagr_away is now known as rushiagr14:49
*** tosky_ has quit IRC14:50
*** Longgeek has joined #openstack-horizon14:51
*** yingjun has quit IRC14:53
*** absubram has joined #openstack-horizon14:53
openstackgerritJiri Tomasek proposed openstack/tuskar-ui: WIP Service configuration form  https://review.openstack.org/15255814:54
*** mattfarina has joined #openstack-horizon14:55
*** mattfarina has quit IRC14:58
*** mattfarina has joined #openstack-horizon15:01
*** coolsvap is now known as coolsvap|afk15:01
*** dboik has joined #openstack-horizon15:01
robcresswellpkarikh: running tests on master now15:04
*** krykowski has joined #openstack-horizon15:05
pkarikhrobcresswell: I think there could be patch-related problem. I've found that swift tests failing because of filtering function. http://logs.openstack.org/53/128253/18/check/gate-horizon-python27/d9921d0/console.html#_2015-02-03_09_46_06_00415:05
pkarikhrobcresswell: so looks like there is something I have to fix and there is no foreign bugs. Thank you for your help! Also problem with "ghost' line was fixed with rebasing on master, so thanks also to rdopiera.15:07
*** rebelagentm has joined #openstack-horizon15:09
*** rm_work|away is now known as rm_work15:10
robcresswellpkarikh: Ah, that's interesting that a rebase fixed it. No worries, sorry I couldnt help more.15:10
*** mattfarina has quit IRC15:11
*** Longgeek has quit IRC15:11
*** vijendar has joined #openstack-horizon15:14
*** tosky_ has joined #openstack-horizon15:14
*** dboik has quit IRC15:16
*** dboik has joined #openstack-horizon15:16
*** dboik has quit IRC15:17
*** dboik has joined #openstack-horizon15:17
*** JeanBriceCombebi has quit IRC15:18
*** JeanBriceCombebi has joined #openstack-horizon15:18
openstackgerritMartin Pavlásek proposed openstack/horizon: Integration tests - Object store  https://review.openstack.org/15118715:20
*** baffle_ is now known as baffle15:20
*** fischerw has joined #openstack-horizon15:20
*** mattfarina has joined #openstack-horizon15:20
*** ericpeterson has joined #openstack-horizon15:27
*** samueldmq_ has joined #openstack-horizon15:28
*** htruta has joined #openstack-horizon15:28
*** raildo has joined #openstack-horizon15:28
*** mattfarina has quit IRC15:28
*** TravT_ has quit IRC15:31
*** JeanBriceCombebi has quit IRC15:33
*** jtomasek has quit IRC15:33
*** peristeri has joined #openstack-horizon15:35
*** jtriley has quit IRC15:36
*** e0ne is now known as e0ne_15:37
*** tosky_ has quit IRC15:38
*** tosky__ has joined #openstack-horizon15:38
*** e0ne_ is now known as e0ne15:38
*** JeanBriceCombebi has joined #openstack-horizon15:40
*** tnovacik has quit IRC15:41
*** jtomasek has joined #openstack-horizon15:42
*** krykowski has quit IRC15:44
*** krykowski_ has joined #openstack-horizon15:44
*** stevemar has joined #openstack-horizon15:44
*** coolsvap|afk is now known as coolsvap15:46
*** coolsvap is now known as coolsvap_15:50
*** dboik has quit IRC15:51
openstackgerritVlad Okhrimenko proposed openstack/horizon: Add project-dropdown  https://review.openstack.org/15163815:51
openstackgerritVlad Okhrimenko proposed openstack/horizon: Add integration tests for Identity->Projects page  https://review.openstack.org/11091915:51
openstackgerritVlad Okhrimenko proposed openstack/horizon: Wait till spinner is visible  https://review.openstack.org/15160815:51
openstackgerritVlad Okhrimenko proposed openstack/horizon: Add wait till element methods for selenium Integration tests.  https://review.openstack.org/15179615:51
*** coolsvap_ is now known as coolsvap|afk15:52
*** coolsvap|afk is now known as swapnilkulkarni15:54
*** swapnilkulkarni is now known as swapnil15:54
*** swapnil is now known as swapnilk15:54
openstackgerritGeorge Peristerakis proposed openstack/horizon: Generate a drop down field for custom heat parameters  https://review.openstack.org/13327015:56
openstackgerritRadomir Dopieralski proposed openstack/horizon: Make test helpers properly inheritable/extendable  https://review.openstack.org/15252215:56
openstackgerritGeorge Peristerakis proposed openstack/horizon: Generating a rdp file for a windows instance  https://review.openstack.org/9139415:56
pkarikhrobcresswell: no problem. :) Looks like I have to go deeper with swift tests.15:57
david-lyleHorizon reviewers, k-2 closes in the next two days, I've dramatically reduced the bp list for k-2 to those that have a chance of landing, please review the remaining bps: https://launchpad.net/horizon/+milestone/kilo-215:57
openstackgerritRadomir Dopieralski proposed openstack/tuskar-ui: Remove Inheritable*TestCase  https://review.openstack.org/15045415:57
openstackgerritRadomir Dopieralski proposed openstack/tuskar-ui: Remove Inheritable*TestCase  https://review.openstack.org/15045415:58
*** jtomasek has quit IRC15:59
*** regebro has joined #openstack-horizon15:59
*** regebro has quit IRC15:59
*** tosky__ has quit IRC16:00
*** regebro has joined #openstack-horizon16:01
*** regebro has quit IRC16:01
*** jtomasek has joined #openstack-horizon16:04
openstackgerritGeorge Peristerakis proposed openstack/horizon: Generating a rdp file for a windows instance  https://review.openstack.org/9139416:08
*** rdopiera has quit IRC16:08
*** ayoung-gnight has quit IRC16:09
*** samueldmq_ is now known as samueldmq16:10
*** bpokorny has joined #openstack-horizon16:10
*** dkingshott has joined #openstack-horizon16:11
*** tosky__ has joined #openstack-horizon16:12
*** TravT has joined #openstack-horizon16:13
openstackgerritTravis Tripp proposed openstack/horizon: Glance Rest API for Angular Front End  https://review.openstack.org/15146816:16
*** jtriley has joined #openstack-horizon16:16
*** regebro has joined #openstack-horizon16:18
*** cbader has quit IRC16:20
*** rhagarty has quit IRC16:20
*** rhagarty has joined #openstack-horizon16:20
*** cbader has joined #openstack-horizon16:20
openstackgerritAmogh proposed openstack/horizon: Add wait till element methods for selenium Integration tests.  https://review.openstack.org/15179616:20
*** rebrego has joined #openstack-horizon16:23
*** rebrego has quit IRC16:23
*** regebro is now known as Guest1995916:23
*** rebrego has joined #openstack-horizon16:24
*** rebrego is now known as regebro16:24
*** regebro has quit IRC16:24
*** rhagarty has quit IRC16:25
*** fischerw has quit IRC16:25
*** rhagarty has joined #openstack-horizon16:25
*** fischerw has joined #openstack-horizon16:25
*** rhagarty has quit IRC16:26
*** rhagarty has joined #openstack-horizon16:26
*** rhagarty has quit IRC16:27
*** cbader has quit IRC16:27
*** fischerw has quit IRC16:27
*** cbader has joined #openstack-horizon16:27
*** rhagarty has joined #openstack-horizon16:27
*** fischerw has joined #openstack-horizon16:27
*** rhagarty has quit IRC16:28
*** fischerw has quit IRC16:28
*** cbader has quit IRC16:28
samueldmqdavid-lyle, ping - so k2 is the hard deadline for blueprints ?16:28
*** fischerw has joined #openstack-horizon16:28
*** rhagarty has joined #openstack-horizon16:28
*** cbader has joined #openstack-horizon16:28
*** gary-smith has joined #openstack-horizon16:29
*** fischerw has quit IRC16:29
*** fischerw has joined #openstack-horizon16:30
*** fischerw has quit IRC16:30
*** fischerw has joined #openstack-horizon16:30
*** fischerw has quit IRC16:31
*** fischerw has joined #openstack-horizon16:32
*** fischerw has quit IRC16:32
*** cbader has quit IRC16:32
david-lylesamueldmq: k-2 is a milestone of the kilo release16:33
*** cbader has joined #openstack-horizon16:33
*** fischerw has joined #openstack-horizon16:33
david-lylethe feature proposal deadline is in k-316:33
david-lyleI'd have to look up the specific date16:33
*** robcresswell is now known as robcresswell_afk16:34
samueldmqdavid-lyle, I (and the brazilian team who led hierarchical multitenancy stuff) are planning to have something on horizon side still for kilo16:34
samueldmqdavid-lyle, do you think it's feasible? I'm currently working on the blueprint for this16:35
samueldmqdavid-lyle, using your bp-template16:35
david-lylesamueldmq: feasible yes, likely not sure ;-)16:35
david-lylehow is the nova support coming along?16:36
samueldmqdavid-lyle, well, so it will require a lot of effort :-)16:36
samueldmqdavid-lyle, nova implementation of hierarchical quotas is under review16:36
samueldmqdavid-lyle, some people of my team is working with nova people16:36
david-lylesamueldmq: my concern is we've led the curve on keystone feature support before and we end up having to backtrack and disable it because the rest of openstack doesn't support it yet16:37
david-lyleI'm aiming more for average this time around16:38
samueldmqdavid-lyle, I think hierarchical multitenancy will change how we manage things today :-)16:38
samueldmqdavid-lyle, nova is going on with their implementation16:38
samueldmqdavid-lyle, we *do* need to implement it on horizon, otherwise it won't be largely used16:39
david-lylebut when it merges or drops a week before k-3 ends, that's hard to absorb16:39
david-lylesamueldmq: I'm not arguing against doing the work16:39
*** AlkaD has joined #openstack-horizon16:39
david-lyleit will either get in late k-3 or early lemming16:39
david-lyleeither are useful16:39
david-lylebut if keystone and horizon are the only two projects that support it, it will make no sense in horizon16:40
david-lyleto expose it16:40
samueldmqdavid-lyle, I agree.. nova is going to support as well16:40
samueldmqdavid-lyle, hierarchical projects without hierarchical quotas control is quite useless16:40
david-lylesamueldmq: indeed16:41
*** amotoki has quit IRC16:41
david-lylebut nova is but one project16:41
david-lyleare there neutron quota patches going in as well?16:41
david-lylecinder?16:41
david-lylenova is the first and biggest16:42
*** nlahouti has joined #openstack-horizon16:42
david-lyleabsolutely16:42
samueldmqdavid-lyle, we still need to grow support on other projects, I know .. but if nova and horizon support the basic features, we will get there16:42
samueldmqdavid-lyle, with hierarchical projects and quotas, we'll enable *reseller* usecase16:43
david-lylesamueldmq: yes which also raises policy issues16:43
david-lylewhich I'm sure you have been working through16:43
david-lylewith keystone16:43
samueldmqdavid-lyle, an example of policy issues?16:43
samueldmqdavid-lyle, reseller will be experimental on kilo16:44
david-lylereseller model: policy:is_admin allows read all, in reseller, anything below a certain point (reseller) I don't want top level admins to see all anymore16:44
samueldmqdavid-lyle, we could at least implement the basic operations for creating a hierarchy of projects on horizon, in order to let users effectively taste it16:44
david-lylesamueldmq: sure16:45
david-lylecustomer privacy issue16:45
david-lylereseller's customers are not the top level deployer's customers16:45
samueldmqdavid-lyle, for reseller domains/subdomains need to be isolated16:45
david-lyleyes, that's through policy16:46
david-lyleI assume16:46
samueldmqdavid-lyle, inherited roles don't pass subdomains borders16:46
david-lylenova needs to understand that policy as well16:46
david-lyleright now in nova, admins see all16:46
david-lylecan manage all16:46
david-lyleit seems like a simple policy file change16:47
david-lylebut I think there will be places that don't quite work16:47
david-lyledetails16:47
samueldmqdavid-lyle, yeah, I guess that's the reason why reseller will be experimental16:48
david-lylein short, I'm open to getting HMT support in horizon. I worry about wider support. And I think there will be a fair amount of fine tuning that happens after the fact. I am glad the work is progress and I think you've made a lot of great progress16:49
samueldmqdavid-lyle, with just project hierarchy, everything works as today, we have projects, that's all16:49
*** krykowski_ has quit IRC16:49
samueldmqdavid-lyle, ok I'll have a roadmap to get things implemented on nova, etc and I'll be back to you16:50
david-lylesamueldmq: keep working on the horizon bits16:51
samueldmqdavid-lyle, but I think we can already implement the basic stuff of hmt :-)16:51
david-lylewe just may not turn it on by default16:51
david-lyleadditional fun for you on this front, all the identity panels in horizon are going through a major rewrite to be angularJS based16:51
samueldmqdavid-lyle, ok so let's implement the basic calls and what we can before kilo release16:51
samueldmqdavid-lyle, I can get back here with a plan on scheduling16:52
david-lyleso timing is going to be tricky16:52
samueldmqdavid-lyle, we can discuss (according to the progress) if they'll be experimental or not :-)16:52
david-lylesure16:52
*** AlkaD has quit IRC16:52
*** athomas_ has quit IRC16:52
samueldmqdavid-lyle, great! I think we've agreed, I'll plan the roadmap, i.e what we already have on keystone, when we'll have more, when we'll get hierarchical quotas, etc16:53
samueldmqdavid-lyle, we have to synchronize projects16:53
samueldmqdavid-lyle, and then I'll be back here16:53
david-lylesamueldmq: sounds good16:53
samueldmqdavid-lyle, great! thx16:54
*** alexvictorchan has joined #openstack-horizon16:54
*** Longgeek has joined #openstack-horizon16:57
*** lhcheng has joined #openstack-horizon17:00
bpokornyesp: ping17:00
esppong bpokorny17:00
espsup?17:00
bpokornyI was trying to get this working:  https://wiki.openstack.org/wiki/Horizon/DomainWorkFlow17:01
espah, yeah17:01
bpokornyJust as cloud admin for now.17:01
espI need to update that17:01
espcool17:01
bpokornyAh, ok.17:01
bpokornySo were there other changes needed to get cloud admin to work, other than what's currently written there?17:02
esphttps://gist.github.com/dan1/70a8fdde98d09a7f747617:02
espbpokorny: ^17:02
espthose are the curl commands I used to create a cloud admin17:02
*** athomas has joined #openstack-horizon17:02
espyou also will want to look at https://review.openstack.org/#/c/151018/17:03
*** Longgeek has quit IRC17:03
espbpokorny: and I’m gonna do another push here soon https://review.openstack.org/#/c/148082/17:03
*** ttrifonov is now known as zz_ttrifonov17:04
bpokornyI see.  I have added the admin user to the default domain, but I don't have those other 2 patches.17:05
espbpokorny: we also waiting on a few fixes from the DOA patch the david-lyle is working on17:06
espif you look at the comments you’ll see where some of those are17:06
*** mattfarina has joined #openstack-horizon17:07
bpokornyok.  I did see your comment in that review about user_domain_name, so I've got that change as well.17:07
*** bluex-pl has quit IRC17:07
espcool bpokorny17:07
bpokornyWere there other changes needed from the comments that I missed that are required for the steps on the wiki?17:07
*** jpich has quit IRC17:08
david-lylebpokorny, esp, I've been working on the DOA patch, absorbed the large refactor, but adding in another use case has slowed things down17:08
david-lylehopefully ready in a day or so17:08
espthx david-lyle :)17:08
raildodavid-lyle, about HMT, just to say that, what we are thinking to propose for kilo in Horizon, is the part of HMT that was stable and merged in kilo-1. will be just the basic operations.17:08
bpokornySounds good.  Thanks, david-lyle.17:08
espbpokorny: I’ll hopefully have a new patch set soon17:09
raildodavid-lyle, in a future we can propose the rest of the features :)17:09
bpokornyesp:  Great, thanks.  I'll watch for that.17:09
raildobut for now, its just the basic (and simple operations)17:09
david-lyleraildo: I understand, just when we allow creation of a hierarchy we create the impression that one can use it17:10
raildodavid-lyle, right...17:10
david-lyleneed to make sure that's true17:10
samueldmqdavid-lyle, raildo that's where the question on putting as default or not comes :-)17:10
*** MaxV has quit IRC17:11
*** ybathia has joined #openstack-horizon17:12
*** MaxV has joined #openstack-horizon17:14
openstackgerritDan Nguyen proposed openstack/horizon: Retrieve domain scoped token  https://review.openstack.org/14808217:14
*** sayan has quit IRC17:14
espbpokorny: https://review.openstack.org/148082, this is still WIP and at least one test will fail17:14
*** rwsu-afk is now known as rwsu17:15
bpokornyesp:  Thanks.  I'll do some testing with that one.17:16
*** doug-fish has joined #openstack-horizon17:16
espthx bpokorny, let me know if I can help with anything17:16
espI’m in meetings for a few days but I’m around17:17
bpokornyesp: np.  Sounds good.17:17
raildodavid-lyle, and today we can create a hierarchy in Keystone (thos code was kilo-1), so I don't  think if its a problem create a hierarchy in Horizon17:17
*** _gryf is now known as _gryf|afk17:18
david-lyleraildo: create yes, but can you use it?17:18
david-lyleI'm asking because I really don't know17:18
raildodavid-lyle, yes... you can create instances in the hierarchy17:18
raildodavid-lyle, for example...17:18
*** ygbo has quit IRC17:18
*** MaxV has quit IRC17:19
raildofor the other services, we don't change the way they see the projects, that's transparent.17:19
david-lyledoug-fish: is https://bugs.launchpad.net/horizon/+bug/1307476 done?17:19
david-lyleraildo: I understand17:20
*** JeanBriceCombebi has quit IRC17:21
*** tosky__ has quit IRC17:21
rodrigodsdavid-lyle, in few words. What is involved is the projects hierarchy management and also inherited roles. The project overview and instances list, for example, doesn't change17:23
*** CrabbyTravvy has joined #openstack-horizon17:28
*** abrito has joined #openstack-horizon17:29
CrabbyTravvyDoes anyone know how I can reorder panels within a customation_module?17:29
doug-fishdavid-lyle: as far as I'm concerned https://bugs.launchpad.net/horizon/+bug/1307476 is done17:31
*** jprovazn has quit IRC17:31
doug-fishI'm not quite sure what should happen to make it "done"17:32
david-lyleI'll mark it done17:32
doug-fishsuper thx.17:32
david-lyledone17:33
doug-fishhooray!17:33
david-lylethanks doug-fish17:33
doug-fishsure np17:33
openstackgerritAndrew Pashkin proposed openstack/horizon: Adds auto fade-out for AJAX messages  https://review.openstack.org/15263517:34
doug-fishdavid-lyle: I've just realized that https://blueprints.launchpad.net/horizon/+spec/serial-console isn't approved for any kilo milestone yet17:34
*** mattfarina has quit IRC17:34
doug-fishcan we get it added for consideration?  -- the work is well underway17:34
david-lyledoug-fish: added to k-317:35
doug-fishdavid-lyle: thanks!17:35
samueldmqdavid-lyle, we'll propose to: i) add parent info when creating a project ii) show hierarchy in projects panel iii) show hierarchy on project selector dropdown iv) add support for hierarchical role assignments17:39
samueldmqdavid-lyle, should I create separate specs for each?17:39
samueldmqs/I/we17:40
*** jcoufal has quit IRC17:44
*** vijendar has left #openstack-horizon17:46
david-lylesamueldmq: just one I think17:46
samueldmqdavid-lyle, great, thx17:47
*** alanf-mc has joined #openstack-horizon17:52
*** gyee has joined #openstack-horizon17:55
*** krykowski has joined #openstack-horizon18:05
*** alanf-mc has quit IRC18:06
openstackgerritAndrew Pashkin proposed openstack/horizon: Adds auto fade-out for AJAX messages  https://review.openstack.org/15263518:07
*** alanf-mc has joined #openstack-horizon18:10
*** jtomasek has quit IRC18:12
*** jtriley has quit IRC18:13
*** jtriley has joined #openstack-horizon18:14
*** athomas has quit IRC18:15
*** harlowja has joined #openstack-horizon18:15
*** sbfox has joined #openstack-horizon18:25
*** bpokorny_ has joined #openstack-horizon18:30
*** neelashah has quit IRC18:31
*** bpokorny has quit IRC18:34
*** jpomero has quit IRC18:35
*** neelashah has joined #openstack-horizon18:36
*** bpokorny has joined #openstack-horizon18:39
*** jpomero has joined #openstack-horizon18:41
*** bpokorny_ has quit IRC18:43
*** neelashah has quit IRC18:44
*** neelashah has joined #openstack-horizon18:45
*** sbfox has quit IRC18:47
*** Longgeek has joined #openstack-horizon18:48
*** markus_z has quit IRC18:51
*** tqtran has joined #openstack-horizon18:52
*** tqtran is now known as tqtran_afk18:52
*** alanf-mc has quit IRC18:56
*** rushiagr is now known as rushiagr_away18:57
*** alanf-mc has joined #openstack-horizon18:57
openstackgerritMerged openstack/horizon: fix bug - failed loading external angular templates  https://review.openstack.org/15231418:59
*** aix has quit IRC18:59
*** krykowski has quit IRC19:00
*** Sukhdev has joined #openstack-horizon19:01
*** alanf-mc has quit IRC19:02
*** e0ne is now known as e0ne_19:02
*** e0ne_ is now known as e0ne19:06
*** e0ne has quit IRC19:07
openstackgerritChad Roberts proposed openstack/horizon: Guided job execution page for Sahara  https://review.openstack.org/14791819:10
*** Longgeek has quit IRC19:10
*** swapnilk is now known as coolsvap_19:15
*** mrunge has quit IRC19:18
*** coolsvap_ is now known as coolsvap19:19
*** jasondotstar has quit IRC19:30
*** lhcheng has quit IRC19:36
*** lhcheng has joined #openstack-horizon19:36
*** coolsvap is now known as coolsvap_19:41
*** neelashah has quit IRC19:41
*** neelashah has joined #openstack-horizon19:44
*** jpomero has quit IRC19:47
*** jrist has quit IRC19:48
*** e0ne has joined #openstack-horizon19:49
*** e0ne is now known as e0ne_19:49
*** e0ne_ is now known as e0ne19:50
*** mattfarina has joined #openstack-horizon19:51
*** mattfarina has quit IRC19:53
*** akrivoka has quit IRC19:58
openstackgerritMerged openstack/horizon: Make values for image status be translatable  https://review.openstack.org/15199120:03
*** chlong has quit IRC20:05
*** vhoward has left #openstack-horizon20:07
*** vhoward has joined #openstack-horizon20:08
*** r1chardj0n3s_afk is now known as r1chardj0n3s20:09
*** bradjones has quit IRC20:10
r1chardj0n3smorning20:10
*** bradjones has joined #openstack-horizon20:13
*** bradjones has joined #openstack-horizon20:13
*** vijendar has joined #openstack-horizon20:15
*** jpomero has joined #openstack-horizon20:21
openstackgerritMerged openstack/horizon: View encryption metadata for encrypted volumes  https://review.openstack.org/13434120:22
*** jasondotstar has joined #openstack-horizon20:25
openstackgerritGabriel Hurley proposed openstack/horizon: Quality of life improvements to APIVersionManager  https://review.openstack.org/14767020:30
*** anteaya has quit IRC20:34
*** gary-smith has quit IRC20:39
*** gary-smith has joined #openstack-horizon20:40
*** neelashah has quit IRC20:44
*** rhagarty has quit IRC20:46
*** kmartin has quit IRC20:46
*** cbader has quit IRC20:46
*** fischerw has quit IRC20:46
*** fischerw has joined #openstack-horizon20:46
*** rhagarty has joined #openstack-horizon20:46
*** kmartin has joined #openstack-horizon20:46
*** cbader has joined #openstack-horizon20:46
*** dkorn has joined #openstack-horizon20:46
*** gary-smith has quit IRC20:47
mpavlasedkorn: ping20:48
*** gary-smith has joined #openstack-horizon20:48
*** openstackgerrit has quit IRC20:50
*** jasondotstar has quit IRC20:50
*** openstackgerrit has joined #openstack-horizon20:51
*** anteaya has joined #openstack-horizon20:53
*** Longgeek has joined #openstack-horizon20:56
*** Longgeek has quit IRC21:00
*** ybathia has quit IRC21:00
*** doug-fish has left #openstack-horizon21:01
*** Sukhdev has quit IRC21:01
*** Miouge has quit IRC21:05
*** raildo is now known as raildo_away21:06
mpavlasedkorn: ping, Daniel, are you there?21:16
*** ayoung has joined #openstack-horizon21:16
*** josecastroleon has quit IRC21:18
david-lylempavlase: I think Daniel is in UTC +2 timezone21:20
david-lyleunlikely for him to be on now21:21
mpavlasedavid-lyle: thanks, I'm currently UTC+1 so it's not so far away... I'm waiting for him for several days to discuss something21:22
*** doug-fish has joined #openstack-horizon21:23
*** lblanchard has quit IRC21:24
*** jtriley has quit IRC21:27
*** CrabbyTravvy has quit IRC21:31
*** obutenko has quit IRC21:39
*** obutenko has joined #openstack-horizon21:41
*** obutenko has quit IRC21:42
*** ybathia has joined #openstack-horizon21:43
*** cbader has quit IRC21:51
openstackgerritMerged openstack/horizon: Metadata widget support for default values  https://review.openstack.org/14344421:53
*** jtriley has joined #openstack-horizon21:56
*** e0ne has quit IRC22:00
*** dkorn has quit IRC22:08
*** regebro has joined #openstack-horizon22:09
*** Guest19959 has quit IRC22:10
*** lhcheng has quit IRC22:10
*** e0ne has joined #openstack-horizon22:10
*** peristeri has quit IRC22:13
*** rm_work is now known as rm_work|away22:19
*** jtriley has quit IRC22:19
*** jasondotstar has joined #openstack-horizon22:20
*** Drago has quit IRC22:21
*** e0ne has quit IRC22:22
*** Drago has joined #openstack-horizon22:23
*** lhcheng has joined #openstack-horizon22:25
*** ZZelle_ has joined #openstack-horizon22:26
*** harlowja is now known as harlowja_away22:28
*** amerine has joined #openstack-horizon22:31
*** Drago has quit IRC22:31
*** Drago has joined #openstack-horizon22:31
*** TravT has quit IRC22:33
*** nlahouti has quit IRC22:35
*** cody-somerville has joined #openstack-horizon22:36
*** Piet has joined #openstack-horizon22:42
*** nlahouti has joined #openstack-horizon22:43
*** nlahouti has quit IRC22:44
*** jasondotstar has quit IRC22:46
*** samueldmq has quit IRC22:47
*** abrito has quit IRC22:47
*** htruta has quit IRC22:47
*** raildo_away has quit IRC22:47
*** TravT has joined #openstack-horizon22:47
*** abrito has joined #openstack-horizon22:49
*** samueldmq has joined #openstack-horizon22:49
*** htruta has joined #openstack-horizon22:50
*** raildo_away has joined #openstack-horizon22:51
openstackgerritJanet Yu proposed openstack/horizon: Fix addition of plugin panel to panel groups  https://review.openstack.org/12813322:53
openstackgerritMerged openstack/horizon: Clean modal forms in Identity Users  https://review.openstack.org/12355022:53
openstackgerritRichard Jones proposed openstack/horizon: WIP angularize identity users.  https://review.openstack.org/13376722:54
*** jtriley has joined #openstack-horizon23:00
*** EmilienM is now known as EmilienM|afk23:03
*** ericpeterson has quit IRC23:03
*** jrist has joined #openstack-horizon23:03
*** TravT has quit IRC23:04
*** rebelagentm has quit IRC23:04
openstackgerritJanet Yu proposed openstack/horizon: Fix addition of plugin panel to panel groups  https://review.openstack.org/12813323:04
*** rm_work|away is now known as rm_work23:06
*** TravT has joined #openstack-horizon23:08
openstackgerritLin Hua Cheng proposed openstack/horizon: Remove extra indention in Firewall views.py  https://review.openstack.org/15270823:09
*** Sukhdev has joined #openstack-horizon23:11
*** TravT has quit IRC23:12
*** Ephur has joined #openstack-horizon23:14
*** jasondotstar has joined #openstack-horizon23:15
*** jtriley has quit IRC23:17
*** davelowe has quit IRC23:18
*** fischerw has quit IRC23:23
*** jtriley has joined #openstack-horizon23:26
openstackgerritLin Hua Cheng proposed openstack/horizon: Remove extra code in memoized method in Volumes  https://review.openstack.org/15272723:27
*** TravT has joined #openstack-horizon23:30
openstackgerritJanet Yu proposed openstack/horizon: Load pluggable dashboards for unit tests  https://review.openstack.org/15273023:32
*** harlowja_away is now known as harlowja23:32
*** jasondotstar has quit IRC23:45
openstackgerritAaron Sahlin proposed openstack/horizon: WIP Network Configuration  https://review.openstack.org/15179923:54
*** rm_work is now known as rm_work|away23:54
*** ZZelle_ has quit IRC23:55
jamielennoxhey all, i'm back into looking at the kerberos stuff for django openstack_auth, i've never done any django before. can someone give me a pointer on where i should add code to redirect the auth flow?23:56
jamielennoxbasically if the environ variable KRB5CCNAME exists then i want to skip the form and jump to authenticate where i will select a different type of plugin23:57
jamielennoxI'm just not sure how to go from login() to authenticate() without going via Form23:57
*** TravT has quit IRC23:58

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