Tuesday, 2016-01-12

lhcheng_tqtran: I think the "Related Changes" shows the dependency chain, you read it from bottom (1st patch) to top00:00
tqtranso if you have that, what does it break?00:00
andrewbogottducttape_: does that need other settings as well?  ‘location’ for example?00:00
lhcheng_tqtran: "Conflicts With" shows all patches that touch the same set of files00:00
ducttape_tqtran, that change breaks all the tabbed pages - if the tabbed pages are lazy loaded00:00
tqtranlhcheng_: ooo nice, ok got it00:01
ducttape_andrewbogott - thats a one liner, if you already have the cache setup (elsewhere in your config)00:01
tqtranducttape_: ok, let me take a look00:01
ducttape_lhcheng_ can you pls validate my tabbed page thing?  having all the tabbed pages broke is pretty severe00:02
andrewbogotthm, that didn’t change anything at all.  Which is, itself, telling00:02
ducttape_andrewbogott  - ya gotta restart apache etc.  you do that?00:02
andrewbogottyep, did00:02
ducttape_hmm00:02
andrewbogottwhen you said 'if you already have the cache setup'00:03
andrewbogottwhat would I look for to verify that?00:03
openstackgerritMerged openstack/horizon: Set target to _self for Header Links  https://review.openstack.org/26463100:03
lhcheng_ducttape_: sure, going to try it out00:03
ducttape_https://www.irccloud.com/pastebin/vVsLIdZm/  was your cache setup.  I'd expect memcached to be installed too00:03
ducttape_andrewbogott - I forgot one other thing.   do you have the pip package python-memcached installed ?00:04
tqtranducttape_: looks like you are right, on master, its not working00:05
tqtranonly the overview tab is working00:05
ducttape_yep, it's anything that is lazy loaded tab content00:05
ducttape_but like the access & security panel is fine, b/c that is not lazy loaded00:06
tqtrangoing to remove that base tag and see wha happens00:06
ducttape_yah, I had to collect static etc after removing that base tag thing too fwiw00:06
lhcheng_ducttape_: bingo, its dead00:08
tqtranare there other tabs that are lazy loaded?00:08
lhcheng_volumes I think00:08
lhcheng_ugh00:08
tqtranhm.........00:09
lhcheng_yeah, nothing loaded too on vol snapshots00:09
andrewbogotthttps://www.irccloud.com/pastebin/RxFfD0ly/00:09
tqtrani tried removing the base tag, and its still not showing up00:09
tqtranthis is bad....00:09
andrewbogottum, dang00:09
andrewbogottducttape_: ok, for some reason I had the wrong port for memcached.  So I’ve fixed that, and now I have:00:09
andrewbogotthttps://www.irccloud.com/pastebin/qoOn65vr/00:09
tqtrandebug time ><00:09
andrewbogottI’ve verified that there’s somone listening at 127.0.0.1:1100000:10
ducttape_https://www.youtube.com/watch?v=7Y_NU_OUwvk&t=120   lhcheng_   dead  :'(00:11
tqtranactually, i lied, it did show up, browser cached the old stuff00:11
ducttape_yeah, browser cache etc is a something to watch out for00:11
tqtranyup, looks like that i the culprit00:11
ducttape_tqtran ^  not andrew ;)00:11
andrewbogottducttape_: restarted apache, logged out and in, same (bad) behavior00:12
ducttape_hmm.  not sure andrewbogott.  must be something else.  have you restarted your browser session or cleared cookies ?00:12
r1chardj0n3sducttape_: sorry, was at the gym :/00:13
andrewbogottducttape_: restarted firefox just now, no change00:13
ducttape_andrewbogott - what I was thinking, now not so sure, is that horizon can eat up 100% of the space allocated for websites to use for cookies.00:13
ducttape_now I'm not sure andrewbogott what is going on for you00:13
ducttape_r1chardj0n3s  - I think we have found why the tab stuff doesn't work00:14
ducttape_https://review.openstack.org/#/c/264630/00:14
r1chardj0n3sducttape_ \o/00:14
r1chardj0n3sdurn it00:14
tqtranducttape_: one more thing, is it suppose to auto select the last tab?00:14
ducttape_I'm not 100% sure, I'd need you to clear cache, recollect static etc00:14
tqtrani dont remember seeing this behavior before00:14
ducttape_tqtran - yes, it remembers the last tab00:15
lhcheng_tqtran: it does00:15
ducttape_some of them remember, at least00:15
ducttape_it's an option to have sticky tabs00:15
tqtranah got it00:15
lhcheng_andrewbogott: not sure if this was asked, are you using pki or uuid tokens? are you running in master?00:16
andrewbogottlhcheng_: kilo00:16
andrewbogottand I don’t know about pki vs uuid, how would I check?00:16
ducttape_r1chardj0n3s and tqtran - I don't really feel comfortable proposing a revert of Rajat's change - I might make things even worse.  I hope you guys know more than I, and could find a good direction to take this ?00:17
lhcheng_andrewbogott: in keystone.conf, looks like this: https://github.com/openstack/keystone/blob/stable/kilo/etc/keystone.conf.sample#L169200:17
tqtranducttape_: looking into right now00:17
ducttape_ok.  I did not file a bug or anything at this point00:18
tqtrani can file one once i fix it, or you can do it and i'll link to it00:18
andrewbogottlhcheng_: provider = keystone.token.providers.uuid.Provider00:18
lhcheng_andrewbogott: looking at the django-openstack-auth code, failure to delete token does not prevent project switching00:22
andrewbogottok, so unrelated issues00:22
andrewbogottI don’t especially care about the token deletion, just thought it might be a clue00:23
lhcheng_andrewbogott: for the project switching issue, most of time its the cookie size overflow causing it. what do you see in the scr00:24
lhcheng_een?00:24
lhcheng_andrewbogott: what ducttape_ recommended fixes the issue most of time.00:25
andrewbogottin the web ui?  really nothing — the page for the original project reloads00:25
ducttape_also, I'd check your current cookies andrewbogott.  blow them all away, and start from 000:25
ducttape_some of the cookies can last longer than the browser session00:25
*** apuimedo has quit IRC00:25
lhcheng_or try opening a private window in FF00:26
andrewbogottducttape_: I just tried again in a brand-new browser (safari!) and the behavior is the same.00:26
*** apuimedo has joined #openstack-horizon00:26
ducttape_andrewbogott - you bug makes me sad :'(00:27
ducttape_your bug00:27
ducttape_*00:27
ducttape_;)00:27
lhcheng_:(00:27
andrewbogottit’s perfectly possible that my caching is broken and always has been broken.   Is there some minimal alternative for me to try that doesn’t rely on memcached?00:27
ducttape_yes00:28
andrewbogottdjango.core.cache.backends.locmem.LocMemCache ?00:28
ducttape_https://docs.djangoproject.com/en/1.9/ref/settings/#std:setting-CACHES00:28
ducttape_yep00:28
andrewbogottshould I keep SESSION_ENGINE=‘django.contrib.sessions.backends.cache’ or remove that line?00:28
ducttape_that one will only last for a short time, it should be fine for debugging this00:28
ducttape_keep the session engine thing00:28
ducttape_andrewbogott - can you look at your cookie size in your browser too?  the size of that might help too00:29
ducttape_lhcheng_ - is it like 4k, right ?00:29
andrewbogotthttps://www.irccloud.com/pastebin/QxcpCLGO/00:30
andrewbogottWith those settings, I can not log in at all.00:30
ducttape_that sounds turrible.  let's not use that ;)00:31
*** piet has joined #openstack-horizon00:31
andrewbogottwell, the log says  Login successful for user "andrew".00:31
andrewbogottbut the login screen just refreshes00:31
ducttape_ah... I know that one00:33
ducttape_just hit the base url in the location bar.  something is jacked up00:33
tqtranducttape_: found the culprit, base makes all request url starts at webroot /00:33
ducttape_it thinks you wanted to stay on /auth/login00:34
andrewbogottoops, ok, hang on...00:34
tqtranthis is the link that gets requested when you click on a tab http://localhost:8001/?tab=instance_details__audit00:34
tqtraninstead of the original http://localhost:8001/project/instances/3282eaec-569c-40b7-8f82-fd37d86a50ca/?tab=instance_details__audit00:34
ducttape_tqtran - I know, this is what I was saying.00:34
ducttape_but if we remove that, does something bad happen?00:34
tqtrannot sure, let me see if  can get it to work with base first00:35
lhcheng_ducttape_: yes arnd 4k00:36
ducttape_andrewbogott - so that's what you will want to check.  if you look at your browser cookies, make sure horizon is not at that 4k limit00:37
ducttape_(4093 bytes per domain)00:37
andrewbogottI can’t get anything but the login screen00:37
ducttape_even if you go to /  or /horizon or /dashboard   ???00:37
andrewbogottis there a firefox menu to show me my cookie size or should I just dig around in the filesystem?00:37
ducttape_https://support.mozilla.org/en-US/kb/delete-cookies-remove-info-websites-stored00:38
ducttape_"Delete cookies for a single site" would be appropriate00:39
*** btully has quit IRC00:40
andrewbogottthat would delete them but not tell me how big...00:41
andrewbogottanyway, changing too many things at once now :)00:41
andrewbogottI can get one of you a login here if that is somehow useful00:41
ducttape_it's up to you.  I'd make sure to delete and limit any type of account you would give to the likes of me / us00:43
lhcheng_sure, if thats quick for you to setup00:43
andrewbogottit’s a public cloud, just make yourself an account here:  https://wikitech.wikimedia.org/w/index.php?title=Special:UserLogin&returnto=Main+Page&type=signup00:44
andrewbogottlet me know your username, I’ll drop you into a couple of disposable projects00:44
*** bpokorny_ has joined #openstack-horizon00:45
tqtranandrewbogott: your name reminds me of andrew bogut from the warriors00:48
lhcheng_tqtran: haha he needs to rest for the game later00:49
*** bpokorny has quit IRC00:49
andrewbogottno relation, alas.  I used to think we were all the same but with Ellis Island misspellings but it turns out there are still Bogotts back in the spreewald.00:49
tqtrandarn... thats too bad, u cant claim you're a distant relative00:50
andrewbogottoh, by the way, confusing fact:  your horizon login name will be what’s called ‘shell name’ on the signup page.00:50
openstackgerritRajat Vig proposed openstack/horizon: LocationProvider should be set up on the Horizon App  https://review.openstack.org/26494600:50
tqtranlhcheng_: yeah, they all need rest, the streak is starting to cost them00:52
andrewbogottlhcheng_: ok, try hitting https://horizon.wikimedia.org00:54
andrewbogottyou should be in two projects00:54
lhcheng_andrewbogott: hit an error: You are not authorized for any projects.00:54
andrewbogotthm, ok, maybe I forgot a step...00:55
andrewbogottoh, of course, was confused by our weird auth model.  One minute...00:55
*** gyee has quit IRC00:55
andrewbogottlhcheng_: is that better?00:56
*** apuimedo has quit IRC00:57
*** piet has quit IRC00:57
*** piet has joined #openstack-horizon00:57
*** apuimedo has joined #openstack-horizon00:57
andrewbogottah, there you are :)00:58
andrewbogottnow’s where you say “works for me!"00:58
*** matt-borland has joined #openstack-horizon00:58
* andrewbogott waves to matt-borland00:59
lhcheng_I can reproduce the issue :P00:59
andrewbogottlhcheng_: ok, we’ve established that I’m not hallucinating00:59
lhcheng_interesting, you have project name == project id01:00
andrewbogottyep, ldap backend01:00
andrewbogottI’ll be very sad to say goodbye to ldap project assignment, but it’s coming soon.01:00
andrewbogottThis cloud has been running (without horizon) since cactus.  So there’s some unexpected cruft :)01:01
openstackgerritKyle Olivo proposed openstack/horizon: WIP: Add angular instances panel  https://review.openstack.org/26137601:01
lhcheng_are you running horizon in apache?01:02
andrewbogottyep01:02
lhcheng_the settings of using LocMemCache only work if horizon is running on dev server01:03
andrewbogottah, ok.01:03
lhcheng_because the value is in-memory, and running in apache would mean horizon will be running in multiple process :(01:04
andrewbogottok.  well in any case what you’re looking at right now has memcached back on.  Or so I hope.01:04
andrewbogottI’m back to01:05
andrewbogotthttps://www.irccloud.com/pastebin/QeqwTzd4/01:05
*** ybathia has quit IRC01:05
andrewbogottwhat can we do to determine that this is indeed a caching and/or cookie issue?  And not some dumb keystone interaction?01:06
*** apuimedo has quit IRC01:06
lhcheng_andrewbogott: okay, I do see that that cookie size is small 41b, it does use the memcache01:06
*** kzaitsev_mb has quit IRC01:07
andrewbogottcool01:07
*** jacky-zhang has joined #openstack-horizon01:07
*** apuimedo has joined #openstack-horizon01:07
lhcheng_andrewbogott: in the horizon log, do you see "'Project switch successful for user <username>"01:08
andrewbogottProject switch failed for user "lhcheng".01:08
andrewbogotthttps://www.irccloud.com/pastebin/l5MTHw3P/01:08
*** matt-borland has quit IRC01:09
*** garthb__ has quit IRC01:09
lhcheng_ah your service catalog is still pointing to identity v301:10
andrewbogottaah01:11
andrewbogottso even though it’s set to 2 in horizon...01:11
andrewbogottyeah, that makes sense.01:11
openstackgerritMerged openstack/horizon: Clean up horizon.scss - Keypairs  https://review.openstack.org/26062501:11
openstackgerritMerged openstack/horizon: Add expect clause when the test passes  https://review.openstack.org/26539501:11
lhcheng_could be trying to rescope token using the identity v3 endpoint01:11
andrewbogottI tried switching horizon to v3 earlier today but ran into new, different problems.01:11
*** jtriley has joined #openstack-horizon01:11
r1chardj0n3shttps://medium.com/@wob/the-sad-state-of-web-development-1603a861d29f#.fhvh5gbky01:12
andrewbogottlhcheng_: so, what do you think, should I switch horizon to v3 and start working on that problem instead?  I’ll have to do it someday… (although I was hoping to wait until after I moved off of ldap assignment)01:15
lhcheng_andrewbogott: it depends, are you going to run keystone with multi-domains?01:17
andrewbogottI think I have to, to use mysql assigment but ldap identity01:17
lhcheng_andrewbogott: I assume you mean mysql for service accounts?01:18
andrewbogottIt’s uncanny how no matter what I do lands me back in this same awful keystone dependency chain01:18
andrewbogottI mean — right now assigment of users to projects is managed in ldap.  But that feature is deprecated.01:18
andrewbogott(But, don’t assume I know what I’m talking about here.  I’ve been sent down half a dozen blind alleys by keystone people and am now completely lost)01:19
*** apuimedo has quit IRC01:19
ducttape_lhcheng_ - do you know who helps when we have keystone horizon problems?  (trolling a joke here)01:19
lhcheng_if you moved to mysql assignment, and still have single source of identity in ldap, you can still run it single domain01:19
ducttape_sweetjebus01:19
andrewbogottlhcheng_: ok, maybe I’m misremembering.01:20
andrewbogottI also want to be able to assign global roles — do I need domains for that?01:20
andrewbogott(I have the uneasy feeling that all of these terms are badly overloaded)01:20
*** apuimedo has joined #openstack-horizon01:21
lhcheng_you don't need multi-domains for global roles01:21
andrewbogottgreat.01:21
andrewbogottOk, so… why are we talking about whether or not I need multi domains?01:21
andrewbogottBecause that’s the only reason to use v3?01:21
lhcheng_ducttape_: I think that's specialty of esp :P01:22
espuh oh, what did I break?01:22
lhcheng_andrewbogott: that's one of the main reason, if you can stick with v2 for kilo, keep it in v2.01:23
lhcheng_I'm not sure if all python-clients support keystone v3 in kilo, so that's another thing..01:23
andrewbogottWell… this is a production cloud, and all my other services are currently using v3 and working, so I’m reluctant to rock the boat, especially to move ‘backwards'01:23
andrewbogottunless there’s some reason to think that v2 and v3 will live on together happily forever01:24
andrewbogott(It might be painless to roll back, I’m just not sure)01:24
andrewbogottlhcheng_: would you expect horizon/liberty to play better with v3?01:25
lhcheng_andrewbogott: if v3 is already works for your other services, sure go ahead with v3 in horizon.01:25
*** apuimedo has quit IRC01:25
lhcheng_andrewbogott: kilo and liberty support in v3 is pretty much the same, the only improvement done keystone related is for the keystone federation.01:26
andrewbogottI assume I can ignore the step in this howto that tells me to set 'OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT = True'01:26
*** apuimedo has joined #openstack-horizon01:27
lhcheng_Set that to False, and make sure OPENSTACK_KEYSTONE_DEFAULT_DOMAIN matches the value in keystone01:27
lhcheng_esp: nothing, just some keystone horizon v3 fun :P01:28
espphew :)01:29
andrewbogottI don’t seem to set domain anywhere in keystone.conf at the moment.01:29
andrewbogottyeah, 'Unable to retrieve authorized projects'01:29
andrewbogottthis is familiar01:29
lhcheng_andrewbogott: that likely to be 'Default' (id: default)01:30
*** apuimedo has quit IRC01:31
andrewbogottyep, ok, I see that as a commented line in the default config01:31
andrewbogottso… now I just have to figure out why my permissions are totally messed up for horizon but not from the commandline...01:32
*** apuimedo has joined #openstack-horizon01:33
andrewbogottyeah, ‘openstack project list’ works fine from the commandline with the same creds that give me 'Unable to retrieve authorized projects’ in horizon01:33
lhcheng_andrewbogott: have you already switch to v3 in horizon?01:34
tqtranducttape_: still around? i think we should just revert the patch01:35
r1chardj0n3stqtran: no luck figuring out what the problem is, or no solution?01:35
tqtranso there are two solution:01:35
tqtran1. remove the <base> tag01:35
tqtran2. change the tab url to append the base01:36
andrewbogottlhcheng_: I think so.  I changed the url to v3 and also did01:36
andrewbogotthttps://www.irccloud.com/pastebin/4wjFtQ6k/01:36
andrewbogottthat’s it, right?01:36
tqtrani tried #2, but seems like base is still overriding it01:36
r1chardj0n3shmm, I'll have a poke at it01:36
tqtrananytime it sees the ? param, it automagically replaces it01:36
lhcheng_tqtran: if its going to take awhile to fix that, revert that for now to unblock.01:36
r1chardj0n3shmm01:36
*** TravT has quit IRC01:36
tqtrani also took a bit closer look at the $locationProvider docs01:37
tqtranwe dont actually need the base tag at all... so now im questioning the rationale behind adding it in the first place01:37
tqtranso all of the reasons above (including lhcheng_'s reason) has led me to believe that we're better off reverting for now01:38
tqtranr1chardj0n3s: i'll upload what i have, and you can poke around if you like01:38
r1chardj0n3stqtran: oh? rajat was pretty insistent that we needed it. happy to revert while we sort that out tho01:38
lhcheng_andrewbogott: how about OPENSTACK_KEYSTONE_URL did you switch to v3 too? and have you restarted (sorry to ask this annoying question).01:38
tqtrank, i'll submit a patch and bug to revert it for now01:39
andrewbogottOPENSTACK_KEYSTONE_URL = "http://%s:5000/v3" % OPENSTACK_HOST01:39
andrewbogottand yeah, I restarted apache, but I did it again just now for good measure :)01:39
lhcheng_the $locationProvider already bitten us twice, Rob also submitted a revert related to that last week.01:39
lhcheng_:(01:39
r1chardj0n3slhcheng_: yeah :-(01:40
*** TravT has joined #openstack-horizon01:41
*** Mounica has quit IRC01:41
lhcheng_andrewbogott: hmm I can't even login now. what's the error in the log?01:41
andrewbogottlhcheng_: I can’t log in either, exactly.01:41
andrewbogottthe horizon log just says Login failed for user "lhcheng".01:42
andrewbogottand the gui says what it says01:42
lhcheng_andrewbogott: does the log show the rest call made to keystone?01:42
andrewbogott(This is how far I got with v3 earlier as well.)01:42
andrewbogottIt literally only writes the one line01:42
andrewbogottbut maybe I can turn on more channels01:42
lhcheng_or you could also look at the keystone log01:42
*** btully has joined #openstack-horizon01:42
tqtranis gerrit down?01:43
tqtrancant seem to upload01:43
lhcheng_andrewbogott: you can set this to DEBUG - https://github.com/openstack/horizon/blob/stable/kilo/openstack_dashboard/local/local_settings.py.example#L38801:43
lhcheng_it should start logging the python-client call01:43
lhcheng_tqtran: works fine for me01:44
tqtran-_- strange....01:44
tqtranwth01:44
*** apuimedo has quit IRC01:44
*** apuimedo has joined #openstack-horizon01:45
andrewbogottok, the url it’s hitting is http://labcontrol1001.wikimedia.org:5000/v3/users/andrew/projects01:45
*** btully has quit IRC01:47
*** apuimedo has quit IRC01:49
*** apuimedo has joined #openstack-horizon01:51
*** mtanino has quit IRC01:52
lhcheng_uh oh..01:52
lhcheng_andrewbogott: can you try logging in as a user with admin role?01:53
*** shu-mutou has quit IRC01:53
andrewbogottlhcheng_: it’s possible that I’m misunderstanding what it means to have an admin role.  But the behavior seems to be the same.01:54
openstackgerritCindy Lu proposed openstack/horizon: Angular tables get page size from horizon settings  https://review.openstack.org/21982201:55
andrewbogottlhcheng_: I have a user named ‘novaadmin’ which has a line like this in ‘openstack role assignment list'01:56
andrewbogott| admin                            | novaadmin            |       | admin                       |        |01:56
andrewbogottrole ‘admin’ in project ‘admin'01:56
andrewbogottthat should do it shouldn’t it?01:56
*** shu-mutou has joined #openstack-horizon01:57
lhcheng_andrewbogott: yup, that should do it.01:57
andrewbogottand that user can ‘openstack project list'01:58
*** TravT has quit IRC02:00
lhcheng_try 'openstack project list --user andrew"02:00
lhcheng_using the 'andrew' account02:00
andrewbogottdoesn’t work02:01
openstackgerritThai Tran proposed openstack/horizon: WIP broken lazy tabs  https://review.openstack.org/26610002:01
andrewbogott40302:01
andrewbogottbut shouldn’t at least the novaadmin user be able to log in to horizon?02:01
tqtranr1chardj0n3s: ^--- if you want to poke around02:02
r1chardj0n3stqtran: ok02:02
tqtrani left two breakpoints in there to show you where the url code is generated02:02
*** apuimedo has quit IRC02:02
lhcheng_andrewbogott: yeah, it should.. I wonder if v3 + ldap assignment doesn't work well :/02:02
andrewbogottTo quote a wise man:  "It’s uncanny how no matter what I do lands me back in this same awful keystone dependency chain"02:03
*** apuimedo has joined #openstack-horizon02:03
andrewbogottOne lesson I’m learning is that when an openstack feature is ‘deprecated’ that generally means ‘we broke it already'02:04
*** piet has quit IRC02:04
*** TravT has joined #openstack-horizon02:04
lhcheng_be very afraid of using it02:05
*** jhesketh has quit IRC02:05
andrewbogottanyway… lhcheng_ I need to go and get dinner.  I will rearrange my dependency list to indicate that there is yet another thing I can’t do until I update my keystone model.02:05
andrewbogottthank you so much for your help!  I’ve at least narrowed things down now.02:05
lhcheng_sure, I'll try to play around on my side. I think there is something missing in the assignment data.02:05
*** jhesketh has joined #openstack-horizon02:05
lhcheng_andrewbogott: sorry, still didn't got to get your stuff working :/02:06
r1chardj0n3sone of these days I'm going to try to figure out why it takes so damned long to log into horizon02:06
lhcheng_r1chardj0n3s: do you have a lot of instance in your project?02:07
r1chardj0n3slhcheng_: nah, it's something else. actually, it's kinda just stopped now. heh.02:08
lhcheng_in our experience, it is due to the landing page being slow. :(02:08
lhcheng_r1chardj0n3s: hah you just need to scare it a bit02:08
r1chardj0n3s:-)02:08
*** zhurong has joined #openstack-horizon02:08
openstackgerritThai Tran proposed openstack/horizon: Revert "Specify <base> element in all pages"  https://review.openstack.org/26610202:10
*** mohankumar has joined #openstack-horizon02:11
tqtranalready, im off for the night, see you guys tmr02:11
r1chardj0n3soh, right, I think I know why that's broken. will see if I can look into it02:11
r1chardj0n3scya tqtran02:11
*** tqtran has quit IRC02:11
*** apuimedo has quit IRC02:13
*** apuimedo has joined #openstack-horizon02:13
*** bpokorny_ has quit IRC02:13
*** bpokorny has joined #openstack-horizon02:14
*** yamamoto has joined #openstack-horizon02:17
*** apuimedo has quit IRC02:20
openstackgerritRichard Jones proposed openstack/horizon: Fix action list icon use and spacing  https://review.openstack.org/26610402:21
*** apuimedo has joined #openstack-horizon02:21
*** TravT has quit IRC02:23
*** jbell8 has joined #openstack-horizon02:24
*** apuimedo has quit IRC02:25
*** apuimedo has joined #openstack-horizon02:26
*** TravT has joined #openstack-horizon02:28
*** bpokorny_ has joined #openstack-horizon02:30
*** yamamoto has quit IRC02:31
*** kzaitsev_mb has joined #openstack-horizon02:32
*** bpokorny has quit IRC02:34
*** bpokorny_ has quit IRC02:35
*** apuimedo has quit IRC02:35
*** apuimedo has joined #openstack-horizon02:36
*** TravT has quit IRC02:37
*** jbell8 has quit IRC02:38
*** yamamoto_ has joined #openstack-horizon02:38
*** jbell8 has joined #openstack-horizon02:39
*** yamamoto_ has quit IRC02:40
*** apuimedo has quit IRC02:41
*** apuimedo has joined #openstack-horizon02:41
*** davidmichaelkarr has quit IRC02:42
*** TravT has joined #openstack-horizon02:42
openstackgerritLIU Yulong proposed openstack/horizon: Move message tips bar to proper position  https://review.openstack.org/14577502:43
*** jtriley has quit IRC02:44
openstackgerritDiana Whitten proposed openstack/horizon: Clean up horizon.scss - _util.scss  https://review.openstack.org/26063002:48
*** TravT has quit IRC02:52
*** apuimedo has quit IRC02:53
*** apuimedo has joined #openstack-horizon02:54
*** amotoki has joined #openstack-horizon02:54
*** TravT has joined #openstack-horizon02:57
*** apuimedo has quit IRC02:58
*** apuimedo has joined #openstack-horizon03:00
*** kevinbenton_ has joined #openstack-horizon03:00
*** deray has joined #openstack-horizon03:01
*** kevinbenton_ has quit IRC03:03
*** piet has joined #openstack-horizon03:10
*** TravT has quit IRC03:11
*** apuimedo has quit IRC03:11
*** wolverin_ has joined #openstack-horizon03:12
*** amotoki has quit IRC03:12
*** apuimedo has joined #openstack-horizon03:13
*** amotoki has joined #openstack-horizon03:14
*** wolverin_ has quit IRC03:14
openstackgerritWang Bo proposed openstack/horizon: Delete deprecated codes with "TODO" annotation  https://review.openstack.org/26612503:14
*** kzaitsev_mb has quit IRC03:14
*** wolverineav has quit IRC03:15
*** TravT has joined #openstack-horizon03:16
openstackgerritReedip proposed openstack/django-openstack-auth-kerberos: Remove Py33 support  https://review.openstack.org/26612803:19
*** apuimedo has quit IRC03:24
*** TravT has quit IRC03:25
*** apuimedo has joined #openstack-horizon03:26
*** jbell8 has quit IRC03:27
*** doug-fish has joined #openstack-horizon03:30
*** ccard_ has joined #openstack-horizon03:31
*** yamamoto_ has joined #openstack-horizon03:33
*** ccard__ has quit IRC03:34
*** lhcheng has joined #openstack-horizon03:35
*** amotoki has quit IRC03:36
*** piet has quit IRC03:38
*** lhcheng_ has quit IRC03:38
*** mohankumar has quit IRC03:40
*** apuimedo has quit IRC03:43
*** chestack has quit IRC03:44
*** apuimedo has joined #openstack-horizon03:44
openstackgerritWang Bo proposed openstack/horizon: Delete some deprecated codes  https://review.openstack.org/26612503:47
*** apuimedo has quit IRC03:49
*** TravT has joined #openstack-horizon03:49
*** apuimedo has joined #openstack-horizon03:49
openstackgerrithanjiabao proposed openstack/horizon: Createing a page which has four tables to show data of vpn.  https://review.openstack.org/26613503:51
openstackgerritMerged openstack/horizon: Revert "Specify <base> element in all pages"  https://review.openstack.org/26610203:52
*** wolverineav has joined #openstack-horizon03:56
*** apuimedo has quit IRC03:56
*** apuimedo has joined #openstack-horizon03:57
*** doug-fish has quit IRC03:58
*** TravT has quit IRC03:59
*** chestack has joined #openstack-horizon04:03
*** amotoki has joined #openstack-horizon04:04
*** jacky-zhang has quit IRC04:04
*** apuimedo has quit IRC04:04
*** shu-mutou has quit IRC04:05
*** apuimedo has joined #openstack-horizon04:05
*** kevinbenton_ has joined #openstack-horizon04:07
*** jacky-zhang has joined #openstack-horizon04:10
*** kzaitsev_mb has joined #openstack-horizon04:11
openstackgerrithanjiabao proposed openstack/horizon: Createing a page which has four tables to show data of vpn  https://review.openstack.org/26613804:13
*** chestack has quit IRC04:15
*** wolverineav has quit IRC04:17
*** wolverineav has joined #openstack-horizon04:19
*** deray has quit IRC04:20
*** deray has joined #openstack-horizon04:21
*** TravT has joined #openstack-horizon04:22
*** apuimedo has quit IRC04:26
*** wolverineav has quit IRC04:26
*** RA_ has joined #openstack-horizon04:28
*** apuimedo has joined #openstack-horizon04:28
*** chestack has joined #openstack-horizon04:29
*** hurgleburgler1 is now known as hurgleburgler04:30
openstackgerritDiana Whitten proposed openstack/horizon: Horizon Checkboxes are now themeable.  https://review.openstack.org/25216104:31
*** kzaitsev_mb has quit IRC04:32
*** wolverineav has joined #openstack-horizon04:33
*** TravT has quit IRC04:36
*** apuimedo has quit IRC04:37
*** wolverineav has quit IRC04:38
*** apuimedo has joined #openstack-horizon04:38
*** piet has joined #openstack-horizon04:38
*** apuimedo has quit IRC04:45
*** apuimedo has joined #openstack-horizon04:46
*** wolverineav has joined #openstack-horizon04:46
*** jacky-zhang has quit IRC04:47
*** wolverineav has quit IRC04:47
*** apuimedo has quit IRC04:50
*** apuimedo has joined #openstack-horizon04:52
*** apuimedo has quit IRC04:57
*** apuimedo has joined #openstack-horizon04:57
*** piet has quit IRC05:00
*** apuimedo has quit IRC05:02
*** deray has quit IRC05:02
*** apuimedo has joined #openstack-horizon05:03
*** masco has joined #openstack-horizon05:06
*** apuimedo has quit IRC05:08
*** apuimedo has joined #openstack-horizon05:09
*** apuimedo has quit IRC05:16
*** apuimedo has joined #openstack-horizon05:17
*** btully has joined #openstack-horizon05:19
*** TravT has joined #openstack-horizon05:19
*** apuimedo has quit IRC05:22
*** apuimedo has joined #openstack-horizon05:22
*** btully has quit IRC05:23
*** hurgleburgler has quit IRC05:23
*** hurgleburgler has joined #openstack-horizon05:23
*** kzaitsev_mb has joined #openstack-horizon05:28
*** TravT has quit IRC05:29
*** apuimedo has quit IRC05:29
*** apuimedo has joined #openstack-horizon05:30
*** zhurong has quit IRC05:32
*** vgridnev has joined #openstack-horizon05:35
*** hurgleburgler has quit IRC05:36
*** mohankumar has joined #openstack-horizon05:37
*** davidmichaelkarr has joined #openstack-horizon05:40
*** jtriley has joined #openstack-horizon05:40
*** apuimedo has quit IRC05:42
*** apuimedo has joined #openstack-horizon05:43
*** jacky-zhang has joined #openstack-horizon05:44
*** TravT has joined #openstack-horizon05:49
*** apuimedo has quit IRC05:52
*** apuimedo has joined #openstack-horizon05:53
*** apuimedo has quit IRC05:57
*** kzaitsev_mb has quit IRC05:57
*** apuimedo has joined #openstack-horizon05:58
*** TravT has quit IRC06:02
*** apuimedo has quit IRC06:03
*** kevinbenton_ has quit IRC06:04
*** apuimedo has joined #openstack-horizon06:05
*** TravT has joined #openstack-horizon06:07
openstackgerritvenkatamahesh proposed openstack/horizon: Improvements in python condition code  https://review.openstack.org/26620706:12
*** apuimedo has quit IRC06:14
*** apuimedo has joined #openstack-horizon06:15
*** TravT has quit IRC06:17
openstackgerritOpenStack Proposal Bot proposed openstack/horizon: Imported Translations from Zanata  https://review.openstack.org/26621206:19
openstackgerritJoshua Hesketh proposed openstack/horizon: Clean up horizon.scss - _layout.scss  https://review.openstack.org/26062806:19
*** TravT has joined #openstack-horizon06:22
*** wolverineav has joined #openstack-horizon06:23
*** apuimedo has quit IRC06:26
*** apuimedo has joined #openstack-horizon06:29
openstackgerritKenji Ishii proposed openstack/horizon: Modify 'admin' used by fixed string  https://review.openstack.org/25928306:32
*** apuimedo has quit IRC06:33
*** zhurong has joined #openstack-horizon06:33
*** apuimedo has joined #openstack-horizon06:34
*** dsneddon has quit IRC06:37
*** apuimedo has quit IRC06:39
*** apuimedo has joined #openstack-horizon06:39
*** TravT has quit IRC06:40
*** apuimedo has quit IRC06:44
*** apuimedo has joined #openstack-horizon06:44
*** mohankumar has quit IRC06:45
*** kzaitsev_mb has joined #openstack-horizon06:53
*** lhcheng has quit IRC06:54
*** jacky-zhang has quit IRC06:54
*** tmazur has joined #openstack-horizon06:55
*** kzaitsev_mb has quit IRC06:58
*** TravT has joined #openstack-horizon07:04
*** vgridnev has quit IRC07:05
*** apuimedo has quit IRC07:05
*** apuimedo has joined #openstack-horizon07:06
*** wolverineav has quit IRC07:10
*** TravT has quit IRC07:14
*** TravT has joined #openstack-horizon07:18
*** apuimedo has quit IRC07:20
*** apuimedo has joined #openstack-horizon07:21
*** aortega_ has quit IRC07:23
*** TravT has quit IRC07:28
*** apuimedo has quit IRC07:28
*** apuimedo has joined #openstack-horizon07:30
*** TravT has joined #openstack-horizon07:33
*** apuimedo has quit IRC07:35
*** vgridnev has joined #openstack-horizon07:35
*** apuimedo has joined #openstack-horizon07:36
*** apuimedo has quit IRC07:41
*** apuimedo has joined #openstack-horizon07:41
*** e0ne has joined #openstack-horizon07:42
*** TravT has quit IRC07:42
*** RA_ has quit IRC07:43
*** apuimedo has quit IRC07:48
*** apuimedo has joined #openstack-horizon07:50
*** wolverineav has joined #openstack-horizon07:52
*** belmoreira has joined #openstack-horizon07:53
*** apuimedo has quit IRC07:54
*** kzaitsev_mb has joined #openstack-horizon07:54
*** apuimedo has joined #openstack-horizon07:55
*** chestack has quit IRC07:55
*** wolverineav has quit IRC07:56
*** jtomasek has joined #openstack-horizon07:57
*** kzaitsev_mb has quit IRC07:59
*** apuimedo has quit IRC07:59
*** vgridnev has quit IRC08:00
*** apuimedo has joined #openstack-horizon08:00
openstackgerrithanjiabao proposed openstack/horizon: This provide an angular basic page to show vpn's four tables  https://review.openstack.org/26623708:01
*** wolverineav has joined #openstack-horizon08:04
*** TravT has joined #openstack-horizon08:06
*** apuimedo has quit IRC08:07
*** apuimedo has joined #openstack-horizon08:07
*** TravT has quit IRC08:11
*** omer_etrog has quit IRC08:14
*** e0ne has quit IRC08:16
*** apuimedo has quit IRC08:17
*** apuimedo has joined #openstack-horizon08:17
openstackgerritWang Bo proposed openstack/horizon: Delete some deprecated codes  https://review.openstack.org/26612508:19
*** apuimedo has quit IRC08:24
*** apuimedo has joined #openstack-horizon08:25
*** chestack has joined #openstack-horizon08:27
*** rdopiera has joined #openstack-horizon08:30
*** TravT has joined #openstack-horizon08:30
*** apuimedo has quit IRC08:32
openstackgerrithanjiabao proposed openstack/horizon: Adding a four-table-page after ng-vpn panel  https://review.openstack.org/26623708:33
*** apuimedo has joined #openstack-horizon08:33
*** kzaitsev_mb has joined #openstack-horizon08:34
*** TravT has quit IRC08:40
*** apuimedo has quit IRC08:40
*** aortega has joined #openstack-horizon08:41
*** apuimedo has joined #openstack-horizon08:42
zigorobcresswell: mrunge: I've fixed all the assertRedirect issues in Django 1.9, so there's now only 3 errors in the horizon folder tests. Now I'd like to understand 2 things: what with the 'NoneType' object is not callable, and all the "Exception raised" in the {% include %} of openstack_dashboard.08:42
zigoAny light on how to fix the "NoReverseMatch: u'ngusers' is not a registered namespace inside 'horizon:identity'" which is generating this?08:42
zigoFYI, my latest build log: http://sid.gplhost.com/horizon/horizon_8.0.0-4_amd64.build08:43
openstackgerritMasco proposed openstack/horizon: Adding angular QoS panel in horizon  https://review.openstack.org/24799708:43
*** TravT has joined #openstack-horizon08:44
*** apuimedo has quit IRC08:46
*** apuimedo has joined #openstack-horizon08:47
*** vgridnev has joined #openstack-horizon08:49
mrungezigo, you might want to check contents of https://github.com/openstack/horizon/blob/stable/liberty/openstack_dashboard/enabled/_3031_identity_users_panel.py08:50
mrungeif ngusers is really disabled in your build08:50
zigomrunge: My package doesn't touch that file, it's direct from upstream git...08:51
mrungezigo, could you please file bugs about django-1.9 issues08:52
mrungerobcresswell, had a blueprint for django-1.9 imho08:52
mrungewe should be tracking all that stuff08:52
*** apuimedo has quit IRC08:52
*** apuimedo has joined #openstack-horizon08:53
zigomrunge: Well, I'm looking at fixing the issues rather than filling bugs! :)08:54
mrungeI just discovered by coincidence, pagination is broken in mitaka, since someone changed URL handling08:54
zigoOh... :/08:54
mrungezigo, we'd need those bugs to make sure, we don't forget something for backporting etc.08:55
mrungeworst thing is, breaking pagination has not been discovered by unit tests08:55
mrungeand also not by integration tests08:55
mrunge^^ tsufiev08:55
*** TravT has quit IRC08:58
*** apuimedo has quit IRC09:00
*** belmoreira has quit IRC09:01
*** apuimedo has joined #openstack-horizon09:01
zigotsufiev: It'd be really cool if you could help me finishing the work as well!09:02
zigoI don't think I'm far from finished.09:02
openstackgerritAlexander Koryagin proposed openstack/horizon: Add test for create/delete image under Admin user  https://review.openstack.org/26595509:04
*** zhurong has quit IRC09:05
*** amotoki has quit IRC09:05
*** amotoki has joined #openstack-horizon09:07
*** amotoki has quit IRC09:07
openstackgerritMerged openstack/django_openstack_auth: Python 3 deprecated the logger.warn method in favor of warning  https://review.openstack.org/26422809:12
openstackgerritMerged openstack/django_openstack_auth: Updated from global requirements  https://review.openstack.org/26441709:13
*** ygbo has joined #openstack-horizon09:13
openstackgerrithanjiabao proposed openstack/horizon: Adding a four-table-page after ng-vpn panel  https://review.openstack.org/26623709:13
*** openstackgerrit has quit IRC09:17
*** openstackgerrit has joined #openstack-horizon09:18
*** apuimedo has quit IRC09:18
*** apuimedo has joined #openstack-horizon09:19
*** kzaitsev_mb has quit IRC09:21
*** TravT has joined #openstack-horizon09:22
*** kzaitsev_mb has joined #openstack-horizon09:23
openstackgerritAlexander Koryagin proposed openstack/horizon: Add test for create/delete image under Admin user  https://review.openstack.org/26595509:23
tsufievmrunge, there are no integration tests for pagination )09:27
tsufievso it's an expected behavior09:27
mrungehahaha09:28
*** kzaitsev_mb has quit IRC09:28
tsufievseriously, we need to increase coverage09:28
mrungeon the other side, I would have expected, something changing url base should have been detected09:28
tsufievmrunge, there are new contributors from Mirantis side to integration tests, but their progress is somewhat hindered by the lack of attention to https://review.openstack.org/#/q/topic:bp/integration-tests-improvements-part109:31
mrungetsufiev, I share your pain here09:31
tsufievwell, you guess what's my point here )09:31
tsufievreviews, reviews, reviews...09:31
mrungebut great to hear there are new (and more) contributors09:31
mrungeyes!09:31
*** TravT has quit IRC09:32
*** apuimedo has quit IRC09:33
*** apuimedo has joined #openstack-horizon09:35
*** TravT has joined #openstack-horizon09:37
*** aix has joined #openstack-horizon09:37
*** tmazur has quit IRC09:39
*** apuimedo has quit IRC09:39
*** apuimedo has joined #openstack-horizon09:40
*** TravT has quit IRC09:41
tsufievzigo, I guess all the details are in a recent [horizon] mailing thread, correct?09:41
*** apuimedo has quit IRC09:44
*** apuimedo has joined #openstack-horizon09:45
*** e0ne has joined #openstack-horizon09:48
*** clayton has quit IRC09:51
*** clayton has joined #openstack-horizon09:51
*** apuimedo has quit IRC09:52
*** apuimedo has joined #openstack-horizon09:52
*** NightKhaos has quit IRC09:52
*** vishwana_ has joined #openstack-horizon09:54
*** cbader_ has joined #openstack-horizon09:55
*** vishwanathj has quit IRC09:56
*** cbader has quit IRC09:56
*** NightKhaos has joined #openstack-horizon09:57
*** amotoki has joined #openstack-horizon09:59
*** wolverineav has quit IRC10:02
*** TravT has joined #openstack-horizon10:05
*** apuimedo has quit IRC10:06
*** apuimedo has joined #openstack-horizon10:07
*** rdopiera has quit IRC10:09
*** rdopiera has joined #openstack-horizon10:09
*** RA has joined #openstack-horizon10:10
*** RA is now known as Guest6917510:10
*** apuimedo has quit IRC10:14
*** TravT has quit IRC10:15
*** apuimedo has joined #openstack-horizon10:15
*** josecastroleon has joined #openstack-horizon10:19
*** TravT has joined #openstack-horizon10:20
*** apuimedo has quit IRC10:20
*** apuimedo has joined #openstack-horizon10:21
*** JeanBriceCombebi has joined #openstack-horizon10:23
*** Guest69175 has quit IRC10:25
*** apuimedo has quit IRC10:25
*** apuimedo has joined #openstack-horizon10:26
*** kzaitsev_mb has joined #openstack-horizon10:27
*** apuimedo has quit IRC10:31
*** apuimedo has joined #openstack-horizon10:31
*** kzaitsev_mb has quit IRC10:32
*** aix has quit IRC10:32
*** TravT has quit IRC10:34
*** apuimedo has quit IRC10:36
*** apuimedo has joined #openstack-horizon10:36
*** TravT has joined #openstack-horizon10:39
openstackgerritAlexandra Allakhverdieva proposed openstack/horizon: Added test test_create_delete_volume_snapshot  https://review.openstack.org/24088910:41
*** kzaitsev_mb has joined #openstack-horizon10:42
*** dsneddon has joined #openstack-horizon10:43
*** JeanBriceCombebi has quit IRC10:44
*** JeanBriceCombebi has joined #openstack-horizon10:46
*** apuimedo has quit IRC10:49
*** apuimedo has joined #openstack-horizon10:50
*** dsneddon has quit IRC10:50
*** dsneddon has joined #openstack-horizon10:51
*** dsneddon has quit IRC10:51
*** dsneddon has joined #openstack-horizon10:51
*** dsneddon has quit IRC10:52
*** dsneddon has joined #openstack-horizon10:52
*** aix has joined #openstack-horizon10:53
*** chestack has quit IRC10:56
*** wolverineav has joined #openstack-horizon10:58
*** apuimedo has quit IRC10:59
*** apuimedo has joined #openstack-horizon11:00
*** wolverineav has quit IRC11:03
*** tosky has joined #openstack-horizon11:06
*** apuimedo has quit IRC11:10
*** apuimedo has joined #openstack-horizon11:11
*** chestack has joined #openstack-horizon11:13
*** josecastroleon has quit IRC11:13
betherlysorry late into the channel! crazy morning. yay bug day!11:17
*** TravT has quit IRC11:17
*** openstackgerrit has quit IRC11:17
*** openstackgerrit has joined #openstack-horizon11:18
*** TravT has joined #openstack-horizon11:22
robcresswellMissing test on pagination is serious issue :/11:22
*** btully has joined #openstack-horizon11:22
robcresswellmrunge is there a bug report for that issue?11:23
mrungerobcresswell, Itxaka just added this bug here too: https://bugs.launchpad.net/horizon/+bug/153226511:23
openstackLaunchpad bug 1532265 in OpenStack Dashboard (Horizon) "Clicking on flavor field on the instance list table, redirects to the home page" [Medium,In progress] - Assigned to Itxaka Serrano (itxakaserrano)11:23
mrungerobcresswell, there is an issue (and fix) for the pagination bug11:23
mrungerobcresswell, it's https://launchpad.net/bugs/153275911:23
openstackLaunchpad bug 1532759 in OpenStack Dashboard (Horizon) "instance list pagination broken" [Medium,In progress] - Assigned to Matthias Runge (mrunge)11:23
mrungeItxaka stated in his mail to openstack-dev: Any link that has an href="#" is probably broken.11:24
robcresswellYeah, just reading them all11:27
robcresswellmrunge: Thanks for the bugs and fixes, will test and get those merged soon11:28
mrungerobcresswell, would you have a suggestion, how to test working pagination=11:29
*** apuimedo has quit IRC11:29
mrungewhile tests, i found out more issues11:29
mrungeand e.g nova api should provide pagination iirc.11:29
*** apuimedo has joined #openstack-horizon11:30
robcresswellLazy loaded tabs also need tests11:30
*** TravT has quit IRC11:31
mrungeso, we should be able to support pagination on instances table completely11:33
mrungecorrect11:33
mrungeboth proposed fixes don't contain tests11:33
robcresswellmrunge: What is interesting is that none of this failed: https://github.com/openstack/horizon/blob/master/horizon/test/tests/tabs.py11:34
robcresswellThere are tests, but they are false passes it seems11:34
*** apuimedo has quit IRC11:34
*** TravT has joined #openstack-horizon11:36
mrungerobcresswell, not sure if those tests are really testing full urls11:36
*** apuimedo has joined #openstack-horizon11:36
openstackgerritTimur Sufiev proposed openstack/horizon: Eliminate ambiguity when matching panel in i9n tests  https://review.openstack.org/26630611:37
*** btully has quit IRC11:38
openstackgerritTimur Sufiev proposed openstack/horizon: Simplify tables page regions  https://review.openstack.org/26106411:38
robcresswellmrunge: No, I suppose not11:38
robcresswellWe need to help timur with his i9n effort11:38
robcresswell:)11:38
openstackgerritTimur Sufiev proposed openstack/horizon: Move integration_tests.tests.decorators one level up  https://review.openstack.org/26106311:38
mrungeyeah, if they did, we would have caught that earlier11:38
openstackgerritTimur Sufiev proposed openstack/horizon: Add @cached_property decorator to integration tests  https://review.openstack.org/26151711:38
openstackgerritTimur Sufiev proposed openstack/horizon: In integration tests reference table columns by name  https://review.openstack.org/26151811:39
openstackgerritTimur Sufiev proposed openstack/horizon: Rework table actions in integration tests  https://review.openstack.org/26156911:39
openstackgerritTimur Sufiev proposed openstack/horizon: Improve working with messages in integration tests  https://review.openstack.org/26185011:40
openstackgerritTimur Sufiev proposed openstack/horizon: Don't wait for spinner to disappear explicitly in i9n tests  https://review.openstack.org/26186411:40
*** TravT has quit IRC11:41
*** kzaitsev_mb has quit IRC11:41
openstackgerritTimur Sufiev proposed openstack/horizon: Reduce number of calls to Selenium for form fields  https://review.openstack.org/26157111:41
openstackgerritTimur Sufiev proposed openstack/horizon: Add test for create/delete image under Admin user  https://review.openstack.org/26595511:41
tsufievplease ignore the noise ^^^11:41
tsufievI was just rebasing a lengthy chain of patches11:41
*** TravT has joined #openstack-horizon11:41
tsufievthat's the disadvantage of having long chains :(11:42
openstackgerritMasco proposed openstack/horizon: Adding angular QoS panel in horizon  https://review.openstack.org/24799711:42
*** apuimedo has quit IRC11:45
*** amotoki has quit IRC11:46
tsufievmrunge, robcresswell: yes, any help in merging the basement for more i9n tests would be very appreciated :)11:47
*** apuimedo has joined #openstack-horizon11:47
*** JeanBriceCombebi has quit IRC11:47
tsufievby 'foundation' I mean https://review.openstack.org/#/q/topic:bp/integration-tests-improvements-part1 and https://review.openstack.org/#/c/266306/11:49
*** amotoki has joined #openstack-horizon11:50
*** KingKhan has joined #openstack-horizon11:51
*** apuimedo has quit IRC11:52
*** JeanBriceCombebi has joined #openstack-horizon11:52
*** apuimedo has joined #openstack-horizon11:53
robcresswellafter bug day :)11:53
robcresswellfirst want to get the fixes in, then look at bugs11:54
*** TravT has quit IRC11:54
tsufievoops, the bug day11:54
tsufievalmost forgot11:54
robcresswellhttps://etherpad.openstack.org/p/horizon-bug-day11:55
tsufievyeah, thanks for the reminder )11:55
*** TravT has joined #openstack-horizon11:55
*** JeanBriceCombebi has quit IRC11:57
*** josecastroleon has joined #openstack-horizon12:01
*** amotoki has quit IRC12:02
*** apuimedo has quit IRC12:02
chestackmrunge, could you help review patch: https://review.openstack.org/#/c/261187/12:03
chestackthanks~12:04
*** apuimedo has joined #openstack-horizon12:04
robcresswelllol12:04
robcresswellr1chardj0n3s: Oooh look at all the etherpad organisation!12:05
mrungechestack, is there a reason not to review any other patch first?12:06
*** kzaitsev_mb has joined #openstack-horizon12:07
mrungechestack, could you please help with reviewing other patches? That would remove load from cores actually12:08
*** apuimedo has quit IRC12:09
mrungeand will speedup reviews in general12:09
*** TravT has quit IRC12:09
*** vgridnev has quit IRC12:10
*** apuimedo has joined #openstack-horizon12:10
*** vgridnev has joined #openstack-horizon12:10
*** josecastroleon has quit IRC12:10
*** josecastroleon has joined #openstack-horizon12:11
chestackmrunge, of course not...  ping you just because it fix a bug which you are the reporter12:12
mrungechestack, ack, now I got you. thank you for the heads up12:13
*** TravT has joined #openstack-horizon12:14
robcresswellmrunge: Reviewed the pgination fix, there is an issue12:18
robcresswellpagination*12:18
*** apuimedo has quit IRC12:19
*** pauloewerton has joined #openstack-horizon12:21
mrungeoh?12:21
*** apuimedo has joined #openstack-horizon12:21
robcresswellIt looks like going to second page updates the full_url to include the marker12:21
robcresswellso adding another marker, breaks it12:22
mrungeah dang12:22
mrungeI would love to see a fix for the whole url change/rewrite issue12:23
mrungethat would solve at least 2 issues in one12:23
*** TravT has quit IRC12:23
robcresswellmrunge: I have an idea...12:26
*** TravT has joined #openstack-horizon12:28
*** aix has quit IRC12:29
robcresswellDang.12:30
robcresswellThis may need another revert.12:30
*** vgridnev has quit IRC12:30
*** apuimedo has quit IRC12:30
mrungerobcresswell, did you already found the offending commit?12:31
openstackgerritKarthik Suresh proposed openstack/horizon: Corrected typo in fetch security groups comment  https://review.openstack.org/26633612:31
*** apuimedo has joined #openstack-horizon12:31
*** masco has quit IRC12:31
*** aix has joined #openstack-horizon12:32
robcresswellmrunge: Its caused by the locationprovider patch, same one that has caused a couple of issues12:34
*** apuimedo has quit IRC12:36
mrungeLocationprovider was already reverted, no?12:36
*** apuimedo has joined #openstack-horizon12:37
*** TravT has quit IRC12:38
robcresswellI forgot that12:38
robcresswellderp.12:38
mrungebut there is the base patch12:38
robcresswellthat was also reverted :p12:38
mrungeoh12:39
mrungeit was?12:39
mrungewhen I reverted locally here, now pagination works again12:39
robcresswell*facepalm*12:39
robcresswellI had rebased your patch on master12:40
robcresswellYes12:40
robcresswellit works fine now12:40
mrungesorry?12:40
mrungethe patch works or "Specify <base> element in all pages" was already reverted?12:40
*** vgridnev has joined #openstack-horizon12:41
mrungethe latter is the patch breaking pagination12:41
robcresswell<base> was reverted12:41
robcresswellpagination is fine on master12:41
robcresswellHeh12:41
mrungeheh, ok. thanks12:42
mrungeI can abandon my patch then12:42
robcresswellindeed12:42
*** TravT has joined #openstack-horizon12:42
openstackgerritMerged openstack/horizon: Imported Translations from Zanata  https://review.openstack.org/26621212:43
mrungethank you robcresswell12:43
*** apuimedo has quit IRC12:47
*** apuimedo has joined #openstack-horizon12:49
*** TravT has quit IRC12:52
*** apuimedo has quit IRC12:56
*** apuimedo has joined #openstack-horizon12:57
*** KingKhan has quit IRC12:57
*** wolverineav has joined #openstack-horizon12:59
*** chestack has quit IRC13:02
robcresswellJust realised we had ~20 Trove/ Sahara bugs we were still carrying13:03
robcresswellhooray for cleanup13:03
mrunge\o/13:03
mfloboHi all, Anybody knows if murano-dashboard https://github.com/openstack/murano-dashboard has his own RPM?13:04
mrungetsufiev, ^^^13:04
*** wolverineav has quit IRC13:04
kzaitsev_mbmflobo: I'm not sure it does =(13:05
mflobokzaitsev_mb, I checked and I didn't find it... but I'm not sure13:05
kzaitsev_mbI mean I heard that someone was working on it, but I don't think it was ever finished13:05
mflobokzaitsev_mb, I know that people from Mirantis were working on openstack-murano and python-muranoclient RPMs since some months... but nothing about the dashboard part13:06
mrungeI *think* I heard someone was working on it.13:06
tsufievmrunge, I think kzaitsev_mb is more competent on that matter than me13:06
tsufievhm...13:07
mrungethank you tsufiev , he already answered13:07
kzaitsev_mbI believe we had zigo working on debs though =)13:07
* tsufiev is going to ask Mirantis packaging people13:07
mflobotsufiev, thanks13:07
mrungedon't you have a CI env to look it up?13:07
kzaitsev_mbtsufiev: mflobo I believe you're looking for RDO package, right?13:07
mflobokzaitsev_mb, yes13:08
*** ducttape_ has quit IRC13:08
mrungekzaitsev_mb, somehow I got the impression, mirantis was working on rpm packages based on centos, too13:08
mrungethat's why I pointed in your direction13:09
*** ducttape_ has joined #openstack-horizon13:09
mrungeif that impression is wrong, I apologize13:09
mflobomrunge, kzaitsev_mb, yes, they were https://review.gerrithub.io/#/q/projects:mos-outside+branch:rpm-liberty13:09
mflobobut nothing about the dashboard... I think13:10
ducttape_morning all.  was that location patch thing getting reverted?   this one https://review.openstack.org/#/c/264630/ ?13:11
kzaitsev_mbI gotta ask around. I've been getting several requests for RDO packages for murano several times. I'll ping around packaging folks in Mirantis.13:11
mflobokzaitsev_mb, thanks a lot13:11
kzaitsev_mbWould probably be a good thing to ask our Outreachy intern to do13:12
kzaitsev_mbmflobo: so the short answer is no — we don't have it. But we want to have it, cause people are asking. Gotta put it somewhere on the priority list, =)13:13
tsufievmflobo, a bit longer answer is: yes, we have them, but it's internal )13:13
tsufievkzaitsev_mb, have you heard of https://review.fuel-infra.org/#/admin/projects/openstack-build/murano-dashboard-build ?13:13
mflobokzaitsev_mb, tsufiev, ok, thanks, that's a good answer for me :)13:14
kzaitsev_mbtsufiev: everyone's looking for RDO, so I doubt, that fuel's rpms would work out of the box for those people =)13:15
mflobokzaitsev_mb, tsufiev, mrunge thanks again guys13:15
kzaitsev_mbbut they might )13:15
mrungerobcresswell, didn't you mention, you had a fix for https://bugs.launchpad.net/horizon/+bug/1527575 ?13:15
openstackLaunchpad bug 1527575 in OpenStack Dashboard (Horizon) "failed to create user from domain scoped token" [High,New]13:15
toskyrobcresswell: instead of closing sahara bugs as invalid, what about reassigning them to the proper component?13:16
*** apuimedo has quit IRC13:16
mrungeducttape_, yes it was13:16
toskyrobcresswell: I don't think that closing them is helping (and I'm not talking because three of them where mine - or maybe yes)13:16
robcresswellmrunge: I don't think so...13:16
ducttape_thanks mrunge13:16
mrungeit broke many things ducttape_13:16
ducttape_yes it did13:16
robcresswelltosky: Sure, can do13:16
*** apuimedo has joined #openstack-horizon13:17
mrungerobcresswell, then I misunderstood you.13:17
toskyrobcresswell: thanks13:17
robcresswelltosky: Do you want them under sahara, or a sahara-dashboard tracker?13:19
toskyrobcresswell: I think the existing bugs are under sahara with a special tag, let me check13:20
toskyrobcresswell: yes, under sahara with a "dashboard" tag, and [UI] prefix in the summary13:21
tsufievtosky, why do you have then sahara-dashboard tracker?13:21
*** btully has joined #openstack-horizon13:21
robcresswell-.-13:21
*** apuimedo has quit IRC13:21
mrungeit's probably a backup tracker, no?13:22
robcresswellI'm kinda questioning why nobody from sahara has come to take their own bugs, but fine, I'll add the tags and headers.13:22
toskytsufiev: do we? :)13:22
toskyrobcresswell: that's a good point, maybe just forgotten + the holidays13:22
*** apuimedo has joined #openstack-horizon13:23
toskytsufiev: where is the tracker for sahara-dashboard?13:23
tsufievtosky, oh, sorry, having both trove and trove-dashboard trackers confused me13:23
tsufievI thought the same is true for sahara13:23
tsufievbtw, I reassigned trove bugs from horizon to trove-dashboard13:23
toskyI remember that trove people looked for other examples, including sahara, but then voted to have two dashboards (unfortunately I couldn't attend that meeting, or I would have voted to keep them into trove)13:24
*** btully has quit IRC13:26
openstackgerritTatyana Kuterina proposed openstack/horizon: Added tests for check volumes management functionality  https://review.openstack.org/23704413:26
*** ducttape_ has quit IRC13:27
robcresswelltosky: I think that's all of them, titled, reassigned and tagged.13:28
toskyrobcresswell: thanks!13:29
*** erlon has joined #openstack-horizon13:30
*** JeanBriceCombebi has joined #openstack-horizon13:30
openstackgerritTatyana Gladysheva proposed openstack/horizon: Added test for check stacks creation and deletion functionality  https://review.openstack.org/26636813:31
*** ygbo has quit IRC13:36
*** ccesario has joined #openstack-horizon13:39
*** tmazur has joined #openstack-horizon13:42
*** dslev has joined #openstack-horizon13:42
openstackgerritTimur Sufiev proposed openstack/horizon: Rework table actions in integration tests  https://review.openstack.org/26156913:44
robcresswell449 Undecided, that are New/Confirmed/Triaged/In Progress13:46
robcresswellhttps://etherpad.openstack.org/p/horizon-bug-day13:47
*** apuimedo has quit IRC13:47
openstackgerritAlexander Koryagin proposed openstack/horizon: Add test for create/delete image under Admin user  https://review.openstack.org/26595513:47
*** apuimedo has joined #openstack-horizon13:48
*** matt-borland has joined #openstack-horizon13:50
*** mhorban_ has joined #openstack-horizon13:52
*** TravT has joined #openstack-horizon13:54
*** jbell8 has joined #openstack-horizon13:56
*** JeanBriceCombebi has quit IRC13:57
*** dslev has quit IRC14:02
*** apuimedo has quit IRC14:05
*** apuimedo has joined #openstack-horizon14:06
*** mtanino has joined #openstack-horizon14:07
*** TravT has quit IRC14:08
*** JeanBriceCombebi has joined #openstack-horizon14:09
*** neelashah has joined #openstack-horizon14:10
*** jtriley has quit IRC14:10
*** jprovazn has joined #openstack-horizon14:10
*** yamamoto_ has quit IRC14:11
*** piet has joined #openstack-horizon14:11
*** TravT has joined #openstack-horizon14:13
*** julim has joined #openstack-horizon14:14
*** masco has joined #openstack-horizon14:17
*** apuimedo has quit IRC14:17
*** ZZelle has joined #openstack-horizon14:18
*** Ephur has quit IRC14:19
*** apuimedo has joined #openstack-horizon14:19
*** Ephur has joined #openstack-horizon14:20
*** Ephur has quit IRC14:20
*** Ephur has joined #openstack-horizon14:20
*** amotoki has joined #openstack-horizon14:20
*** amotoki has quit IRC14:21
*** TravT has quit IRC14:23
*** masco has quit IRC14:23
*** JeanBriceCombebi has quit IRC14:25
*** mtanino has quit IRC14:26
*** TravT has joined #openstack-horizon14:27
*** peristeri has joined #openstack-horizon14:29
*** petertr7_away is now known as petertr714:30
*** apuimedo has quit IRC14:31
*** ygbo has joined #openstack-horizon14:32
*** apuimedo has joined #openstack-horizon14:32
*** aix has quit IRC14:33
*** jpomeroy has joined #openstack-horizon14:33
*** aix has joined #openstack-horizon14:33
*** jtriley has joined #openstack-horizon14:34
*** lblanchard has joined #openstack-horizon14:35
matt-borlandjpomeroy, around?  I am looking for info as to how/what to setup the lbaas dashboardand/or any serices.14:35
jpomeroymatt-borland, sure let me see if i can find some info14:36
matt-borlandthanks jpomeroy14:37
*** TravT has quit IRC14:37
*** btully has joined #openstack-horizon14:37
jpomeroymatt-borland, the main thing is just enabling the plugin in devstack14:38
matt-borlandoh!  Is there a particularly new version of devstack that i need?14:38
matt-borlandmine is probably about 9 mos old.14:38
*** dslev has joined #openstack-horizon14:39
*** lapalm has joined #openstack-horizon14:39
jpomeroymatt-borland, http://paste.openstack.org/show/483593/14:39
*** apuimedo has quit IRC14:39
jpomeroyyou likely will need a newer devstack14:40
matt-borlandjpomeroy, anything in particular to enable/setup the dashboard?14:40
*** amotoki has joined #openstack-horizon14:40
*** apuimedo has joined #openstack-horizon14:41
*** TravT has joined #openstack-horizon14:41
jpomeroyfor dev purposes i like to git clone the lbaas dashboard as a sibling to horizon, then update horizon's requirements.txt to point to the lbaas dashboard folder14:42
jpomeroybut there are other ways to get that done too14:42
matt-borlandthat sounds good for now, thanks jpomeroy14:42
jpomeroyi add this line at the end of requirements.txt:  -e /path/to/neutron-lbaas-dashboard14:44
openstackgerritRob Cresswell proposed openstack/horizon: Fix doc incorrectly specifying alert-error  https://review.openstack.org/26640614:44
*** JeanBriceCombebi has joined #openstack-horizon14:44
jpomeroyyou will also need to copy the enabled file over to openstack_dashboard/enabled14:44
*** apuimedo has quit IRC14:45
*** apuimedo has joined #openstack-horizon14:46
matt-borlandyep, cool, thanks jpomeroy14:46
*** amotoki has quit IRC14:47
*** dslev has quit IRC14:49
jpomeroymatt-borland, no problem, thanks for trying it out.  let me know if you have any questions.14:50
*** TravT has quit IRC14:51
matt-borlandjpomeroy, I'm assuming the paste you sent goes into stackrc?14:52
tsufievrobcresswell, what should we do we bugs filed for icehouse?14:53
jpomeroymatt-borland, that should be put in your local.conf file14:53
tsufievI'm tempted to close them as Won't Fix :)14:53
matt-borlandok, thx14:53
matt-borlandsorry, right14:53
jpomeroyobviously you have to enable neutron as well14:53
jpomeroyi can paste my whole local.conf if you'd like14:54
matt-borlandyeah... :)14:54
matt-borlandthat's probably my best bet.14:54
jpomeroyi'm probably making assumptions14:54
zigokzaitsev_mb: tsufiev: For sure I packaged murano-dashboard, it's been 1 year I'm maintaining it in Debian (since Juno).14:55
matt-borlandno problem, most likely I am as well jpomeroy14:55
robcresswelltsufiev: Is the bug fixed in the oldest stable we support?14:55
robcresswelltsufiev: If Icehouse specific, close it14:55
tsufievrobcresswell, the oldest stable for now is kilo?14:56
*** TravT has joined #openstack-horizon14:56
jpomeroymatt-borland, it's very short:  http://paste.openstack.org/show/483598/14:56
jpomeroyand you don't actually need barbican at the moment14:56
robcresswelltsufiev: Yeah14:56
jpomeroythat would only be to support the TERMINATED_HTTPS listener protocol which isn't done yet14:57
*** ducttape_ has joined #openstack-horizon14:57
*** dslev has joined #openstack-horizon14:58
jpomeroyi'm running with a pretty minimal setup just for this lbaas stuff14:58
robcresswellmatt-borland: There's a faaairly decent localconf at https://github.com/openstack/horizon/blob/master/doc/source/ref/local_conf.rst14:59
robcresswellthen for other dashboards you just need to cp the enabled file and pip install -e .14:59
robcresswellwhile youre in the horizon venv :)14:59
matt-borlandthanks, looks good jpomeroy14:59
matt-borlander, robcresswell  :)14:59
*** wolverineav has joined #openstack-horizon15:01
*** doug-fish has joined #openstack-horizon15:02
*** jrist has quit IRC15:03
matt-borlanddoug-fish, got your call for reviews on lbaas...following up with jpomeroy this morning to get my env set up properly15:04
*** mtanino has joined #openstack-horizon15:04
doug-fishmatt-borland: cool - I'm happy to help as well15:04
doug-fishI'm looing for review support for the neutron-lbaas-dashboard https://review.openstack.org/#/q/project:+openstack/neutron-lbaas-dashboard,n,z15:05
*** TravT has quit IRC15:05
*** wolverineav has quit IRC15:06
matt-borlandI'm going to start with what is merged, but after that, what is a good place to start?  I was going to look at https://review.openstack.org/#/c/252871/15:06
*** akulshin has joined #openstack-horizon15:07
doug-fishmatt-borland: yeah that's sensible. I put my favorite few unmerged patches in order on https://github.com/doug-fish/neutron-lbaas-dashboard15:08
matt-borlandok, thx15:08
*** petertr7 is now known as petertr7_away15:10
*** TravT has joined #openstack-horizon15:12
*** TravT has quit IRC15:12
*** aortega has quit IRC15:13
*** yamamoto has joined #openstack-horizon15:13
*** jrist has joined #openstack-horizon15:15
*** jrist has quit IRC15:16
*** jrist has joined #openstack-horizon15:16
*** TravT has joined #openstack-horizon15:17
*** katyafervent is now known as katyafervent_awa15:18
*** petertr7_away is now known as petertr715:18
*** lhcheng has joined #openstack-horizon15:22
*** TravT has quit IRC15:22
*** TravT has joined #openstack-horizon15:23
*** yamamoto has quit IRC15:24
*** tmazur has quit IRC15:26
*** TravT has quit IRC15:27
*** jbell8 has quit IRC15:30
*** katyafervent_awa is now known as katyafervent15:31
*** breitz has quit IRC15:32
*** TravT has joined #openstack-horizon15:32
*** breitz has joined #openstack-horizon15:32
*** hurgleburgler has joined #openstack-horizon15:35
*** JeanBriceCombebi has quit IRC15:38
*** JeanBriceCombebi has joined #openstack-horizon15:39
*** apuimedo has quit IRC15:39
*** apuimedo has joined #openstack-horizon15:41
*** TravT has quit IRC15:41
*** TravT has joined #openstack-horizon15:44
*** yamamoto has joined #openstack-horizon15:48
*** ygbo has quit IRC15:52
*** apuimedo has quit IRC15:53
*** ygl has joined #openstack-horizon15:53
*** apuimedo has joined #openstack-horizon15:54
*** ygl has left #openstack-horizon15:54
mrungezigo, thanks again for pushing django-1.9; I really appreciate it15:54
zigo:)15:54
zigoI unfortunately don't really have a choice here.15:54
openstackgerritliao_zd@hotmail.com proposed openstack/horizon: Var name can not be python keyword python keyword "type" should not be used as a variable name, replace it with "volume_type". Need a fix on views.py too.  https://review.openstack.org/26644715:55
mrungezigo, I completely understand you there, I pushed django-1.8 for kilo15:56
*** masco has joined #openstack-horizon15:58
*** apuimedo has quit IRC15:58
*** apuimedo has joined #openstack-horizon15:59
*** wolverineav has joined #openstack-horizon16:03
*** ygbo has joined #openstack-horizon16:05
*** gokrokve has joined #openstack-horizon16:05
*** julim has quit IRC16:06
*** aix has quit IRC16:07
*** julim has joined #openstack-horizon16:07
*** ddaskal has joined #openstack-horizon16:08
*** garthb__ has joined #openstack-horizon16:08
*** wolverineav has quit IRC16:08
*** vgridnev has quit IRC16:11
*** aortega has joined #openstack-horizon16:12
*** kzaitsev_mb has quit IRC16:13
*** masco has quit IRC16:16
*** yamamoto has quit IRC16:18
openstackgerritLucas Palm proposed openstack/horizon: Improved the error message when flavor creation fails  https://review.openstack.org/26646016:20
*** JeanBriceCombebi has quit IRC16:27
*** JeanBriceCombebi has joined #openstack-horizon16:27
*** chestack has joined #openstack-horizon16:29
*** josecastroleon has quit IRC16:31
*** Drago has joined #openstack-horizon16:31
*** Drago has quit IRC16:32
*** Drago has joined #openstack-horizon16:32
*** lhcheng has quit IRC16:34
*** rdopiera has quit IRC16:37
*** jamielennox is now known as jamielennox|away16:37
*** Mounica has joined #openstack-horizon16:39
openstackgerritTimur Sufiev proposed openstack/horizon: Integration tests - networkspage and test  https://review.openstack.org/13902816:39
*** piet has quit IRC16:41
*** petertr7 is now known as petertr7_away16:41
*** petertr7_away is now known as petertr716:42
*** vijendar has joined #openstack-horizon16:46
*** chestack has quit IRC16:47
*** tyr_ has joined #openstack-horizon16:50
*** rajatvig has joined #openstack-horizon16:54
rajatvigmorning16:54
tyr_Good morning rajatvig16:55
*** bradjones has quit IRC16:55
*** bradjones has joined #openstack-horizon16:58
*** bradjones has quit IRC16:58
*** bradjones has joined #openstack-horizon16:58
*** piet has joined #openstack-horizon16:59
openstackgerritWang Bo proposed openstack/horizon: Add checking policy before booting from images  https://review.openstack.org/26118716:59
*** apuimedo has quit IRC17:00
*** dslev has quit IRC17:01
*** chestack has joined #openstack-horizon17:01
*** gyee has joined #openstack-horizon17:01
*** apuimedo has joined #openstack-horizon17:01
*** lhcheng has joined #openstack-horizon17:02
*** akulshin has quit IRC17:02
*** yamamoto has joined #openstack-horizon17:02
*** wolverineav has joined #openstack-horizon17:04
*** vgridnev has joined #openstack-horizon17:06
*** kzaitsev_mb has joined #openstack-horizon17:06
openstackgerritTravis Tripp proposed openstack/horizon: Add Magic Search Filtering to NG Images  https://review.openstack.org/21743717:07
*** wolverineav has quit IRC17:09
*** bpokorny has joined #openstack-horizon17:10
*** chestack has quit IRC17:11
*** jbell8 has joined #openstack-horizon17:16
*** apuimedo has quit IRC17:17
rajatvigNoticed on the ML and in git, the <base> element patch was reverted. What exactly broke so I could take a crack at fixing it?17:19
*** apuimedo has joined #openstack-horizon17:19
*** ygbo has quit IRC17:19
lhchengrajatvig: the lazy-loaded tabs are broken17:20
lhchengrajatvig: you can look at the Instance details page, only the first tab loads17:21
*** Drago has quit IRC17:21
lhchengrajatvig: Volume tabs is broken too. thai have more details on the issue. See http://eavesdrop.openstack.org/irclogs/%23openstack-horizon/%23openstack-horizon.2016-01-12.log.html17:22
*** gokrokve has quit IRC17:22
*** Drago has joined #openstack-horizon17:24
*** yamamoto has quit IRC17:27
*** apuimedo has quit IRC17:28
*** yamamoto has joined #openstack-horizon17:28
openstackgerritLucas Palm proposed openstack/horizon: Add the maximum value to the tooltip for the "Items per Page" field  https://review.openstack.org/26649817:29
*** apuimedo has joined #openstack-horizon17:29
*** yamamoto has quit IRC17:30
*** yamamoto has joined #openstack-horizon17:30
*** yamamoto has quit IRC17:31
*** JeanBriceCombebi has quit IRC17:32
*** yamamoto has joined #openstack-horizon17:32
*** yamamoto has quit IRC17:33
rajatviglhcheng: I'll have a look as I need it back so I'll first try and understand why it broke and then fix it hopefully17:33
*** yamamoto has joined #openstack-horizon17:34
*** Mounica has quit IRC17:34
lhchengrajatvig: cool. thai mentioned two options, that might be a good starting point.17:35
*** yamamoto has quit IRC17:35
*** yamamoto has joined #openstack-horizon17:36
*** yamamoto has quit IRC17:36
*** yamamoto has joined #openstack-horizon17:37
*** petertr7 is now known as petertr7_away17:37
*** yamamoto has quit IRC17:38
*** apuimedo has quit IRC17:38
*** yamamoto has joined #openstack-horizon17:39
espping lhcheng17:39
*** Mounica has joined #openstack-horizon17:39
*** apuimedo has joined #openstack-horizon17:39
*** garthb has joined #openstack-horizon17:41
*** e0ne has quit IRC17:42
*** garthb__ has quit IRC17:43
*** yamamoto_ has joined #openstack-horizon17:43
*** yamamoto has quit IRC17:44
*** yamamoto_ has quit IRC17:45
*** apuimedo has quit IRC17:46
*** yamamoto has joined #openstack-horizon17:47
*** apuimedo has joined #openstack-horizon17:48
*** Drago has quit IRC17:49
*** wolverineav has joined #openstack-horizon17:49
*** yamamoto has quit IRC17:52
lhchengesp: hey17:52
esphey lhcheng :)17:52
lhchengesp: did the v3 test works?17:53
lhchengOPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT is defaults to False though, so maybe it is still broken :(17:54
espwell, I’m thinking we still need to support OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT= True17:54
espyeah.  I’m trying to explain to Sean Dague17:54
esphe thinks we might be able to use the CONF.identity.auth_version property17:55
*** apuimedo has quit IRC17:55
espbut I don’t think we can assume horizon is using that17:55
*** apuimedo has joined #openstack-horizon17:56
lhchengesp: is that value exposed somewhere in tempest config?17:56
espyeah, it’s in the config obj17:57
espdo you think it’s safe to assume that?17:57
*** tqtran has joined #openstack-horizon18:03
matt-borlanddoug-fish, I have to apologize, I can't get to the reviews on LBaaS quickly as I can't get devstack going well.18:04
matt-borlandI need to find another env or completely rebuild devstack.18:04
esplhcheng: my argument for not tying horizon to CONF.identity.auth_version property is that we can’t assume horizon will run the same version of auth ans the other services18:05
tsufievmatt-borland, the simplest way to avoid devstack deployment troubles is to keep snapshot of a clean VM, just after linux install18:05
robcresswellrestack shouldn't take more than ~10 mins18:05
doug-fishmatt-borland: yeah understood.  FWIW I'm a big fant of completely rebuilding18:05
sjmc7tsufiev +118:05
esplhcheng: not sure if that’s entirely sound18:05
sjmc7dependencies get out of whack18:05
robcresswellI just have all my dotfiles in a git repo with a setup script18:06
robcresswellFor devstack I've got Ubuntu 14.04 and then run that script and its all done :D18:06
lhchengesp: I'm not familiar how tempest uses the config, need to look at it. Need to step out for a meeting, be back in an hour to look at the tempest config. sorry18:06
sjmc7yeah. everyone gets to that stage eventually robcresswell :)18:07
TravThey matt-borland18:07
robcresswellI imagine a similar setup could be done with Vagrant, or multiple other tools...18:07
sjmc7after the 19th swearing session18:07
matt-borlandhey! TravT18:07
espnp, thx lhcheng :)18:07
TravTbeen having fun with magic search all morning..18:07
robcresswellsjmc7: lol, yeah18:07
TravTjust left some comments on your rewrite...18:07
matt-borlandgood fun?18:07
matt-borlandbad fun?18:07
robcresswellsjmc7: I saw your email btw, just havent had time to sit down and go through it18:07
matt-borlandthanks.  I'll need to deconflict that patch when Diana's patch merges.18:08
matt-borlandTravT ^^18:08
TravTlong story short is if you could do a rebase, on diana's styling patch, i think i'll rebase the images magic search patch on your patch.18:08
sjmc7ah, no rush - writing it helped me think through things better18:08
matt-borlandTravT, I'll just wait until hers merges, and rebase on master.18:08
*** lblanchard has quit IRC18:08
TravTi think i've also discovered that the current magic search code with overrides has ng-strict-di issues18:09
matt-borlandhm18:09
robcresswellYeah it does18:09
matt-borlandok18:09
robcresswellSomeone put out a patch to fix it18:09
TravTrobcresswell: orly?18:09
TravTwhere is that?18:09
TravTmaybe we could push that through at least18:09
robcresswellTravT: https://review.openstack.org/#/c/263699/18:09
robcresswellNo, they're doing it straight on the xstatic package18:09
TravToh geez18:10
*** lblanchard has joined #openstack-horizon18:10
robcresswellThe patch itself is invalid, but the code may be useful for Matts patch18:10
TravTwell, i wasted a ton of time on my searchlight panel patch getting angry because tracking down the error is quite deplorable18:10
TravTbut then when the same issue cropped up on adding hz-magic search to ng-images, i became suspicious18:11
TravTok18:11
robcresswellSome angular bugs are horrendous to debug, especially when you aren't used to common issues. I find it pretty slow going.18:11
TravTyeah, this particular one has issues tracked against angular itself because it provides absolutely zero context18:11
matt-borlandgeez18:12
*** Drago has joined #openstack-horizon18:12
TravTwell, this is just another reason to help get Matt's re-write through18:13
robcresswellYup18:14
robcresswellbtw, why do we have the table search bar and magic search as separate things?18:14
matt-borlandHey robcresswell, on a side note, was I correct to put two bugs up on the listing: https://etherpad.openstack.org/p/horizon-bug-day18:14
matt-borlandor was I supposed to put that through some other process?  I basically have one bug that I believe is fixed, and another that seems important but needs some help.18:15
robcresswellThis is probably a lack of clarity on my part18:15
robcresswellThe bug day is generally for reviewing existing bugs and checking their validity, prioritising them and seeing if the assignee is active18:16
robcresswellNot for addressing solutions18:16
matt-borlandSo, what about bugs that have been addressed or partly addressed?18:16
matt-borlandare those prioritized as well?18:17
matt-borlandor just new bugs?18:17
robcresswellSo if the bug is prioritised, has an active patch on, we can leave it for now18:17
matt-borlandk18:17
robcresswellThe link at the top of the etherpad is the best place to start probably18:18
matt-borlandgotcha, thanks18:18
robcresswellhttps://bugs.launchpad.net/horizon/+bugs?&field.status%3Alist=NEW&field.status%3Alist=CONFIRMED&field.status%3Alist=TRIAGED&field.status%3Alist=INPROGRESS&field.importance%3Alist=UNDECIDED18:18
*** jbell8_ has joined #openstack-horizon18:18
robcresswellI've had this question a couple of times, so will update the etherpad and try to explain better by email next time :)18:20
matt-borlandoh...sorry!18:20
*** Drago has quit IRC18:21
*** jbell8 has quit IRC18:21
TravTrobcresswell: FYI, i -2'd that patch you mentioned above and pointed them to Matt's re-write18:21
robcresswellTravT: Thanks, makes sense18:22
robcresswellOh cool, we're <900 bugs total. Neat.18:26
robcresswellWe had over 1k at the start of the cycle.18:26
*** yamamoto has joined #openstack-horizon18:26
TravTi really don't like how the new gerrit works with patchsets. it almost hides it from you that you are looking at a different patchset than master.18:27
*** yamamoto has quit IRC18:27
*** yamamoto has joined #openstack-horizon18:28
robcresswellIt hides patchset chains and when you snap the window to one side, the Reply... button is hidden18:28
robcresswell</rant>18:28
*** yamamoto has quit IRC18:29
*** yamamoto has joined #openstack-horizon18:29
*** yamamoto has quit IRC18:31
rajatvigfor the <base> element and $locationProvider mess, I know Richard Jones is possibly working on a fix. In the meanwhile, would it make sense to only have the <base> element in Angular panels. That way the impact elsewhere is low.18:31
*** neelashah1 has joined #openstack-horizon18:32
*** piet has quit IRC18:32
*** neelashah has quit IRC18:33
*** yamamoto has joined #openstack-horizon18:34
*** yamamoto has quit IRC18:35
*** e0ne has joined #openstack-horizon18:35
TravTrajatvig, what's the original patch causing problems? i need to re-read it to see what exactly you guys are talking about.18:35
*** wolverineav has quit IRC18:36
*** yamamoto has joined #openstack-horizon18:36
*** yamamoto has quit IRC18:37
*** yamamoto has joined #openstack-horizon18:38
*** yamamoto has quit IRC18:38
*** errolpais has joined #openstack-horizon18:40
robcresswellTravT: https://review.openstack.org/#/c/260741/ and https://review.openstack.org/#/c/264630/18:41
openstackgerritTravis Tripp proposed openstack/horizon: Ability to turn off client search for full text search  https://review.openstack.org/22866518:41
robcresswellTravT: Both were reverted after breaking pagination and lazy loaded tabs18:41
openstackgerritTravis Tripp proposed openstack/horizon: WIP Searchlight Search Panel  https://review.openstack.org/22703618:41
*** Drago has joined #openstack-horizon18:42
*** yamamoto has joined #openstack-horizon18:45
hurgleburglerThis is bug is already fixed: https://bugs.launchpad.net/horizon/+bug/140554318:46
openstackLaunchpad bug 1405543 in OpenStack Dashboard (Horizon) "quota bar chart and title doesn't display well in chrome and IE" [Undecided,In progress] - Assigned to LIU Yulong (dragon889)18:46
*** yamamoto has quit IRC18:47
*** yamamoto_ has joined #openstack-horizon18:47
hurgleburglerCan someone mark it as Fix Committed for me?18:47
*** yamamoto_ has quit IRC18:48
*** yamamoto has joined #openstack-horizon18:49
robcresswellhurgleburgler: It looks like you already did?18:49
*** yamamoto has quit IRC18:50
*** yamamoto has joined #openstack-horizon18:50
*** yamamoto has quit IRC18:52
*** yamamoto has joined #openstack-horizon18:52
*** petertr7_away is now known as petertr718:52
*** yamamoto has quit IRC18:53
*** piet has joined #openstack-horizon18:53
*** yamamoto has joined #openstack-horizon18:54
hurgleburglerhuh, i guess I did18:54
hurgleburglerI can only mark things released though :-D18:54
openstackgerritRob Cresswell proposed openstack/horizon: Add py27dj19 tox env  https://review.openstack.org/26652918:55
*** yamamoto has quit IRC18:55
*** yamamoto has joined #openstack-horizon18:56
*** yamamoto has quit IRC18:56
openstackgerritRob Cresswell proposed openstack/horizon: Add py27dj19 tox env  https://review.openstack.org/26652918:56
*** yamamoto has joined #openstack-horizon18:57
*** yamamoto has quit IRC18:57
hurgleburglerThis one seems valid and is currently being worked, can someone add an importance to it?18:58
hurgleburglerhttps://bugs.launchpad.net/horizon/+bug/140864018:58
openstackLaunchpad bug 1408640 in OpenStack Dashboard (Horizon) "logout dropdown was blocked by message tip" [Undecided,In progress] - Assigned to LIU Yulong (dragon889)18:58
*** yamamoto has joined #openstack-horizon18:58
*** apuimedo has quit IRC18:59
robcresswellhurgleburgler: done18:59
*** apuimedo has joined #openstack-horizon19:00
*** yamamoto has quit IRC19:00
*** bpokorny_ has joined #openstack-horizon19:00
*** jbell8_ has quit IRC19:02
*** jbell8 has joined #openstack-horizon19:03
*** lapalm_ has joined #openstack-horizon19:03
openstackgerritMerged openstack/django_openstack_auth: Add py27dj19 tox env  https://review.openstack.org/26585419:03
*** yamamoto has joined #openstack-horizon19:03
hurgleburglerthanks robcresswell19:04
*** lapalm__ has joined #openstack-horizon19:04
*** bpokorny has quit IRC19:04
*** yamamoto has quit IRC19:05
*** yamamoto has joined #openstack-horizon19:05
*** yamamoto has quit IRC19:06
*** julim has quit IRC19:06
*** lapalm has quit IRC19:06
hurgleburglerThis one has already been fixed as well: https://bugs.launchpad.net/horizon/+bug/134174019:06
openstackLaunchpad bug 1341740 in OpenStack Dashboard (Horizon) "some less to scss updates in horizon.scss" [Undecided,Fix released] - Assigned to Cindy Lu (clu-m)19:06
*** yamamoto has joined #openstack-horizon19:07
*** lapalm_ has quit IRC19:08
*** julim has joined #openstack-horizon19:08
*** TravT has quit IRC19:08
*** yamamoto has quit IRC19:08
*** yamamoto has joined #openstack-horizon19:08
*** yamamoto has quit IRC19:09
*** Mounica has quit IRC19:10
hurgleburglerwe no longer support ie9, correct?19:10
hurgleburglerDoes that make this bug invalid ? https://bugs.launchpad.net/horizon/+bug/141731419:10
openstackLaunchpad bug 1417314 in OpenStack Dashboard (Horizon) "IE9 cuts off CSS rules" [Undecided,Invalid] - Assigned to Shaoquan Chen (sean-chen2)19:10
*** TravT has joined #openstack-horizon19:10
*** TravT has quit IRC19:10
*** wolverineav has joined #openstack-horizon19:10
*** yamamoto has joined #openstack-horizon19:10
*** yamamoto has quit IRC19:11
*** yamamoto has joined #openstack-horizon19:12
*** yamamoto has quit IRC19:12
*** gyee has quit IRC19:13
*** pat has quit IRC19:15
*** hurgleburgler has quit IRC19:15
*** hurgleburgler has joined #openstack-horizon19:15
*** bpokorny_ has quit IRC19:15
*** yamamoto has joined #openstack-horizon19:15
*** bpokorny has joined #openstack-horizon19:15
*** yamamoto has quit IRC19:16
*** pat has joined #openstack-horizon19:16
*** yamamoto has joined #openstack-horizon19:17
*** wolverineav has quit IRC19:17
*** wolverineav has joined #openstack-horizon19:17
*** yamamoto has quit IRC19:18
*** Mounica has joined #openstack-horizon19:19
*** yamamoto has joined #openstack-horizon19:20
*** Mounica has quit IRC19:20
robcresswellhurgleburgler: Sort of. Technically its valid for stables, but we don't really have the capacity to backport many fixes19:21
*** yamamoto has quit IRC19:21
*** yamamoto has joined #openstack-horizon19:22
hurgleburglerso, do we want to leave that one around then?19:22
hurgleburglerthis one is a valid bug, i just recreated it: https://bugs.launchpad.net/horizon/+bug/147294819:22
openstackLaunchpad bug 1472948 in OpenStack Dashboard (Horizon) "when click edit pencil icon in the table cell in projects and users panel will display markup error when login timeout" [Undecided,In progress] - Assigned to Kuo-tung Kao (jelly) (coding1314)19:22
robcresswellhurgleburgler: Nah, scrap it19:22
robcresswellhurgleburgler: Cool, marked Low19:23
*** yamamoto has quit IRC19:23
*** yamamoto has joined #openstack-horizon19:23
*** yamamoto has quit IRC19:25
*** yamamoto has joined #openstack-horizon19:25
*** yamamoto has quit IRC19:26
*** Mounica has joined #openstack-horizon19:26
*** yamamoto has joined #openstack-horizon19:27
hurgleburglerI'm not able to recreate this bug: https://bugs.launchpad.net/horizon/+bug/148078919:27
openstackLaunchpad bug 1480789 in OpenStack Dashboard (Horizon) ""Create Network" page has css error when in a new page" [Undecided,In progress] - Assigned to qiaomin032 (chen-qiaomin)19:27
lhchenghurgleburgler: richard made the minimum to 1119:27
lhchenghurgleburgler: https://github.com/openstack/horizon/commit/251bdee2ca70042bafdb294245ab114c90bc0d5d19:27
lhcheng\o/19:27
hurgleburglerbut the review has a number of +1s on it19:27
*** Mounica_ has joined #openstack-horizon19:27
*** yamamoto has quit IRC19:27
*** Mounica_ has quit IRC19:28
*** yamamoto has joined #openstack-horizon19:28
*** yamamoto has quit IRC19:29
*** vijendar has quit IRC19:29
*** yamamoto has joined #openstack-horizon19:30
hurgleburglerlhcheng \o/ the future!19:30
*** ybathia has joined #openstack-horizon19:30
*** Mounica has quit IRC19:31
*** yamamoto_ has joined #openstack-horizon19:31
*** yamamoto has quit IRC19:31
*** yamamoto_ has quit IRC19:32
hurgleburglerI'm unable to recreate this bug: https://bugs.launchpad.net/horizon/+bug/148078919:32
openstackLaunchpad bug 1480789 in OpenStack Dashboard (Horizon) ""Create Network" page has css error when in a new page" [Undecided,Invalid] - Assigned to qiaomin032 (chen-qiaomin)19:32
hurgleburglerI've tested it on firefox, chrome AND ie1119:32
robcresswellMe neither, just tried in chrome and firefox19:32
hurgleburglerso, i'm marking it invalid for now19:32
robcresswellyup19:33
*** yamamoto has joined #openstack-horizon19:35
hurgleburglerAnother invalid one : https://bugs.launchpad.net/horizon/+bug/148408519:36
openstackLaunchpad bug 1484085 in OpenStack Dashboard (Horizon) "Changing Webroot not fully applied in LESS/CSS" [Undecided,Invalid]19:36
*** yamamoto has quit IRC19:36
*** yamamoto has joined #openstack-horizon19:37
*** apuimedo has quit IRC19:37
*** mrunge has quit IRC19:37
*** jbell8 has quit IRC19:37
*** yamamoto has quit IRC19:38
*** yamamoto has joined #openstack-horizon19:38
*** Mounica has joined #openstack-horizon19:39
*** apuimedo has joined #openstack-horizon19:39
*** lapalm__ has quit IRC19:39
*** yamamoto has quit IRC19:39
*** yamamoto has joined #openstack-horizon19:40
*** julim has quit IRC19:40
*** yamamoto has quit IRC19:41
*** julim has joined #openstack-horizon19:41
*** yamamoto has joined #openstack-horizon19:43
*** yamamoto has quit IRC19:45
*** yamamoto has joined #openstack-horizon19:45
*** apuimedo has quit IRC19:46
*** yamamoto has quit IRC19:46
*** apuimedo has joined #openstack-horizon19:47
*** yamamoto has joined #openstack-horizon19:47
*** neelashah has joined #openstack-horizon19:47
*** yamamoto has quit IRC19:47
*** neelashah1 has quit IRC19:48
*** yamamoto has joined #openstack-horizon19:48
*** yamamoto has quit IRC19:49
*** yamamoto has joined #openstack-horizon19:50
*** lapalm has joined #openstack-horizon19:50
*** neelashah1 has joined #openstack-horizon19:50
*** yamamoto has quit IRC19:51
*** yamamoto has joined #openstack-horizon19:51
*** neelashah has quit IRC19:52
*** yamamoto has quit IRC19:52
*** yamamoto has joined #openstack-horizon19:53
*** neelashah has joined #openstack-horizon19:54
*** neelashah1 has quit IRC19:54
*** yamamoto_ has joined #openstack-horizon19:55
*** yamamoto_ has quit IRC19:56
*** yamamoto_ has joined #openstack-horizon19:56
*** neelashah1 has joined #openstack-horizon19:57
*** pai15 has joined #openstack-horizon19:58
*** yamamoto_ has quit IRC19:58
*** yamamoto_ has joined #openstack-horizon19:58
*** yamamoto has quit IRC19:58
*** neelashah has quit IRC19:58
*** yamamoto_ has quit IRC19:59
*** yamamoto has joined #openstack-horizon20:00
*** yamamoto has quit IRC20:00
*** yamamoto has joined #openstack-horizon20:02
*** yamamoto has quit IRC20:02
*** yamamoto has joined #openstack-horizon20:03
openstackgerritRajat Vig proposed openstack/horizon: Specify <base> element in all pages  https://review.openstack.org/26655520:04
*** yamamoto has quit IRC20:04
*** yamamoto has joined #openstack-horizon20:05
*** yamamoto has quit IRC20:05
robcresswellhurgleburgler: Thanks for the bug work! :)20:06
*** errolpais has quit IRC20:08
*** yamamoto has joined #openstack-horizon20:08
r1chardj0n3smorning20:09
*** yamamoto has quit IRC20:09
*** apuimedo has quit IRC20:10
*** yamamoto has joined #openstack-horizon20:10
*** yamamoto has quit IRC20:10
*** apuimedo has joined #openstack-horizon20:11
r1chardj0n3sie11 is going to be the only supported version of IE very soon20:11
r1chardj0n3s(supported by MS, that is)20:11
openstackgerritRajat Vig proposed openstack/horizon: Add unit tests for load-edit directive  https://review.openstack.org/23778820:12
*** apuimedo has quit IRC20:15
*** vijendar has joined #openstack-horizon20:16
*** yamamoto has joined #openstack-horizon20:17
*** yamamoto has quit IRC20:17
*** apuimedo has joined #openstack-horizon20:17
openstackgerritMatt Borland proposed openstack/horizon: Add unit tests for load-edit directive  https://review.openstack.org/23778820:17
*** yamamoto has joined #openstack-horizon20:18
matt-borlandrajatvig, you're too fast!  I was putting up a patch for the load-edit...20:18
matt-borlandsorry :)20:18
*** yamamoto has quit IRC20:19
openstackgerritRajat Vig proposed openstack/horizon: Remove the truncate function from horizon.quota.js  https://review.openstack.org/21984120:20
*** yamamoto has joined #openstack-horizon20:21
rajatvigmatt-borland: your changes seem a little better.20:21
*** dslev has joined #openstack-horizon20:22
*** apuimedo has quit IRC20:22
matt-borlandthanks for jumping on that rajatvig20:22
matt-borlandhopefully that will help the test issues.20:22
*** piet has quit IRC20:22
*** yamamoto has quit IRC20:23
rajatvigoff late though the npm related gates have failed frequently.20:23
*** yamamoto has joined #openstack-horizon20:23
rajatvigOnce I even saw the download requests get rejected as we downloaded the same thing too many times.20:23
*** yamamoto has quit IRC20:24
*** apuimedo has joined #openstack-horizon20:24
matt-borlandyeah, but a pattern I've seen is when we specify too-high of a dependency, e.g. widgets instead of widgets.load-edit, I see higher failure rates20:24
rajatvigI could do with a lot of eyes on https://review.openstack.org/#/c/266555/20:24
matt-borlandthat was the problem with the patch I referenced from before20:24
*** yamamoto has joined #openstack-horizon20:25
*** dslev has quit IRC20:25
matt-borlandrajat, were there problems with too-relative links?20:25
*** yamamoto has quit IRC20:27
*** yamamoto_ has joined #openstack-horizon20:27
*** yamamoto_ has quit IRC20:28
*** yamamoto has joined #openstack-horizon20:29
*** yamamoto has quit IRC20:29
rajatvigyes. lazy loaded tabs used href with just ?tab=blah and that caused them to stop working when the base element existed20:30
rajatvigsame for pagination links.20:30
*** yamamoto has joined #openstack-horizon20:30
rajatvigthe new patch fixes lazy loaded tabs (including a JS fix to have the window location) and pagination links.20:30
rajatvignot certain if there are other links on any pages that've relative links.20:31
*** apuimedo has quit IRC20:31
*** yamamoto has quit IRC20:31
*** apuimedo has joined #openstack-horizon20:31
*** yamamoto has joined #openstack-horizon20:34
*** yamamoto has quit IRC20:34
matt-borlandrajatvig, yeah, it may seem painful, but it's good to ferret these out now :)20:35
*** yamamoto has joined #openstack-horizon20:35
*** apuimedo has quit IRC20:36
*** apuimedo has joined #openstack-horizon20:36
*** yamamoto has quit IRC20:37
*** yamamoto has joined #openstack-horizon20:37
*** yamamoto has quit IRC20:38
*** yamamoto has joined #openstack-horizon20:38
*** yamamoto has quit IRC20:39
*** yamamoto has joined #openstack-horizon20:40
*** yamamoto has quit IRC20:41
*** apuimedo has quit IRC20:41
*** apuimedo has joined #openstack-horizon20:43
*** yamamoto has joined #openstack-horizon20:43
*** yamamoto has quit IRC20:45
*** yamamoto has joined #openstack-horizon20:45
*** yamamoto has quit IRC20:46
*** yamamoto has joined #openstack-horizon20:47
*** yamamoto has quit IRC20:47
*** apuimedo has quit IRC20:47
*** apuimedo has joined #openstack-horizon20:49
*** yamamoto has joined #openstack-horizon20:50
*** yamamoto has quit IRC20:51
*** rajatvig has quit IRC20:52
*** rajatvig has joined #openstack-horizon20:54
lhchengesp: re-using the identity.auth_version does make sense, tests would run consistently on the same keystone version.20:56
*** yamamoto has joined #openstack-horizon20:57
espk, thx lhcheng :)20:57
espI’m hacking away at it now, will keep you posted20:57
lhchengesp: less knob to setup tempest the better :)20:58
lhchengesp: are you writing new tempest test for v3?20:58
*** yamamoto has quit IRC20:58
*** yamamoto_ has joined #openstack-horizon20:58
*** rajatvig has quit IRC20:59
esplhcheng: yeah, I’m just gonna write a new test for v3 and make it a child patch I gues20:59
* esp shrugs20:59
*** yamamoto_ has quit IRC20:59
*** yamamoto has joined #openstack-horizon21:00
lhchengesp: won't test_dashboard_basic_ops.py work as is?21:00
espwell, I’d at least need to shove the domain name param in the request21:01
espI’m trying to see if that is available in os.credentials21:01
*** yamamoto has quit IRC21:01
*** yamamoto has joined #openstack-horizon21:02
espthere is a utils class method in test.py that looks like it falls back on ‘Default’ for project_domain_name21:02
lhchengesp: is this doing a post on the login screen? https://github.com/openstack/tempest/blob/17c65d144ab9b8ca9de55c3c44ad10ac49be59e7/tempest/scenario/test_dashboard_basic_ops.py#L10421:02
*** yamamoto has quit IRC21:02
esplhcheng: yeah I think so21:03
*** yamamoto has joined #openstack-horizon21:03
espso I could just pass the domain name for v2 and v321:03
espkind of sloppy though21:03
*** TravT has joined #openstack-horizon21:04
sjmc7esp, lhcheng - i took a look earlier, and i still don’t get why we can’t pass the domain in if it’s on the login form21:04
*** yamamoto has quit IRC21:05
espsjmc7: we can, but do we want to do it if it’s not there?21:05
espI guess I can check for the form field and supply it21:05
*** ddaskal has quit IRC21:05
*** yamamoto has joined #openstack-horizon21:05
*** pauloewerton has quit IRC21:05
*** yamamoto has quit IRC21:06
esphard to say if that’s the way these tests are supposed to be written21:06
lhchengesp: I think passing it everytime is fine. DOA does that too. https://github.com/openstack/django_openstack_auth/blob/master/openstack_auth/forms.py#L12121:06
esplhcheng: k, I’ll just do that :)21:06
espless work21:06
*** errolpais has joined #openstack-horizon21:06
lhchengesp: and pass the value from auth.default_credentials_domain_name21:06
*** yamamoto has joined #openstack-horizon21:07
lhchengesp: just in case the user change the default domain ;)21:07
sjmc7yeah, if it doesn’t care, pass it every time. if we want tempest to check whether the domain field is there, i can see why we’d need a config variable telling it to expect it, otherwise, i don’t see why it shoudl care21:07
esplhcheng: k21:07
espsjmc7: sounds good21:07
espthx lhcheng and sjmc721:08
lhchengesp: anytime21:08
*** yamamoto has quit IRC21:08
*** yamamoto_ has joined #openstack-horizon21:08
*** TravT_ has joined #openstack-horizon21:08
*** yamamoto_ has quit IRC21:10
*** yamamoto has joined #openstack-horizon21:10
*** Mounica has quit IRC21:10
*** yamamoto has quit IRC21:12
*** yamamoto has joined #openstack-horizon21:12
*** TravT has quit IRC21:12
*** yamamoto has quit IRC21:13
*** yamamoto has joined #openstack-horizon21:14
*** ddaskal has joined #openstack-horizon21:14
*** yamamoto has quit IRC21:14
*** yamamoto has joined #openstack-horizon21:15
*** apuimedo has quit IRC21:15
*** yamamoto has quit IRC21:16
*** apuimedo has joined #openstack-horizon21:16
*** yamamoto has joined #openstack-horizon21:17
*** vijendar has quit IRC21:17
*** neelashah1 has quit IRC21:17
*** yamamoto has quit IRC21:18
*** jtomasek has quit IRC21:18
*** yamamoto_ has joined #openstack-horizon21:18
*** yamamoto_ has quit IRC21:19
hurgleburglerrobcresswell this is a valid bug and should be prioritize : https://bugs.launchpad.net/horizon/+bug/148113121:20
openstackLaunchpad bug 1481131 in OpenStack Dashboard (Horizon) ""Create Subnet" modal dialog has css error when "Network Address" is blank" [Undecided,In progress] - Assigned to qiaomin032 (chen-qiaomin)21:20
*** yamamoto has joined #openstack-horizon21:20
*** apuimedo has quit IRC21:20
*** yamamoto has quit IRC21:21
*** apuimedo has joined #openstack-horizon21:21
*** yamamoto has joined #openstack-horizon21:21
hurgleburglerOr anyone else who can help me set an Importance on a ticket :)21:21
lhchenghurgleburgler: I'll update it21:23
*** vijendar has joined #openstack-horizon21:23
*** yamamoto has quit IRC21:23
lhchenghurgleburgler: medium sounds right?21:23
hurgleburglerthanks lhcheng21:24
hurgleburglerits a minor21:24
r1chardj0n3sso, how's everyone's Bug Day going? :-)21:24
*** jprovazn has quit IRC21:24
hurgleburgler\o/21:24
*** aortega_ has joined #openstack-horizon21:24
*** yamamoto has joined #openstack-horizon21:25
*** vijendar has quit IRC21:25
*** vijendar has joined #openstack-horizon21:25
hurgleburglerdoesn't seem like anyone is updating https://etherpad.openstack.org/p/horizon-bug-day other than you and me though21:25
r1chardj0n3syeah, boo! :-(21:26
*** yamamoto has quit IRC21:26
tsufievFor me it was mostly reassigning bugs to sahara and trove-dashboard21:27
*** aortega has quit IRC21:28
tsufievNot much worth mentioning :/21:28
*** yamamoto has joined #openstack-horizon21:29
*** kzaitsev_mb has quit IRC21:29
r1chardj0n3stsufiev: I noted those as I did them (reassigning to nova in some cases)21:29
*** apuimedo has quit IRC21:30
*** yamamoto has quit IRC21:30
openstackgerritMatt Borland proposed openstack/horizon: Adding Magic Search codebase to Horizon  https://review.openstack.org/24528821:31
*** apuimedo has joined #openstack-horizon21:31
*** yamamoto has joined #openstack-horizon21:32
*** ZZelle_ has joined #openstack-horizon21:32
*** yamamoto has quit IRC21:33
tsufievr1chardj0n3s: then I'll do it next time :)21:33
*** yamamoto has joined #openstack-horizon21:34
*** yamamoto has quit IRC21:34
*** yamamoto has joined #openstack-horizon21:35
*** yamamoto has quit IRC21:36
r1chardj0n3stsufiev: thanks!! :-)21:36
r1chardj0n3sa big long list of bugs looked at makes us feel good :-)21:36
r1chardj0n3s[even if "looked at" results in "not a bug"]21:36
*** yamamoto has joined #openstack-horizon21:37
openstackgerritMatt Borland proposed openstack/horizon: Adding Magic Search codebase to Horizon  https://review.openstack.org/24528821:37
*** jbell8 has joined #openstack-horizon21:37
*** yamamoto has quit IRC21:38
openstackgerritLucas Palm proposed openstack/horizon: Fixed the width of the stack template detail box  https://review.openstack.org/26658021:38
*** yamamoto has joined #openstack-horizon21:38
r1chardj0n3sargh, I hate the new gerrit!!!!21:40
hurgleburglerThis seems like a valid minor bug : https://bugs.launchpad.net/horizon/+bug/142037021:40
openstackLaunchpad bug 1420370 in OpenStack Dashboard (Horizon) "Subnet Network Address is missing asterisk" [Undecided,In progress] - Assigned to Wu Wenxiang (wu-wenxiang)21:40
*** yamamoto has quit IRC21:40
hurgleburglerCan someone give it an importance?21:40
r1chardj0n3smatt-borland: does that patch https://review.openstack.org/245288 actually depend on the patch listed under it in "related changes" or is that other change just "vaguely related"?!21:40
*** yamamoto has joined #openstack-horizon21:40
r1chardj0n3shurgleburgler: yes21:40
hurgleburglerlikely minor … maybe medium21:40
r1chardj0n3shigh21:41
r1chardj0n3sit's confusing to users21:41
matt-borlandr1chardj0n3s, sorry, 1 sec21:41
hurgleburglerr1chardj0n3s my bad :)21:41
r1chardj0n3shurgleburgler: arbitrary judgment call is arbitrary ;-)21:41
r1chardj0n3smatt-borland: cheers, no rush, just confused whether we need to merge that other patch first21:42
matt-borlandr1chardj0n3s, do you mean is it related to the Magic Search bootstrap styling?21:42
matt-borlandit's being merged now21:42
r1chardj0n3smatt-borland: ah ok21:42
matt-borlandit has 2 +2s, gate is just backed up21:42
matt-borlandI wanted to finish the merge conflict today before I wrap up :)21:42
*** pai15 has quit IRC21:43
*** Mounica has joined #openstack-horizon21:43
matt-borlandTravT_, related to that, for some reason things don't seem to be working very well right now in the Images/Magic Search patch.  not sure why.21:43
*** pai15 has joined #openstack-horizon21:43
*** lapalm has quit IRC21:43
*** yamamoto_ has joined #openstack-horizon21:43
*** gyee has joined #openstack-horizon21:44
TravT_matt-borland: let me scroll back just a sec21:44
*** yamamoto_ has quit IRC21:44
*** TravT_ is now known as TravT21:44
TravTr1chardj0n3s: I agree on new gerrit. a few nice things, but it does some things that just make it really hard to figure out what you are looking at21:45
*** yamamoto_ has joined #openstack-horizon21:45
*** yamamoto has quit IRC21:45
hurgleburglerTravT we might be able to fix some things, you can patch the css directly21:45
matt-borlandTravT, I just rebased the magic search mega patch onto hurgleburgler's merging patch21:46
matt-borlandso I could finish deconflicting21:46
hurgleburgler\o/21:46
*** yamamoto_ has quit IRC21:46
hurgleburglermatt-borland is that going to include the suggested github fixes?21:46
*** erlon has quit IRC21:46
hurgleburgleror should I just do that in a following patch?21:46
matt-borlandbut it's been a month, and when I try to integrate with the Image page via the other patch, things look grumpy21:46
matt-borlandhurgleburgler, I can go either way on that.21:47
tsufievHello, folks!21:47
*** yamamoto has joined #openstack-horizon21:47
*** petertr7 is now known as petertr7_away21:47
hurgleburglerSo, what is a bug is valid, had code that sat around long enough to get abandoned … do I leave it in 'In Progress' ?21:47
TravTmatt-borland: what isn't working on the images patch for you?21:47
*** pai15 has quit IRC21:47
*** yamamoto has quit IRC21:47
hurgleburglermatt-borland I'll patch it in a following patch, since those changes are required for fixing the UX on it21:48
* tsufiev forgot that he spoke here 10 minutes ago :)21:48
TravTthis morning i locally rebased your magic search and fixed merge conflicts with images  magic search patch21:48
*** neelashah has joined #openstack-horizon21:48
hurgleburglertsufiev LOL21:48
TravTit worked other than the styling that i showed in the review comment21:48
robcresswellr1chardj0n3s: I didn't update much on the etherpad, since everything was clear cut and I didn't think it raised much discussion21:48
*** yamamoto has joined #openstack-horizon21:48
*** julim has quit IRC21:49
r1chardj0n3srobcresswell: oh, righto. I use it as a "look what we achieved" score card also. happy to not do that :-)21:49
*** nllrte has joined #openstack-horizon21:49
hurgleburglerOh, that's what I was doing to21:49
tsufievI'd like to promote a long 10 patches chain of improvements to i9n tests starting from https://review.openstack.org/#/c/266306/21:49
hurgleburglershould it only be things that need discussion?21:49
hurgleburglerI thought that's what IRC was for21:49
matt-borlandTravT, ok, hm.  I didn't get any merge conflicts with https://review.openstack.org/#/c/217437/ but it's not working well21:49
robcresswellhurgleburgler: IRC isn't useful for async21:49
r1chardj0n3soh, I see bullet point #2 now at the top :-)21:49
matt-borlandI'll kick it21:49
matt-borlandsee if that helps :)21:49
r1chardj0n3sho hum21:50
robcresswellLike I invalid'd a couple of r1chardj0n3s bugs that he'd mentioned but not altered21:50
r1chardj0n3sthe gate is stuck. long live the gate21:50
nllrteHello, where can I find what SQL query "usage.summary.vcpu_hours" is executing when viewing usage in Horizon?21:50
*** yamamoto has quit IRC21:50
tsufievSince new tests are being uploaded already, eventually merging the basement for them would ease rebasing complications for us21:50
*** yamamoto has joined #openstack-horizon21:50
tsufievAt least, one patch in a chain every 2 days :D21:50
robcresswellnllrte: We wrap the service clients21:50
robcresswellSo, Horizon doesn't execute any SQL, strictly speaking. We fire off an API call.21:51
tsufiev /end of an ad21:51
robcresswellThe new gerrit ui is bloody annoying21:51
TravTnllrte, and behind they api calls are about twelve layers of indirection21:51
*** yamamoto has quit IRC21:51
TravTrobcresswell: ++ re: gerrit UI21:52
*** yamamoto has joined #openstack-horizon21:52
TravTcan you actually tell the diff between dependent and related?21:52
r1chardj0n3sit's far too difficult now to reliably see patch dependencies :-(21:52
robcresswellTravT: No21:52
robcresswellExactly!!!21:52
sjmc7yes, it is.21:52
TravTi do see a little green tilde21:52
sjmc7it’s awful21:52
robcresswellAlso, the Reply... button is blocked for me when I snap to half a laptop screen21:52
tsufievYep, tree view would be much better21:52
sjmc7they don’t seem to be ordered in any sane fashion21:52
TravTtsufiev: exactly what i was just thinking21:53
robcresswellWhich means my coffee shop work days are now worse :(21:53
robcresswelltsufiev: Agreed.21:53
r1chardj0n3srobcresswell: yeah, me too21:53
TravTso, if i look at this patch: https://review.openstack.org/#/c/245288/21:53
TravTthe top 2 related i just noticed a green tilde21:53
*** yamamoto has quit IRC21:53
TravTdoes that mean they aren't in the line of dependencies?21:53
*** yamamoto has joined #openstack-horizon21:53
robcresswellPreviously it showed the chain above and below21:54
robcresswellNow it shows "anything that may be related and might be beneath or above in the patch chain"21:54
robcresswellIts like buzzfeed of patch UIs21:54
tsufievDiverging branches?21:54
sjmc7:D21:54
robcresswell"4 changes you'll be shocked to read about!!"21:54
matt-borlandTravT, I'll have to take a look at the Image dysfunction tomorrow...seems like changes in the Images panel since early dec have broken our MagicSearch :(21:54
matt-borlandlol robcresswell21:55
*** pai15 has joined #openstack-horizon21:55
TravTmatt-borland: okay, thanks.  hopefully the styling patch will merge by then as well21:56
*** rajatvig has joined #openstack-horizon21:56
TravTrobcresswell: lol21:56
*** yamamoto has quit IRC21:56
*** belmoreira has joined #openstack-horizon21:56
*** pai15 has quit IRC21:57
*** petertr7_away is now known as petertr721:57
*** pai15 has joined #openstack-horizon21:57
matt-borlandthx all, see you later!21:59
*** matt-borland has quit IRC21:59
*** apuimedo has quit IRC21:59
*** apuimedo has joined #openstack-horizon22:00
*** pai15 has quit IRC22:00
*** pai15 has joined #openstack-horizon22:00
*** pai15 has quit IRC22:00
robcresswellnllrte: Sorry, I never *actually* answered your query. https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/nova.py#L18422:01
*** neelashah has quit IRC22:01
robcresswellI think that's what you're looking for22:01
nllrtethanks robcresswell22:01
robcresswellno problemo22:02
*** neelashah has joined #openstack-horizon22:04
robcresswellThinking about doing another bug day in around a month, perhaps just after mid-cycle22:07
robcresswellAlthough for those on the west coast, keep at it for the rest of today ;)22:07
*** davidlenwell has quit IRC22:09
*** lblanchard has quit IRC22:11
*** lblanchard has joined #openstack-horizon22:11
*** davidlenwell has joined #openstack-horizon22:11
*** petertr7 is now known as petertr7_away22:11
*** apuimedo has quit IRC22:11
*** vgridnev has quit IRC22:12
*** jbell8 has quit IRC22:12
*** apuimedo has joined #openstack-horizon22:13
r1chardj0n3srobcresswell: someone sensible suggested we have a good look thru the high+old bugs at the midcycle22:14
*** ddaskal has quit IRC22:15
*** lblanchard has quit IRC22:17
*** jamielennox|away is now known as jamielennox22:17
*** neelashah has quit IRC22:17
*** neelashah has joined #openstack-horizon22:18
*** peristeri has quit IRC22:20
*** nllrte has quit IRC22:22
*** ddaskal has joined #openstack-horizon22:26
openstackgerritTyr Johanson proposed openstack/horizon: WIP Create a default Ng route  https://review.openstack.org/26659722:26
*** jtriley has quit IRC22:29
*** apuimedo has quit IRC22:30
doug-fishhey - what happened to my <base> tag?22:30
*** piet has joined #openstack-horizon22:30
doug-fishtqtran: robcresswell do you guys know what's up with that? I see some recent patches related to that22:31
*** apuimedo has joined #openstack-horizon22:31
rajatvigdoug-fish: the <base> tag patch was reverted as it caused some breakage for lazily loaded tabs.22:31
openstackgerritTyr Johanson proposed openstack/horizon: WIP Create a default Ng route  https://review.openstack.org/26659722:32
openstackgerritMerged openstack/django_openstack_auth: Fix WebSSO when Keystone server hostname contains 'auth'  https://review.openstack.org/26501122:32
*** wolverin_ has joined #openstack-horizon22:32
rajatvighave a new patch re-applying it while also fixing issues that cropped when it last merged. https://review.openstack.org/#/c/266555/22:32
doug-fishrajatvig: okay, I'll take a look, thanks!22:33
rajatvigthanks22:33
*** wolverineav has quit IRC22:36
*** belmoreira has quit IRC22:36
*** apuimedo has quit IRC22:36
*** apuimedo has joined #openstack-horizon22:38
*** wolverin_ has quit IRC22:40
tqtranducttape_: when you have time, could you take this patch for a spin? https://review.openstack.org/#/c/266555/22:42
*** Mounica has quit IRC22:42
ducttape_ooh, looks dangerous ;)22:42
tqtranits a hot ride22:42
*** apuimedo has quit IRC22:42
tqtrani was surprised that integration tests didnt catch it at all22:43
*** Drago has quit IRC22:43
ducttape_sure. will take a peak at it after a bit22:43
tqtransounds like a job for tsufiev huhuhu22:43
ducttape_yeah, I know why they didn't.  we would need something really driving selenium in a meaningful way22:43
*** apuimedo has joined #openstack-horizon22:43
ducttape_or some fuller browser exercised test at least, if not selenium22:44
*** Drago has joined #openstack-horizon22:44
tqtranyeah, its a gap right now22:44
*** Drago has quit IRC22:46
*** vijendar has quit IRC22:46
*** Mounica has joined #openstack-horizon22:48
ducttape_tqtran - how would I know the new behavior is there?   I can test that stuff does not break, but what is new ?22:51
*** piet has quit IRC22:51
tqtran<base> will be present in the html, and the relative paths should all be absolute22:52
tqtranboth require that you inspect the html22:52
*** apuimedo has quit IRC22:53
tqtranbasically, if things all work normally, the patch is a success22:53
ducttape_so if everything works well, I won't be able to tell the difference.  best possible case:  nothing happens  ;)22:53
*** apuimedo has joined #openstack-horizon22:53
ducttape_I'm trolling you / kidding ;)22:54
*** wolverineav has joined #openstack-horizon22:55
*** Drago has joined #openstack-horizon22:56
*** wolverineav has quit IRC23:00
tqtranhaha, i was away, it was a vain effort23:00
ducttape_hurgleburgler - did the theme change in  the last couple of days?23:00
ducttape_so far it looks ok tqtran, but the different theme is distracting me23:01
tqtranthe theme looks the same, did you mess around with the custom theme path in settings?23:03
*** apuimedo has quit IRC23:03
hurgleburglerducttape_ its quite possible scss has changed23:03
hurgleburglerare you seeing something strange?23:03
ducttape_yes, very much.  but it might be the patch I am looking at too23:04
ducttape_https://review.openstack.org/#/c/266555/23:04
*** apuimedo has joined #openstack-horizon23:04
hurgleburglerwe didn't change the default theme, if that is the question23:04
openstackgerritTravis Tripp proposed openstack/horizon: WIP Searchlight Search Panel  https://review.openstack.org/22703623:04
ducttape_something is messed with that patch above, I am seeing 404 errrors trying to get compressed js and css etc23:04
hurgleburglerlemme pull it and try it out23:05
hurgleburglerone second23:05
ducttape_if I disable compress, stuff works fine with that patch.  I think that patch added something that will be needed by compressor context or something23:06
*** ddaskal has quit IRC23:07
hurgleburglerHmmmm23:09
ducttape_are you seeing that too?  not sure if master itself had something slip in, or if it is that patch23:10
hurgleburglerI'm not seeing that problem23:10
hurgleburglertried with compress on and off23:10
*** apuimedo has quit IRC23:11
ducttape_'rm -rf static/* && tools/with_venv.sh python manage.py collectstatic --noinput && tools/with_venv.sh python manage.py compress --force'    is my shortcut to recompress / recollect stuff.  is that correct ?23:12
hurgleburglerlooks close to what I use … lemme try that though23:12
hurgleburglerone second23:12
*** apuimedo has joined #openstack-horizon23:12
ducttape_http://pasteboard.co/Ku91brj.png  is what I am seeing23:13
hurgleburglerOH, that's vanilla bootstrap23:14
ducttape_plus there is this:  http://pasteboard.co/KudaEp8.png23:14
hurgleburglerits how horizon looks when you don't load the 'default' theme23:15
hurgleburglerwhat is your theme set to?23:15
ducttape_default / nothing custom.  this is vanilla horizon with just that patch23:15
*** ybathia has quit IRC23:15
ducttape_the only special thing is my keystone url23:15
*** ybathia has joined #openstack-horizon23:16
*** davidlenwell has quit IRC23:17
ducttape_hurgleburgler - I'm going to switch to vanilla master without the patch, and try that23:17
*** davidlenwell has joined #openstack-horizon23:18
hurgleburglerk, I've seen a problem similar, usually clearing the pyc and making sure the browser cache is clear helps23:19
hurgleburgleralso, is there an error when you run compress ?23:19
ducttape_compress returns ok23:19
sjmc7i’ll second removing .pyc files23:20
ducttape_yeah I'm not sure.  I see it on master too.  it's weird23:21
*** Drago has quit IRC23:21
hurgleburgler'find . -name '58f82*.css'23:21
hurgleburglerwhoops, minus that first '23:21
ducttape_cleared cache, used icognito, removed pyc files etc23:21
ducttape_yep, I don't see that on the filesystem either23:22
ducttape_something is weird then on my machine, I'll change my vote on that review23:23
*** neelashah has quit IRC23:24
hurgleburgleryeah, phantom css file state23:24
hurgleburglerif you grep for that file, does it find it?23:25
hurgleburglerI mean, do you still have it in your static file manifest?23:25
*** e0ne has quit IRC23:26
ducttape_so there was a second compressed file sitting around that was not being included in my doc.  I copied that unused css file to be the missing file name, and bamo stuff works ok23:31
ducttape_something with the compressor is extra special23:31
*** apuimedo has quit IRC23:33
*** apuimedo has joined #openstack-horizon23:34
*** apuimedo has quit IRC23:39
*** apuimedo has joined #openstack-horizon23:40
*** logan2 has joined #openstack-horizon23:42
*** logan2 is now known as logan-23:42
*** wolverineav has joined #openstack-horizon23:47
openstackgerritCindy Lu proposed openstack/horizon: Add Angular Directive to show msg for empty tables  https://review.openstack.org/17503523:48
*** apuimedo has quit IRC23:49
*** apuimedo has joined #openstack-horizon23:50
*** ducttape_ has quit IRC23:50
*** wolverin_ has joined #openstack-horizon23:50
*** wolverineav has quit IRC23:51
*** apuimedo has quit IRC23:55
*** wolverin_ has quit IRC23:55
*** bpokorny_ has joined #openstack-horizon23:55
*** apuimedo has joined #openstack-horizon23:56
*** wolverineav has joined #openstack-horizon23:57
*** piet has joined #openstack-horizon23:57
rajatvig:q23:58
rajatvigwrong place :)23:58
*** bpokorny has quit IRC23:59

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