*** vkmc has quit IRC | 00:00 | |
*** cody-somerville has quit IRC | 00:02 | |
*** nlahouti has quit IRC | 00:05 | |
*** nlahouti has joined #openstack-horizon | 00:06 | |
*** vkmc has joined #openstack-horizon | 00:08 | |
*** EmilienM is now known as EmilienM|afk | 00:11 | |
openstackgerrit | Timur Sufiev proposed openstack/horizon: Prevent infinite 'Loading' spinner when using mouse https://review.openstack.org/143991 | 00:14 |
---|---|---|
*** TravT has quit IRC | 00:14 | |
*** TravT has joined #openstack-horizon | 00:15 | |
*** rm_work is now known as rm_work|away | 00:16 | |
*** mpavlase has quit IRC | 00:17 | |
*** Miouge has quit IRC | 00:26 | |
*** TravT has quit IRC | 00:27 | |
*** TravT has joined #openstack-horizon | 00:31 | |
*** Ephur has quit IRC | 00:39 | |
*** chipmanc has joined #openstack-horizon | 00:41 | |
*** Ephur has joined #openstack-horizon | 00:42 | |
*** gary-smith has quit IRC | 00:43 | |
*** Ephur has quit IRC | 00:50 | |
*** sumanth1991 has joined #openstack-horizon | 00:51 | |
*** tsufiev is now known as tsufiev_ | 00:51 | |
sumanth1991 | does horizon support v3 domains ? | 00:51 |
*** yingjun has joined #openstack-horizon | 00:54 | |
*** garthb_ has joined #openstack-horizon | 00:55 | |
*** garthb has quit IRC | 00:57 | |
r1chardj0n3s | is 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 |
tqtran | r1chardj0n3s: not that i know of | 01:06 |
r1chardj0n3s | I'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 |
r1chardj0n3s | FYI I'm working on the error stuff | 01:06 |
tqtran | r1chardj0n3s: http://localhost:8001/jasmine | 01:07 |
tqtran | r1chardj0n3s: have you tried hitting the jasmine tests directly? | 01:07 |
r1chardj0n3s | actually, I might pastebin the current thing, if you have a moment to look? | 01:07 |
tqtran | r1chardj0n3s: we have a page setup for that | 01:07 |
r1chardj0n3s | tqtran: oh, didn't know about that. lemme try that | 01:07 |
tqtran | r1chardj0n3s: and its currently a bit broken because of sean's latest patch | 01:08 |
tqtran | https://review.openstack.org/#/c/152314/ | 01:08 |
r1chardj0n3s | but yeah, it'd be really good if I could get a feel for whether my solution to the error stuff is a good idea | 01:08 |
tqtran | so we should try and get that merge | 01:08 |
r1chardj0n3s | ah, ok | 01:08 |
tqtran | easy fix though, so it shouldnt be an issue | 01:08 |
r1chardj0n3s | yep | 01:08 |
r1chardj0n3s | so, do you have a moment? :) | 01:09 |
tqtran | haha sure | 01:09 |
alexvictorchan | r1chardj0n3s: did you try --selenium-headless? | 01:09 |
r1chardj0n3s | alexvictorchan: doesn't work on OS X - assume it tries to do X11 shenanigans. should be using phantomjs instead ;) | 01:09 |
r1chardj0n3s | tqtran: this is the new service I've implemented http://paste.openstack.org/show/165870/ | 01:10 |
r1chardj0n3s | tqtran: and this is the keystone API service using that http://paste.openstack.org/show/165871/ | 01:10 |
r1chardj0n3s | so 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 stuff | 01:11 |
r1chardj0n3s | tqtran: how do I get http://localhost:8001/jasmine served? doesn't get served with --runserver, can't see if mentioned in help text | 01:13 |
tqtran | r1chardj0n3s: thats the only thing i have running, just the django dev server | 01:13 |
tqtran | r1chardj0n3s: is your port correct? | 01:14 |
r1chardj0n3s | right, changed to 8000 and it's fine. how come it's 8001 on your system? | 01:14 |
tqtran | because i have 8000 for something else | 01:15 |
tqtran | so the config.headers object can be globally set | 01:15 |
r1chardj0n3s | that's what confused me | 01:15 |
tqtran | https://github.com/openstack/horizon/blob/master/horizon/static/horizon/js/angular/horizon.js#L18 | 01:16 |
tqtran | i think we can assume that we're exchanging json for all cases | 01:16 |
r1chardj0n3s | sorry, not getting your reference there | 01:17 |
openstackgerrit | Wu Wenxiang proposed openstack/horizon: Make values for image status be translatable https://review.openstack.org/151991 | 01:18 |
tqtran | r1chardj0n3s: adding this to global will make all REST requests json-based. $http.defaults.headers.common["Content-Type"] = "application/json;charset=utf-8"; | 01:20 |
tqtran | r1chardj0n3s: so you dont have to specify it in the config.header everytime you want to make ajax to get data | 01:20 |
r1chardj0n3s | well, it'll make all $http requests json based, but yes, I see your point. | 01:20 |
openstackgerrit | Wu Wenxiang proposed openstack/horizon: Make values for volume status be translatable https://review.openstack.org/151520 | 01:21 |
r1chardj0n3s | seems reasonable to me | 01:21 |
r1chardj0n3s | I still need to have that config thing in there to fix DELETE-with-data | 01:21 |
r1chardj0n3s | but I'll move the header bit to global conf | 01:21 |
tqtran | yes, config thing is fine. | 01:21 |
openstackgerrit | Wu Wenxiang proposed openstack/horizon: Make values for image status be translatable https://review.openstack.org/151991 | 01:22 |
*** Sukhdev has joined #openstack-horizon | 01:24 | |
*** alexvictorchan has quit IRC | 01:26 | |
tqtran | r1chardj0n3s: 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 |
r1chardj0n3s | tqtran: ok | 01:27 |
r1chardj0n3s | I'm writing tests for the apiService at the moment, so a patch commit is a ways off | 01:27 |
*** Sukhdev has quit IRC | 01:34 | |
*** ericpete_ has quit IRC | 01:36 | |
*** TravT has quit IRC | 01:36 | |
r1chardj0n3s | \o/ a test running | 01:37 |
r1chardj0n3s | figuring out how to get a test to actually run has been... challenging. there is no documentation, afaict :/ | 01:39 |
tqtran | lol yeah.... | 01:39 |
tqtran | i had to ask around to figure that one out, there's a term for that... damn cant recall what jpich called it... | 01:40 |
r1chardj0n3s | and 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 |
lhcheng | tqtran: is the term "tribal knowledge"? | 01:42 |
tqtran | i think part of the reason is so that we can hook into selenium | 01:42 |
tqtran | lhcheng: ah yes! tribal knowledge | 01:42 |
r1chardj0n3s | oh, for the day when the js unit tests are run with karma instead of selenium.... | 01:42 |
r1chardj0n3s | so, so much cleaner | 01:42 |
lhcheng | tqtran: we should add that as part of horizon mission :P | 01:42 |
r1chardj0n3s | (but of course "oh noes, but but node.js!") | 01:42 |
r1chardj0n3s | lhcheng: 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 |
tqtran | lhcheng: yes we should :D someone needs to be voluntold | 01:44 |
*** garthb_ has quit IRC | 01:44 | |
tqtran | r1chardj0n3s: haha, good one.... that movie was awesome | 01:44 |
lhcheng | r1chardj0n3s: lol | 01:45 |
*** gyee has quit IRC | 01:45 | |
*** nlahouti has quit IRC | 01:49 | |
*** yingjun has quit IRC | 01:56 | |
*** bpokorny has quit IRC | 02:01 | |
*** yingjun has joined #openstack-horizon | 02:06 | |
openstackgerrit | Richard Jones proposed openstack/horizon: Alter verb usage for keystone REST and add Angular service https://review.openstack.org/150636 | 02:08 |
r1chardj0n3s | tqtran: that's the new service API with the error handling in ^^ | 02:08 |
r1chardj0n3s | tqtran: 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 lunches | 02:09 | |
tqtran | r1chardj0n3s: haha ok, i'll take a look tmr. gonna head off for the nite! | 02:09 |
*** tqtran has quit IRC | 02:11 | |
*** Longgeek has joined #openstack-horizon | 02:12 | |
*** Longgeek has quit IRC | 02:13 | |
*** Longgeek has joined #openstack-horizon | 02:15 | |
*** yingjun has quit IRC | 02:26 | |
*** yingjun has joined #openstack-horizon | 02:30 | |
*** ericpeterson has joined #openstack-horizon | 02:41 | |
*** sumanth1991 has quit IRC | 02:44 | |
openstackgerrit | tinytmy proposed openstack/horizon: fix usage property(vcpus, vcpu_hours) error use https://review.openstack.org/152376 | 02:56 |
*** rushiagr_away is now known as rushiagr | 02:57 | |
*** dsneddon has quit IRC | 02:59 | |
*** chipmanc has quit IRC | 03:04 | |
*** dsneddon has joined #openstack-horizon | 03:08 | |
*** alanf-mc has quit IRC | 03:08 | |
*** chipmanc has joined #openstack-horizon | 03:09 | |
*** ayoung is now known as ayoung-snowjob | 03:11 | |
*** rushiagr is now known as rushiagr_away | 03:13 | |
*** ericpeterson has quit IRC | 03:20 | |
*** ybathia has quit IRC | 03:37 | |
*** lhcheng has quit IRC | 03:39 | |
openstackgerrit | tinytmy proposed openstack/horizon: fix usage property(vcpus, vcpu_hours) error use https://review.openstack.org/152376 | 03:49 |
*** nlahouti has joined #openstack-horizon | 03:49 | |
*** nlahouti1 has joined #openstack-horizon | 03:50 | |
openstackgerrit | tinytmy proposed openstack/horizon: unit the property of usage test https://review.openstack.org/152381 | 03:51 |
*** rushiagr_away is now known as rushiagr | 03:53 | |
*** nlahouti has quit IRC | 03:54 | |
*** ayoung-snowjob is now known as ayoung | 03:56 | |
*** Longgeek has quit IRC | 03:59 | |
*** nlahouti1 has quit IRC | 03:59 | |
*** nlahouti has joined #openstack-horizon | 03:59 | |
*** cchipman has joined #openstack-horizon | 04:00 | |
*** chipmanc has quit IRC | 04:01 | |
*** yingjun has quit IRC | 04:02 | |
openstackgerrit | Richard Jones proposed openstack/horizon: Alter verb usage for keystone REST and add Angular service https://review.openstack.org/150636 | 04:03 |
*** Longgeek has joined #openstack-horizon | 04:04 | |
*** Longgeek has quit IRC | 04:05 | |
*** ayoung is now known as ayoung-gnight | 04:06 | |
*** harlowja has quit IRC | 04:08 | |
*** Longgeek has joined #openstack-horizon | 04:09 | |
*** Longgeek has quit IRC | 04:17 | |
*** Longgeek has joined #openstack-horizon | 04:17 | |
*** Longgeek has quit IRC | 04:18 | |
*** TravT has joined #openstack-horizon | 04:25 | |
*** alanf-mc has joined #openstack-horizon | 04:26 | |
*** alanf-mc- has joined #openstack-horizon | 04:28 | |
*** TravT_ has joined #openstack-horizon | 04:29 | |
*** lhcheng has joined #openstack-horizon | 04:30 | |
*** TravT has quit IRC | 04:30 | |
*** lhcheng_ has joined #openstack-horizon | 04:31 | |
*** alanf-mc has quit IRC | 04:31 | |
openstackgerrit | Richard Jones proposed openstack/horizon: WIP angularize identity users. https://review.openstack.org/133767 | 04:32 |
*** tzumainn has quit IRC | 04:33 | |
openstackgerrit | Nikunj Aggarwal proposed openstack/horizon: Adds asterisk symbol for image location https://review.openstack.org/124712 | 04:34 |
*** lhcheng has quit IRC | 04:34 | |
*** prasoon has joined #openstack-horizon | 04:41 | |
*** cchipman has quit IRC | 04:41 | |
*** coolsvap|afk is now known as coolsvap | 04:42 | |
*** alanf-mc- has quit IRC | 04:45 | |
openstackgerrit | Richard Jones proposed openstack/horizon: WIP angularize identity users. https://review.openstack.org/133767 | 04:50 |
*** Longgeek has joined #openstack-horizon | 04:50 | |
openstackgerrit | Richard Jones proposed openstack/horizon: WIP angularize identity users. https://review.openstack.org/133767 | 04:51 |
*** amotoki has joined #openstack-horizon | 04:57 | |
*** alanf-mc has joined #openstack-horizon | 04:57 | |
*** yingjun has joined #openstack-horizon | 04:57 | |
*** amotoki has quit IRC | 05:06 | |
*** ozialien has quit IRC | 05:07 | |
*** amotoki has joined #openstack-horizon | 05:13 | |
*** echevemaster has quit IRC | 05:27 | |
*** alanf-mc has quit IRC | 05:28 | |
*** amotoki has quit IRC | 05:29 | |
*** dsneddon has quit IRC | 05:41 | |
*** sumanth1991 has joined #openstack-horizon | 05:45 | |
*** TravT has joined #openstack-horizon | 05:45 | |
*** TravT_ has quit IRC | 05:47 | |
*** sumanth1991 has quit IRC | 05:47 | |
*** TravT_ has joined #openstack-horizon | 05:48 | |
*** TravT has quit IRC | 05:49 | |
*** rwsu is now known as rwsu-afk | 05:51 | |
*** dsneddon has joined #openstack-horizon | 05:56 | |
*** masco has joined #openstack-horizon | 06:02 | |
*** jtriley has joined #openstack-horizon | 06:06 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/horizon: Imported Translations from Transifex https://review.openstack.org/152399 | 06:07 |
*** jtriley has quit IRC | 06:10 | |
*** Sukhdev has joined #openstack-horizon | 06:14 | |
*** Longgeek has quit IRC | 06:16 | |
*** Longgeek has joined #openstack-horizon | 06:16 | |
*** Longgeek has quit IRC | 06:17 | |
openstackgerrit | Li Yingjun proposed openstack/horizon: Add missing OS::Cinder::Volume resource url map https://review.openstack.org/152404 | 06:18 |
openstackgerrit | Merged openstack/horizon: Removing reference to deleted template https://review.openstack.org/152272 | 06:19 |
*** rushiagr is now known as rushiagr_away | 06:32 | |
openstackgerrit | tinytmy proposed openstack/horizon: unite the property of usage test https://review.openstack.org/152381 | 06:37 |
openstackgerrit | Masco Kaliyamoorthy proposed openstack/horizon: added filter for stacks table https://review.openstack.org/152409 | 06:39 |
openstackgerrit | Zhang Hua proposed openstack/horizon: Fix shared firewall policy can not be displayed in horizon https://review.openstack.org/152410 | 06:42 |
openstackgerrit | Travis Tripp proposed openstack/horizon: Glance Rest API for Angular Front End https://review.openstack.org/151468 | 06:45 |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: Create a reusable angular-based wizard https://review.openstack.org/137417 | 06:46 |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: fix bug - failed loading external angular templates https://review.openstack.org/152314 | 06:46 |
*** alexvictorchan has joined #openstack-horizon | 06:51 | |
openstackgerrit | Travis Tripp proposed openstack/horizon: Glance Rest API for Angular Front End https://review.openstack.org/151468 | 06:52 |
*** ishant has joined #openstack-horizon | 06:57 | |
*** alexvictorchan_ has joined #openstack-horizon | 07:09 | |
*** alexvictorchan_ has quit IRC | 07:09 | |
*** mrunge has joined #openstack-horizon | 07:10 | |
*** alexvictorchan_ has joined #openstack-horizon | 07:10 | |
*** alexvictorchan_ has joined #openstack-horizon | 07:10 | |
*** alexvictorchan has quit IRC | 07:11 | |
*** paul-- has quit IRC | 07:12 | |
*** oro has joined #openstack-horizon | 07:13 | |
*** paul-- has joined #openstack-horizon | 07:17 | |
*** alexvictorchan has joined #openstack-horizon | 07:18 | |
*** Sukhdev has quit IRC | 07:24 | |
*** alexvictorchan has quit IRC | 07:27 | |
*** mpavlase has joined #openstack-horizon | 07:38 | |
openstackgerrit | Tatiana Ovchinnikova proposed openstack/horizon: Stack resources table improvement https://review.openstack.org/150411 | 07:42 |
*** jprovazn has joined #openstack-horizon | 07:42 | |
*** Miouge has joined #openstack-horizon | 07:44 | |
*** TravT_ has quit IRC | 07:50 | |
*** TravT has joined #openstack-horizon | 07:51 | |
*** TravT has quit IRC | 07:51 | |
*** oro has quit IRC | 07:52 | |
*** TravT has joined #openstack-horizon | 07:52 | |
*** TravT has quit IRC | 07:52 | |
*** stevemar has quit IRC | 07:53 | |
*** TravT has joined #openstack-horizon | 07:54 | |
*** TravT has joined #openstack-horizon | 07:55 | |
*** amotoki has joined #openstack-horizon | 07:55 | |
*** TravT has quit IRC | 07:55 | |
*** rdopiera has joined #openstack-horizon | 07:55 | |
*** jtomasek has joined #openstack-horizon | 07:55 | |
*** TravT has joined #openstack-horizon | 07:55 | |
*** chlong has quit IRC | 07:56 | |
*** TravT has joined #openstack-horizon | 07:56 | |
*** TravT has joined #openstack-horizon | 07:57 | |
*** nlahouti has quit IRC | 08:00 | |
*** TravT has joined #openstack-horizon | 08:00 | |
*** TravT has quit IRC | 08:00 | |
*** TravT has joined #openstack-horizon | 08:01 | |
*** TravT has joined #openstack-horizon | 08:02 | |
*** TravT has joined #openstack-horizon | 08:03 | |
*** TravT has quit IRC | 08:03 | |
*** amotoki has quit IRC | 08:03 | |
*** tosky_ has joined #openstack-horizon | 08:03 | |
*** TravT has joined #openstack-horizon | 08:04 | |
*** TravT has quit IRC | 08:04 | |
*** amotoki has joined #openstack-horizon | 08:04 | |
*** TravT has joined #openstack-horizon | 08:04 | |
*** TravT has joined #openstack-horizon | 08:05 | |
*** TravT has joined #openstack-horizon | 08:06 | |
*** TravT has quit IRC | 08:06 | |
*** TravT has joined #openstack-horizon | 08:07 | |
*** TravT has joined #openstack-horizon | 08:08 | |
*** TravT has quit IRC | 08:08 | |
*** lhcheng_ has quit IRC | 08:08 | |
*** TravT has joined #openstack-horizon | 08:09 | |
*** TravT has quit IRC | 08:09 | |
*** TravT has joined #openstack-horizon | 08:10 | |
*** TravT has quit IRC | 08:10 | |
*** TravT has joined #openstack-horizon | 08:11 | |
*** TravT has joined #openstack-horizon | 08:12 | |
*** TravT has quit IRC | 08:12 | |
openstackgerrit | tinytmy proposed openstack/horizon: Message appear N/A in the tab compute host of hypervisors page https://review.openstack.org/152424 | 08:12 |
*** TravT has joined #openstack-horizon | 08:13 | |
*** TravT has quit IRC | 08:13 | |
*** yingjun has quit IRC | 08:14 | |
*** TravT has joined #openstack-horizon | 08:14 | |
*** TravT has quit IRC | 08:14 | |
openstackgerrit | tinytmy proposed openstack/horizon: Message appear N/A in the tab compute host of hypervisors page https://review.openstack.org/152424 | 08:14 |
*** TravT has joined #openstack-horizon | 08:15 | |
*** TravT has quit IRC | 08:15 | |
*** TravT has joined #openstack-horizon | 08:15 | |
*** TravT has joined #openstack-horizon | 08:16 | |
*** TravT has joined #openstack-horizon | 08:17 | |
openstackgerrit | tinytmy proposed openstack/horizon: Message appear N/A in the tab compute host of hypervisors page https://review.openstack.org/152424 | 08:17 |
*** TravT has joined #openstack-horizon | 08:18 | |
openstackgerrit | tinytmy proposed openstack/horizon: Message appear N/A in the tab compute host of hypervisors page https://review.openstack.org/152424 | 08:18 |
openstackgerrit | Richard Jones proposed openstack/horizon: Alter verb usage for keystone REST and add Angular service https://review.openstack.org/150636 | 08:18 |
rdopiera | r1chardj0n3s: hi, do you have a moment? | 08:19 |
r1chardj0n3s | rdopiera: yep | 08:19 |
rdopiera | r1chardj0n3s: I wanted to talk about Bower | 08:19 |
*** TravT has joined #openstack-horizon | 08:19 | |
r1chardj0n3s | ok | 08:19 |
rdopiera | r1chardj0n3s: I wonder if you would have some time to prepare the configuration file for it for Horizon? | 08:20 |
*** TravT has joined #openstack-horizon | 08:20 | |
rdopiera | r1chardj0n3s: I don't have experience with it and time to research it, so it would help if someone who already knows bower could do it | 08:20 |
rdopiera | r1chardj0n3s: otherwise the switch to Bower may take more time than we have in Kilo | 08:21 |
*** yingjun has joined #openstack-horizon | 08:21 | |
*** Miouge has quit IRC | 08:21 | |
openstackgerrit | Richard Jones proposed openstack/horizon: WIP angularize identity users. https://review.openstack.org/133767 | 08:21 |
*** amotoki has quit IRC | 08:21 | |
*** TravT has joined #openstack-horizon | 08:21 | |
*** TravT has quit IRC | 08:21 | |
*** Miouge has joined #openstack-horizon | 08:21 | |
r1chardj0n3s | I guess I could take it on. There still seems to be dissent about it though | 08:22 |
rdopiera | r1chardj0n3s: there is? | 08:22 |
rdopiera | r1chardj0n3s: what's the point of contention? | 08:22 |
*** TravT has joined #openstack-horizon | 08:22 | |
r1chardj0n3s | it just seems every time there's a discussion someone objects :) | 08:22 |
*** TravT has quit IRC | 08:22 | |
rdopiera | that's just normal bikeshedding, ignore :) | 08:23 |
r1chardj0n3s | what would be needed to make it happen, in your view? | 08:23 |
*** TravT has joined #openstack-horizon | 08:23 | |
*** TravT has quit IRC | 08:23 | |
rdopiera | r1chardj0n3s: I made a blueprint with the proposed steps: https://blueprints.launchpad.net/horizon/+spec/static-file-bower | 08:24 |
*** akrivoka has joined #openstack-horizon | 08:24 | |
*** TravT has joined #openstack-horizon | 08:24 | |
*** TravT has quit IRC | 08:24 | |
r1chardj0n3s | ok, that's missing a lot of detail imo | 08:24 |
rdopiera | r1chardj0n3s: that's mostly because I have no idea what the details should be :) | 08:25 |
*** TravT has joined #openstack-horizon | 08:25 | |
rdopiera | r1chardj0n3s: but feel free to fill them in if you know | 08:25 |
r1chardj0n3s | ok. I'll have to look back through the last bower mega-thread to see if I can glean the "agreed" course of action | 08:25 |
*** TravT has quit IRC | 08:25 | |
*** amotoki has joined #openstack-horizon | 08:25 | |
rdopiera | r1chardj0n3s: I think the least researched part is the gate checks | 08:25 |
rdopiera | r1chardj0n3s: but that is also not that urgent | 08:26 |
*** TravT has joined #openstack-horizon | 08:26 | |
rdopiera | r1chardj0n3s: second would be adding bower calls to the tox scripts, but we have something similar for running jshint already | 08:26 |
rdopiera | r1chardj0n3s: I can handle that | 08:27 |
r1chardj0n3s | yeah, so looking at the end of the last discussion there were still objections :/ | 08:27 |
rdopiera | r1chardj0n3s: I just need a bower config file that would mirror the current requirements.txt | 08:27 |
*** TravT has joined #openstack-horizon | 08:27 | |
r1chardj0n3s | I can't believe we're not using karma to run our js unit tests :/ selenium? ugh | 08:27 |
rdopiera | r1chardj0n3s: feel free to propose a patch ;) | 08:28 |
*** TravT has joined #openstack-horizon | 08:28 | |
*** TravT has quit IRC | 08:28 | |
rdopiera | r1chardj0n3s: but without the mailing list discussion, if possible | 08:28 |
r1chardj0n3s | oh yeah, the "there's no node.js for SPARC" camp | 08:29 |
r1chardj0n3s | ugh :/ | 08:29 |
mrunge | I heared that ;-) | 08:29 |
*** TravT has joined #openstack-horizon | 08:29 | |
rdopiera | mrunge: that's just gate scripts | 08:29 |
*** TravT has quit IRC | 08:29 | |
mrunge | morning/good evening gueys | 08:29 |
mrunge | s/e// | 08:29 |
r1chardj0n3s | hi | 08:29 |
mrunge | r1chardj0n3s, glad to see you back | 08:29 |
*** TravT has joined #openstack-horizon | 08:30 | |
r1chardj0n3s | so all this crap is why I started laughing-robot | 08:30 |
r1chardj0n3s | https://github.com/r1chardj0n3s/laughing-robot | 08:30 |
mrunge | wow, cool! | 08:30 |
r1chardj0n3s | but I already have too much to do :/ | 08:30 |
*** TravT has joined #openstack-horizon | 08:30 | |
mrunge | I drilled down in bower build scripts | 08:31 |
mrunge | to see, what's really happening | 08:31 |
*** TravT has joined #openstack-horizon | 08:31 | |
r1chardj0n3s | I'm pretty sure laughing-robot handles all the components we currently need, though you need to manually handle dependencies | 08:31 |
*** TravT has quit IRC | 08:31 | |
mrunge | ugh. but I think, we can handle that | 08:31 |
r1chardj0n3s | bower doesn't *have* build scripts... | 08:31 |
r1chardj0n3s | there's no "build" | 08:31 |
mrunge | r1chardj0n3s, it has | 08:32 |
r1chardj0n3s | where? | 08:32 |
rdopiera | r1chardj0n3s: I think we can ignore the spark guys, they don't need node.js to build and test Horizon | 08:32 |
mrunge | just a sec | 08:32 |
mrunge | https://github.com/bower/bower/blob/master/Gruntfile.js | 08:32 |
*** TravT has joined #openstack-horizon | 08:32 | |
r1chardj0n3s | that's not bower | 08:32 |
*** TravT has quit IRC | 08:32 | |
mrunge | this is not bower? | 08:33 |
r1chardj0n3s | well, that's clearly in the bower project, but "bower install" executes no code from the installed package | 08:33 |
rdopiera | that's grunt | 08:33 |
mrunge | so, yes. to build bower, you need grunt | 08:33 |
r1chardj0n3s | grunt is a separate command used during development of js applications | 08:33 |
r1chardj0n3s | (like bower) | 08:33 |
rdopiera | grunt is like node.js's make | 08:33 |
*** TravT has joined #openstack-horizon | 08:34 | |
rdopiera | only worse | 08:34 |
mrunge | yes | 08:34 |
r1chardj0n3s | point is, "bower install" is just file copies | 08:34 |
r1chardj0n3s | rdopiera: grunt is very useful :P | 08:34 |
rdopiera | </trolling> | 08:34 |
r1chardj0n3s | I'm no fan of JS on the server, but grunt is useful ;) | 08:34 |
*** oro has joined #openstack-horizon | 08:34 | |
*** TravT has quit IRC | 08:34 | |
*** TravT has joined #openstack-horizon | 08:35 | |
*** TravT has quit IRC | 08:35 | |
rdopiera | if all you've got is a shoe, it makes a useful tool, I guess | 08:35 |
r1chardj0n3s | anyway, 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 |
rdopiera | r1chardj0n3s: how about just preparing the deps file? | 08:35 |
*** jcoufal has joined #openstack-horizon | 08:35 | |
rdopiera | r1chardj0n3s: I can push it | 08:35 |
*** TravT has joined #openstack-horizon | 08:35 | |
r1chardj0n3s | rdopiera: the bower.json file specifying the components we need? yes, I can do that | 08:36 |
*** TravT has quit IRC | 08:36 | |
rdopiera | r1chardj0n3s: excellent, that's what I need | 08:36 |
r1chardj0n3s | ok, and you're just going to leave it to the user to make bower-the-command available to themselves? | 08:36 |
rdopiera | r1chardj0n3s: I won't *commit* to making this happen, but I can trudge in my own pace and see if it lands on time | 08:36 |
r1chardj0n3s | ok | 08:36 |
mrunge | r1chardj0n3s, I don't need a specification of required dependencies | 08:36 |
*** TravT has joined #openstack-horizon | 08:36 | |
mrunge | that's something, package dependencies should handle | 08:37 |
r1chardj0n3s | mrunge sorry, you've lost me | 08:37 |
rdopiera | mrunge: but horizon itself is package-agnostic | 08:37 |
mrunge | r1chardj0n3s, no worries. | 08:37 |
mrunge | rdopiera, yes, sure | 08:37 |
rdopiera | mrunge: so we need *some* common format for specifying it, from which all packagers can take it | 08:37 |
rdopiera | mrunge: and bower's json sounds like a good choice | 08:37 |
*** TravT has joined #openstack-horizon | 08:38 | |
mrunge | however | 08:38 |
mrunge | yes | 08:38 |
mrunge | agreed | 08:38 |
*** TravT has quit IRC | 08:38 | |
mrunge | ok, bower solves that for you. | 08:38 |
mrunge | is there a way to point bower to different locations? | 08:39 |
mrunge | i.e. turn off internet access on the gate? | 08:39 |
r1chardj0n3s | mrunge: yes but nobody does | 08:39 |
r1chardj0n3s | ah, no, defintely not | 08:39 |
*** TravT has joined #openstack-horizon | 08:39 | |
mrunge | hmm. I feared that answer | 08:39 |
r1chardj0n3s | bower assumes full Internet access :/ | 08:39 |
*** TravT has quit IRC | 08:39 | |
r1chardj0n3s | because it was developed by codebros in SF who have perfect Internet connections :/ | 08:40 |
mrunge | we had quite a few issues on the gate, when we didn't had a full pypi mirror | 08:40 |
*** MaxV has joined #openstack-horizon | 08:40 | |
r1chardj0n3s | yeah | 08:40 |
*** zz_ttrifonov is now known as ttrifonov | 08:40 | |
*** TravT has joined #openstack-horizon | 08:40 | |
r1chardj0n3s | laughing-robot was "planned" to also include an offline capability | 08:40 |
mrunge | oh, cool! | 08:40 |
r1chardj0n3s | but I simply don't have time to implement it | 08:40 |
*** TravT has joined #openstack-horizon | 08:41 | |
*** TravT has quit IRC | 08:41 | |
mrunge | ok, that's just something, we'll see at the gate, then | 08:41 |
r1chardj0n3s | yeah, I suspect problems :( | 08:42 |
*** TravT has joined #openstack-horizon | 08:42 | |
*** TravT has quit IRC | 08:42 | |
r1chardj0n3s | anyhoo, 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_afk | 08:42 | |
mrunge | have a great evening r1chardj0n3s_afk | 08:42 |
*** TravT has joined #openstack-horizon | 08:42 | |
*** TravT has quit IRC | 08:43 | |
rdopiera | I guess this will take longer than I anticipated :) | 08:44 |
*** Ala has joined #openstack-horizon | 08:44 | |
mrunge | now it took soo long already. then let's make it right | 08:44 |
*** TravT has joined #openstack-horizon | 08:45 | |
*** TravT has quit IRC | 08:45 | |
*** TravT has joined #openstack-horizon | 08:45 | |
*** TravT has joined #openstack-horizon | 08:47 | |
*** MaxV has quit IRC | 08:47 | |
*** MaxV has joined #openstack-horizon | 08:49 | |
*** TravT has joined #openstack-horizon | 08:49 | |
*** TravT has joined #openstack-horizon | 08:50 | |
*** TravT has joined #openstack-horizon | 08:51 | |
*** TravT has quit IRC | 08:51 | |
*** TravT has joined #openstack-horizon | 08:52 | |
*** TravT has quit IRC | 08:52 | |
*** TravT has joined #openstack-horizon | 08:52 | |
*** TravT has quit IRC | 08:53 | |
*** amotoki has quit IRC | 08:53 | |
*** TravT has joined #openstack-horizon | 08:53 | |
*** bluex-pl has joined #openstack-horizon | 08:56 | |
*** amotoki has joined #openstack-horizon | 08:57 | |
*** jpich has joined #openstack-horizon | 09:00 | |
*** JeanBriceCombebi has joined #openstack-horizon | 09:02 | |
*** amotoki has quit IRC | 09:02 | |
*** ygbo has joined #openstack-horizon | 09:07 | |
*** markus_z has joined #openstack-horizon | 09:14 | |
*** JeanBriceCombebi has quit IRC | 09:20 | |
*** JeanBriceCombebi has joined #openstack-horizon | 09:20 | |
*** Putns has joined #openstack-horizon | 09:20 | |
*** athomas has joined #openstack-horizon | 09:21 | |
openstackgerrit | Wu Wenxiang proposed openstack/horizon: Make values for volume status be translatable https://review.openstack.org/151520 | 09:22 |
*** oro has quit IRC | 09:24 | |
*** krykowski has joined #openstack-horizon | 09:26 | |
*** yingjun has quit IRC | 09:32 | |
*** Miouge has quit IRC | 09:37 | |
openstackgerrit | Swati Shukla proposed openstack/horizon: Required fields' asterisk missing in 'Launch Instance' Dialog https://review.openstack.org/132806 | 09:38 |
*** Miouge has joined #openstack-horizon | 09:39 | |
openstackgerrit | Paul Karikh proposed openstack/horizon: Rewrite table filtering to use GET-requests https://review.openstack.org/128253 | 09:42 |
*** e0ne has joined #openstack-horizon | 09:47 | |
*** krykowski has quit IRC | 09:48 | |
*** quist has joined #openstack-horizon | 09:50 | |
*** jtomasek has quit IRC | 09:52 | |
*** test_horizon_use has joined #openstack-horizon | 09:59 | |
*** jtomasek has joined #openstack-horizon | 10:05 | |
openstackgerrit | Vlad Okhrimenko proposed openstack/horizon: Add integration tests for Identity->Projects page https://review.openstack.org/110919 | 10:06 |
*** test_horizon_use has left #openstack-horizon | 10:06 | |
*** e0ne has quit IRC | 10:16 | |
*** krykowski has joined #openstack-horizon | 10:16 | |
*** Ala has quit IRC | 10:23 | |
*** samueldmq-away has joined #openstack-horizon | 10:30 | |
*** samueldmq-away is now known as samueldmq | 10:31 | |
samueldmq | mrunge, ping - does horizon have a repo for specs ? like keystone has keystone-specs | 10:32 |
sambetts | samueldmq: Currently we don't have a specs repo, blueprints are used to contain all details relating to a change | 10:38 |
samueldmq | sambetts, ack, thanks, so I create a blueprint in that spec format (https://blueprints.launchpad.net/horizon/+spec/template) | 10:38 |
sambetts | samueldmq: Yes :) | 10:40 |
samueldmq | sambetts, great! I hope you're planning to create a horizon-specs, it's really helpful and ease review process :-) | 10:41 |
samueldmq | sambetts, thanks | 10:42 |
sambetts | samueldmq: np | 10:43 |
mrunge | sambetts, thanks for jumping in here | 10:46 |
sambetts | mrunge: np | 10:46 |
mrunge | samueldmq, just ask directly on the channel. there's no need to interrupt someone, unless you have a question, probably nobody else can answer | 10:46 |
*** toabctl has joined #openstack-horizon | 10:49 | |
samueldmq | mrunge, makes sense, thanks... will start hierarchical projects spec for horizon :) | 10:50 |
*** krykowski has quit IRC | 10:50 | |
mrunge | samueldmq, yeah, thanks. I remember, you asked a few days ago | 10:50 |
*** aix has joined #openstack-horizon | 10:51 | |
toabctl | mrunge: can you have a look at https://review.openstack.org/#/c/148292/ please? | 10:53 |
openstackgerrit | Swati Shukla proposed openstack/horizon: Port and Port-Range fields' asterisk missing in Access-Security tab https://review.openstack.org/133391 | 10:54 |
*** test_horizon_use has joined #openstack-horizon | 10:55 | |
*** regebro has joined #openstack-horizon | 10:55 | |
*** test_horizon_use has left #openstack-horizon | 10:55 | |
*** rdopiera has quit IRC | 10:56 | |
*** rdopiera has joined #openstack-horizon | 10:56 | |
*** rdopiera has quit IRC | 10:57 | |
*** bluex-pl has quit IRC | 10:57 | |
*** rdopiera has joined #openstack-horizon | 10:57 | |
*** bluex-pl has joined #openstack-horizon | 10:58 | |
mrunge | toabctl, I *think* you could just remove django.template.loaders.filesystem.Loader | 10:58 |
*** krykowski has joined #openstack-horizon | 10:58 | |
mrunge | as that's redundant, due to horizon.loaders | 10:58 |
*** rebrego has joined #openstack-horizon | 10:59 | |
*** regebro is now known as Guest88173 | 10:59 | |
*** rebrego is now known as regebro | 10:59 | |
*** regebro has quit IRC | 10:59 | |
*** regebro has joined #openstack-horizon | 10:59 | |
rdopiera | mrunge: not sure | 11:00 |
rdopiera | mrunge: I remember I had to add it for the STATICFILE_DIRS to work | 11:00 |
mrunge | rdopiera, at least in my experience ;-) | 11:00 |
rdopiera | no, wait | 11:00 |
rdopiera | sorry, that's for the statics | 11:00 |
rdopiera | not templates | 11:00 |
*** alokb has joined #openstack-horizon | 11:01 | |
*** prasoon has quit IRC | 11:01 | |
mrunge | yupp rdopiera | 11:01 |
openstackgerrit | Swati Shukla proposed openstack/horizon: Required fields' asterisk missing in 'Launch Instance' Dialog https://review.openstack.org/132806 | 11:02 |
*** krykowski has quit IRC | 11:06 | |
*** e0ne has joined #openstack-horizon | 11:10 | |
openstackgerrit | Vlad Okhrimenko proposed openstack/horizon: Add project-dropdown https://review.openstack.org/151638 | 11:14 |
*** aix has quit IRC | 11:27 | |
*** aix has joined #openstack-horizon | 11:28 | |
*** jcoufal_ has joined #openstack-horizon | 11:29 | |
*** jcoufal has quit IRC | 11:32 | |
*** jcoufal_ has quit IRC | 11:34 | |
openstackgerrit | Thomas Bechtold proposed openstack/horizon: Load templates from app directories first https://review.openstack.org/148292 | 11:34 |
toabctl | mrunge: I updated the patch... | 11:35 |
mrunge | toabctl, you *could* remove the last comma (line 122). | 11:37 |
mrunge | I bet, there's someone to -1 that patch for this special reason | 11:37 |
toabctl | :) | 11:37 |
toabctl | ok | 11:37 |
mrunge | toabctl, no worries about that! | 11:38 |
openstackgerrit | Thomas Bechtold proposed openstack/horizon: Load templates from app directories first https://review.openstack.org/148292 | 11:39 |
toabctl | mrunge: done | 11:39 |
mrunge | :D | 11:39 |
*** JeanBriceCombebi has quit IRC | 11:41 | |
*** yingjun has joined #openstack-horizon | 11:44 | |
*** jcoufal has joined #openstack-horizon | 11:59 | |
*** e0ne is now known as e0ne_ | 12:01 | |
openstackgerrit | Wu Wenxiang proposed openstack/horizon: Make size columns be text wrapped in admin dashboard https://review.openstack.org/152489 | 12:01 |
*** robcresswell_afk has joined #openstack-horizon | 12:01 | |
*** e0ne_ is now known as e0ne | 12:01 | |
*** test_horizon_use has joined #openstack-horizon | 12:02 | |
openstackgerrit | Vlad Okhrimenko proposed openstack/horizon: Add project-dropdown https://review.openstack.org/151638 | 12:02 |
*** robcresswell_afk is now known as robcresswell | 12:03 | |
*** chlong has joined #openstack-horizon | 12:06 | |
openstackgerrit | Martin Pavlásek proposed openstack/horizon: Integration tests - Object store https://review.openstack.org/151187 | 12:08 |
*** EmilienM|afk is now known as EmilienM | 12:08 | |
*** test_horizon_use has quit IRC | 12:10 | |
*** tnovacik has joined #openstack-horizon | 12:15 | |
*** oro has joined #openstack-horizon | 12:19 | |
openstackgerrit | tinytmy proposed openstack/horizon: Message appear N/A in the tab compute host of hypervisors page https://review.openstack.org/152424 | 12:21 |
*** jcoufal has quit IRC | 12:23 | |
*** aix has quit IRC | 12:24 | |
*** mflobo has quit IRC | 12:26 | |
*** jcoufal has joined #openstack-horizon | 12:28 | |
*** Longgeek has joined #openstack-horizon | 12:29 | |
*** mflobo has joined #openstack-horizon | 12:29 | |
*** mflobo has joined #openstack-horizon | 12:29 | |
*** masco has quit IRC | 12:31 | |
*** mpavlase has quit IRC | 12:33 | |
*** Longgeek has quit IRC | 12:33 | |
*** aix has joined #openstack-horizon | 12:37 | |
*** TravT_ has joined #openstack-horizon | 12:38 | |
*** ishant has quit IRC | 12:40 | |
*** TravT has quit IRC | 12:41 | |
*** amotoki has joined #openstack-horizon | 12:43 | |
pkarikh | Hi 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 |
openstackgerrit | Bartosz Fic proposed openstack/horizon: Migrate all instances from host marked for maintenance https://review.openstack.org/109586 | 12:44 |
*** mpavlase has joined #openstack-horizon | 12:46 | |
openstackgerrit | Bartosz Fic proposed openstack/horizon: Migrate all instances from host marked for maintenance https://review.openstack.org/109586 | 12:49 |
robcresswell | pkarikh: Can you link the patch? | 12:50 |
*** oro has quit IRC | 12:50 | |
pkarikh | robcresswell: 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_259 | 12:50 |
pkarikh | robcresswell: 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.py | 12:51 |
pkarikh | *this line | 12:52 |
*** oro has joined #openstack-horizon | 12:52 | |
*** josecastroleon__ has quit IRC | 12:52 | |
pkarikh | robcresswell: in my patch line 578 contains another code: 'resp = http.HttpResponse(self.table.render())' | 12:52 |
rdopiera | pkarikh: rebase on master | 12:55 |
rdopiera | pkarikh: the tests are run on rebased code, so line numbers are different | 12:55 |
*** athomas_ has joined #openstack-horizon | 12:56 | |
*** g4rg4m3|_ has joined #openstack-horizon | 12:57 | |
*** jasondotstar has quit IRC | 12:57 | |
*** mpavlase has quit IRC | 12:57 | |
*** athomas has quit IRC | 12:57 | |
*** htruta has quit IRC | 12:57 | |
pkarikh | rdopiera: 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 |
robcresswell | rdopiera: Would that solve anything? The lines are only about 10 apart, seems to be correct in that jenkins isnt applying the new tests | 12:57 |
*** oro has quit IRC | 12:57 | |
*** oro has joined #openstack-horizon | 12:57 | |
*** htruta has joined #openstack-horizon | 12:57 | |
rdopiera | robcresswell: doesn't hurt to try | 13:02 |
openstackgerrit | Paul Karikh proposed openstack/horizon: Rewrite table filtering to use GET-requests https://review.openstack.org/128253 | 13:02 |
robcresswell | rdopiera: True, true. | 13:02 |
pkarikh | robcresswell, rdopiera: rebased | 13:03 |
*** sayan has joined #openstack-horizon | 13:04 | |
*** rdopiera has quit IRC | 13:05 | |
*** mpavlase has joined #openstack-horizon | 13:06 | |
*** rdopiera has joined #openstack-horizon | 13:06 | |
*** oro has quit IRC | 13:11 | |
*** prasoon has joined #openstack-horizon | 13:14 | |
*** JeanBriceCombebi has joined #openstack-horizon | 13:15 | |
*** ttrifonov is now known as zz_ttrifonov | 13:16 | |
*** jprovazn has quit IRC | 13:16 | |
*** zz_ttrifonov is now known as ttrifonov | 13:18 | |
*** tzumainn has joined #openstack-horizon | 13:19 | |
samueldmq | david-lyle, ping - you around ? would like to talk abour hierarchical multitenancy support on horizon | 13:25 |
samueldmq | s/abour/about | 13:25 |
openstackgerrit | Merged openstack/horizon: Imported Translations from Transifex https://review.openstack.org/152399 | 13:25 |
robcresswell | pkarikh: ping if Jenkins fails again and I'll look into it more :) | 13:27 |
pkarikh | robcresswell: ok, thank you. :) | 13:27 |
*** jasondotstar has joined #openstack-horizon | 13:28 | |
*** yingjun has quit IRC | 13:30 | |
openstackgerrit | Paul Karikh proposed openstack/horizon: Fix replacement of exception category list https://review.openstack.org/143832 | 13:33 |
openstackgerrit | Wu Wenxiang proposed openstack/horizon: Make params order fixed in stack forms https://review.openstack.org/152509 | 13:35 |
*** Longgeek has joined #openstack-horizon | 13:35 | |
*** alexpilotti has joined #openstack-horizon | 13:40 | |
openstackgerrit | Vlad Okhrimenko proposed openstack/horizon: Add project-dropdown https://review.openstack.org/151638 | 13:44 |
openstackgerrit | Vlad Okhrimenko proposed openstack/horizon: Add project-dropdown https://review.openstack.org/151638 | 13:45 |
*** prasoon has quit IRC | 13:48 | |
*** akrivoka has quit IRC | 13:48 | |
*** akrivoka has joined #openstack-horizon | 13:49 | |
*** raildo_away is now known as raildo | 13:50 | |
*** ygbo has quit IRC | 13:50 | |
*** ygbo has joined #openstack-horizon | 13:50 | |
*** gerchardon has quit IRC | 13:51 | |
*** jprovazn has joined #openstack-horizon | 13:51 | |
*** gerchardon has joined #openstack-horizon | 13:51 | |
openstackgerrit | Vlad Okhrimenko proposed openstack/horizon: Wait till spinner is visible https://review.openstack.org/151608 | 13:54 |
*** Longgeek has quit IRC | 13:54 | |
*** _crobertsrh is now known as crobertsrh | 13:54 | |
openstackgerrit | Chad Roberts proposed openstack/horizon: Guided cluster creation mode for Sahara https://review.openstack.org/147677 | 13:55 |
*** obutenko has quit IRC | 13:57 | |
*** raildo has quit IRC | 14:01 | |
*** htruta has quit IRC | 14:01 | |
*** samueldmq has quit IRC | 14:01 | |
*** oro has joined #openstack-horizon | 14:02 | |
openstackgerrit | Vlad Okhrimenko proposed openstack/horizon: Add integration tests for Identity->Projects page https://review.openstack.org/110919 | 14:03 |
pkarikh | robcresswell: 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 |
openstackgerrit | Chad Roberts proposed openstack/horizon: Guided job execution page for Sahara https://review.openstack.org/147918 | 14:04 |
*** jasondotstar has quit IRC | 14:08 | |
openstackgerrit | Radomir Dopieralski proposed openstack/horizon: Make test helpers properly inheritable/extendable https://review.openstack.org/152522 | 14:12 |
*** josecastroleon has joined #openstack-horizon | 14:16 | |
*** jasondotstar has joined #openstack-horizon | 14:20 | |
openstackgerrit | Radomir Dopieralski proposed openstack/horizon: Allow adding to INSTALLED_APPS from local_settings.py https://review.openstack.org/107747 | 14:21 |
*** yingjun has joined #openstack-horizon | 14:29 | |
*** lblanchard has joined #openstack-horizon | 14:30 | |
openstackgerrit | lawrancejing proposed openstack/horizon: Delete `row` class in _detail_overview.html https://review.openstack.org/152528 | 14:32 |
*** neelashah has joined #openstack-horizon | 14:33 | |
*** ZZelle has joined #openstack-horizon | 14:35 | |
*** JeanBriceCombebi has quit IRC | 14:35 | |
*** JeanBriceCombebi has joined #openstack-horizon | 14:35 | |
*** jpomero has joined #openstack-horizon | 14:37 | |
*** oro has quit IRC | 14:38 | |
*** obutenko has joined #openstack-horizon | 14:38 | |
*** jtriley has joined #openstack-horizon | 14:43 | |
*** yingjun has quit IRC | 14:48 | |
*** yingjun has joined #openstack-horizon | 14:48 | |
*** regebro has quit IRC | 14:49 | |
*** rushiagr_away is now known as rushiagr | 14:49 | |
*** tosky_ has quit IRC | 14:50 | |
*** Longgeek has joined #openstack-horizon | 14:51 | |
*** yingjun has quit IRC | 14:53 | |
*** absubram has joined #openstack-horizon | 14:53 | |
openstackgerrit | Jiri Tomasek proposed openstack/tuskar-ui: WIP Service configuration form https://review.openstack.org/152558 | 14:54 |
*** mattfarina has joined #openstack-horizon | 14:55 | |
*** mattfarina has quit IRC | 14:58 | |
*** mattfarina has joined #openstack-horizon | 15:01 | |
*** coolsvap is now known as coolsvap|afk | 15:01 | |
*** dboik has joined #openstack-horizon | 15:01 | |
robcresswell | pkarikh: running tests on master now | 15:04 |
*** krykowski has joined #openstack-horizon | 15:05 | |
pkarikh | robcresswell: 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_004 | 15:05 |
pkarikh | robcresswell: 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-horizon | 15:09 | |
*** rm_work|away is now known as rm_work | 15:10 | |
robcresswell | pkarikh: Ah, that's interesting that a rebase fixed it. No worries, sorry I couldnt help more. | 15:10 |
*** mattfarina has quit IRC | 15:11 | |
*** Longgeek has quit IRC | 15:11 | |
*** vijendar has joined #openstack-horizon | 15:14 | |
*** tosky_ has joined #openstack-horizon | 15:14 | |
*** dboik has quit IRC | 15:16 | |
*** dboik has joined #openstack-horizon | 15:16 | |
*** dboik has quit IRC | 15:17 | |
*** dboik has joined #openstack-horizon | 15:17 | |
*** JeanBriceCombebi has quit IRC | 15:18 | |
*** JeanBriceCombebi has joined #openstack-horizon | 15:18 | |
openstackgerrit | Martin Pavlásek proposed openstack/horizon: Integration tests - Object store https://review.openstack.org/151187 | 15:20 |
*** baffle_ is now known as baffle | 15:20 | |
*** fischerw has joined #openstack-horizon | 15:20 | |
*** mattfarina has joined #openstack-horizon | 15:20 | |
*** ericpeterson has joined #openstack-horizon | 15:27 | |
*** samueldmq_ has joined #openstack-horizon | 15:28 | |
*** htruta has joined #openstack-horizon | 15:28 | |
*** raildo has joined #openstack-horizon | 15:28 | |
*** mattfarina has quit IRC | 15:28 | |
*** TravT_ has quit IRC | 15:31 | |
*** JeanBriceCombebi has quit IRC | 15:33 | |
*** jtomasek has quit IRC | 15:33 | |
*** peristeri has joined #openstack-horizon | 15:35 | |
*** jtriley has quit IRC | 15:36 | |
*** e0ne is now known as e0ne_ | 15:37 | |
*** tosky_ has quit IRC | 15:38 | |
*** tosky__ has joined #openstack-horizon | 15:38 | |
*** e0ne_ is now known as e0ne | 15:38 | |
*** JeanBriceCombebi has joined #openstack-horizon | 15:40 | |
*** tnovacik has quit IRC | 15:41 | |
*** jtomasek has joined #openstack-horizon | 15:42 | |
*** krykowski has quit IRC | 15:44 | |
*** krykowski_ has joined #openstack-horizon | 15:44 | |
*** stevemar has joined #openstack-horizon | 15:44 | |
*** coolsvap|afk is now known as coolsvap | 15:46 | |
*** coolsvap is now known as coolsvap_ | 15:50 | |
*** dboik has quit IRC | 15:51 | |
openstackgerrit | Vlad Okhrimenko proposed openstack/horizon: Add project-dropdown https://review.openstack.org/151638 | 15:51 |
openstackgerrit | Vlad Okhrimenko proposed openstack/horizon: Add integration tests for Identity->Projects page https://review.openstack.org/110919 | 15:51 |
openstackgerrit | Vlad Okhrimenko proposed openstack/horizon: Wait till spinner is visible https://review.openstack.org/151608 | 15:51 |
openstackgerrit | Vlad Okhrimenko proposed openstack/horizon: Add wait till element methods for selenium Integration tests. https://review.openstack.org/151796 | 15:51 |
*** coolsvap_ is now known as coolsvap|afk | 15:52 | |
*** coolsvap|afk is now known as swapnilkulkarni | 15:54 | |
*** swapnilkulkarni is now known as swapnil | 15:54 | |
*** swapnil is now known as swapnilk | 15:54 | |
openstackgerrit | George Peristerakis proposed openstack/horizon: Generate a drop down field for custom heat parameters https://review.openstack.org/133270 | 15:56 |
openstackgerrit | Radomir Dopieralski proposed openstack/horizon: Make test helpers properly inheritable/extendable https://review.openstack.org/152522 | 15:56 |
openstackgerrit | George Peristerakis proposed openstack/horizon: Generating a rdp file for a windows instance https://review.openstack.org/91394 | 15:56 |
pkarikh | robcresswell: no problem. :) Looks like I have to go deeper with swift tests. | 15:57 |
david-lyle | Horizon 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-2 | 15:57 |
openstackgerrit | Radomir Dopieralski proposed openstack/tuskar-ui: Remove Inheritable*TestCase https://review.openstack.org/150454 | 15:57 |
openstackgerrit | Radomir Dopieralski proposed openstack/tuskar-ui: Remove Inheritable*TestCase https://review.openstack.org/150454 | 15:58 |
*** jtomasek has quit IRC | 15:59 | |
*** regebro has joined #openstack-horizon | 15:59 | |
*** regebro has quit IRC | 15:59 | |
*** tosky__ has quit IRC | 16:00 | |
*** regebro has joined #openstack-horizon | 16:01 | |
*** regebro has quit IRC | 16:01 | |
*** jtomasek has joined #openstack-horizon | 16:04 | |
openstackgerrit | George Peristerakis proposed openstack/horizon: Generating a rdp file for a windows instance https://review.openstack.org/91394 | 16:08 |
*** rdopiera has quit IRC | 16:08 | |
*** ayoung-gnight has quit IRC | 16:09 | |
*** samueldmq_ is now known as samueldmq | 16:10 | |
*** bpokorny has joined #openstack-horizon | 16:10 | |
*** dkingshott has joined #openstack-horizon | 16:11 | |
*** tosky__ has joined #openstack-horizon | 16:12 | |
*** TravT has joined #openstack-horizon | 16:13 | |
openstackgerrit | Travis Tripp proposed openstack/horizon: Glance Rest API for Angular Front End https://review.openstack.org/151468 | 16:16 |
*** jtriley has joined #openstack-horizon | 16:16 | |
*** regebro has joined #openstack-horizon | 16:18 | |
*** cbader has quit IRC | 16:20 | |
*** rhagarty has quit IRC | 16:20 | |
*** rhagarty has joined #openstack-horizon | 16:20 | |
*** cbader has joined #openstack-horizon | 16:20 | |
openstackgerrit | Amogh proposed openstack/horizon: Add wait till element methods for selenium Integration tests. https://review.openstack.org/151796 | 16:20 |
*** rebrego has joined #openstack-horizon | 16:23 | |
*** rebrego has quit IRC | 16:23 | |
*** regebro is now known as Guest19959 | 16:23 | |
*** rebrego has joined #openstack-horizon | 16:24 | |
*** rebrego is now known as regebro | 16:24 | |
*** regebro has quit IRC | 16:24 | |
*** rhagarty has quit IRC | 16:25 | |
*** fischerw has quit IRC | 16:25 | |
*** rhagarty has joined #openstack-horizon | 16:25 | |
*** fischerw has joined #openstack-horizon | 16:25 | |
*** rhagarty has quit IRC | 16:26 | |
*** rhagarty has joined #openstack-horizon | 16:26 | |
*** rhagarty has quit IRC | 16:27 | |
*** cbader has quit IRC | 16:27 | |
*** fischerw has quit IRC | 16:27 | |
*** cbader has joined #openstack-horizon | 16:27 | |
*** rhagarty has joined #openstack-horizon | 16:27 | |
*** fischerw has joined #openstack-horizon | 16:27 | |
*** rhagarty has quit IRC | 16:28 | |
*** fischerw has quit IRC | 16:28 | |
*** cbader has quit IRC | 16:28 | |
samueldmq | david-lyle, ping - so k2 is the hard deadline for blueprints ? | 16:28 |
*** fischerw has joined #openstack-horizon | 16:28 | |
*** rhagarty has joined #openstack-horizon | 16:28 | |
*** cbader has joined #openstack-horizon | 16:28 | |
*** gary-smith has joined #openstack-horizon | 16:29 | |
*** fischerw has quit IRC | 16:29 | |
*** fischerw has joined #openstack-horizon | 16:30 | |
*** fischerw has quit IRC | 16:30 | |
*** fischerw has joined #openstack-horizon | 16:30 | |
*** fischerw has quit IRC | 16:31 | |
*** fischerw has joined #openstack-horizon | 16:32 | |
*** fischerw has quit IRC | 16:32 | |
*** cbader has quit IRC | 16:32 | |
david-lyle | samueldmq: k-2 is a milestone of the kilo release | 16:33 |
*** cbader has joined #openstack-horizon | 16:33 | |
*** fischerw has joined #openstack-horizon | 16:33 | |
david-lyle | the feature proposal deadline is in k-3 | 16:33 |
david-lyle | I'd have to look up the specific date | 16:33 |
*** robcresswell is now known as robcresswell_afk | 16:34 | |
samueldmq | david-lyle, I (and the brazilian team who led hierarchical multitenancy stuff) are planning to have something on horizon side still for kilo | 16:34 |
samueldmq | david-lyle, do you think it's feasible? I'm currently working on the blueprint for this | 16:35 |
samueldmq | david-lyle, using your bp-template | 16:35 |
david-lyle | samueldmq: feasible yes, likely not sure ;-) | 16:35 |
david-lyle | how is the nova support coming along? | 16:36 |
samueldmq | david-lyle, well, so it will require a lot of effort :-) | 16:36 |
samueldmq | david-lyle, nova implementation of hierarchical quotas is under review | 16:36 |
samueldmq | david-lyle, some people of my team is working with nova people | 16:36 |
david-lyle | samueldmq: 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 yet | 16:37 |
david-lyle | I'm aiming more for average this time around | 16:38 |
samueldmq | david-lyle, I think hierarchical multitenancy will change how we manage things today :-) | 16:38 |
samueldmq | david-lyle, nova is going on with their implementation | 16:38 |
samueldmq | david-lyle, we *do* need to implement it on horizon, otherwise it won't be largely used | 16:39 |
david-lyle | but when it merges or drops a week before k-3 ends, that's hard to absorb | 16:39 |
david-lyle | samueldmq: I'm not arguing against doing the work | 16:39 |
*** AlkaD has joined #openstack-horizon | 16:39 | |
david-lyle | it will either get in late k-3 or early lemming | 16:39 |
david-lyle | either are useful | 16:39 |
david-lyle | but if keystone and horizon are the only two projects that support it, it will make no sense in horizon | 16:40 |
david-lyle | to expose it | 16:40 |
samueldmq | david-lyle, I agree.. nova is going to support as well | 16:40 |
samueldmq | david-lyle, hierarchical projects without hierarchical quotas control is quite useless | 16:40 |
david-lyle | samueldmq: indeed | 16:41 |
*** amotoki has quit IRC | 16:41 | |
david-lyle | but nova is but one project | 16:41 |
david-lyle | are there neutron quota patches going in as well? | 16:41 |
david-lyle | cinder? | 16:41 |
david-lyle | nova is the first and biggest | 16:42 |
*** nlahouti has joined #openstack-horizon | 16:42 | |
david-lyle | absolutely | 16:42 |
samueldmq | david-lyle, we still need to grow support on other projects, I know .. but if nova and horizon support the basic features, we will get there | 16:42 |
samueldmq | david-lyle, with hierarchical projects and quotas, we'll enable *reseller* usecase | 16:43 |
david-lyle | samueldmq: yes which also raises policy issues | 16:43 |
david-lyle | which I'm sure you have been working through | 16:43 |
david-lyle | with keystone | 16:43 |
samueldmq | david-lyle, an example of policy issues? | 16:43 |
samueldmq | david-lyle, reseller will be experimental on kilo | 16:44 |
david-lyle | reseller 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 anymore | 16:44 |
samueldmq | david-lyle, we could at least implement the basic operations for creating a hierarchy of projects on horizon, in order to let users effectively taste it | 16:44 |
david-lyle | samueldmq: sure | 16:45 |
david-lyle | customer privacy issue | 16:45 |
david-lyle | reseller's customers are not the top level deployer's customers | 16:45 |
samueldmq | david-lyle, for reseller domains/subdomains need to be isolated | 16:45 |
david-lyle | yes, that's through policy | 16:46 |
david-lyle | I assume | 16:46 |
samueldmq | david-lyle, inherited roles don't pass subdomains borders | 16:46 |
david-lyle | nova needs to understand that policy as well | 16:46 |
david-lyle | right now in nova, admins see all | 16:46 |
david-lyle | can manage all | 16:46 |
david-lyle | it seems like a simple policy file change | 16:47 |
david-lyle | but I think there will be places that don't quite work | 16:47 |
david-lyle | details | 16:47 |
samueldmq | david-lyle, yeah, I guess that's the reason why reseller will be experimental | 16:48 |
david-lyle | in 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 progress | 16:49 |
samueldmq | david-lyle, with just project hierarchy, everything works as today, we have projects, that's all | 16:49 |
*** krykowski_ has quit IRC | 16:49 | |
samueldmq | david-lyle, ok I'll have a roadmap to get things implemented on nova, etc and I'll be back to you | 16:50 |
david-lyle | samueldmq: keep working on the horizon bits | 16:51 |
samueldmq | david-lyle, but I think we can already implement the basic stuff of hmt :-) | 16:51 |
david-lyle | we just may not turn it on by default | 16:51 |
david-lyle | additional fun for you on this front, all the identity panels in horizon are going through a major rewrite to be angularJS based | 16:51 |
samueldmq | david-lyle, ok so let's implement the basic calls and what we can before kilo release | 16:51 |
samueldmq | david-lyle, I can get back here with a plan on scheduling | 16:52 |
david-lyle | so timing is going to be tricky | 16:52 |
samueldmq | david-lyle, we can discuss (according to the progress) if they'll be experimental or not :-) | 16:52 |
david-lyle | sure | 16:52 |
*** AlkaD has quit IRC | 16:52 | |
*** athomas_ has quit IRC | 16:52 | |
samueldmq | david-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, etc | 16:53 |
samueldmq | david-lyle, we have to synchronize projects | 16:53 |
samueldmq | david-lyle, and then I'll be back here | 16:53 |
david-lyle | samueldmq: sounds good | 16:53 |
samueldmq | david-lyle, great! thx | 16:54 |
*** alexvictorchan has joined #openstack-horizon | 16:54 | |
*** Longgeek has joined #openstack-horizon | 16:57 | |
*** lhcheng has joined #openstack-horizon | 17:00 | |
bpokorny | esp: ping | 17:00 |
esp | pong bpokorny | 17:00 |
esp | sup? | 17:00 |
bpokorny | I was trying to get this working: https://wiki.openstack.org/wiki/Horizon/DomainWorkFlow | 17:01 |
esp | ah, yeah | 17:01 |
bpokorny | Just as cloud admin for now. | 17:01 |
esp | I need to update that | 17:01 |
esp | cool | 17:01 |
bpokorny | Ah, ok. | 17:01 |
bpokorny | So were there other changes needed to get cloud admin to work, other than what's currently written there? | 17:02 |
esp | https://gist.github.com/dan1/70a8fdde98d09a7f7476 | 17:02 |
esp | bpokorny: ^ | 17:02 |
esp | those are the curl commands I used to create a cloud admin | 17:02 |
*** athomas has joined #openstack-horizon | 17:02 | |
esp | you also will want to look at https://review.openstack.org/#/c/151018/ | 17:03 |
*** Longgeek has quit IRC | 17:03 | |
esp | bpokorny: and I’m gonna do another push here soon https://review.openstack.org/#/c/148082/ | 17:03 |
*** ttrifonov is now known as zz_ttrifonov | 17:04 | |
bpokorny | I see. I have added the admin user to the default domain, but I don't have those other 2 patches. | 17:05 |
esp | bpokorny: we also waiting on a few fixes from the DOA patch the david-lyle is working on | 17:06 |
esp | if you look at the comments you’ll see where some of those are | 17:06 |
*** mattfarina has joined #openstack-horizon | 17:07 | |
bpokorny | ok. 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 IRC | 17:07 | |
esp | cool bpokorny | 17:07 |
bpokorny | Were there other changes needed from the comments that I missed that are required for the steps on the wiki? | 17:07 |
*** jpich has quit IRC | 17:08 | |
david-lyle | bpokorny, esp, I've been working on the DOA patch, absorbed the large refactor, but adding in another use case has slowed things down | 17:08 |
david-lyle | hopefully ready in a day or so | 17:08 |
esp | thx david-lyle :) | 17:08 |
raildo | david-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 |
bpokorny | Sounds good. Thanks, david-lyle. | 17:08 |
esp | bpokorny: I’ll hopefully have a new patch set soon | 17:09 |
raildo | david-lyle, in a future we can propose the rest of the features :) | 17:09 |
bpokorny | esp: Great, thanks. I'll watch for that. | 17:09 |
raildo | but for now, its just the basic (and simple operations) | 17:09 |
david-lyle | raildo: I understand, just when we allow creation of a hierarchy we create the impression that one can use it | 17:10 |
raildo | david-lyle, right... | 17:10 |
david-lyle | need to make sure that's true | 17:10 |
samueldmq | david-lyle, raildo that's where the question on putting as default or not comes :-) | 17:10 |
*** MaxV has quit IRC | 17:11 | |
*** ybathia has joined #openstack-horizon | 17:12 | |
*** MaxV has joined #openstack-horizon | 17:14 | |
openstackgerrit | Dan Nguyen proposed openstack/horizon: Retrieve domain scoped token https://review.openstack.org/148082 | 17:14 |
*** sayan has quit IRC | 17:14 | |
esp | bpokorny: https://review.openstack.org/148082, this is still WIP and at least one test will fail | 17:14 |
*** rwsu-afk is now known as rwsu | 17:15 | |
bpokorny | esp: Thanks. I'll do some testing with that one. | 17:16 |
*** doug-fish has joined #openstack-horizon | 17:16 | |
esp | thx bpokorny, let me know if I can help with anything | 17:16 |
esp | I’m in meetings for a few days but I’m around | 17:17 |
bpokorny | esp: np. Sounds good. | 17:17 |
raildo | david-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 Horizon | 17:17 |
*** _gryf is now known as _gryf|afk | 17:18 | |
david-lyle | raildo: create yes, but can you use it? | 17:18 |
david-lyle | I'm asking because I really don't know | 17:18 |
raildo | david-lyle, yes... you can create instances in the hierarchy | 17:18 |
raildo | david-lyle, for example... | 17:18 |
*** ygbo has quit IRC | 17:18 | |
*** MaxV has quit IRC | 17:19 | |
raildo | for the other services, we don't change the way they see the projects, that's transparent. | 17:19 |
david-lyle | doug-fish: is https://bugs.launchpad.net/horizon/+bug/1307476 done? | 17:19 |
david-lyle | raildo: I understand | 17:20 |
*** JeanBriceCombebi has quit IRC | 17:21 | |
*** tosky__ has quit IRC | 17:21 | |
rodrigods | david-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 change | 17:23 |
*** CrabbyTravvy has joined #openstack-horizon | 17:28 | |
*** abrito has joined #openstack-horizon | 17:29 | |
CrabbyTravvy | Does anyone know how I can reorder panels within a customation_module? | 17:29 |
doug-fish | david-lyle: as far as I'm concerned https://bugs.launchpad.net/horizon/+bug/1307476 is done | 17:31 |
*** jprovazn has quit IRC | 17:31 | |
doug-fish | I'm not quite sure what should happen to make it "done" | 17:32 |
david-lyle | I'll mark it done | 17:32 |
doug-fish | super thx. | 17:32 |
david-lyle | done | 17:33 |
doug-fish | hooray! | 17:33 |
david-lyle | thanks doug-fish | 17:33 |
doug-fish | sure np | 17:33 |
openstackgerrit | Andrew Pashkin proposed openstack/horizon: Adds auto fade-out for AJAX messages https://review.openstack.org/152635 | 17:34 |
doug-fish | david-lyle: I've just realized that https://blueprints.launchpad.net/horizon/+spec/serial-console isn't approved for any kilo milestone yet | 17:34 |
*** mattfarina has quit IRC | 17:34 | |
doug-fish | can we get it added for consideration? -- the work is well underway | 17:34 |
david-lyle | doug-fish: added to k-3 | 17:35 |
doug-fish | david-lyle: thanks! | 17:35 |
samueldmq | david-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 assignments | 17:39 |
samueldmq | david-lyle, should I create separate specs for each? | 17:39 |
samueldmq | s/I/we | 17:40 |
*** jcoufal has quit IRC | 17:44 | |
*** vijendar has left #openstack-horizon | 17:46 | |
david-lyle | samueldmq: just one I think | 17:46 |
samueldmq | david-lyle, great, thx | 17:47 |
*** alanf-mc has joined #openstack-horizon | 17:52 | |
*** gyee has joined #openstack-horizon | 17:55 | |
*** krykowski has joined #openstack-horizon | 18:05 | |
*** alanf-mc has quit IRC | 18:06 | |
openstackgerrit | Andrew Pashkin proposed openstack/horizon: Adds auto fade-out for AJAX messages https://review.openstack.org/152635 | 18:07 |
*** alanf-mc has joined #openstack-horizon | 18:10 | |
*** jtomasek has quit IRC | 18:12 | |
*** jtriley has quit IRC | 18:13 | |
*** jtriley has joined #openstack-horizon | 18:14 | |
*** athomas has quit IRC | 18:15 | |
*** harlowja has joined #openstack-horizon | 18:15 | |
*** sbfox has joined #openstack-horizon | 18:25 | |
*** bpokorny_ has joined #openstack-horizon | 18:30 | |
*** neelashah has quit IRC | 18:31 | |
*** bpokorny has quit IRC | 18:34 | |
*** jpomero has quit IRC | 18:35 | |
*** neelashah has joined #openstack-horizon | 18:36 | |
*** bpokorny has joined #openstack-horizon | 18:39 | |
*** jpomero has joined #openstack-horizon | 18:41 | |
*** bpokorny_ has quit IRC | 18:43 | |
*** neelashah has quit IRC | 18:44 | |
*** neelashah has joined #openstack-horizon | 18:45 | |
*** sbfox has quit IRC | 18:47 | |
*** Longgeek has joined #openstack-horizon | 18:48 | |
*** markus_z has quit IRC | 18:51 | |
*** tqtran has joined #openstack-horizon | 18:52 | |
*** tqtran is now known as tqtran_afk | 18:52 | |
*** alanf-mc has quit IRC | 18:56 | |
*** rushiagr is now known as rushiagr_away | 18:57 | |
*** alanf-mc has joined #openstack-horizon | 18:57 | |
openstackgerrit | Merged openstack/horizon: fix bug - failed loading external angular templates https://review.openstack.org/152314 | 18:59 |
*** aix has quit IRC | 18:59 | |
*** krykowski has quit IRC | 19:00 | |
*** Sukhdev has joined #openstack-horizon | 19:01 | |
*** alanf-mc has quit IRC | 19:02 | |
*** e0ne is now known as e0ne_ | 19:02 | |
*** e0ne_ is now known as e0ne | 19:06 | |
*** e0ne has quit IRC | 19:07 | |
openstackgerrit | Chad Roberts proposed openstack/horizon: Guided job execution page for Sahara https://review.openstack.org/147918 | 19:10 |
*** Longgeek has quit IRC | 19:10 | |
*** swapnilk is now known as coolsvap_ | 19:15 | |
*** mrunge has quit IRC | 19:18 | |
*** coolsvap_ is now known as coolsvap | 19:19 | |
*** jasondotstar has quit IRC | 19:30 | |
*** lhcheng has quit IRC | 19:36 | |
*** lhcheng has joined #openstack-horizon | 19:36 | |
*** coolsvap is now known as coolsvap_ | 19:41 | |
*** neelashah has quit IRC | 19:41 | |
*** neelashah has joined #openstack-horizon | 19:44 | |
*** jpomero has quit IRC | 19:47 | |
*** jrist has quit IRC | 19:48 | |
*** e0ne has joined #openstack-horizon | 19:49 | |
*** e0ne is now known as e0ne_ | 19:49 | |
*** e0ne_ is now known as e0ne | 19:50 | |
*** mattfarina has joined #openstack-horizon | 19:51 | |
*** mattfarina has quit IRC | 19:53 | |
*** akrivoka has quit IRC | 19:58 | |
openstackgerrit | Merged openstack/horizon: Make values for image status be translatable https://review.openstack.org/151991 | 20:03 |
*** chlong has quit IRC | 20:05 | |
*** vhoward has left #openstack-horizon | 20:07 | |
*** vhoward has joined #openstack-horizon | 20:08 | |
*** r1chardj0n3s_afk is now known as r1chardj0n3s | 20:09 | |
*** bradjones has quit IRC | 20:10 | |
r1chardj0n3s | morning | 20:10 |
*** bradjones has joined #openstack-horizon | 20:13 | |
*** bradjones has joined #openstack-horizon | 20:13 | |
*** vijendar has joined #openstack-horizon | 20:15 | |
*** jpomero has joined #openstack-horizon | 20:21 | |
openstackgerrit | Merged openstack/horizon: View encryption metadata for encrypted volumes https://review.openstack.org/134341 | 20:22 |
*** jasondotstar has joined #openstack-horizon | 20:25 | |
openstackgerrit | Gabriel Hurley proposed openstack/horizon: Quality of life improvements to APIVersionManager https://review.openstack.org/147670 | 20:30 |
*** anteaya has quit IRC | 20:34 | |
*** gary-smith has quit IRC | 20:39 | |
*** gary-smith has joined #openstack-horizon | 20:40 | |
*** neelashah has quit IRC | 20:44 | |
*** rhagarty has quit IRC | 20:46 | |
*** kmartin has quit IRC | 20:46 | |
*** cbader has quit IRC | 20:46 | |
*** fischerw has quit IRC | 20:46 | |
*** fischerw has joined #openstack-horizon | 20:46 | |
*** rhagarty has joined #openstack-horizon | 20:46 | |
*** kmartin has joined #openstack-horizon | 20:46 | |
*** cbader has joined #openstack-horizon | 20:46 | |
*** dkorn has joined #openstack-horizon | 20:46 | |
*** gary-smith has quit IRC | 20:47 | |
mpavlase | dkorn: ping | 20:48 |
*** gary-smith has joined #openstack-horizon | 20:48 | |
*** openstackgerrit has quit IRC | 20:50 | |
*** jasondotstar has quit IRC | 20:50 | |
*** openstackgerrit has joined #openstack-horizon | 20:51 | |
*** anteaya has joined #openstack-horizon | 20:53 | |
*** Longgeek has joined #openstack-horizon | 20:56 | |
*** Longgeek has quit IRC | 21:00 | |
*** ybathia has quit IRC | 21:00 | |
*** doug-fish has left #openstack-horizon | 21:01 | |
*** Sukhdev has quit IRC | 21:01 | |
*** Miouge has quit IRC | 21:05 | |
*** raildo is now known as raildo_away | 21:06 | |
mpavlase | dkorn: ping, Daniel, are you there? | 21:16 |
*** ayoung has joined #openstack-horizon | 21:16 | |
*** josecastroleon has quit IRC | 21:18 | |
david-lyle | mpavlase: I think Daniel is in UTC +2 timezone | 21:20 |
david-lyle | unlikely for him to be on now | 21:21 |
mpavlase | david-lyle: thanks, I'm currently UTC+1 so it's not so far away... I'm waiting for him for several days to discuss something | 21:22 |
*** doug-fish has joined #openstack-horizon | 21:23 | |
*** lblanchard has quit IRC | 21:24 | |
*** jtriley has quit IRC | 21:27 | |
*** CrabbyTravvy has quit IRC | 21:31 | |
*** obutenko has quit IRC | 21:39 | |
*** obutenko has joined #openstack-horizon | 21:41 | |
*** obutenko has quit IRC | 21:42 | |
*** ybathia has joined #openstack-horizon | 21:43 | |
*** cbader has quit IRC | 21:51 | |
openstackgerrit | Merged openstack/horizon: Metadata widget support for default values https://review.openstack.org/143444 | 21:53 |
*** jtriley has joined #openstack-horizon | 21:56 | |
*** e0ne has quit IRC | 22:00 | |
*** dkorn has quit IRC | 22:08 | |
*** regebro has joined #openstack-horizon | 22:09 | |
*** Guest19959 has quit IRC | 22:10 | |
*** lhcheng has quit IRC | 22:10 | |
*** e0ne has joined #openstack-horizon | 22:10 | |
*** peristeri has quit IRC | 22:13 | |
*** rm_work is now known as rm_work|away | 22:19 | |
*** jtriley has quit IRC | 22:19 | |
*** jasondotstar has joined #openstack-horizon | 22:20 | |
*** Drago has quit IRC | 22:21 | |
*** e0ne has quit IRC | 22:22 | |
*** Drago has joined #openstack-horizon | 22:23 | |
*** lhcheng has joined #openstack-horizon | 22:25 | |
*** ZZelle_ has joined #openstack-horizon | 22:26 | |
*** harlowja is now known as harlowja_away | 22:28 | |
*** amerine has joined #openstack-horizon | 22:31 | |
*** Drago has quit IRC | 22:31 | |
*** Drago has joined #openstack-horizon | 22:31 | |
*** TravT has quit IRC | 22:33 | |
*** nlahouti has quit IRC | 22:35 | |
*** cody-somerville has joined #openstack-horizon | 22:36 | |
*** Piet has joined #openstack-horizon | 22:42 | |
*** nlahouti has joined #openstack-horizon | 22:43 | |
*** nlahouti has quit IRC | 22:44 | |
*** jasondotstar has quit IRC | 22:46 | |
*** samueldmq has quit IRC | 22:47 | |
*** abrito has quit IRC | 22:47 | |
*** htruta has quit IRC | 22:47 | |
*** raildo_away has quit IRC | 22:47 | |
*** TravT has joined #openstack-horizon | 22:47 | |
*** abrito has joined #openstack-horizon | 22:49 | |
*** samueldmq has joined #openstack-horizon | 22:49 | |
*** htruta has joined #openstack-horizon | 22:50 | |
*** raildo_away has joined #openstack-horizon | 22:51 | |
openstackgerrit | Janet Yu proposed openstack/horizon: Fix addition of plugin panel to panel groups https://review.openstack.org/128133 | 22:53 |
openstackgerrit | Merged openstack/horizon: Clean modal forms in Identity Users https://review.openstack.org/123550 | 22:53 |
openstackgerrit | Richard Jones proposed openstack/horizon: WIP angularize identity users. https://review.openstack.org/133767 | 22:54 |
*** jtriley has joined #openstack-horizon | 23:00 | |
*** EmilienM is now known as EmilienM|afk | 23:03 | |
*** ericpeterson has quit IRC | 23:03 | |
*** jrist has joined #openstack-horizon | 23:03 | |
*** TravT has quit IRC | 23:04 | |
*** rebelagentm has quit IRC | 23:04 | |
openstackgerrit | Janet Yu proposed openstack/horizon: Fix addition of plugin panel to panel groups https://review.openstack.org/128133 | 23:04 |
*** rm_work|away is now known as rm_work | 23:06 | |
*** TravT has joined #openstack-horizon | 23:08 | |
openstackgerrit | Lin Hua Cheng proposed openstack/horizon: Remove extra indention in Firewall views.py https://review.openstack.org/152708 | 23:09 |
*** Sukhdev has joined #openstack-horizon | 23:11 | |
*** TravT has quit IRC | 23:12 | |
*** Ephur has joined #openstack-horizon | 23:14 | |
*** jasondotstar has joined #openstack-horizon | 23:15 | |
*** jtriley has quit IRC | 23:17 | |
*** davelowe has quit IRC | 23:18 | |
*** fischerw has quit IRC | 23:23 | |
*** jtriley has joined #openstack-horizon | 23:26 | |
openstackgerrit | Lin Hua Cheng proposed openstack/horizon: Remove extra code in memoized method in Volumes https://review.openstack.org/152727 | 23:27 |
*** TravT has joined #openstack-horizon | 23:30 | |
openstackgerrit | Janet Yu proposed openstack/horizon: Load pluggable dashboards for unit tests https://review.openstack.org/152730 | 23:32 |
*** harlowja_away is now known as harlowja | 23:32 | |
*** jasondotstar has quit IRC | 23:45 | |
openstackgerrit | Aaron Sahlin proposed openstack/horizon: WIP Network Configuration https://review.openstack.org/151799 | 23:54 |
*** rm_work is now known as rm_work|away | 23:54 | |
*** ZZelle_ has quit IRC | 23:55 | |
jamielennox | hey 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 |
jamielennox | basically 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 plugin | 23:57 |
jamielennox | I'm just not sure how to go from login() to authenticate() without going via Form | 23:57 |
*** TravT has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!