lhcheng_ | tqtran: I think the "Related Changes" shows the dependency chain, you read it from bottom (1st patch) to top | 00:00 |
---|---|---|
tqtran | so if you have that, what does it break? | 00:00 |
andrewbogott | ducttape_: 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 files | 00:00 |
ducttape_ | tqtran, that change breaks all the tabbed pages - if the tabbed pages are lazy loaded | 00:00 |
tqtran | lhcheng_: ooo nice, ok got it | 00:01 |
ducttape_ | andrewbogott - thats a one liner, if you already have the cache setup (elsewhere in your config) | 00:01 |
tqtran | ducttape_: ok, let me take a look | 00:01 |
ducttape_ | lhcheng_ can you pls validate my tabbed page thing? having all the tabbed pages broke is pretty severe | 00:02 |
andrewbogott | hm, that didn’t change anything at all. Which is, itself, telling | 00:02 |
ducttape_ | andrewbogott - ya gotta restart apache etc. you do that? | 00:02 |
andrewbogott | yep, did | 00:02 |
ducttape_ | hmm | 00:02 |
andrewbogott | when you said 'if you already have the cache setup' | 00:03 |
andrewbogott | what would I look for to verify that? | 00:03 |
openstackgerrit | Merged openstack/horizon: Set target to _self for Header Links https://review.openstack.org/264631 | 00:03 |
lhcheng_ | ducttape_: sure, going to try it out | 00:03 |
ducttape_ | https://www.irccloud.com/pastebin/vVsLIdZm/ was your cache setup. I'd expect memcached to be installed too | 00:03 |
ducttape_ | andrewbogott - I forgot one other thing. do you have the pip package python-memcached installed ? | 00:04 |
tqtran | ducttape_: looks like you are right, on master, its not working | 00:05 |
tqtran | only the overview tab is working | 00:05 |
ducttape_ | yep, it's anything that is lazy loaded tab content | 00:05 |
ducttape_ | but like the access & security panel is fine, b/c that is not lazy loaded | 00:06 |
tqtran | going to remove that base tag and see wha happens | 00:06 |
ducttape_ | yah, I had to collect static etc after removing that base tag thing too fwiw | 00:06 |
lhcheng_ | ducttape_: bingo, its dead | 00:08 |
tqtran | are there other tabs that are lazy loaded? | 00:08 |
lhcheng_ | volumes I think | 00:08 |
lhcheng_ | ugh | 00:08 |
tqtran | hm......... | 00:09 |
lhcheng_ | yeah, nothing loaded too on vol snapshots | 00:09 |
andrewbogott | https://www.irccloud.com/pastebin/RxFfD0ly/ | 00:09 |
tqtran | i tried removing the base tag, and its still not showing up | 00:09 |
tqtran | this is bad.... | 00:09 |
andrewbogott | um, dang | 00:09 |
andrewbogott | ducttape_: ok, for some reason I had the wrong port for memcached. So I’ve fixed that, and now I have: | 00:09 |
andrewbogott | https://www.irccloud.com/pastebin/qoOn65vr/ | 00:09 |
tqtran | debug time >< | 00:09 |
andrewbogott | I’ve verified that there’s somone listening at 127.0.0.1:11000 | 00:10 |
ducttape_ | https://www.youtube.com/watch?v=7Y_NU_OUwvk&t=120 lhcheng_ dead :'( | 00:11 |
tqtran | actually, i lied, it did show up, browser cached the old stuff | 00:11 |
ducttape_ | yeah, browser cache etc is a something to watch out for | 00:11 |
tqtran | yup, looks like that i the culprit | 00:11 |
ducttape_ | tqtran ^ not andrew ;) | 00:11 |
andrewbogott | ducttape_: restarted apache, logged out and in, same (bad) behavior | 00:12 |
ducttape_ | hmm. not sure andrewbogott. must be something else. have you restarted your browser session or cleared cookies ? | 00:12 |
r1chardj0n3s | ducttape_: sorry, was at the gym :/ | 00:13 |
andrewbogott | ducttape_: restarted firefox just now, no change | 00: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 you | 00:13 |
ducttape_ | r1chardj0n3s - I think we have found why the tab stuff doesn't work | 00:14 |
ducttape_ | https://review.openstack.org/#/c/264630/ | 00:14 |
r1chardj0n3s | ducttape_ \o/ | 00:14 |
r1chardj0n3s | durn it | 00:14 |
tqtran | ducttape_: 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 etc | 00:14 |
tqtran | i dont remember seeing this behavior before | 00:14 |
ducttape_ | tqtran - yes, it remembers the last tab | 00:15 |
lhcheng_ | tqtran: it does | 00:15 |
ducttape_ | some of them remember, at least | 00:15 |
ducttape_ | it's an option to have sticky tabs | 00:15 |
tqtran | ah got it | 00:15 |
lhcheng_ | andrewbogott: not sure if this was asked, are you using pki or uuid tokens? are you running in master? | 00:16 |
andrewbogott | lhcheng_: kilo | 00:16 |
andrewbogott | and 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#L1692 | 00:17 |
tqtran | ducttape_: looking into right now | 00:17 |
ducttape_ | ok. I did not file a bug or anything at this point | 00:18 |
tqtran | i can file one once i fix it, or you can do it and i'll link to it | 00:18 |
andrewbogott | lhcheng_: provider = keystone.token.providers.uuid.Provider | 00:18 |
lhcheng_ | andrewbogott: looking at the django-openstack-auth code, failure to delete token does not prevent project switching | 00:22 |
andrewbogott | ok, so unrelated issues | 00:22 |
andrewbogott | I don’t especially care about the token deletion, just thought it might be a clue | 00:23 |
lhcheng_ | andrewbogott: for the project switching issue, most of time its the cookie size overflow causing it. what do you see in the scr | 00:24 |
lhcheng_ | een? | 00:24 |
lhcheng_ | andrewbogott: what ducttape_ recommended fixes the issue most of time. | 00:25 |
andrewbogott | in the web ui? really nothing — the page for the original project reloads | 00:25 |
ducttape_ | also, I'd check your current cookies andrewbogott. blow them all away, and start from 0 | 00:25 |
ducttape_ | some of the cookies can last longer than the browser session | 00:25 |
*** apuimedo has quit IRC | 00:25 | |
lhcheng_ | or try opening a private window in FF | 00:26 |
andrewbogott | ducttape_: I just tried again in a brand-new browser (safari!) and the behavior is the same. | 00:26 |
*** apuimedo has joined #openstack-horizon | 00:26 | |
ducttape_ | andrewbogott - you bug makes me sad :'( | 00:27 |
ducttape_ | your bug | 00:27 |
ducttape_ | * | 00:27 |
ducttape_ | ;) | 00:27 |
lhcheng_ | :( | 00:27 |
andrewbogott | it’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_ | yes | 00:28 |
andrewbogott | django.core.cache.backends.locmem.LocMemCache ? | 00:28 |
ducttape_ | https://docs.djangoproject.com/en/1.9/ref/settings/#std:setting-CACHES | 00:28 |
ducttape_ | yep | 00:28 |
andrewbogott | should 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 this | 00:28 |
ducttape_ | keep the session engine thing | 00:28 |
ducttape_ | andrewbogott - can you look at your cookie size in your browser too? the size of that might help too | 00:29 |
ducttape_ | lhcheng_ - is it like 4k, right ? | 00:29 |
andrewbogott | https://www.irccloud.com/pastebin/QxcpCLGO/ | 00:30 |
andrewbogott | With 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-horizon | 00:31 | |
andrewbogott | well, the log says Login successful for user "andrew". | 00:31 |
andrewbogott | but the login screen just refreshes | 00:31 |
ducttape_ | ah... I know that one | 00:33 |
ducttape_ | just hit the base url in the location bar. something is jacked up | 00:33 |
tqtran | ducttape_: found the culprit, base makes all request url starts at webroot / | 00:33 |
ducttape_ | it thinks you wanted to stay on /auth/login | 00:34 |
andrewbogott | oops, ok, hang on... | 00:34 |
tqtran | this is the link that gets requested when you click on a tab http://localhost:8001/?tab=instance_details__audit | 00:34 |
tqtran | instead of the original http://localhost:8001/project/instances/3282eaec-569c-40b7-8f82-fd37d86a50ca/?tab=instance_details__audit | 00: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 |
tqtran | not sure, let me see if can get it to work with base first | 00:35 |
lhcheng_ | ducttape_: yes arnd 4k | 00: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 limit | 00:37 |
ducttape_ | (4093 bytes per domain) | 00:37 |
andrewbogott | I can’t get anything but the login screen | 00:37 |
ducttape_ | even if you go to / or /horizon or /dashboard ??? | 00:37 |
andrewbogott | is 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-stored | 00:38 |
ducttape_ | "Delete cookies for a single site" would be appropriate | 00:39 |
*** btully has quit IRC | 00:40 | |
andrewbogott | that would delete them but not tell me how big... | 00:41 |
andrewbogott | anyway, changing too many things at once now :) | 00:41 |
andrewbogott | I can get one of you a login here if that is somehow useful | 00: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 / us | 00:43 |
lhcheng_ | sure, if thats quick for you to setup | 00:43 |
andrewbogott | it’s a public cloud, just make yourself an account here: https://wikitech.wikimedia.org/w/index.php?title=Special:UserLogin&returnto=Main+Page&type=signup | 00:44 |
andrewbogott | let me know your username, I’ll drop you into a couple of disposable projects | 00:44 |
*** bpokorny_ has joined #openstack-horizon | 00:45 | |
tqtran | andrewbogott: your name reminds me of andrew bogut from the warriors | 00:48 |
lhcheng_ | tqtran: haha he needs to rest for the game later | 00:49 |
*** bpokorny has quit IRC | 00:49 | |
andrewbogott | no 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 |
tqtran | darn... thats too bad, u cant claim you're a distant relative | 00:50 |
andrewbogott | oh, by the way, confusing fact: your horizon login name will be what’s called ‘shell name’ on the signup page. | 00:50 |
openstackgerrit | Rajat Vig proposed openstack/horizon: LocationProvider should be set up on the Horizon App https://review.openstack.org/264946 | 00:50 |
tqtran | lhcheng_: yeah, they all need rest, the streak is starting to cost them | 00:52 |
andrewbogott | lhcheng_: ok, try hitting https://horizon.wikimedia.org | 00:54 |
andrewbogott | you should be in two projects | 00:54 |
lhcheng_ | andrewbogott: hit an error: You are not authorized for any projects. | 00:54 |
andrewbogott | hm, ok, maybe I forgot a step... | 00:55 |
andrewbogott | oh, of course, was confused by our weird auth model. One minute... | 00:55 |
*** gyee has quit IRC | 00:55 | |
andrewbogott | lhcheng_: is that better? | 00:56 |
*** apuimedo has quit IRC | 00:57 | |
*** piet has quit IRC | 00:57 | |
*** piet has joined #openstack-horizon | 00:57 | |
*** apuimedo has joined #openstack-horizon | 00:57 | |
andrewbogott | ah, there you are :) | 00:58 |
andrewbogott | now’s where you say “works for me!" | 00:58 |
*** matt-borland has joined #openstack-horizon | 00:58 | |
* andrewbogott waves to matt-borland | 00:59 | |
lhcheng_ | I can reproduce the issue :P | 00:59 |
andrewbogott | lhcheng_: ok, we’ve established that I’m not hallucinating | 00:59 |
lhcheng_ | interesting, you have project name == project id | 01:00 |
andrewbogott | yep, ldap backend | 01:00 |
andrewbogott | I’ll be very sad to say goodbye to ldap project assignment, but it’s coming soon. | 01:00 |
andrewbogott | This cloud has been running (without horizon) since cactus. So there’s some unexpected cruft :) | 01:01 |
openstackgerrit | Kyle Olivo proposed openstack/horizon: WIP: Add angular instances panel https://review.openstack.org/261376 | 01:01 |
lhcheng_ | are you running horizon in apache? | 01:02 |
andrewbogott | yep | 01:02 |
lhcheng_ | the settings of using LocMemCache only work if horizon is running on dev server | 01:03 |
andrewbogott | ah, 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 |
andrewbogott | ok. well in any case what you’re looking at right now has memcached back on. Or so I hope. | 01:04 |
andrewbogott | I’m back to | 01:05 |
andrewbogott | https://www.irccloud.com/pastebin/QeqwTzd4/ | 01:05 |
*** ybathia has quit IRC | 01:05 | |
andrewbogott | what 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 IRC | 01:06 | |
lhcheng_ | andrewbogott: okay, I do see that that cookie size is small 41b, it does use the memcache | 01:06 |
*** kzaitsev_mb has quit IRC | 01:07 | |
andrewbogott | cool | 01:07 |
*** jacky-zhang has joined #openstack-horizon | 01:07 | |
*** apuimedo has joined #openstack-horizon | 01:07 | |
lhcheng_ | andrewbogott: in the horizon log, do you see "'Project switch successful for user <username>" | 01:08 |
andrewbogott | Project switch failed for user "lhcheng". | 01:08 |
andrewbogott | https://www.irccloud.com/pastebin/l5MTHw3P/ | 01:08 |
*** matt-borland has quit IRC | 01:09 | |
*** garthb__ has quit IRC | 01:09 | |
lhcheng_ | ah your service catalog is still pointing to identity v3 | 01:10 |
andrewbogott | aah | 01:11 |
andrewbogott | so even though it’s set to 2 in horizon... | 01:11 |
andrewbogott | yeah, that makes sense. | 01:11 |
openstackgerrit | Merged openstack/horizon: Clean up horizon.scss - Keypairs https://review.openstack.org/260625 | 01:11 |
openstackgerrit | Merged openstack/horizon: Add expect clause when the test passes https://review.openstack.org/265395 | 01:11 |
lhcheng_ | could be trying to rescope token using the identity v3 endpoint | 01:11 |
andrewbogott | I tried switching horizon to v3 earlier today but ran into new, different problems. | 01:11 |
*** jtriley has joined #openstack-horizon | 01:11 | |
r1chardj0n3s | https://medium.com/@wob/the-sad-state-of-web-development-1603a861d29f#.fhvh5gbky | 01:12 |
andrewbogott | lhcheng_: 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 |
andrewbogott | I think I have to, to use mysql assigment but ldap identity | 01:17 |
lhcheng_ | andrewbogott: I assume you mean mysql for service accounts? | 01:18 |
andrewbogott | It’s uncanny how no matter what I do lands me back in this same awful keystone dependency chain | 01:18 |
andrewbogott | I 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 IRC | 01: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 domain | 01:19 |
ducttape_ | sweetjebus | 01:19 |
andrewbogott | lhcheng_: ok, maybe I’m misremembering. | 01:20 |
andrewbogott | I 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-horizon | 01:21 | |
lhcheng_ | you don't need multi-domains for global roles | 01:21 |
andrewbogott | great. | 01:21 |
andrewbogott | Ok, so… why are we talking about whether or not I need multi domains? | 01:21 |
andrewbogott | Because that’s the only reason to use v3? | 01:21 |
lhcheng_ | ducttape_: I think that's specialty of esp :P | 01:22 |
esp | uh 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 |
andrewbogott | Well… 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 |
andrewbogott | unless there’s some reason to think that v2 and v3 will live on together happily forever | 01:24 |
andrewbogott | (It might be painless to roll back, I’m just not sure) | 01:24 |
andrewbogott | lhcheng_: 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 IRC | 01: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 |
andrewbogott | I 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-horizon | 01:27 | |
lhcheng_ | Set that to False, and make sure OPENSTACK_KEYSTONE_DEFAULT_DOMAIN matches the value in keystone | 01:27 |
lhcheng_ | esp: nothing, just some keystone horizon v3 fun :P | 01:28 |
esp | phew :) | 01:29 |
andrewbogott | I don’t seem to set domain anywhere in keystone.conf at the moment. | 01:29 |
andrewbogott | yeah, 'Unable to retrieve authorized projects' | 01:29 |
andrewbogott | this is familiar | 01:29 |
lhcheng_ | andrewbogott: that likely to be 'Default' (id: default) | 01:30 |
*** apuimedo has quit IRC | 01:31 | |
andrewbogott | yep, ok, I see that as a commented line in the default config | 01:31 |
andrewbogott | so… 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-horizon | 01:33 | |
andrewbogott | yeah, ‘openstack project list’ works fine from the commandline with the same creds that give me 'Unable to retrieve authorized projects’ in horizon | 01:33 |
lhcheng_ | andrewbogott: have you already switch to v3 in horizon? | 01:34 |
tqtran | ducttape_: still around? i think we should just revert the patch | 01:35 |
r1chardj0n3s | tqtran: no luck figuring out what the problem is, or no solution? | 01:35 |
tqtran | so there are two solution: | 01:35 |
tqtran | 1. remove the <base> tag | 01:35 |
tqtran | 2. change the tab url to append the base | 01:36 |
andrewbogott | lhcheng_: I think so. I changed the url to v3 and also did | 01:36 |
andrewbogott | https://www.irccloud.com/pastebin/4wjFtQ6k/ | 01:36 |
andrewbogott | that’s it, right? | 01:36 |
tqtran | i tried #2, but seems like base is still overriding it | 01:36 |
r1chardj0n3s | hmm, I'll have a poke at it | 01:36 |
tqtran | anytime it sees the ? param, it automagically replaces it | 01:36 |
lhcheng_ | tqtran: if its going to take awhile to fix that, revert that for now to unblock. | 01:36 |
r1chardj0n3s | hmm | 01:36 |
*** TravT has quit IRC | 01:36 | |
tqtran | i also took a bit closer look at the $locationProvider docs | 01:37 |
tqtran | we dont actually need the base tag at all... so now im questioning the rationale behind adding it in the first place | 01:37 |
tqtran | so all of the reasons above (including lhcheng_'s reason) has led me to believe that we're better off reverting for now | 01:38 |
tqtran | r1chardj0n3s: i'll upload what i have, and you can poke around if you like | 01:38 |
r1chardj0n3s | tqtran: oh? rajat was pretty insistent that we needed it. happy to revert while we sort that out tho | 01: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 |
tqtran | k, i'll submit a patch and bug to revert it for now | 01:39 |
andrewbogott | OPENSTACK_KEYSTONE_URL = "http://%s:5000/v3" % OPENSTACK_HOST | 01:39 |
andrewbogott | and 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 |
r1chardj0n3s | lhcheng_: yeah :-( | 01:40 |
*** TravT has joined #openstack-horizon | 01:41 | |
*** Mounica has quit IRC | 01:41 | |
lhcheng_ | andrewbogott: hmm I can't even login now. what's the error in the log? | 01:41 |
andrewbogott | lhcheng_: I can’t log in either, exactly. | 01:41 |
andrewbogott | the horizon log just says Login failed for user "lhcheng". | 01:42 |
andrewbogott | and the gui says what it says | 01: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 |
andrewbogott | It literally only writes the one line | 01:42 |
andrewbogott | but maybe I can turn on more channels | 01:42 |
lhcheng_ | or you could also look at the keystone log | 01:42 |
*** btully has joined #openstack-horizon | 01:42 | |
tqtran | is gerrit down? | 01:43 |
tqtran | cant seem to upload | 01:43 |
lhcheng_ | andrewbogott: you can set this to DEBUG - https://github.com/openstack/horizon/blob/stable/kilo/openstack_dashboard/local/local_settings.py.example#L388 | 01:43 |
lhcheng_ | it should start logging the python-client call | 01:43 |
lhcheng_ | tqtran: works fine for me | 01:44 |
tqtran | -_- strange.... | 01:44 |
tqtran | wth | 01:44 |
*** apuimedo has quit IRC | 01:44 | |
*** apuimedo has joined #openstack-horizon | 01:45 | |
andrewbogott | ok, the url it’s hitting is http://labcontrol1001.wikimedia.org:5000/v3/users/andrew/projects | 01:45 |
*** btully has quit IRC | 01:47 | |
*** apuimedo has quit IRC | 01:49 | |
*** apuimedo has joined #openstack-horizon | 01:51 | |
*** mtanino has quit IRC | 01: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 IRC | 01:53 | |
andrewbogott | lhcheng_: 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 |
openstackgerrit | Cindy Lu proposed openstack/horizon: Angular tables get page size from horizon settings https://review.openstack.org/219822 | 01:55 |
andrewbogott | lhcheng_: 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 |
andrewbogott | role ‘admin’ in project ‘admin' | 01:56 |
andrewbogott | that should do it shouldn’t it? | 01:56 |
*** shu-mutou has joined #openstack-horizon | 01:57 | |
lhcheng_ | andrewbogott: yup, that should do it. | 01:57 |
andrewbogott | and that user can ‘openstack project list' | 01:58 |
*** TravT has quit IRC | 02:00 | |
lhcheng_ | try 'openstack project list --user andrew" | 02:00 |
lhcheng_ | using the 'andrew' account | 02:00 |
andrewbogott | doesn’t work | 02:01 |
openstackgerrit | Thai Tran proposed openstack/horizon: WIP broken lazy tabs https://review.openstack.org/266100 | 02:01 |
andrewbogott | 403 | 02:01 |
andrewbogott | but shouldn’t at least the novaadmin user be able to log in to horizon? | 02:01 |
tqtran | r1chardj0n3s: ^--- if you want to poke around | 02:02 |
r1chardj0n3s | tqtran: ok | 02:02 |
tqtran | i left two breakpoints in there to show you where the url code is generated | 02:02 |
*** apuimedo has quit IRC | 02:02 | |
lhcheng_ | andrewbogott: yeah, it should.. I wonder if v3 + ldap assignment doesn't work well :/ | 02:02 |
andrewbogott | To 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-horizon | 02:03 | |
andrewbogott | One lesson I’m learning is that when an openstack feature is ‘deprecated’ that generally means ‘we broke it already' | 02:04 |
*** piet has quit IRC | 02:04 | |
*** TravT has joined #openstack-horizon | 02:04 | |
lhcheng_ | be very afraid of using it | 02:05 |
*** jhesketh has quit IRC | 02:05 | |
andrewbogott | anyway… 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 |
andrewbogott | thank 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-horizon | 02:05 | |
lhcheng_ | andrewbogott: sorry, still didn't got to get your stuff working :/ | 02:06 |
r1chardj0n3s | one of these days I'm going to try to figure out why it takes so damned long to log into horizon | 02:06 |
lhcheng_ | r1chardj0n3s: do you have a lot of instance in your project? | 02:07 |
r1chardj0n3s | lhcheng_: 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 bit | 02:08 |
r1chardj0n3s | :-) | 02:08 |
*** zhurong has joined #openstack-horizon | 02:08 | |
openstackgerrit | Thai Tran proposed openstack/horizon: Revert "Specify <base> element in all pages" https://review.openstack.org/266102 | 02:10 |
*** mohankumar has joined #openstack-horizon | 02:11 | |
tqtran | already, im off for the night, see you guys tmr | 02:11 |
r1chardj0n3s | oh, right, I think I know why that's broken. will see if I can look into it | 02:11 |
r1chardj0n3s | cya tqtran | 02:11 |
*** tqtran has quit IRC | 02:11 | |
*** apuimedo has quit IRC | 02:13 | |
*** apuimedo has joined #openstack-horizon | 02:13 | |
*** bpokorny_ has quit IRC | 02:13 | |
*** bpokorny has joined #openstack-horizon | 02:14 | |
*** yamamoto has joined #openstack-horizon | 02:17 | |
*** apuimedo has quit IRC | 02:20 | |
openstackgerrit | Richard Jones proposed openstack/horizon: Fix action list icon use and spacing https://review.openstack.org/266104 | 02:21 |
*** apuimedo has joined #openstack-horizon | 02:21 | |
*** TravT has quit IRC | 02:23 | |
*** jbell8 has joined #openstack-horizon | 02:24 | |
*** apuimedo has quit IRC | 02:25 | |
*** apuimedo has joined #openstack-horizon | 02:26 | |
*** TravT has joined #openstack-horizon | 02:28 | |
*** bpokorny_ has joined #openstack-horizon | 02:30 | |
*** yamamoto has quit IRC | 02:31 | |
*** kzaitsev_mb has joined #openstack-horizon | 02:32 | |
*** bpokorny has quit IRC | 02:34 | |
*** bpokorny_ has quit IRC | 02:35 | |
*** apuimedo has quit IRC | 02:35 | |
*** apuimedo has joined #openstack-horizon | 02:36 | |
*** TravT has quit IRC | 02:37 | |
*** jbell8 has quit IRC | 02:38 | |
*** yamamoto_ has joined #openstack-horizon | 02:38 | |
*** jbell8 has joined #openstack-horizon | 02:39 | |
*** yamamoto_ has quit IRC | 02:40 | |
*** apuimedo has quit IRC | 02:41 | |
*** apuimedo has joined #openstack-horizon | 02:41 | |
*** davidmichaelkarr has quit IRC | 02:42 | |
*** TravT has joined #openstack-horizon | 02:42 | |
openstackgerrit | LIU Yulong proposed openstack/horizon: Move message tips bar to proper position https://review.openstack.org/145775 | 02:43 |
*** jtriley has quit IRC | 02:44 | |
openstackgerrit | Diana Whitten proposed openstack/horizon: Clean up horizon.scss - _util.scss https://review.openstack.org/260630 | 02:48 |
*** TravT has quit IRC | 02:52 | |
*** apuimedo has quit IRC | 02:53 | |
*** apuimedo has joined #openstack-horizon | 02:54 | |
*** amotoki has joined #openstack-horizon | 02:54 | |
*** TravT has joined #openstack-horizon | 02:57 | |
*** apuimedo has quit IRC | 02:58 | |
*** apuimedo has joined #openstack-horizon | 03:00 | |
*** kevinbenton_ has joined #openstack-horizon | 03:00 | |
*** deray has joined #openstack-horizon | 03:01 | |
*** kevinbenton_ has quit IRC | 03:03 | |
*** piet has joined #openstack-horizon | 03:10 | |
*** TravT has quit IRC | 03:11 | |
*** apuimedo has quit IRC | 03:11 | |
*** wolverin_ has joined #openstack-horizon | 03:12 | |
*** amotoki has quit IRC | 03:12 | |
*** apuimedo has joined #openstack-horizon | 03:13 | |
*** amotoki has joined #openstack-horizon | 03:14 | |
*** wolverin_ has quit IRC | 03:14 | |
openstackgerrit | Wang Bo proposed openstack/horizon: Delete deprecated codes with "TODO" annotation https://review.openstack.org/266125 | 03:14 |
*** kzaitsev_mb has quit IRC | 03:14 | |
*** wolverineav has quit IRC | 03:15 | |
*** TravT has joined #openstack-horizon | 03:16 | |
openstackgerrit | Reedip proposed openstack/django-openstack-auth-kerberos: Remove Py33 support https://review.openstack.org/266128 | 03:19 |
*** apuimedo has quit IRC | 03:24 | |
*** TravT has quit IRC | 03:25 | |
*** apuimedo has joined #openstack-horizon | 03:26 | |
*** jbell8 has quit IRC | 03:27 | |
*** doug-fish has joined #openstack-horizon | 03:30 | |
*** ccard_ has joined #openstack-horizon | 03:31 | |
*** yamamoto_ has joined #openstack-horizon | 03:33 | |
*** ccard__ has quit IRC | 03:34 | |
*** lhcheng has joined #openstack-horizon | 03:35 | |
*** amotoki has quit IRC | 03:36 | |
*** piet has quit IRC | 03:38 | |
*** lhcheng_ has quit IRC | 03:38 | |
*** mohankumar has quit IRC | 03:40 | |
*** apuimedo has quit IRC | 03:43 | |
*** chestack has quit IRC | 03:44 | |
*** apuimedo has joined #openstack-horizon | 03:44 | |
openstackgerrit | Wang Bo proposed openstack/horizon: Delete some deprecated codes https://review.openstack.org/266125 | 03:47 |
*** apuimedo has quit IRC | 03:49 | |
*** TravT has joined #openstack-horizon | 03:49 | |
*** apuimedo has joined #openstack-horizon | 03:49 | |
openstackgerrit | hanjiabao proposed openstack/horizon: Createing a page which has four tables to show data of vpn. https://review.openstack.org/266135 | 03:51 |
openstackgerrit | Merged openstack/horizon: Revert "Specify <base> element in all pages" https://review.openstack.org/266102 | 03:52 |
*** wolverineav has joined #openstack-horizon | 03:56 | |
*** apuimedo has quit IRC | 03:56 | |
*** apuimedo has joined #openstack-horizon | 03:57 | |
*** doug-fish has quit IRC | 03:58 | |
*** TravT has quit IRC | 03:59 | |
*** chestack has joined #openstack-horizon | 04:03 | |
*** amotoki has joined #openstack-horizon | 04:04 | |
*** jacky-zhang has quit IRC | 04:04 | |
*** apuimedo has quit IRC | 04:04 | |
*** shu-mutou has quit IRC | 04:05 | |
*** apuimedo has joined #openstack-horizon | 04:05 | |
*** kevinbenton_ has joined #openstack-horizon | 04:07 | |
*** jacky-zhang has joined #openstack-horizon | 04:10 | |
*** kzaitsev_mb has joined #openstack-horizon | 04:11 | |
openstackgerrit | hanjiabao proposed openstack/horizon: Createing a page which has four tables to show data of vpn https://review.openstack.org/266138 | 04:13 |
*** chestack has quit IRC | 04:15 | |
*** wolverineav has quit IRC | 04:17 | |
*** wolverineav has joined #openstack-horizon | 04:19 | |
*** deray has quit IRC | 04:20 | |
*** deray has joined #openstack-horizon | 04:21 | |
*** TravT has joined #openstack-horizon | 04:22 | |
*** apuimedo has quit IRC | 04:26 | |
*** wolverineav has quit IRC | 04:26 | |
*** RA_ has joined #openstack-horizon | 04:28 | |
*** apuimedo has joined #openstack-horizon | 04:28 | |
*** chestack has joined #openstack-horizon | 04:29 | |
*** hurgleburgler1 is now known as hurgleburgler | 04:30 | |
openstackgerrit | Diana Whitten proposed openstack/horizon: Horizon Checkboxes are now themeable. https://review.openstack.org/252161 | 04:31 |
*** kzaitsev_mb has quit IRC | 04:32 | |
*** wolverineav has joined #openstack-horizon | 04:33 | |
*** TravT has quit IRC | 04:36 | |
*** apuimedo has quit IRC | 04:37 | |
*** wolverineav has quit IRC | 04:38 | |
*** apuimedo has joined #openstack-horizon | 04:38 | |
*** piet has joined #openstack-horizon | 04:38 | |
*** apuimedo has quit IRC | 04:45 | |
*** apuimedo has joined #openstack-horizon | 04:46 | |
*** wolverineav has joined #openstack-horizon | 04:46 | |
*** jacky-zhang has quit IRC | 04:47 | |
*** wolverineav has quit IRC | 04:47 | |
*** apuimedo has quit IRC | 04:50 | |
*** apuimedo has joined #openstack-horizon | 04:52 | |
*** apuimedo has quit IRC | 04:57 | |
*** apuimedo has joined #openstack-horizon | 04:57 | |
*** piet has quit IRC | 05:00 | |
*** apuimedo has quit IRC | 05:02 | |
*** deray has quit IRC | 05:02 | |
*** apuimedo has joined #openstack-horizon | 05:03 | |
*** masco has joined #openstack-horizon | 05:06 | |
*** apuimedo has quit IRC | 05:08 | |
*** apuimedo has joined #openstack-horizon | 05:09 | |
*** apuimedo has quit IRC | 05:16 | |
*** apuimedo has joined #openstack-horizon | 05:17 | |
*** btully has joined #openstack-horizon | 05:19 | |
*** TravT has joined #openstack-horizon | 05:19 | |
*** apuimedo has quit IRC | 05:22 | |
*** apuimedo has joined #openstack-horizon | 05:22 | |
*** btully has quit IRC | 05:23 | |
*** hurgleburgler has quit IRC | 05:23 | |
*** hurgleburgler has joined #openstack-horizon | 05:23 | |
*** kzaitsev_mb has joined #openstack-horizon | 05:28 | |
*** TravT has quit IRC | 05:29 | |
*** apuimedo has quit IRC | 05:29 | |
*** apuimedo has joined #openstack-horizon | 05:30 | |
*** zhurong has quit IRC | 05:32 | |
*** vgridnev has joined #openstack-horizon | 05:35 | |
*** hurgleburgler has quit IRC | 05:36 | |
*** mohankumar has joined #openstack-horizon | 05:37 | |
*** davidmichaelkarr has joined #openstack-horizon | 05:40 | |
*** jtriley has joined #openstack-horizon | 05:40 | |
*** apuimedo has quit IRC | 05:42 | |
*** apuimedo has joined #openstack-horizon | 05:43 | |
*** jacky-zhang has joined #openstack-horizon | 05:44 | |
*** TravT has joined #openstack-horizon | 05:49 | |
*** apuimedo has quit IRC | 05:52 | |
*** apuimedo has joined #openstack-horizon | 05:53 | |
*** apuimedo has quit IRC | 05:57 | |
*** kzaitsev_mb has quit IRC | 05:57 | |
*** apuimedo has joined #openstack-horizon | 05:58 | |
*** TravT has quit IRC | 06:02 | |
*** apuimedo has quit IRC | 06:03 | |
*** kevinbenton_ has quit IRC | 06:04 | |
*** apuimedo has joined #openstack-horizon | 06:05 | |
*** TravT has joined #openstack-horizon | 06:07 | |
openstackgerrit | venkatamahesh proposed openstack/horizon: Improvements in python condition code https://review.openstack.org/266207 | 06:12 |
*** apuimedo has quit IRC | 06:14 | |
*** apuimedo has joined #openstack-horizon | 06:15 | |
*** TravT has quit IRC | 06:17 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/horizon: Imported Translations from Zanata https://review.openstack.org/266212 | 06:19 |
openstackgerrit | Joshua Hesketh proposed openstack/horizon: Clean up horizon.scss - _layout.scss https://review.openstack.org/260628 | 06:19 |
*** TravT has joined #openstack-horizon | 06:22 | |
*** wolverineav has joined #openstack-horizon | 06:23 | |
*** apuimedo has quit IRC | 06:26 | |
*** apuimedo has joined #openstack-horizon | 06:29 | |
openstackgerrit | Kenji Ishii proposed openstack/horizon: Modify 'admin' used by fixed string https://review.openstack.org/259283 | 06:32 |
*** apuimedo has quit IRC | 06:33 | |
*** zhurong has joined #openstack-horizon | 06:33 | |
*** apuimedo has joined #openstack-horizon | 06:34 | |
*** dsneddon has quit IRC | 06:37 | |
*** apuimedo has quit IRC | 06:39 | |
*** apuimedo has joined #openstack-horizon | 06:39 | |
*** TravT has quit IRC | 06:40 | |
*** apuimedo has quit IRC | 06:44 | |
*** apuimedo has joined #openstack-horizon | 06:44 | |
*** mohankumar has quit IRC | 06:45 | |
*** kzaitsev_mb has joined #openstack-horizon | 06:53 | |
*** lhcheng has quit IRC | 06:54 | |
*** jacky-zhang has quit IRC | 06:54 | |
*** tmazur has joined #openstack-horizon | 06:55 | |
*** kzaitsev_mb has quit IRC | 06:58 | |
*** TravT has joined #openstack-horizon | 07:04 | |
*** vgridnev has quit IRC | 07:05 | |
*** apuimedo has quit IRC | 07:05 | |
*** apuimedo has joined #openstack-horizon | 07:06 | |
*** wolverineav has quit IRC | 07:10 | |
*** TravT has quit IRC | 07:14 | |
*** TravT has joined #openstack-horizon | 07:18 | |
*** apuimedo has quit IRC | 07:20 | |
*** apuimedo has joined #openstack-horizon | 07:21 | |
*** aortega_ has quit IRC | 07:23 | |
*** TravT has quit IRC | 07:28 | |
*** apuimedo has quit IRC | 07:28 | |
*** apuimedo has joined #openstack-horizon | 07:30 | |
*** TravT has joined #openstack-horizon | 07:33 | |
*** apuimedo has quit IRC | 07:35 | |
*** vgridnev has joined #openstack-horizon | 07:35 | |
*** apuimedo has joined #openstack-horizon | 07:36 | |
*** apuimedo has quit IRC | 07:41 | |
*** apuimedo has joined #openstack-horizon | 07:41 | |
*** e0ne has joined #openstack-horizon | 07:42 | |
*** TravT has quit IRC | 07:42 | |
*** RA_ has quit IRC | 07:43 | |
*** apuimedo has quit IRC | 07:48 | |
*** apuimedo has joined #openstack-horizon | 07:50 | |
*** wolverineav has joined #openstack-horizon | 07:52 | |
*** belmoreira has joined #openstack-horizon | 07:53 | |
*** apuimedo has quit IRC | 07:54 | |
*** kzaitsev_mb has joined #openstack-horizon | 07:54 | |
*** apuimedo has joined #openstack-horizon | 07:55 | |
*** chestack has quit IRC | 07:55 | |
*** wolverineav has quit IRC | 07:56 | |
*** jtomasek has joined #openstack-horizon | 07:57 | |
*** kzaitsev_mb has quit IRC | 07:59 | |
*** apuimedo has quit IRC | 07:59 | |
*** vgridnev has quit IRC | 08:00 | |
*** apuimedo has joined #openstack-horizon | 08:00 | |
openstackgerrit | hanjiabao proposed openstack/horizon: This provide an angular basic page to show vpn's four tables https://review.openstack.org/266237 | 08:01 |
*** wolverineav has joined #openstack-horizon | 08:04 | |
*** TravT has joined #openstack-horizon | 08:06 | |
*** apuimedo has quit IRC | 08:07 | |
*** apuimedo has joined #openstack-horizon | 08:07 | |
*** TravT has quit IRC | 08:11 | |
*** omer_etrog has quit IRC | 08:14 | |
*** e0ne has quit IRC | 08:16 | |
*** apuimedo has quit IRC | 08:17 | |
*** apuimedo has joined #openstack-horizon | 08:17 | |
openstackgerrit | Wang Bo proposed openstack/horizon: Delete some deprecated codes https://review.openstack.org/266125 | 08:19 |
*** apuimedo has quit IRC | 08:24 | |
*** apuimedo has joined #openstack-horizon | 08:25 | |
*** chestack has joined #openstack-horizon | 08:27 | |
*** rdopiera has joined #openstack-horizon | 08:30 | |
*** TravT has joined #openstack-horizon | 08:30 | |
*** apuimedo has quit IRC | 08:32 | |
openstackgerrit | hanjiabao proposed openstack/horizon: Adding a four-table-page after ng-vpn panel https://review.openstack.org/266237 | 08:33 |
*** apuimedo has joined #openstack-horizon | 08:33 | |
*** kzaitsev_mb has joined #openstack-horizon | 08:34 | |
*** TravT has quit IRC | 08:40 | |
*** apuimedo has quit IRC | 08:40 | |
*** aortega has joined #openstack-horizon | 08:41 | |
*** apuimedo has joined #openstack-horizon | 08:42 | |
zigo | robcresswell: 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 |
zigo | Any light on how to fix the "NoReverseMatch: u'ngusers' is not a registered namespace inside 'horizon:identity'" which is generating this? | 08:42 |
zigo | FYI, my latest build log: http://sid.gplhost.com/horizon/horizon_8.0.0-4_amd64.build | 08:43 |
openstackgerrit | Masco proposed openstack/horizon: Adding angular QoS panel in horizon https://review.openstack.org/247997 | 08:43 |
*** TravT has joined #openstack-horizon | 08:44 | |
*** apuimedo has quit IRC | 08:46 | |
*** apuimedo has joined #openstack-horizon | 08:47 | |
*** vgridnev has joined #openstack-horizon | 08:49 | |
mrunge | zigo, you might want to check contents of https://github.com/openstack/horizon/blob/stable/liberty/openstack_dashboard/enabled/_3031_identity_users_panel.py | 08:50 |
mrunge | if ngusers is really disabled in your build | 08:50 |
zigo | mrunge: My package doesn't touch that file, it's direct from upstream git... | 08:51 |
mrunge | zigo, could you please file bugs about django-1.9 issues | 08:52 |
mrunge | robcresswell, had a blueprint for django-1.9 imho | 08:52 |
mrunge | we should be tracking all that stuff | 08:52 |
*** apuimedo has quit IRC | 08:52 | |
*** apuimedo has joined #openstack-horizon | 08:53 | |
zigo | mrunge: Well, I'm looking at fixing the issues rather than filling bugs! :) | 08:54 |
mrunge | I just discovered by coincidence, pagination is broken in mitaka, since someone changed URL handling | 08:54 |
zigo | Oh... :/ | 08:54 |
mrunge | zigo, we'd need those bugs to make sure, we don't forget something for backporting etc. | 08:55 |
mrunge | worst thing is, breaking pagination has not been discovered by unit tests | 08:55 |
mrunge | and also not by integration tests | 08:55 |
mrunge | ^^ tsufiev | 08:55 |
*** TravT has quit IRC | 08:58 | |
*** apuimedo has quit IRC | 09:00 | |
*** belmoreira has quit IRC | 09:01 | |
*** apuimedo has joined #openstack-horizon | 09:01 | |
zigo | tsufiev: It'd be really cool if you could help me finishing the work as well! | 09:02 |
zigo | I don't think I'm far from finished. | 09:02 |
openstackgerrit | Alexander Koryagin proposed openstack/horizon: Add test for create/delete image under Admin user https://review.openstack.org/265955 | 09:04 |
*** zhurong has quit IRC | 09:05 | |
*** amotoki has quit IRC | 09:05 | |
*** amotoki has joined #openstack-horizon | 09:07 | |
*** amotoki has quit IRC | 09:07 | |
openstackgerrit | Merged openstack/django_openstack_auth: Python 3 deprecated the logger.warn method in favor of warning https://review.openstack.org/264228 | 09:12 |
openstackgerrit | Merged openstack/django_openstack_auth: Updated from global requirements https://review.openstack.org/264417 | 09:13 |
*** ygbo has joined #openstack-horizon | 09:13 | |
openstackgerrit | hanjiabao proposed openstack/horizon: Adding a four-table-page after ng-vpn panel https://review.openstack.org/266237 | 09:13 |
*** openstackgerrit has quit IRC | 09:17 | |
*** openstackgerrit has joined #openstack-horizon | 09:18 | |
*** apuimedo has quit IRC | 09:18 | |
*** apuimedo has joined #openstack-horizon | 09:19 | |
*** kzaitsev_mb has quit IRC | 09:21 | |
*** TravT has joined #openstack-horizon | 09:22 | |
*** kzaitsev_mb has joined #openstack-horizon | 09:23 | |
openstackgerrit | Alexander Koryagin proposed openstack/horizon: Add test for create/delete image under Admin user https://review.openstack.org/265955 | 09:23 |
tsufiev | mrunge, there are no integration tests for pagination ) | 09:27 |
tsufiev | so it's an expected behavior | 09:27 |
mrunge | hahaha | 09:28 |
*** kzaitsev_mb has quit IRC | 09:28 | |
tsufiev | seriously, we need to increase coverage | 09:28 |
mrunge | on the other side, I would have expected, something changing url base should have been detected | 09:28 |
tsufiev | mrunge, 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-part1 | 09:31 |
mrunge | tsufiev, I share your pain here | 09:31 |
tsufiev | well, you guess what's my point here ) | 09:31 |
tsufiev | reviews, reviews, reviews... | 09:31 |
mrunge | but great to hear there are new (and more) contributors | 09:31 |
mrunge | yes! | 09:31 |
*** TravT has quit IRC | 09:32 | |
*** apuimedo has quit IRC | 09:33 | |
*** apuimedo has joined #openstack-horizon | 09:35 | |
*** TravT has joined #openstack-horizon | 09:37 | |
*** aix has joined #openstack-horizon | 09:37 | |
*** tmazur has quit IRC | 09:39 | |
*** apuimedo has quit IRC | 09:39 | |
*** apuimedo has joined #openstack-horizon | 09:40 | |
*** TravT has quit IRC | 09:41 | |
tsufiev | zigo, I guess all the details are in a recent [horizon] mailing thread, correct? | 09:41 |
*** apuimedo has quit IRC | 09:44 | |
*** apuimedo has joined #openstack-horizon | 09:45 | |
*** e0ne has joined #openstack-horizon | 09:48 | |
*** clayton has quit IRC | 09:51 | |
*** clayton has joined #openstack-horizon | 09:51 | |
*** apuimedo has quit IRC | 09:52 | |
*** apuimedo has joined #openstack-horizon | 09:52 | |
*** NightKhaos has quit IRC | 09:52 | |
*** vishwana_ has joined #openstack-horizon | 09:54 | |
*** cbader_ has joined #openstack-horizon | 09:55 | |
*** vishwanathj has quit IRC | 09:56 | |
*** cbader has quit IRC | 09:56 | |
*** NightKhaos has joined #openstack-horizon | 09:57 | |
*** amotoki has joined #openstack-horizon | 09:59 | |
*** wolverineav has quit IRC | 10:02 | |
*** TravT has joined #openstack-horizon | 10:05 | |
*** apuimedo has quit IRC | 10:06 | |
*** apuimedo has joined #openstack-horizon | 10:07 | |
*** rdopiera has quit IRC | 10:09 | |
*** rdopiera has joined #openstack-horizon | 10:09 | |
*** RA has joined #openstack-horizon | 10:10 | |
*** RA is now known as Guest69175 | 10:10 | |
*** apuimedo has quit IRC | 10:14 | |
*** TravT has quit IRC | 10:15 | |
*** apuimedo has joined #openstack-horizon | 10:15 | |
*** josecastroleon has joined #openstack-horizon | 10:19 | |
*** TravT has joined #openstack-horizon | 10:20 | |
*** apuimedo has quit IRC | 10:20 | |
*** apuimedo has joined #openstack-horizon | 10:21 | |
*** JeanBriceCombebi has joined #openstack-horizon | 10:23 | |
*** Guest69175 has quit IRC | 10:25 | |
*** apuimedo has quit IRC | 10:25 | |
*** apuimedo has joined #openstack-horizon | 10:26 | |
*** kzaitsev_mb has joined #openstack-horizon | 10:27 | |
*** apuimedo has quit IRC | 10:31 | |
*** apuimedo has joined #openstack-horizon | 10:31 | |
*** kzaitsev_mb has quit IRC | 10:32 | |
*** aix has quit IRC | 10:32 | |
*** TravT has quit IRC | 10:34 | |
*** apuimedo has quit IRC | 10:36 | |
*** apuimedo has joined #openstack-horizon | 10:36 | |
*** TravT has joined #openstack-horizon | 10:39 | |
openstackgerrit | Alexandra Allakhverdieva proposed openstack/horizon: Added test test_create_delete_volume_snapshot https://review.openstack.org/240889 | 10:41 |
*** kzaitsev_mb has joined #openstack-horizon | 10:42 | |
*** dsneddon has joined #openstack-horizon | 10:43 | |
*** JeanBriceCombebi has quit IRC | 10:44 | |
*** JeanBriceCombebi has joined #openstack-horizon | 10:46 | |
*** apuimedo has quit IRC | 10:49 | |
*** apuimedo has joined #openstack-horizon | 10:50 | |
*** dsneddon has quit IRC | 10:50 | |
*** dsneddon has joined #openstack-horizon | 10:51 | |
*** dsneddon has quit IRC | 10:51 | |
*** dsneddon has joined #openstack-horizon | 10:51 | |
*** dsneddon has quit IRC | 10:52 | |
*** dsneddon has joined #openstack-horizon | 10:52 | |
*** aix has joined #openstack-horizon | 10:53 | |
*** chestack has quit IRC | 10:56 | |
*** wolverineav has joined #openstack-horizon | 10:58 | |
*** apuimedo has quit IRC | 10:59 | |
*** apuimedo has joined #openstack-horizon | 11:00 | |
*** wolverineav has quit IRC | 11:03 | |
*** tosky has joined #openstack-horizon | 11:06 | |
*** apuimedo has quit IRC | 11:10 | |
*** apuimedo has joined #openstack-horizon | 11:11 | |
*** chestack has joined #openstack-horizon | 11:13 | |
*** josecastroleon has quit IRC | 11:13 | |
betherly | sorry late into the channel! crazy morning. yay bug day! | 11:17 |
*** TravT has quit IRC | 11:17 | |
*** openstackgerrit has quit IRC | 11:17 | |
*** openstackgerrit has joined #openstack-horizon | 11:18 | |
*** TravT has joined #openstack-horizon | 11:22 | |
robcresswell | Missing test on pagination is serious issue :/ | 11:22 |
*** btully has joined #openstack-horizon | 11:22 | |
robcresswell | mrunge is there a bug report for that issue? | 11:23 |
mrunge | robcresswell, Itxaka just added this bug here too: https://bugs.launchpad.net/horizon/+bug/1532265 | 11:23 |
openstack | Launchpad 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 |
mrunge | robcresswell, there is an issue (and fix) for the pagination bug | 11:23 |
mrunge | robcresswell, it's https://launchpad.net/bugs/1532759 | 11:23 |
openstack | Launchpad bug 1532759 in OpenStack Dashboard (Horizon) "instance list pagination broken" [Medium,In progress] - Assigned to Matthias Runge (mrunge) | 11:23 |
mrunge | Itxaka stated in his mail to openstack-dev: Any link that has an href="#" is probably broken. | 11:24 |
robcresswell | Yeah, just reading them all | 11:27 |
robcresswell | mrunge: Thanks for the bugs and fixes, will test and get those merged soon | 11:28 |
mrunge | robcresswell, would you have a suggestion, how to test working pagination= | 11:29 |
*** apuimedo has quit IRC | 11:29 | |
mrunge | while tests, i found out more issues | 11:29 |
mrunge | and e.g nova api should provide pagination iirc. | 11:29 |
*** apuimedo has joined #openstack-horizon | 11:30 | |
robcresswell | Lazy loaded tabs also need tests | 11:30 |
*** TravT has quit IRC | 11:31 | |
mrunge | so, we should be able to support pagination on instances table completely | 11:33 |
mrunge | correct | 11:33 |
mrunge | both proposed fixes don't contain tests | 11:33 |
robcresswell | mrunge: What is interesting is that none of this failed: https://github.com/openstack/horizon/blob/master/horizon/test/tests/tabs.py | 11:34 |
robcresswell | There are tests, but they are false passes it seems | 11:34 |
*** apuimedo has quit IRC | 11:34 | |
*** TravT has joined #openstack-horizon | 11:36 | |
mrunge | robcresswell, not sure if those tests are really testing full urls | 11:36 |
*** apuimedo has joined #openstack-horizon | 11:36 | |
openstackgerrit | Timur Sufiev proposed openstack/horizon: Eliminate ambiguity when matching panel in i9n tests https://review.openstack.org/266306 | 11:37 |
*** btully has quit IRC | 11:38 | |
openstackgerrit | Timur Sufiev proposed openstack/horizon: Simplify tables page regions https://review.openstack.org/261064 | 11:38 |
robcresswell | mrunge: No, I suppose not | 11:38 |
robcresswell | We need to help timur with his i9n effort | 11:38 |
robcresswell | :) | 11:38 |
openstackgerrit | Timur Sufiev proposed openstack/horizon: Move integration_tests.tests.decorators one level up https://review.openstack.org/261063 | 11:38 |
mrunge | yeah, if they did, we would have caught that earlier | 11:38 |
openstackgerrit | Timur Sufiev proposed openstack/horizon: Add @cached_property decorator to integration tests https://review.openstack.org/261517 | 11:38 |
openstackgerrit | Timur Sufiev proposed openstack/horizon: In integration tests reference table columns by name https://review.openstack.org/261518 | 11:39 |
openstackgerrit | Timur Sufiev proposed openstack/horizon: Rework table actions in integration tests https://review.openstack.org/261569 | 11:39 |
openstackgerrit | Timur Sufiev proposed openstack/horizon: Improve working with messages in integration tests https://review.openstack.org/261850 | 11:40 |
openstackgerrit | Timur Sufiev proposed openstack/horizon: Don't wait for spinner to disappear explicitly in i9n tests https://review.openstack.org/261864 | 11:40 |
*** TravT has quit IRC | 11:41 | |
*** kzaitsev_mb has quit IRC | 11:41 | |
openstackgerrit | Timur Sufiev proposed openstack/horizon: Reduce number of calls to Selenium for form fields https://review.openstack.org/261571 | 11:41 |
openstackgerrit | Timur Sufiev proposed openstack/horizon: Add test for create/delete image under Admin user https://review.openstack.org/265955 | 11:41 |
tsufiev | please ignore the noise ^^^ | 11:41 |
tsufiev | I was just rebasing a lengthy chain of patches | 11:41 |
*** TravT has joined #openstack-horizon | 11:41 | |
tsufiev | that's the disadvantage of having long chains :( | 11:42 |
openstackgerrit | Masco proposed openstack/horizon: Adding angular QoS panel in horizon https://review.openstack.org/247997 | 11:42 |
*** apuimedo has quit IRC | 11:45 | |
*** amotoki has quit IRC | 11:46 | |
tsufiev | mrunge, robcresswell: yes, any help in merging the basement for more i9n tests would be very appreciated :) | 11:47 |
*** apuimedo has joined #openstack-horizon | 11:47 | |
*** JeanBriceCombebi has quit IRC | 11:47 | |
tsufiev | by '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-horizon | 11:50 | |
*** KingKhan has joined #openstack-horizon | 11:51 | |
*** apuimedo has quit IRC | 11:52 | |
*** JeanBriceCombebi has joined #openstack-horizon | 11:52 | |
*** apuimedo has joined #openstack-horizon | 11:53 | |
robcresswell | after bug day :) | 11:53 |
robcresswell | first want to get the fixes in, then look at bugs | 11:54 |
*** TravT has quit IRC | 11:54 | |
tsufiev | oops, the bug day | 11:54 |
tsufiev | almost forgot | 11:54 |
robcresswell | https://etherpad.openstack.org/p/horizon-bug-day | 11:55 |
tsufiev | yeah, thanks for the reminder ) | 11:55 |
*** TravT has joined #openstack-horizon | 11:55 | |
*** JeanBriceCombebi has quit IRC | 11:57 | |
*** josecastroleon has joined #openstack-horizon | 12:01 | |
*** amotoki has quit IRC | 12:02 | |
*** apuimedo has quit IRC | 12:02 | |
chestack | mrunge, could you help review patch: https://review.openstack.org/#/c/261187/ | 12:03 |
chestack | thanks~ | 12:04 |
*** apuimedo has joined #openstack-horizon | 12:04 | |
robcresswell | lol | 12:04 |
robcresswell | r1chardj0n3s: Oooh look at all the etherpad organisation! | 12:05 |
mrunge | chestack, is there a reason not to review any other patch first? | 12:06 |
*** kzaitsev_mb has joined #openstack-horizon | 12:07 | |
mrunge | chestack, could you please help with reviewing other patches? That would remove load from cores actually | 12:08 |
*** apuimedo has quit IRC | 12:09 | |
mrunge | and will speedup reviews in general | 12:09 |
*** TravT has quit IRC | 12:09 | |
*** vgridnev has quit IRC | 12:10 | |
*** apuimedo has joined #openstack-horizon | 12:10 | |
*** vgridnev has joined #openstack-horizon | 12:10 | |
*** josecastroleon has quit IRC | 12:10 | |
*** josecastroleon has joined #openstack-horizon | 12:11 | |
chestack | mrunge, of course not... ping you just because it fix a bug which you are the reporter | 12:12 |
mrunge | chestack, ack, now I got you. thank you for the heads up | 12:13 |
*** TravT has joined #openstack-horizon | 12:14 | |
robcresswell | mrunge: Reviewed the pgination fix, there is an issue | 12:18 |
robcresswell | pagination* | 12:18 |
*** apuimedo has quit IRC | 12:19 | |
*** pauloewerton has joined #openstack-horizon | 12:21 | |
mrunge | oh? | 12:21 |
*** apuimedo has joined #openstack-horizon | 12:21 | |
robcresswell | It looks like going to second page updates the full_url to include the marker | 12:21 |
robcresswell | so adding another marker, breaks it | 12:22 |
mrunge | ah dang | 12:22 |
mrunge | I would love to see a fix for the whole url change/rewrite issue | 12:23 |
mrunge | that would solve at least 2 issues in one | 12:23 |
*** TravT has quit IRC | 12:23 | |
robcresswell | mrunge: I have an idea... | 12:26 |
*** TravT has joined #openstack-horizon | 12:28 | |
*** aix has quit IRC | 12:29 | |
robcresswell | Dang. | 12:30 |
robcresswell | This may need another revert. | 12:30 |
*** vgridnev has quit IRC | 12:30 | |
*** apuimedo has quit IRC | 12:30 | |
mrunge | robcresswell, did you already found the offending commit? | 12:31 |
openstackgerrit | Karthik Suresh proposed openstack/horizon: Corrected typo in fetch security groups comment https://review.openstack.org/266336 | 12:31 |
*** apuimedo has joined #openstack-horizon | 12:31 | |
*** masco has quit IRC | 12:31 | |
*** aix has joined #openstack-horizon | 12:32 | |
robcresswell | mrunge: Its caused by the locationprovider patch, same one that has caused a couple of issues | 12:34 |
*** apuimedo has quit IRC | 12:36 | |
mrunge | Locationprovider was already reverted, no? | 12:36 |
*** apuimedo has joined #openstack-horizon | 12:37 | |
*** TravT has quit IRC | 12:38 | |
robcresswell | I forgot that | 12:38 |
robcresswell | derp. | 12:38 |
mrunge | but there is the base patch | 12:38 |
robcresswell | that was also reverted :p | 12:38 |
mrunge | oh | 12:39 |
mrunge | it was? | 12:39 |
mrunge | when I reverted locally here, now pagination works again | 12:39 |
robcresswell | *facepalm* | 12:39 |
robcresswell | I had rebased your patch on master | 12:40 |
robcresswell | Yes | 12:40 |
robcresswell | it works fine now | 12:40 |
mrunge | sorry? | 12:40 |
mrunge | the patch works or "Specify <base> element in all pages" was already reverted? | 12:40 |
*** vgridnev has joined #openstack-horizon | 12:41 | |
mrunge | the latter is the patch breaking pagination | 12:41 |
robcresswell | <base> was reverted | 12:41 |
robcresswell | pagination is fine on master | 12:41 |
robcresswell | Heh | 12:41 |
mrunge | heh, ok. thanks | 12:42 |
mrunge | I can abandon my patch then | 12:42 |
robcresswell | indeed | 12:42 |
*** TravT has joined #openstack-horizon | 12:42 | |
openstackgerrit | Merged openstack/horizon: Imported Translations from Zanata https://review.openstack.org/266212 | 12:43 |
mrunge | thank you robcresswell | 12:43 |
*** apuimedo has quit IRC | 12:47 | |
*** apuimedo has joined #openstack-horizon | 12:49 | |
*** TravT has quit IRC | 12:52 | |
*** apuimedo has quit IRC | 12:56 | |
*** apuimedo has joined #openstack-horizon | 12:57 | |
*** KingKhan has quit IRC | 12:57 | |
*** wolverineav has joined #openstack-horizon | 12:59 | |
*** chestack has quit IRC | 13:02 | |
robcresswell | Just realised we had ~20 Trove/ Sahara bugs we were still carrying | 13:03 |
robcresswell | hooray for cleanup | 13:03 |
mrunge | \o/ | 13:03 |
mflobo | Hi all, Anybody knows if murano-dashboard https://github.com/openstack/murano-dashboard has his own RPM? | 13:04 |
mrunge | tsufiev, ^^^ | 13:04 |
*** wolverineav has quit IRC | 13:04 | |
kzaitsev_mb | mflobo: I'm not sure it does =( | 13:05 |
mflobo | kzaitsev_mb, I checked and I didn't find it... but I'm not sure | 13:05 |
kzaitsev_mb | I mean I heard that someone was working on it, but I don't think it was ever finished | 13:05 |
mflobo | kzaitsev_mb, I know that people from Mirantis were working on openstack-murano and python-muranoclient RPMs since some months... but nothing about the dashboard part | 13:06 |
mrunge | I *think* I heard someone was working on it. | 13:06 |
tsufiev | mrunge, I think kzaitsev_mb is more competent on that matter than me | 13:06 |
tsufiev | hm... | 13:07 |
mrunge | thank you tsufiev , he already answered | 13:07 |
kzaitsev_mb | I believe we had zigo working on debs though =) | 13:07 |
* tsufiev is going to ask Mirantis packaging people | 13:07 | |
mflobo | tsufiev, thanks | 13:07 |
mrunge | don't you have a CI env to look it up? | 13:07 |
kzaitsev_mb | tsufiev: mflobo I believe you're looking for RDO package, right? | 13:07 |
mflobo | kzaitsev_mb, yes | 13:08 |
*** ducttape_ has quit IRC | 13:08 | |
mrunge | kzaitsev_mb, somehow I got the impression, mirantis was working on rpm packages based on centos, too | 13:08 |
mrunge | that's why I pointed in your direction | 13:09 |
*** ducttape_ has joined #openstack-horizon | 13:09 | |
mrunge | if that impression is wrong, I apologize | 13:09 |
mflobo | mrunge, kzaitsev_mb, yes, they were https://review.gerrithub.io/#/q/projects:mos-outside+branch:rpm-liberty | 13:09 |
mflobo | but nothing about the dashboard... I think | 13:10 |
ducttape_ | morning all. was that location patch thing getting reverted? this one https://review.openstack.org/#/c/264630/ ? | 13:11 |
kzaitsev_mb | I 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 |
mflobo | kzaitsev_mb, thanks a lot | 13:11 |
kzaitsev_mb | Would probably be a good thing to ask our Outreachy intern to do | 13:12 |
kzaitsev_mb | mflobo: 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 |
tsufiev | mflobo, a bit longer answer is: yes, we have them, but it's internal ) | 13:13 |
tsufiev | kzaitsev_mb, have you heard of https://review.fuel-infra.org/#/admin/projects/openstack-build/murano-dashboard-build ? | 13:13 |
mflobo | kzaitsev_mb, tsufiev, ok, thanks, that's a good answer for me :) | 13:14 |
kzaitsev_mb | tsufiev: everyone's looking for RDO, so I doubt, that fuel's rpms would work out of the box for those people =) | 13:15 |
mflobo | kzaitsev_mb, tsufiev, mrunge thanks again guys | 13:15 |
kzaitsev_mb | but they might ) | 13:15 |
mrunge | robcresswell, didn't you mention, you had a fix for https://bugs.launchpad.net/horizon/+bug/1527575 ? | 13:15 |
openstack | Launchpad bug 1527575 in OpenStack Dashboard (Horizon) "failed to create user from domain scoped token" [High,New] | 13:15 |
tosky | robcresswell: instead of closing sahara bugs as invalid, what about reassigning them to the proper component? | 13:16 |
*** apuimedo has quit IRC | 13:16 | |
mrunge | ducttape_, yes it was | 13:16 |
tosky | robcresswell: 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 |
robcresswell | mrunge: I don't think so... | 13:16 |
ducttape_ | thanks mrunge | 13:16 |
mrunge | it broke many things ducttape_ | 13:16 |
ducttape_ | yes it did | 13:16 |
robcresswell | tosky: Sure, can do | 13:16 |
*** apuimedo has joined #openstack-horizon | 13:17 | |
mrunge | robcresswell, then I misunderstood you. | 13:17 |
tosky | robcresswell: thanks | 13:17 |
robcresswell | tosky: Do you want them under sahara, or a sahara-dashboard tracker? | 13:19 |
tosky | robcresswell: I think the existing bugs are under sahara with a special tag, let me check | 13:20 |
tosky | robcresswell: yes, under sahara with a "dashboard" tag, and [UI] prefix in the summary | 13:21 |
tsufiev | tosky, why do you have then sahara-dashboard tracker? | 13:21 |
*** btully has joined #openstack-horizon | 13:21 | |
robcresswell | -.- | 13:21 |
*** apuimedo has quit IRC | 13:21 | |
mrunge | it's probably a backup tracker, no? | 13:22 |
robcresswell | I'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 |
tosky | tsufiev: do we? :) | 13:22 |
tosky | robcresswell: that's a good point, maybe just forgotten + the holidays | 13:22 |
*** apuimedo has joined #openstack-horizon | 13:23 | |
tosky | tsufiev: where is the tracker for sahara-dashboard? | 13:23 |
tsufiev | tosky, oh, sorry, having both trove and trove-dashboard trackers confused me | 13:23 |
tsufiev | I thought the same is true for sahara | 13:23 |
tsufiev | btw, I reassigned trove bugs from horizon to trove-dashboard | 13:23 |
tosky | I 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 IRC | 13:26 | |
openstackgerrit | Tatyana Kuterina proposed openstack/horizon: Added tests for check volumes management functionality https://review.openstack.org/237044 | 13:26 |
*** ducttape_ has quit IRC | 13:27 | |
robcresswell | tosky: I think that's all of them, titled, reassigned and tagged. | 13:28 |
tosky | robcresswell: thanks! | 13:29 |
*** erlon has joined #openstack-horizon | 13:30 | |
*** JeanBriceCombebi has joined #openstack-horizon | 13:30 | |
openstackgerrit | Tatyana Gladysheva proposed openstack/horizon: Added test for check stacks creation and deletion functionality https://review.openstack.org/266368 | 13:31 |
*** ygbo has quit IRC | 13:36 | |
*** ccesario has joined #openstack-horizon | 13:39 | |
*** tmazur has joined #openstack-horizon | 13:42 | |
*** dslev has joined #openstack-horizon | 13:42 | |
openstackgerrit | Timur Sufiev proposed openstack/horizon: Rework table actions in integration tests https://review.openstack.org/261569 | 13:44 |
robcresswell | 449 Undecided, that are New/Confirmed/Triaged/In Progress | 13:46 |
robcresswell | https://etherpad.openstack.org/p/horizon-bug-day | 13:47 |
*** apuimedo has quit IRC | 13:47 | |
openstackgerrit | Alexander Koryagin proposed openstack/horizon: Add test for create/delete image under Admin user https://review.openstack.org/265955 | 13:47 |
*** apuimedo has joined #openstack-horizon | 13:48 | |
*** matt-borland has joined #openstack-horizon | 13:50 | |
*** mhorban_ has joined #openstack-horizon | 13:52 | |
*** TravT has joined #openstack-horizon | 13:54 | |
*** jbell8 has joined #openstack-horizon | 13:56 | |
*** JeanBriceCombebi has quit IRC | 13:57 | |
*** dslev has quit IRC | 14:02 | |
*** apuimedo has quit IRC | 14:05 | |
*** apuimedo has joined #openstack-horizon | 14:06 | |
*** mtanino has joined #openstack-horizon | 14:07 | |
*** TravT has quit IRC | 14:08 | |
*** JeanBriceCombebi has joined #openstack-horizon | 14:09 | |
*** neelashah has joined #openstack-horizon | 14:10 | |
*** jtriley has quit IRC | 14:10 | |
*** jprovazn has joined #openstack-horizon | 14:10 | |
*** yamamoto_ has quit IRC | 14:11 | |
*** piet has joined #openstack-horizon | 14:11 | |
*** TravT has joined #openstack-horizon | 14:13 | |
*** julim has joined #openstack-horizon | 14:14 | |
*** masco has joined #openstack-horizon | 14:17 | |
*** apuimedo has quit IRC | 14:17 | |
*** ZZelle has joined #openstack-horizon | 14:18 | |
*** Ephur has quit IRC | 14:19 | |
*** apuimedo has joined #openstack-horizon | 14:19 | |
*** Ephur has joined #openstack-horizon | 14:20 | |
*** Ephur has quit IRC | 14:20 | |
*** Ephur has joined #openstack-horizon | 14:20 | |
*** amotoki has joined #openstack-horizon | 14:20 | |
*** amotoki has quit IRC | 14:21 | |
*** TravT has quit IRC | 14:23 | |
*** masco has quit IRC | 14:23 | |
*** JeanBriceCombebi has quit IRC | 14:25 | |
*** mtanino has quit IRC | 14:26 | |
*** TravT has joined #openstack-horizon | 14:27 | |
*** peristeri has joined #openstack-horizon | 14:29 | |
*** petertr7_away is now known as petertr7 | 14:30 | |
*** apuimedo has quit IRC | 14:31 | |
*** ygbo has joined #openstack-horizon | 14:32 | |
*** apuimedo has joined #openstack-horizon | 14:32 | |
*** aix has quit IRC | 14:33 | |
*** jpomeroy has joined #openstack-horizon | 14:33 | |
*** aix has joined #openstack-horizon | 14:33 | |
*** jtriley has joined #openstack-horizon | 14:34 | |
*** lblanchard has joined #openstack-horizon | 14:35 | |
matt-borland | jpomeroy, around? I am looking for info as to how/what to setup the lbaas dashboardand/or any serices. | 14:35 |
jpomeroy | matt-borland, sure let me see if i can find some info | 14:36 |
matt-borland | thanks jpomeroy | 14:37 |
*** TravT has quit IRC | 14:37 | |
*** btully has joined #openstack-horizon | 14:37 | |
jpomeroy | matt-borland, the main thing is just enabling the plugin in devstack | 14:38 |
matt-borland | oh! Is there a particularly new version of devstack that i need? | 14:38 |
matt-borland | mine is probably about 9 mos old. | 14:38 |
*** dslev has joined #openstack-horizon | 14:39 | |
*** lapalm has joined #openstack-horizon | 14:39 | |
jpomeroy | matt-borland, http://paste.openstack.org/show/483593/ | 14:39 |
*** apuimedo has quit IRC | 14:39 | |
jpomeroy | you likely will need a newer devstack | 14:40 |
matt-borland | jpomeroy, anything in particular to enable/setup the dashboard? | 14:40 |
*** amotoki has joined #openstack-horizon | 14:40 | |
*** apuimedo has joined #openstack-horizon | 14:41 | |
*** TravT has joined #openstack-horizon | 14:41 | |
jpomeroy | for 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 folder | 14:42 |
jpomeroy | but there are other ways to get that done too | 14:42 |
matt-borland | that sounds good for now, thanks jpomeroy | 14:42 |
jpomeroy | i add this line at the end of requirements.txt: -e /path/to/neutron-lbaas-dashboard | 14:44 |
openstackgerrit | Rob Cresswell proposed openstack/horizon: Fix doc incorrectly specifying alert-error https://review.openstack.org/266406 | 14:44 |
*** JeanBriceCombebi has joined #openstack-horizon | 14:44 | |
jpomeroy | you will also need to copy the enabled file over to openstack_dashboard/enabled | 14:44 |
*** apuimedo has quit IRC | 14:45 | |
*** apuimedo has joined #openstack-horizon | 14:46 | |
matt-borland | yep, cool, thanks jpomeroy | 14:46 |
*** amotoki has quit IRC | 14:47 | |
*** dslev has quit IRC | 14:49 | |
jpomeroy | matt-borland, no problem, thanks for trying it out. let me know if you have any questions. | 14:50 |
*** TravT has quit IRC | 14:51 | |
matt-borland | jpomeroy, I'm assuming the paste you sent goes into stackrc? | 14:52 |
tsufiev | robcresswell, what should we do we bugs filed for icehouse? | 14:53 |
jpomeroy | matt-borland, that should be put in your local.conf file | 14:53 |
tsufiev | I'm tempted to close them as Won't Fix :) | 14:53 |
matt-borland | ok, thx | 14:53 |
matt-borland | sorry, right | 14:53 |
jpomeroy | obviously you have to enable neutron as well | 14:53 |
jpomeroy | i can paste my whole local.conf if you'd like | 14:54 |
matt-borland | yeah... :) | 14:54 |
matt-borland | that's probably my best bet. | 14:54 |
jpomeroy | i'm probably making assumptions | 14:54 |
zigo | kzaitsev_mb: tsufiev: For sure I packaged murano-dashboard, it's been 1 year I'm maintaining it in Debian (since Juno). | 14:55 |
matt-borland | no problem, most likely I am as well jpomeroy | 14:55 |
robcresswell | tsufiev: Is the bug fixed in the oldest stable we support? | 14:55 |
robcresswell | tsufiev: If Icehouse specific, close it | 14:55 |
tsufiev | robcresswell, the oldest stable for now is kilo? | 14:56 |
*** TravT has joined #openstack-horizon | 14:56 | |
jpomeroy | matt-borland, it's very short: http://paste.openstack.org/show/483598/ | 14:56 |
jpomeroy | and you don't actually need barbican at the moment | 14:56 |
robcresswell | tsufiev: Yeah | 14:56 |
jpomeroy | that would only be to support the TERMINATED_HTTPS listener protocol which isn't done yet | 14:57 |
*** ducttape_ has joined #openstack-horizon | 14:57 | |
*** dslev has joined #openstack-horizon | 14:58 | |
jpomeroy | i'm running with a pretty minimal setup just for this lbaas stuff | 14:58 |
robcresswell | matt-borland: There's a faaairly decent localconf at https://github.com/openstack/horizon/blob/master/doc/source/ref/local_conf.rst | 14:59 |
robcresswell | then for other dashboards you just need to cp the enabled file and pip install -e . | 14:59 |
robcresswell | while youre in the horizon venv :) | 14:59 |
matt-borland | thanks, looks good jpomeroy | 14:59 |
matt-borland | er, robcresswell :) | 14:59 |
*** wolverineav has joined #openstack-horizon | 15:01 | |
*** doug-fish has joined #openstack-horizon | 15:02 | |
*** jrist has quit IRC | 15:03 | |
matt-borland | doug-fish, got your call for reviews on lbaas...following up with jpomeroy this morning to get my env set up properly | 15:04 |
*** mtanino has joined #openstack-horizon | 15:04 | |
doug-fish | matt-borland: cool - I'm happy to help as well | 15:04 |
doug-fish | I'm looing for review support for the neutron-lbaas-dashboard https://review.openstack.org/#/q/project:+openstack/neutron-lbaas-dashboard,n,z | 15:05 |
*** TravT has quit IRC | 15:05 | |
*** wolverineav has quit IRC | 15:06 | |
matt-borland | I'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-horizon | 15:07 | |
doug-fish | matt-borland: yeah that's sensible. I put my favorite few unmerged patches in order on https://github.com/doug-fish/neutron-lbaas-dashboard | 15:08 |
matt-borland | ok, thx | 15:08 |
*** petertr7 is now known as petertr7_away | 15:10 | |
*** TravT has joined #openstack-horizon | 15:12 | |
*** TravT has quit IRC | 15:12 | |
*** aortega has quit IRC | 15:13 | |
*** yamamoto has joined #openstack-horizon | 15:13 | |
*** jrist has joined #openstack-horizon | 15:15 | |
*** jrist has quit IRC | 15:16 | |
*** jrist has joined #openstack-horizon | 15:16 | |
*** TravT has joined #openstack-horizon | 15:17 | |
*** katyafervent is now known as katyafervent_awa | 15:18 | |
*** petertr7_away is now known as petertr7 | 15:18 | |
*** lhcheng has joined #openstack-horizon | 15:22 | |
*** TravT has quit IRC | 15:22 | |
*** TravT has joined #openstack-horizon | 15:23 | |
*** yamamoto has quit IRC | 15:24 | |
*** tmazur has quit IRC | 15:26 | |
*** TravT has quit IRC | 15:27 | |
*** jbell8 has quit IRC | 15:30 | |
*** katyafervent_awa is now known as katyafervent | 15:31 | |
*** breitz has quit IRC | 15:32 | |
*** TravT has joined #openstack-horizon | 15:32 | |
*** breitz has joined #openstack-horizon | 15:32 | |
*** hurgleburgler has joined #openstack-horizon | 15:35 | |
*** JeanBriceCombebi has quit IRC | 15:38 | |
*** JeanBriceCombebi has joined #openstack-horizon | 15:39 | |
*** apuimedo has quit IRC | 15:39 | |
*** apuimedo has joined #openstack-horizon | 15:41 | |
*** TravT has quit IRC | 15:41 | |
*** TravT has joined #openstack-horizon | 15:44 | |
*** yamamoto has joined #openstack-horizon | 15:48 | |
*** ygbo has quit IRC | 15:52 | |
*** apuimedo has quit IRC | 15:53 | |
*** ygl has joined #openstack-horizon | 15:53 | |
*** apuimedo has joined #openstack-horizon | 15:54 | |
*** ygl has left #openstack-horizon | 15:54 | |
mrunge | zigo, thanks again for pushing django-1.9; I really appreciate it | 15:54 |
zigo | :) | 15:54 |
zigo | I unfortunately don't really have a choice here. | 15:54 |
openstackgerrit | liao_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/266447 | 15:55 |
mrunge | zigo, I completely understand you there, I pushed django-1.8 for kilo | 15:56 |
*** masco has joined #openstack-horizon | 15:58 | |
*** apuimedo has quit IRC | 15:58 | |
*** apuimedo has joined #openstack-horizon | 15:59 | |
*** wolverineav has joined #openstack-horizon | 16:03 | |
*** ygbo has joined #openstack-horizon | 16:05 | |
*** gokrokve has joined #openstack-horizon | 16:05 | |
*** julim has quit IRC | 16:06 | |
*** aix has quit IRC | 16:07 | |
*** julim has joined #openstack-horizon | 16:07 | |
*** ddaskal has joined #openstack-horizon | 16:08 | |
*** garthb__ has joined #openstack-horizon | 16:08 | |
*** wolverineav has quit IRC | 16:08 | |
*** vgridnev has quit IRC | 16:11 | |
*** aortega has joined #openstack-horizon | 16:12 | |
*** kzaitsev_mb has quit IRC | 16:13 | |
*** masco has quit IRC | 16:16 | |
*** yamamoto has quit IRC | 16:18 | |
openstackgerrit | Lucas Palm proposed openstack/horizon: Improved the error message when flavor creation fails https://review.openstack.org/266460 | 16:20 |
*** JeanBriceCombebi has quit IRC | 16:27 | |
*** JeanBriceCombebi has joined #openstack-horizon | 16:27 | |
*** chestack has joined #openstack-horizon | 16:29 | |
*** josecastroleon has quit IRC | 16:31 | |
*** Drago has joined #openstack-horizon | 16:31 | |
*** Drago has quit IRC | 16:32 | |
*** Drago has joined #openstack-horizon | 16:32 | |
*** lhcheng has quit IRC | 16:34 | |
*** rdopiera has quit IRC | 16:37 | |
*** jamielennox is now known as jamielennox|away | 16:37 | |
*** Mounica has joined #openstack-horizon | 16:39 | |
openstackgerrit | Timur Sufiev proposed openstack/horizon: Integration tests - networkspage and test https://review.openstack.org/139028 | 16:39 |
*** piet has quit IRC | 16:41 | |
*** petertr7 is now known as petertr7_away | 16:41 | |
*** petertr7_away is now known as petertr7 | 16:42 | |
*** vijendar has joined #openstack-horizon | 16:46 | |
*** chestack has quit IRC | 16:47 | |
*** tyr_ has joined #openstack-horizon | 16:50 | |
*** rajatvig has joined #openstack-horizon | 16:54 | |
rajatvig | morning | 16:54 |
tyr_ | Good morning rajatvig | 16:55 |
*** bradjones has quit IRC | 16:55 | |
*** bradjones has joined #openstack-horizon | 16:58 | |
*** bradjones has quit IRC | 16:58 | |
*** bradjones has joined #openstack-horizon | 16:58 | |
*** piet has joined #openstack-horizon | 16:59 | |
openstackgerrit | Wang Bo proposed openstack/horizon: Add checking policy before booting from images https://review.openstack.org/261187 | 16:59 |
*** apuimedo has quit IRC | 17:00 | |
*** dslev has quit IRC | 17:01 | |
*** chestack has joined #openstack-horizon | 17:01 | |
*** gyee has joined #openstack-horizon | 17:01 | |
*** apuimedo has joined #openstack-horizon | 17:01 | |
*** lhcheng has joined #openstack-horizon | 17:02 | |
*** akulshin has quit IRC | 17:02 | |
*** yamamoto has joined #openstack-horizon | 17:02 | |
*** wolverineav has joined #openstack-horizon | 17:04 | |
*** vgridnev has joined #openstack-horizon | 17:06 | |
*** kzaitsev_mb has joined #openstack-horizon | 17:06 | |
openstackgerrit | Travis Tripp proposed openstack/horizon: Add Magic Search Filtering to NG Images https://review.openstack.org/217437 | 17:07 |
*** wolverineav has quit IRC | 17:09 | |
*** bpokorny has joined #openstack-horizon | 17:10 | |
*** chestack has quit IRC | 17:11 | |
*** jbell8 has joined #openstack-horizon | 17:16 | |
*** apuimedo has quit IRC | 17:17 | |
rajatvig | Noticed 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-horizon | 17:19 | |
*** ygbo has quit IRC | 17:19 | |
lhcheng | rajatvig: the lazy-loaded tabs are broken | 17:20 |
lhcheng | rajatvig: you can look at the Instance details page, only the first tab loads | 17:21 |
*** Drago has quit IRC | 17:21 | |
lhcheng | rajatvig: 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.html | 17:22 |
*** gokrokve has quit IRC | 17:22 | |
*** Drago has joined #openstack-horizon | 17:24 | |
*** yamamoto has quit IRC | 17:27 | |
*** apuimedo has quit IRC | 17:28 | |
*** yamamoto has joined #openstack-horizon | 17:28 | |
openstackgerrit | Lucas Palm proposed openstack/horizon: Add the maximum value to the tooltip for the "Items per Page" field https://review.openstack.org/266498 | 17:29 |
*** apuimedo has joined #openstack-horizon | 17:29 | |
*** yamamoto has quit IRC | 17:30 | |
*** yamamoto has joined #openstack-horizon | 17:30 | |
*** yamamoto has quit IRC | 17:31 | |
*** JeanBriceCombebi has quit IRC | 17:32 | |
*** yamamoto has joined #openstack-horizon | 17:32 | |
*** yamamoto has quit IRC | 17:33 | |
rajatvig | lhcheng: I'll have a look as I need it back so I'll first try and understand why it broke and then fix it hopefully | 17:33 |
*** yamamoto has joined #openstack-horizon | 17:34 | |
*** Mounica has quit IRC | 17:34 | |
lhcheng | rajatvig: cool. thai mentioned two options, that might be a good starting point. | 17:35 |
*** yamamoto has quit IRC | 17:35 | |
*** yamamoto has joined #openstack-horizon | 17:36 | |
*** yamamoto has quit IRC | 17:36 | |
*** yamamoto has joined #openstack-horizon | 17:37 | |
*** petertr7 is now known as petertr7_away | 17:37 | |
*** yamamoto has quit IRC | 17:38 | |
*** apuimedo has quit IRC | 17:38 | |
*** yamamoto has joined #openstack-horizon | 17:39 | |
esp | ping lhcheng | 17:39 |
*** Mounica has joined #openstack-horizon | 17:39 | |
*** apuimedo has joined #openstack-horizon | 17:39 | |
*** garthb has joined #openstack-horizon | 17:41 | |
*** e0ne has quit IRC | 17:42 | |
*** garthb__ has quit IRC | 17:43 | |
*** yamamoto_ has joined #openstack-horizon | 17:43 | |
*** yamamoto has quit IRC | 17:44 | |
*** yamamoto_ has quit IRC | 17:45 | |
*** apuimedo has quit IRC | 17:46 | |
*** yamamoto has joined #openstack-horizon | 17:47 | |
*** apuimedo has joined #openstack-horizon | 17:48 | |
*** Drago has quit IRC | 17:49 | |
*** wolverineav has joined #openstack-horizon | 17:49 | |
*** yamamoto has quit IRC | 17:52 | |
lhcheng | esp: hey | 17:52 |
esp | hey lhcheng :) | 17:52 |
lhcheng | esp: did the v3 test works? | 17:53 |
lhcheng | OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT is defaults to False though, so maybe it is still broken :( | 17:54 |
esp | well, I’m thinking we still need to support OPENSTACK_KEYSTONE_MULTIDOMAIN_SUPPORT= True | 17:54 |
esp | yeah. I’m trying to explain to Sean Dague | 17:54 |
esp | he thinks we might be able to use the CONF.identity.auth_version property | 17:55 |
*** apuimedo has quit IRC | 17:55 | |
esp | but I don’t think we can assume horizon is using that | 17:55 |
*** apuimedo has joined #openstack-horizon | 17:56 | |
lhcheng | esp: is that value exposed somewhere in tempest config? | 17:56 |
esp | yeah, it’s in the config obj | 17:57 |
esp | do you think it’s safe to assume that? | 17:57 |
*** tqtran has joined #openstack-horizon | 18:03 | |
matt-borland | doug-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-borland | I need to find another env or completely rebuild devstack. | 18:04 |
esp | lhcheng: 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 services | 18:05 |
tsufiev | matt-borland, the simplest way to avoid devstack deployment troubles is to keep snapshot of a clean VM, just after linux install | 18:05 |
robcresswell | restack shouldn't take more than ~10 mins | 18:05 |
doug-fish | matt-borland: yeah understood. FWIW I'm a big fant of completely rebuilding | 18:05 |
sjmc7 | tsufiev +1 | 18:05 |
esp | lhcheng: not sure if that’s entirely sound | 18:05 |
sjmc7 | dependencies get out of whack | 18:05 |
robcresswell | I just have all my dotfiles in a git repo with a setup script | 18:06 |
robcresswell | For devstack I've got Ubuntu 14.04 and then run that script and its all done :D | 18:06 |
lhcheng | esp: 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. sorry | 18:06 |
sjmc7 | yeah. everyone gets to that stage eventually robcresswell :) | 18:07 |
TravT | hey matt-borland | 18:07 |
robcresswell | I imagine a similar setup could be done with Vagrant, or multiple other tools... | 18:07 |
sjmc7 | after the 19th swearing session | 18:07 |
matt-borland | hey! TravT | 18:07 |
esp | np, thx lhcheng :) | 18:07 |
TravT | been having fun with magic search all morning.. | 18:07 |
robcresswell | sjmc7: lol, yeah | 18:07 |
TravT | just left some comments on your rewrite... | 18:07 |
matt-borland | good fun? | 18:07 |
matt-borland | bad fun? | 18:07 |
robcresswell | sjmc7: I saw your email btw, just havent had time to sit down and go through it | 18:07 |
matt-borland | thanks. I'll need to deconflict that patch when Diana's patch merges. | 18:08 |
matt-borland | TravT ^^ | 18:08 |
TravT | long 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 |
sjmc7 | ah, no rush - writing it helped me think through things better | 18:08 |
matt-borland | TravT, I'll just wait until hers merges, and rebase on master. | 18:08 |
*** lblanchard has quit IRC | 18:08 | |
TravT | i think i've also discovered that the current magic search code with overrides has ng-strict-di issues | 18:09 |
matt-borland | hm | 18:09 |
robcresswell | Yeah it does | 18:09 |
matt-borland | ok | 18:09 |
robcresswell | Someone put out a patch to fix it | 18:09 |
TravT | robcresswell: orly? | 18:09 |
TravT | where is that? | 18:09 |
TravT | maybe we could push that through at least | 18:09 |
robcresswell | TravT: https://review.openstack.org/#/c/263699/ | 18:09 |
robcresswell | No, they're doing it straight on the xstatic package | 18:09 |
TravT | oh geez | 18:10 |
*** lblanchard has joined #openstack-horizon | 18:10 | |
robcresswell | The patch itself is invalid, but the code may be useful for Matts patch | 18:10 |
TravT | well, i wasted a ton of time on my searchlight panel patch getting angry because tracking down the error is quite deplorable | 18:10 |
TravT | but then when the same issue cropped up on adding hz-magic search to ng-images, i became suspicious | 18:11 |
TravT | ok | 18:11 |
robcresswell | Some angular bugs are horrendous to debug, especially when you aren't used to common issues. I find it pretty slow going. | 18:11 |
TravT | yeah, this particular one has issues tracked against angular itself because it provides absolutely zero context | 18:11 |
matt-borland | geez | 18:12 |
*** Drago has joined #openstack-horizon | 18:12 | |
TravT | well, this is just another reason to help get Matt's re-write through | 18:13 |
robcresswell | Yup | 18:14 |
robcresswell | btw, why do we have the table search bar and magic search as separate things? | 18:14 |
matt-borland | Hey robcresswell, on a side note, was I correct to put two bugs up on the listing: https://etherpad.openstack.org/p/horizon-bug-day | 18:14 |
matt-borland | or 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 |
robcresswell | This is probably a lack of clarity on my part | 18:15 |
robcresswell | The bug day is generally for reviewing existing bugs and checking their validity, prioritising them and seeing if the assignee is active | 18:16 |
robcresswell | Not for addressing solutions | 18:16 |
matt-borland | So, what about bugs that have been addressed or partly addressed? | 18:16 |
matt-borland | are those prioritized as well? | 18:17 |
matt-borland | or just new bugs? | 18:17 |
robcresswell | So if the bug is prioritised, has an active patch on, we can leave it for now | 18:17 |
matt-borland | k | 18:17 |
robcresswell | The link at the top of the etherpad is the best place to start probably | 18:18 |
matt-borland | gotcha, thanks | 18:18 |
robcresswell | https://bugs.launchpad.net/horizon/+bugs?&field.status%3Alist=NEW&field.status%3Alist=CONFIRMED&field.status%3Alist=TRIAGED&field.status%3Alist=INPROGRESS&field.importance%3Alist=UNDECIDED | 18:18 |
*** jbell8_ has joined #openstack-horizon | 18:18 | |
robcresswell | I'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-borland | oh...sorry! | 18:20 |
*** Drago has quit IRC | 18:21 | |
*** jbell8 has quit IRC | 18:21 | |
TravT | robcresswell: FYI, i -2'd that patch you mentioned above and pointed them to Matt's re-write | 18:21 |
robcresswell | TravT: Thanks, makes sense | 18:22 |
robcresswell | Oh cool, we're <900 bugs total. Neat. | 18:26 |
robcresswell | We had over 1k at the start of the cycle. | 18:26 |
*** yamamoto has joined #openstack-horizon | 18:26 | |
TravT | i 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 IRC | 18:27 | |
*** yamamoto has joined #openstack-horizon | 18:28 | |
robcresswell | It hides patchset chains and when you snap the window to one side, the Reply... button is hidden | 18:28 |
robcresswell | </rant> | 18:28 |
*** yamamoto has quit IRC | 18:29 | |
*** yamamoto has joined #openstack-horizon | 18:29 | |
*** yamamoto has quit IRC | 18:31 | |
rajatvig | for 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-horizon | 18:32 | |
*** piet has quit IRC | 18:32 | |
*** neelashah has quit IRC | 18:33 | |
*** yamamoto has joined #openstack-horizon | 18:34 | |
*** yamamoto has quit IRC | 18:35 | |
*** e0ne has joined #openstack-horizon | 18:35 | |
TravT | rajatvig, 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 IRC | 18:36 | |
*** yamamoto has joined #openstack-horizon | 18:36 | |
*** yamamoto has quit IRC | 18:37 | |
*** yamamoto has joined #openstack-horizon | 18:38 | |
*** yamamoto has quit IRC | 18:38 | |
*** errolpais has joined #openstack-horizon | 18:40 | |
robcresswell | TravT: https://review.openstack.org/#/c/260741/ and https://review.openstack.org/#/c/264630/ | 18:41 |
openstackgerrit | Travis Tripp proposed openstack/horizon: Ability to turn off client search for full text search https://review.openstack.org/228665 | 18:41 |
robcresswell | TravT: Both were reverted after breaking pagination and lazy loaded tabs | 18:41 |
openstackgerrit | Travis Tripp proposed openstack/horizon: WIP Searchlight Search Panel https://review.openstack.org/227036 | 18:41 |
*** Drago has joined #openstack-horizon | 18:42 | |
*** yamamoto has joined #openstack-horizon | 18:45 | |
hurgleburgler | This is bug is already fixed: https://bugs.launchpad.net/horizon/+bug/1405543 | 18:46 |
openstack | Launchpad 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 IRC | 18:47 | |
*** yamamoto_ has joined #openstack-horizon | 18:47 | |
hurgleburgler | Can someone mark it as Fix Committed for me? | 18:47 |
*** yamamoto_ has quit IRC | 18:48 | |
*** yamamoto has joined #openstack-horizon | 18:49 | |
robcresswell | hurgleburgler: It looks like you already did? | 18:49 |
*** yamamoto has quit IRC | 18:50 | |
*** yamamoto has joined #openstack-horizon | 18:50 | |
*** yamamoto has quit IRC | 18:52 | |
*** yamamoto has joined #openstack-horizon | 18:52 | |
*** petertr7_away is now known as petertr7 | 18:52 | |
*** yamamoto has quit IRC | 18:53 | |
*** piet has joined #openstack-horizon | 18:53 | |
*** yamamoto has joined #openstack-horizon | 18:54 | |
hurgleburgler | huh, i guess I did | 18:54 |
hurgleburgler | I can only mark things released though :-D | 18:54 |
openstackgerrit | Rob Cresswell proposed openstack/horizon: Add py27dj19 tox env https://review.openstack.org/266529 | 18:55 |
*** yamamoto has quit IRC | 18:55 | |
*** yamamoto has joined #openstack-horizon | 18:56 | |
*** yamamoto has quit IRC | 18:56 | |
openstackgerrit | Rob Cresswell proposed openstack/horizon: Add py27dj19 tox env https://review.openstack.org/266529 | 18:56 |
*** yamamoto has joined #openstack-horizon | 18:57 | |
*** yamamoto has quit IRC | 18:57 | |
hurgleburgler | This one seems valid and is currently being worked, can someone add an importance to it? | 18:58 |
hurgleburgler | https://bugs.launchpad.net/horizon/+bug/1408640 | 18:58 |
openstack | Launchpad 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-horizon | 18:58 | |
*** apuimedo has quit IRC | 18:59 | |
robcresswell | hurgleburgler: done | 18:59 |
*** apuimedo has joined #openstack-horizon | 19:00 | |
*** yamamoto has quit IRC | 19:00 | |
*** bpokorny_ has joined #openstack-horizon | 19:00 | |
*** jbell8_ has quit IRC | 19:02 | |
*** jbell8 has joined #openstack-horizon | 19:03 | |
*** lapalm_ has joined #openstack-horizon | 19:03 | |
openstackgerrit | Merged openstack/django_openstack_auth: Add py27dj19 tox env https://review.openstack.org/265854 | 19:03 |
*** yamamoto has joined #openstack-horizon | 19:03 | |
hurgleburgler | thanks robcresswell | 19:04 |
*** lapalm__ has joined #openstack-horizon | 19:04 | |
*** bpokorny has quit IRC | 19:04 | |
*** yamamoto has quit IRC | 19:05 | |
*** yamamoto has joined #openstack-horizon | 19:05 | |
*** yamamoto has quit IRC | 19:06 | |
*** julim has quit IRC | 19:06 | |
*** lapalm has quit IRC | 19:06 | |
hurgleburgler | This one has already been fixed as well: https://bugs.launchpad.net/horizon/+bug/1341740 | 19:06 |
openstack | Launchpad 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-horizon | 19:07 | |
*** lapalm_ has quit IRC | 19:08 | |
*** julim has joined #openstack-horizon | 19:08 | |
*** TravT has quit IRC | 19:08 | |
*** yamamoto has quit IRC | 19:08 | |
*** yamamoto has joined #openstack-horizon | 19:08 | |
*** yamamoto has quit IRC | 19:09 | |
*** Mounica has quit IRC | 19:10 | |
hurgleburgler | we no longer support ie9, correct? | 19:10 |
hurgleburgler | Does that make this bug invalid ? https://bugs.launchpad.net/horizon/+bug/1417314 | 19:10 |
openstack | Launchpad 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-horizon | 19:10 | |
*** TravT has quit IRC | 19:10 | |
*** wolverineav has joined #openstack-horizon | 19:10 | |
*** yamamoto has joined #openstack-horizon | 19:10 | |
*** yamamoto has quit IRC | 19:11 | |
*** yamamoto has joined #openstack-horizon | 19:12 | |
*** yamamoto has quit IRC | 19:12 | |
*** gyee has quit IRC | 19:13 | |
*** pat has quit IRC | 19:15 | |
*** hurgleburgler has quit IRC | 19:15 | |
*** hurgleburgler has joined #openstack-horizon | 19:15 | |
*** bpokorny_ has quit IRC | 19:15 | |
*** yamamoto has joined #openstack-horizon | 19:15 | |
*** bpokorny has joined #openstack-horizon | 19:15 | |
*** yamamoto has quit IRC | 19:16 | |
*** pat has joined #openstack-horizon | 19:16 | |
*** yamamoto has joined #openstack-horizon | 19:17 | |
*** wolverineav has quit IRC | 19:17 | |
*** wolverineav has joined #openstack-horizon | 19:17 | |
*** yamamoto has quit IRC | 19:18 | |
*** Mounica has joined #openstack-horizon | 19:19 | |
*** yamamoto has joined #openstack-horizon | 19:20 | |
*** Mounica has quit IRC | 19:20 | |
robcresswell | hurgleburgler: Sort of. Technically its valid for stables, but we don't really have the capacity to backport many fixes | 19:21 |
*** yamamoto has quit IRC | 19:21 | |
*** yamamoto has joined #openstack-horizon | 19:22 | |
hurgleburgler | so, do we want to leave that one around then? | 19:22 |
hurgleburgler | this one is a valid bug, i just recreated it: https://bugs.launchpad.net/horizon/+bug/1472948 | 19:22 |
openstack | Launchpad 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 |
robcresswell | hurgleburgler: Nah, scrap it | 19:22 |
robcresswell | hurgleburgler: Cool, marked Low | 19:23 |
*** yamamoto has quit IRC | 19:23 | |
*** yamamoto has joined #openstack-horizon | 19:23 | |
*** yamamoto has quit IRC | 19:25 | |
*** yamamoto has joined #openstack-horizon | 19:25 | |
*** yamamoto has quit IRC | 19:26 | |
*** Mounica has joined #openstack-horizon | 19:26 | |
*** yamamoto has joined #openstack-horizon | 19:27 | |
hurgleburgler | I'm not able to recreate this bug: https://bugs.launchpad.net/horizon/+bug/1480789 | 19:27 |
openstack | Launchpad 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 |
lhcheng | hurgleburgler: richard made the minimum to 11 | 19:27 |
lhcheng | hurgleburgler: https://github.com/openstack/horizon/commit/251bdee2ca70042bafdb294245ab114c90bc0d5d | 19:27 |
lhcheng | \o/ | 19:27 |
hurgleburgler | but the review has a number of +1s on it | 19:27 |
*** Mounica_ has joined #openstack-horizon | 19:27 | |
*** yamamoto has quit IRC | 19:27 | |
*** Mounica_ has quit IRC | 19:28 | |
*** yamamoto has joined #openstack-horizon | 19:28 | |
*** yamamoto has quit IRC | 19:29 | |
*** vijendar has quit IRC | 19:29 | |
*** yamamoto has joined #openstack-horizon | 19:30 | |
hurgleburgler | lhcheng \o/ the future! | 19:30 |
*** ybathia has joined #openstack-horizon | 19:30 | |
*** Mounica has quit IRC | 19:31 | |
*** yamamoto_ has joined #openstack-horizon | 19:31 | |
*** yamamoto has quit IRC | 19:31 | |
*** yamamoto_ has quit IRC | 19:32 | |
hurgleburgler | I'm unable to recreate this bug: https://bugs.launchpad.net/horizon/+bug/1480789 | 19:32 |
openstack | Launchpad 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 |
hurgleburgler | I've tested it on firefox, chrome AND ie11 | 19:32 |
robcresswell | Me neither, just tried in chrome and firefox | 19:32 |
hurgleburgler | so, i'm marking it invalid for now | 19:32 |
robcresswell | yup | 19:33 |
*** yamamoto has joined #openstack-horizon | 19:35 | |
hurgleburgler | Another invalid one : https://bugs.launchpad.net/horizon/+bug/1484085 | 19:36 |
openstack | Launchpad bug 1484085 in OpenStack Dashboard (Horizon) "Changing Webroot not fully applied in LESS/CSS" [Undecided,Invalid] | 19:36 |
*** yamamoto has quit IRC | 19:36 | |
*** yamamoto has joined #openstack-horizon | 19:37 | |
*** apuimedo has quit IRC | 19:37 | |
*** mrunge has quit IRC | 19:37 | |
*** jbell8 has quit IRC | 19:37 | |
*** yamamoto has quit IRC | 19:38 | |
*** yamamoto has joined #openstack-horizon | 19:38 | |
*** Mounica has joined #openstack-horizon | 19:39 | |
*** apuimedo has joined #openstack-horizon | 19:39 | |
*** lapalm__ has quit IRC | 19:39 | |
*** yamamoto has quit IRC | 19:39 | |
*** yamamoto has joined #openstack-horizon | 19:40 | |
*** julim has quit IRC | 19:40 | |
*** yamamoto has quit IRC | 19:41 | |
*** julim has joined #openstack-horizon | 19:41 | |
*** yamamoto has joined #openstack-horizon | 19:43 | |
*** yamamoto has quit IRC | 19:45 | |
*** yamamoto has joined #openstack-horizon | 19:45 | |
*** apuimedo has quit IRC | 19:46 | |
*** yamamoto has quit IRC | 19:46 | |
*** apuimedo has joined #openstack-horizon | 19:47 | |
*** yamamoto has joined #openstack-horizon | 19:47 | |
*** neelashah has joined #openstack-horizon | 19:47 | |
*** yamamoto has quit IRC | 19:47 | |
*** neelashah1 has quit IRC | 19:48 | |
*** yamamoto has joined #openstack-horizon | 19:48 | |
*** yamamoto has quit IRC | 19:49 | |
*** yamamoto has joined #openstack-horizon | 19:50 | |
*** lapalm has joined #openstack-horizon | 19:50 | |
*** neelashah1 has joined #openstack-horizon | 19:50 | |
*** yamamoto has quit IRC | 19:51 | |
*** yamamoto has joined #openstack-horizon | 19:51 | |
*** neelashah has quit IRC | 19:52 | |
*** yamamoto has quit IRC | 19:52 | |
*** yamamoto has joined #openstack-horizon | 19:53 | |
*** neelashah has joined #openstack-horizon | 19:54 | |
*** neelashah1 has quit IRC | 19:54 | |
*** yamamoto_ has joined #openstack-horizon | 19:55 | |
*** yamamoto_ has quit IRC | 19:56 | |
*** yamamoto_ has joined #openstack-horizon | 19:56 | |
*** neelashah1 has joined #openstack-horizon | 19:57 | |
*** pai15 has joined #openstack-horizon | 19:58 | |
*** yamamoto_ has quit IRC | 19:58 | |
*** yamamoto_ has joined #openstack-horizon | 19:58 | |
*** yamamoto has quit IRC | 19:58 | |
*** neelashah has quit IRC | 19:58 | |
*** yamamoto_ has quit IRC | 19:59 | |
*** yamamoto has joined #openstack-horizon | 20:00 | |
*** yamamoto has quit IRC | 20:00 | |
*** yamamoto has joined #openstack-horizon | 20:02 | |
*** yamamoto has quit IRC | 20:02 | |
*** yamamoto has joined #openstack-horizon | 20:03 | |
openstackgerrit | Rajat Vig proposed openstack/horizon: Specify <base> element in all pages https://review.openstack.org/266555 | 20:04 |
*** yamamoto has quit IRC | 20:04 | |
*** yamamoto has joined #openstack-horizon | 20:05 | |
*** yamamoto has quit IRC | 20:05 | |
robcresswell | hurgleburgler: Thanks for the bug work! :) | 20:06 |
*** errolpais has quit IRC | 20:08 | |
*** yamamoto has joined #openstack-horizon | 20:08 | |
r1chardj0n3s | morning | 20:09 |
*** yamamoto has quit IRC | 20:09 | |
*** apuimedo has quit IRC | 20:10 | |
*** yamamoto has joined #openstack-horizon | 20:10 | |
*** yamamoto has quit IRC | 20:10 | |
*** apuimedo has joined #openstack-horizon | 20:11 | |
r1chardj0n3s | ie11 is going to be the only supported version of IE very soon | 20:11 |
r1chardj0n3s | (supported by MS, that is) | 20:11 |
openstackgerrit | Rajat Vig proposed openstack/horizon: Add unit tests for load-edit directive https://review.openstack.org/237788 | 20:12 |
*** apuimedo has quit IRC | 20:15 | |
*** vijendar has joined #openstack-horizon | 20:16 | |
*** yamamoto has joined #openstack-horizon | 20:17 | |
*** yamamoto has quit IRC | 20:17 | |
*** apuimedo has joined #openstack-horizon | 20:17 | |
openstackgerrit | Matt Borland proposed openstack/horizon: Add unit tests for load-edit directive https://review.openstack.org/237788 | 20:17 |
*** yamamoto has joined #openstack-horizon | 20:18 | |
matt-borland | rajatvig, you're too fast! I was putting up a patch for the load-edit... | 20:18 |
matt-borland | sorry :) | 20:18 |
*** yamamoto has quit IRC | 20:19 | |
openstackgerrit | Rajat Vig proposed openstack/horizon: Remove the truncate function from horizon.quota.js https://review.openstack.org/219841 | 20:20 |
*** yamamoto has joined #openstack-horizon | 20:21 | |
rajatvig | matt-borland: your changes seem a little better. | 20:21 |
*** dslev has joined #openstack-horizon | 20:22 | |
*** apuimedo has quit IRC | 20:22 | |
matt-borland | thanks for jumping on that rajatvig | 20:22 |
matt-borland | hopefully that will help the test issues. | 20:22 |
*** piet has quit IRC | 20:22 | |
*** yamamoto has quit IRC | 20:23 | |
rajatvig | off late though the npm related gates have failed frequently. | 20:23 |
*** yamamoto has joined #openstack-horizon | 20:23 | |
rajatvig | Once I even saw the download requests get rejected as we downloaded the same thing too many times. | 20:23 |
*** yamamoto has quit IRC | 20:24 | |
*** apuimedo has joined #openstack-horizon | 20:24 | |
matt-borland | yeah, 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 rates | 20:24 |
rajatvig | I could do with a lot of eyes on https://review.openstack.org/#/c/266555/ | 20:24 |
matt-borland | that was the problem with the patch I referenced from before | 20:24 |
*** yamamoto has joined #openstack-horizon | 20:25 | |
*** dslev has quit IRC | 20:25 | |
matt-borland | rajat, were there problems with too-relative links? | 20:25 |
*** yamamoto has quit IRC | 20:27 | |
*** yamamoto_ has joined #openstack-horizon | 20:27 | |
*** yamamoto_ has quit IRC | 20:28 | |
*** yamamoto has joined #openstack-horizon | 20:29 | |
*** yamamoto has quit IRC | 20:29 | |
rajatvig | yes. lazy loaded tabs used href with just ?tab=blah and that caused them to stop working when the base element existed | 20:30 |
rajatvig | same for pagination links. | 20:30 |
*** yamamoto has joined #openstack-horizon | 20:30 | |
rajatvig | the new patch fixes lazy loaded tabs (including a JS fix to have the window location) and pagination links. | 20:30 |
rajatvig | not certain if there are other links on any pages that've relative links. | 20:31 |
*** apuimedo has quit IRC | 20:31 | |
*** yamamoto has quit IRC | 20:31 | |
*** apuimedo has joined #openstack-horizon | 20:31 | |
*** yamamoto has joined #openstack-horizon | 20:34 | |
*** yamamoto has quit IRC | 20:34 | |
matt-borland | rajatvig, yeah, it may seem painful, but it's good to ferret these out now :) | 20:35 |
*** yamamoto has joined #openstack-horizon | 20:35 | |
*** apuimedo has quit IRC | 20:36 | |
*** apuimedo has joined #openstack-horizon | 20:36 | |
*** yamamoto has quit IRC | 20:37 | |
*** yamamoto has joined #openstack-horizon | 20:37 | |
*** yamamoto has quit IRC | 20:38 | |
*** yamamoto has joined #openstack-horizon | 20:38 | |
*** yamamoto has quit IRC | 20:39 | |
*** yamamoto has joined #openstack-horizon | 20:40 | |
*** yamamoto has quit IRC | 20:41 | |
*** apuimedo has quit IRC | 20:41 | |
*** apuimedo has joined #openstack-horizon | 20:43 | |
*** yamamoto has joined #openstack-horizon | 20:43 | |
*** yamamoto has quit IRC | 20:45 | |
*** yamamoto has joined #openstack-horizon | 20:45 | |
*** yamamoto has quit IRC | 20:46 | |
*** yamamoto has joined #openstack-horizon | 20:47 | |
*** yamamoto has quit IRC | 20:47 | |
*** apuimedo has quit IRC | 20:47 | |
*** apuimedo has joined #openstack-horizon | 20:49 | |
*** yamamoto has joined #openstack-horizon | 20:50 | |
*** yamamoto has quit IRC | 20:51 | |
*** rajatvig has quit IRC | 20:52 | |
*** rajatvig has joined #openstack-horizon | 20:54 | |
lhcheng | esp: re-using the identity.auth_version does make sense, tests would run consistently on the same keystone version. | 20:56 |
*** yamamoto has joined #openstack-horizon | 20:57 | |
esp | k, thx lhcheng :) | 20:57 |
esp | I’m hacking away at it now, will keep you posted | 20:57 |
lhcheng | esp: less knob to setup tempest the better :) | 20:58 |
lhcheng | esp: are you writing new tempest test for v3? | 20:58 |
*** yamamoto has quit IRC | 20:58 | |
*** yamamoto_ has joined #openstack-horizon | 20:58 | |
*** rajatvig has quit IRC | 20:59 | |
esp | lhcheng: yeah, I’m just gonna write a new test for v3 and make it a child patch I gues | 20:59 |
* esp shrugs | 20:59 | |
*** yamamoto_ has quit IRC | 20:59 | |
*** yamamoto has joined #openstack-horizon | 21:00 | |
lhcheng | esp: won't test_dashboard_basic_ops.py work as is? | 21:00 |
esp | well, I’d at least need to shove the domain name param in the request | 21:01 |
esp | I’m trying to see if that is available in os.credentials | 21:01 |
*** yamamoto has quit IRC | 21:01 | |
*** yamamoto has joined #openstack-horizon | 21:02 | |
esp | there is a utils class method in test.py that looks like it falls back on ‘Default’ for project_domain_name | 21:02 |
lhcheng | esp: is this doing a post on the login screen? https://github.com/openstack/tempest/blob/17c65d144ab9b8ca9de55c3c44ad10ac49be59e7/tempest/scenario/test_dashboard_basic_ops.py#L104 | 21:02 |
*** yamamoto has quit IRC | 21:02 | |
esp | lhcheng: yeah I think so | 21:03 |
*** yamamoto has joined #openstack-horizon | 21:03 | |
esp | so I could just pass the domain name for v2 and v3 | 21:03 |
esp | kind of sloppy though | 21:03 |
*** TravT has joined #openstack-horizon | 21:04 | |
sjmc7 | esp, 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 form | 21:04 |
*** yamamoto has quit IRC | 21:05 | |
esp | sjmc7: we can, but do we want to do it if it’s not there? | 21:05 |
esp | I guess I can check for the form field and supply it | 21:05 |
*** ddaskal has quit IRC | 21:05 | |
*** yamamoto has joined #openstack-horizon | 21:05 | |
*** pauloewerton has quit IRC | 21:05 | |
*** yamamoto has quit IRC | 21:06 | |
esp | hard to say if that’s the way these tests are supposed to be written | 21:06 |
lhcheng | esp: I think passing it everytime is fine. DOA does that too. https://github.com/openstack/django_openstack_auth/blob/master/openstack_auth/forms.py#L121 | 21:06 |
esp | lhcheng: k, I’ll just do that :) | 21:06 |
esp | less work | 21:06 |
*** errolpais has joined #openstack-horizon | 21:06 | |
lhcheng | esp: and pass the value from auth.default_credentials_domain_name | 21:06 |
*** yamamoto has joined #openstack-horizon | 21:07 | |
lhcheng | esp: just in case the user change the default domain ;) | 21:07 |
sjmc7 | yeah, 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 care | 21:07 |
esp | lhcheng: k | 21:07 |
esp | sjmc7: sounds good | 21:07 |
esp | thx lhcheng and sjmc7 | 21:08 |
lhcheng | esp: anytime | 21:08 |
*** yamamoto has quit IRC | 21:08 | |
*** yamamoto_ has joined #openstack-horizon | 21:08 | |
*** TravT_ has joined #openstack-horizon | 21:08 | |
*** yamamoto_ has quit IRC | 21:10 | |
*** yamamoto has joined #openstack-horizon | 21:10 | |
*** Mounica has quit IRC | 21:10 | |
*** yamamoto has quit IRC | 21:12 | |
*** yamamoto has joined #openstack-horizon | 21:12 | |
*** TravT has quit IRC | 21:12 | |
*** yamamoto has quit IRC | 21:13 | |
*** yamamoto has joined #openstack-horizon | 21:14 | |
*** ddaskal has joined #openstack-horizon | 21:14 | |
*** yamamoto has quit IRC | 21:14 | |
*** yamamoto has joined #openstack-horizon | 21:15 | |
*** apuimedo has quit IRC | 21:15 | |
*** yamamoto has quit IRC | 21:16 | |
*** apuimedo has joined #openstack-horizon | 21:16 | |
*** yamamoto has joined #openstack-horizon | 21:17 | |
*** vijendar has quit IRC | 21:17 | |
*** neelashah1 has quit IRC | 21:17 | |
*** yamamoto has quit IRC | 21:18 | |
*** jtomasek has quit IRC | 21:18 | |
*** yamamoto_ has joined #openstack-horizon | 21:18 | |
*** yamamoto_ has quit IRC | 21:19 | |
hurgleburgler | robcresswell this is a valid bug and should be prioritize : https://bugs.launchpad.net/horizon/+bug/1481131 | 21:20 |
openstack | Launchpad 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-horizon | 21:20 | |
*** apuimedo has quit IRC | 21:20 | |
*** yamamoto has quit IRC | 21:21 | |
*** apuimedo has joined #openstack-horizon | 21:21 | |
*** yamamoto has joined #openstack-horizon | 21:21 | |
hurgleburgler | Or anyone else who can help me set an Importance on a ticket :) | 21:21 |
lhcheng | hurgleburgler: I'll update it | 21:23 |
*** vijendar has joined #openstack-horizon | 21:23 | |
*** yamamoto has quit IRC | 21:23 | |
lhcheng | hurgleburgler: medium sounds right? | 21:23 |
hurgleburgler | thanks lhcheng | 21:24 |
hurgleburgler | its a minor | 21:24 |
r1chardj0n3s | so, how's everyone's Bug Day going? :-) | 21:24 |
*** jprovazn has quit IRC | 21:24 | |
hurgleburgler | \o/ | 21:24 |
*** aortega_ has joined #openstack-horizon | 21:24 | |
*** yamamoto has joined #openstack-horizon | 21:25 | |
*** vijendar has quit IRC | 21:25 | |
*** vijendar has joined #openstack-horizon | 21:25 | |
hurgleburgler | doesn't seem like anyone is updating https://etherpad.openstack.org/p/horizon-bug-day other than you and me though | 21:25 |
r1chardj0n3s | yeah, boo! :-( | 21:26 |
*** yamamoto has quit IRC | 21:26 | |
tsufiev | For me it was mostly reassigning bugs to sahara and trove-dashboard | 21:27 |
*** aortega has quit IRC | 21:28 | |
tsufiev | Not much worth mentioning :/ | 21:28 |
*** yamamoto has joined #openstack-horizon | 21:29 | |
*** kzaitsev_mb has quit IRC | 21:29 | |
r1chardj0n3s | tsufiev: I noted those as I did them (reassigning to nova in some cases) | 21:29 |
*** apuimedo has quit IRC | 21:30 | |
*** yamamoto has quit IRC | 21:30 | |
openstackgerrit | Matt Borland proposed openstack/horizon: Adding Magic Search codebase to Horizon https://review.openstack.org/245288 | 21:31 |
*** apuimedo has joined #openstack-horizon | 21:31 | |
*** yamamoto has joined #openstack-horizon | 21:32 | |
*** ZZelle_ has joined #openstack-horizon | 21:32 | |
*** yamamoto has quit IRC | 21:33 | |
tsufiev | r1chardj0n3s: then I'll do it next time :) | 21:33 |
*** yamamoto has joined #openstack-horizon | 21:34 | |
*** yamamoto has quit IRC | 21:34 | |
*** yamamoto has joined #openstack-horizon | 21:35 | |
*** yamamoto has quit IRC | 21:36 | |
r1chardj0n3s | tsufiev: thanks!! :-) | 21:36 |
r1chardj0n3s | a 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-horizon | 21:37 | |
openstackgerrit | Matt Borland proposed openstack/horizon: Adding Magic Search codebase to Horizon https://review.openstack.org/245288 | 21:37 |
*** jbell8 has joined #openstack-horizon | 21:37 | |
*** yamamoto has quit IRC | 21:38 | |
openstackgerrit | Lucas Palm proposed openstack/horizon: Fixed the width of the stack template detail box https://review.openstack.org/266580 | 21:38 |
*** yamamoto has joined #openstack-horizon | 21:38 | |
r1chardj0n3s | argh, I hate the new gerrit!!!! | 21:40 |
hurgleburgler | This seems like a valid minor bug : https://bugs.launchpad.net/horizon/+bug/1420370 | 21:40 |
openstack | Launchpad 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 IRC | 21:40 | |
hurgleburgler | Can someone give it an importance? | 21:40 |
r1chardj0n3s | matt-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-horizon | 21:40 | |
r1chardj0n3s | hurgleburgler: yes | 21:40 |
hurgleburgler | likely minor … maybe medium | 21:40 |
r1chardj0n3s | high | 21:41 |
r1chardj0n3s | it's confusing to users | 21:41 |
matt-borland | r1chardj0n3s, sorry, 1 sec | 21:41 |
hurgleburgler | r1chardj0n3s my bad :) | 21:41 |
r1chardj0n3s | hurgleburgler: arbitrary judgment call is arbitrary ;-) | 21:41 |
r1chardj0n3s | matt-borland: cheers, no rush, just confused whether we need to merge that other patch first | 21:42 |
matt-borland | r1chardj0n3s, do you mean is it related to the Magic Search bootstrap styling? | 21:42 |
matt-borland | it's being merged now | 21:42 |
r1chardj0n3s | matt-borland: ah ok | 21:42 |
matt-borland | it has 2 +2s, gate is just backed up | 21:42 |
matt-borland | I wanted to finish the merge conflict today before I wrap up :) | 21:42 |
*** pai15 has quit IRC | 21:43 | |
*** Mounica has joined #openstack-horizon | 21:43 | |
matt-borland | TravT_, 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-horizon | 21:43 | |
*** lapalm has quit IRC | 21:43 | |
*** yamamoto_ has joined #openstack-horizon | 21:43 | |
*** gyee has joined #openstack-horizon | 21:44 | |
TravT_ | matt-borland: let me scroll back just a sec | 21:44 |
*** yamamoto_ has quit IRC | 21:44 | |
*** TravT_ is now known as TravT | 21:44 | |
TravT | r1chardj0n3s: 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 at | 21:45 |
*** yamamoto_ has joined #openstack-horizon | 21:45 | |
*** yamamoto has quit IRC | 21:45 | |
hurgleburgler | TravT we might be able to fix some things, you can patch the css directly | 21:45 |
matt-borland | TravT, I just rebased the magic search mega patch onto hurgleburgler's merging patch | 21:46 |
matt-borland | so I could finish deconflicting | 21:46 |
hurgleburgler | \o/ | 21:46 |
*** yamamoto_ has quit IRC | 21:46 | |
hurgleburgler | matt-borland is that going to include the suggested github fixes? | 21:46 |
*** erlon has quit IRC | 21:46 | |
hurgleburgler | or should I just do that in a following patch? | 21:46 |
matt-borland | but it's been a month, and when I try to integrate with the Image page via the other patch, things look grumpy | 21:46 |
matt-borland | hurgleburgler, I can go either way on that. | 21:47 |
tsufiev | Hello, folks! | 21:47 |
*** yamamoto has joined #openstack-horizon | 21:47 | |
*** petertr7 is now known as petertr7_away | 21:47 | |
hurgleburgler | So, 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 |
TravT | matt-borland: what isn't working on the images patch for you? | 21:47 |
*** pai15 has quit IRC | 21:47 | |
*** yamamoto has quit IRC | 21:47 | |
hurgleburgler | matt-borland I'll patch it in a following patch, since those changes are required for fixing the UX on it | 21:48 |
* tsufiev forgot that he spoke here 10 minutes ago :) | 21:48 | |
TravT | this morning i locally rebased your magic search and fixed merge conflicts with images magic search patch | 21:48 |
*** neelashah has joined #openstack-horizon | 21:48 | |
hurgleburgler | tsufiev LOL | 21:48 |
TravT | it worked other than the styling that i showed in the review comment | 21:48 |
robcresswell | r1chardj0n3s: I didn't update much on the etherpad, since everything was clear cut and I didn't think it raised much discussion | 21:48 |
*** yamamoto has joined #openstack-horizon | 21:48 | |
*** julim has quit IRC | 21:49 | |
r1chardj0n3s | robcresswell: 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-horizon | 21:49 | |
hurgleburgler | Oh, that's what I was doing to | 21:49 |
tsufiev | I'd like to promote a long 10 patches chain of improvements to i9n tests starting from https://review.openstack.org/#/c/266306/ | 21:49 |
hurgleburgler | should it only be things that need discussion? | 21:49 |
hurgleburgler | I thought that's what IRC was for | 21:49 |
matt-borland | TravT, ok, hm. I didn't get any merge conflicts with https://review.openstack.org/#/c/217437/ but it's not working well | 21:49 |
robcresswell | hurgleburgler: IRC isn't useful for async | 21:49 |
r1chardj0n3s | oh, I see bullet point #2 now at the top :-) | 21:49 |
matt-borland | I'll kick it | 21:49 |
matt-borland | see if that helps :) | 21:49 |
r1chardj0n3s | ho hum | 21:50 |
robcresswell | Like I invalid'd a couple of r1chardj0n3s bugs that he'd mentioned but not altered | 21:50 |
r1chardj0n3s | the gate is stuck. long live the gate | 21:50 |
nllrte | Hello, where can I find what SQL query "usage.summary.vcpu_hours" is executing when viewing usage in Horizon? | 21:50 |
*** yamamoto has quit IRC | 21:50 | |
tsufiev | Since new tests are being uploaded already, eventually merging the basement for them would ease rebasing complications for us | 21:50 |
*** yamamoto has joined #openstack-horizon | 21:50 | |
tsufiev | At least, one patch in a chain every 2 days :D | 21:50 |
robcresswell | nllrte: We wrap the service clients | 21:50 |
robcresswell | So, Horizon doesn't execute any SQL, strictly speaking. We fire off an API call. | 21:51 |
tsufiev | /end of an ad | 21:51 |
robcresswell | The new gerrit ui is bloody annoying | 21:51 |
TravT | nllrte, and behind they api calls are about twelve layers of indirection | 21:51 |
*** yamamoto has quit IRC | 21:51 | |
TravT | robcresswell: ++ re: gerrit UI | 21:52 |
*** yamamoto has joined #openstack-horizon | 21:52 | |
TravT | can you actually tell the diff between dependent and related? | 21:52 |
r1chardj0n3s | it's far too difficult now to reliably see patch dependencies :-( | 21:52 |
robcresswell | TravT: No | 21:52 |
robcresswell | Exactly!!! | 21:52 |
sjmc7 | yes, it is. | 21:52 |
TravT | i do see a little green tilde | 21:52 |
sjmc7 | it’s awful | 21:52 |
robcresswell | Also, the Reply... button is blocked for me when I snap to half a laptop screen | 21:52 |
tsufiev | Yep, tree view would be much better | 21:52 |
sjmc7 | they don’t seem to be ordered in any sane fashion | 21:52 |
TravT | tsufiev: exactly what i was just thinking | 21:53 |
robcresswell | Which means my coffee shop work days are now worse :( | 21:53 |
robcresswell | tsufiev: Agreed. | 21:53 |
r1chardj0n3s | robcresswell: yeah, me too | 21:53 |
TravT | so, if i look at this patch: https://review.openstack.org/#/c/245288/ | 21:53 |
TravT | the top 2 related i just noticed a green tilde | 21:53 |
*** yamamoto has quit IRC | 21:53 | |
TravT | does that mean they aren't in the line of dependencies? | 21:53 |
*** yamamoto has joined #openstack-horizon | 21:53 | |
robcresswell | Previously it showed the chain above and below | 21:54 |
robcresswell | Now it shows "anything that may be related and might be beneath or above in the patch chain" | 21:54 |
robcresswell | Its like buzzfeed of patch UIs | 21:54 |
tsufiev | Diverging branches? | 21:54 |
sjmc7 | :D | 21:54 |
robcresswell | "4 changes you'll be shocked to read about!!" | 21:54 |
matt-borland | TravT, 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-borland | lol robcresswell | 21:55 |
*** pai15 has joined #openstack-horizon | 21:55 | |
TravT | matt-borland: okay, thanks. hopefully the styling patch will merge by then as well | 21:56 |
*** rajatvig has joined #openstack-horizon | 21:56 | |
TravT | robcresswell: lol | 21:56 |
*** yamamoto has quit IRC | 21:56 | |
*** belmoreira has joined #openstack-horizon | 21:56 | |
*** pai15 has quit IRC | 21:57 | |
*** petertr7_away is now known as petertr7 | 21:57 | |
*** pai15 has joined #openstack-horizon | 21:57 | |
matt-borland | thx all, see you later! | 21:59 |
*** matt-borland has quit IRC | 21:59 | |
*** apuimedo has quit IRC | 21:59 | |
*** apuimedo has joined #openstack-horizon | 22:00 | |
*** pai15 has quit IRC | 22:00 | |
*** pai15 has joined #openstack-horizon | 22:00 | |
*** pai15 has quit IRC | 22:00 | |
robcresswell | nllrte: Sorry, I never *actually* answered your query. https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/nova.py#L184 | 22:01 |
*** neelashah has quit IRC | 22:01 | |
robcresswell | I think that's what you're looking for | 22:01 |
nllrte | thanks robcresswell | 22:01 |
robcresswell | no problemo | 22:02 |
*** neelashah has joined #openstack-horizon | 22:04 | |
robcresswell | Thinking about doing another bug day in around a month, perhaps just after mid-cycle | 22:07 |
robcresswell | Although for those on the west coast, keep at it for the rest of today ;) | 22:07 |
*** davidlenwell has quit IRC | 22:09 | |
*** lblanchard has quit IRC | 22:11 | |
*** lblanchard has joined #openstack-horizon | 22:11 | |
*** davidlenwell has joined #openstack-horizon | 22:11 | |
*** petertr7 is now known as petertr7_away | 22:11 | |
*** apuimedo has quit IRC | 22:11 | |
*** vgridnev has quit IRC | 22:12 | |
*** jbell8 has quit IRC | 22:12 | |
*** apuimedo has joined #openstack-horizon | 22:13 | |
r1chardj0n3s | robcresswell: someone sensible suggested we have a good look thru the high+old bugs at the midcycle | 22:14 |
*** ddaskal has quit IRC | 22:15 | |
*** lblanchard has quit IRC | 22:17 | |
*** jamielennox|away is now known as jamielennox | 22:17 | |
*** neelashah has quit IRC | 22:17 | |
*** neelashah has joined #openstack-horizon | 22:18 | |
*** peristeri has quit IRC | 22:20 | |
*** nllrte has quit IRC | 22:22 | |
*** ddaskal has joined #openstack-horizon | 22:26 | |
openstackgerrit | Tyr Johanson proposed openstack/horizon: WIP Create a default Ng route https://review.openstack.org/266597 | 22:26 |
*** jtriley has quit IRC | 22:29 | |
*** apuimedo has quit IRC | 22:30 | |
doug-fish | hey - what happened to my <base> tag? | 22:30 |
*** piet has joined #openstack-horizon | 22:30 | |
doug-fish | tqtran: robcresswell do you guys know what's up with that? I see some recent patches related to that | 22:31 |
*** apuimedo has joined #openstack-horizon | 22:31 | |
rajatvig | doug-fish: the <base> tag patch was reverted as it caused some breakage for lazily loaded tabs. | 22:31 |
openstackgerrit | Tyr Johanson proposed openstack/horizon: WIP Create a default Ng route https://review.openstack.org/266597 | 22:32 |
openstackgerrit | Merged openstack/django_openstack_auth: Fix WebSSO when Keystone server hostname contains 'auth' https://review.openstack.org/265011 | 22:32 |
*** wolverin_ has joined #openstack-horizon | 22:32 | |
rajatvig | have 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-fish | rajatvig: okay, I'll take a look, thanks! | 22:33 |
rajatvig | thanks | 22:33 |
*** wolverineav has quit IRC | 22:36 | |
*** belmoreira has quit IRC | 22:36 | |
*** apuimedo has quit IRC | 22:36 | |
*** apuimedo has joined #openstack-horizon | 22:38 | |
*** wolverin_ has quit IRC | 22:40 | |
tqtran | ducttape_: when you have time, could you take this patch for a spin? https://review.openstack.org/#/c/266555/ | 22:42 |
*** Mounica has quit IRC | 22:42 | |
ducttape_ | ooh, looks dangerous ;) | 22:42 |
tqtran | its a hot ride | 22:42 |
*** apuimedo has quit IRC | 22:42 | |
tqtran | i was surprised that integration tests didnt catch it at all | 22:43 |
*** Drago has quit IRC | 22:43 | |
ducttape_ | sure. will take a peak at it after a bit | 22:43 |
tqtran | sounds like a job for tsufiev huhuhu | 22:43 |
ducttape_ | yeah, I know why they didn't. we would need something really driving selenium in a meaningful way | 22:43 |
*** apuimedo has joined #openstack-horizon | 22:43 | |
ducttape_ | or some fuller browser exercised test at least, if not selenium | 22:44 |
*** Drago has joined #openstack-horizon | 22:44 | |
tqtran | yeah, its a gap right now | 22:44 |
*** Drago has quit IRC | 22:46 | |
*** vijendar has quit IRC | 22:46 | |
*** Mounica has joined #openstack-horizon | 22: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 IRC | 22:51 | |
tqtran | <base> will be present in the html, and the relative paths should all be absolute | 22:52 |
tqtran | both require that you inspect the html | 22:52 |
*** apuimedo has quit IRC | 22:53 | |
tqtran | basically, if things all work normally, the patch is a success | 22: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-horizon | 22:53 | |
ducttape_ | I'm trolling you / kidding ;) | 22:54 |
*** wolverineav has joined #openstack-horizon | 22:55 | |
*** Drago has joined #openstack-horizon | 22:56 | |
*** wolverineav has quit IRC | 23:00 | |
tqtran | haha, i was away, it was a vain effort | 23: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 me | 23:01 |
tqtran | the theme looks the same, did you mess around with the custom theme path in settings? | 23:03 |
*** apuimedo has quit IRC | 23:03 | |
hurgleburgler | ducttape_ its quite possible scss has changed | 23:03 |
hurgleburgler | are you seeing something strange? | 23:03 |
ducttape_ | yes, very much. but it might be the patch I am looking at too | 23:04 |
ducttape_ | https://review.openstack.org/#/c/266555/ | 23:04 |
*** apuimedo has joined #openstack-horizon | 23:04 | |
hurgleburgler | we didn't change the default theme, if that is the question | 23:04 |
openstackgerrit | Travis Tripp proposed openstack/horizon: WIP Searchlight Search Panel https://review.openstack.org/227036 | 23:04 |
ducttape_ | something is messed with that patch above, I am seeing 404 errrors trying to get compressed js and css etc | 23:04 |
hurgleburgler | lemme pull it and try it out | 23:05 |
hurgleburgler | one second | 23: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 something | 23:06 |
*** ddaskal has quit IRC | 23:07 | |
hurgleburgler | Hmmmm | 23:09 |
ducttape_ | are you seeing that too? not sure if master itself had something slip in, or if it is that patch | 23:10 |
hurgleburgler | I'm not seeing that problem | 23:10 |
hurgleburgler | tried with compress on and off | 23:10 |
*** apuimedo has quit IRC | 23: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 |
hurgleburgler | looks close to what I use … lemme try that though | 23:12 |
hurgleburgler | one second | 23:12 |
*** apuimedo has joined #openstack-horizon | 23:12 | |
ducttape_ | http://pasteboard.co/Ku91brj.png is what I am seeing | 23:13 |
hurgleburgler | OH, that's vanilla bootstrap | 23:14 |
ducttape_ | plus there is this: http://pasteboard.co/KudaEp8.png | 23:14 |
hurgleburgler | its how horizon looks when you don't load the 'default' theme | 23:15 |
hurgleburgler | what is your theme set to? | 23:15 |
ducttape_ | default / nothing custom. this is vanilla horizon with just that patch | 23:15 |
*** ybathia has quit IRC | 23:15 | |
ducttape_ | the only special thing is my keystone url | 23:15 |
*** ybathia has joined #openstack-horizon | 23:16 | |
*** davidlenwell has quit IRC | 23:17 | |
ducttape_ | hurgleburgler - I'm going to switch to vanilla master without the patch, and try that | 23:17 |
*** davidlenwell has joined #openstack-horizon | 23:18 | |
hurgleburgler | k, I've seen a problem similar, usually clearing the pyc and making sure the browser cache is clear helps | 23:19 |
hurgleburgler | also, is there an error when you run compress ? | 23:19 |
ducttape_ | compress returns ok | 23:19 |
sjmc7 | i’ll second removing .pyc files | 23:20 |
ducttape_ | yeah I'm not sure. I see it on master too. it's weird | 23:21 |
*** Drago has quit IRC | 23:21 | |
hurgleburgler | 'find . -name '58f82*.css' | 23:21 |
hurgleburgler | whoops, minus that first ' | 23:21 |
ducttape_ | cleared cache, used icognito, removed pyc files etc | 23:21 |
ducttape_ | yep, I don't see that on the filesystem either | 23:22 |
ducttape_ | something is weird then on my machine, I'll change my vote on that review | 23:23 |
*** neelashah has quit IRC | 23:24 | |
hurgleburgler | yeah, phantom css file state | 23:24 |
hurgleburgler | if you grep for that file, does it find it? | 23:25 |
hurgleburgler | I mean, do you still have it in your static file manifest? | 23:25 |
*** e0ne has quit IRC | 23: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 ok | 23:31 |
ducttape_ | something with the compressor is extra special | 23:31 |
*** apuimedo has quit IRC | 23:33 | |
*** apuimedo has joined #openstack-horizon | 23:34 | |
*** apuimedo has quit IRC | 23:39 | |
*** apuimedo has joined #openstack-horizon | 23:40 | |
*** logan2 has joined #openstack-horizon | 23:42 | |
*** logan2 is now known as logan- | 23:42 | |
*** wolverineav has joined #openstack-horizon | 23:47 | |
openstackgerrit | Cindy Lu proposed openstack/horizon: Add Angular Directive to show msg for empty tables https://review.openstack.org/175035 | 23:48 |
*** apuimedo has quit IRC | 23:49 | |
*** apuimedo has joined #openstack-horizon | 23:50 | |
*** ducttape_ has quit IRC | 23:50 | |
*** wolverin_ has joined #openstack-horizon | 23:50 | |
*** wolverineav has quit IRC | 23:51 | |
*** apuimedo has quit IRC | 23:55 | |
*** wolverin_ has quit IRC | 23:55 | |
*** bpokorny_ has joined #openstack-horizon | 23:55 | |
*** apuimedo has joined #openstack-horizon | 23:56 | |
*** wolverineav has joined #openstack-horizon | 23:57 | |
*** piet has joined #openstack-horizon | 23:57 | |
rajatvig | :q | 23:58 |
rajatvig | wrong place :) | 23:58 |
*** bpokorny has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!