Monday, 2014-09-29

*** openstack has joined #openstack-horizon12:40
mrungemflobo, you have a feature request for a specific view right now, right?12:41
mflobomrunge, yes12:41
mflobomrunge, I want to split the image list for project dahsboard in N HTML tables, instead only one12:42
mrungemflobo, yes, I saw your question on ask.openstack.org12:42
mflobomrunge, so, I want to modify all the _data_table HTML's related only for this view12:42
mrungemflobo, sorting of image list does not help you?12:42
mflobomrunge, no it doesn't, because I need separate tables, one table per "flavor"12:43
*** sayali has quit IRC12:43
mrungemflobo, because you'll have different actions?12:44
mrungemflobo, or is this to differentiate types better?12:45
mflobomrunge, it is  to differentiate types better12:45
mflobomrunge, I will upload an picture example y ask.openstack.org question12:46
mrungemflobo, great.12:46
*** tosky has quit IRC12:48
mflobomrunge, this is my use case https://ask.openstack.org/upfiles/14119948625876313.png12:48
mrungemflobo, and what about grouping them in instances as well?12:49
mflobomrunge, my use case is only for image list, not for other lists in Horizon like instances12:49
mrungemflobo, no interest for this in other instance lists as well?12:50
mflobomrunge, no, only in image list12:50
mrungemflobo, how do you differentiate your images?12:51
mrungejust by *naming* convention?12:51
mflobomrunge, in this case by images properties12:51
mrungemflobo, we were thinking about adding arbitrary tags to images12:52
mrungeso, I was currently thinking of making a view sorted by tags12:52
mrunge(or so)12:52
mflobomrunge, In that case you need something similar than me: the capability to re-define some HTML views12:53
mrungemflobo, in my case, that should be available in other tables as well12:54
mrungemflobo, could you please file a blueprint: https://blueprints.launchpad.net/horizon12:54
mflobomrunge, ok, understand, your case is different12:54
mrungeand attach your image there?12:55
mrungemflobo, sorry, I have to run out to get my kids from school12:55
mflobomrunge, ok, don't worry, thanks a lot for your time!12:55
*** sayali has joined #openstack-horizon12:57
*** neelashah has joined #openstack-horizon12:58
*** _crobertsrh is now known as crobertsrh13:01
*** jacalcat has joined #openstack-horizon13:01
*** aberezin has quit IRC13:05
*** jacalcat has quit IRC13:17
*** julim has joined #openstack-horizon13:24
*** tosky has joined #openstack-horizon13:29
*** gokrokve has joined #openstack-horizon13:32
*** pawels has joined #openstack-horizon13:32
*** krykowski has joined #openstack-horizon13:34
*** gokrokve has quit IRC13:36
*** mrunge has quit IRC13:38
*** sigmavirus24 has joined #openstack-horizon13:43
*** Dafna has quit IRC13:46
*** radez_g0n3 is now known as radez13:46
*** masco has quit IRC13:47
*** Dafna has joined #openstack-horizon13:53
*** bfic has quit IRC13:58
*** gokrokve has joined #openstack-horizon13:58
*** krykowski has quit IRC14:04
*** pawels has quit IRC14:05
sambettsdoug-fish: ping14:08
*** woodm1979 has joined #openstack-horizon14:09
doug-fishsambetts: hi14:09
sambettsdoug-fish: Hi! o/ Just wondering if you had a chance to look at my reply here: https://review.openstack.org/#/c/118334/ and if you had any more thoughts on the way forward with this patch14:10
*** krykowski has joined #openstack-horizon14:13
doug-fishsambetts:  Just looking at your response now ... AFAIK there isn't an obivous solution to the problem you are working.  Horizon itself doen't have any persistent storage.  Django supports that (of course), but then really steps up the amount of release to release maintentance that needed, so that approach proabably won't be well received ...14:13
doug-fishI think there is some idea/discussion/concept of adding metadata to keystone users, that might be a better approach14:14
sambettsdoug-fish: haha thats what I was just asking :-P14:14
doug-fishoh14:14
sambettsdoug-fish: meant about to ask14:14
doug-fishI was going to say ... I must have really misunderstood your question!14:15
sambettssorry about that, it I just found it funny that we came to a simlar thought at the same time, do you think I should hold off on working on that patch further then, its really just a bandaid until that keystone stuff gets implemented14:16
doug-fishwell I think its worth figuring out the current state of keystone ...14:17
doug-fishif the support is there maybe you should just make Horizon use that as storage?14:18
*** john-davidge has joined #openstack-horizon14:18
*** sayan has joined #openstack-horizon14:18
*** jomara has joined #openstack-horizon14:19
*** jomara_ has quit IRC14:21
*** dkorn has quit IRC14:21
*** ZZelle has quit IRC14:28
*** ZZelle has joined #openstack-horizon14:28
doug-fishit's not clear to me keystone has the support.  I'm asking in their channel now14:28
*** jrist has joined #openstack-horizon14:30
*** aix has quit IRC14:31
*** krykowski has quit IRC14:31
*** rwsu has joined #openstack-horizon14:33
*** k4n0 has quit IRC14:34
*** gokrokve_ has joined #openstack-horizon14:35
*** gokrokve_ has quit IRC14:37
*** gokrokve_ has joined #openstack-horizon14:37
*** gokrokve has quit IRC14:38
*** jprovazn has quit IRC14:40
*** ericpeterson has joined #openstack-horizon14:41
*** Drago has joined #openstack-horizon14:52
*** Drago1 has joined #openstack-horizon14:54
*** bpokorny has quit IRC14:54
*** bpokorny has joined #openstack-horizon15:03
*** julim has quit IRC15:04
*** vijendar has joined #openstack-horizon15:06
*** med_ has quit IRC15:07
*** julim has joined #openstack-horizon15:08
*** rbertram has joined #openstack-horizon15:10
*** Drago has quit IRC15:12
*** Drago has joined #openstack-horizon15:12
doug-fishsambetts:  so using keystone won't be an option15:17
sambettsdoug-fish: seems like it15:17
doug-fishWe've avoided using a DB in Horizon ... I think its mostly because of the release to release resposibilities for managing it15:17
sambettsYes, I get that, I've had that issue managing migrations before15:18
doug-fishI think if you could make the preferences optionally readable/writeable to a configurable DB or cookies that would solve the problem.15:19
*** rdopieralski has quit IRC15:20
*** Longgeek has quit IRC15:20
doug-fishsort of like how the session data can be configured to use different backends15:20
sambettswith the cookie mode should we maintain the fix I've proposed? Otherwise there will still be the inter-user settings leak15:21
*** david-lyle has joined #openstack-horizon15:21
*** jacalcat has joined #openstack-horizon15:22
doug-fishI dont' think so, to me the complications of using per user cookies are greater than the benefits15:22
sambettswhat complication are you seeing?15:23
doug-fishcomplication is taht the request sizes will get larger for each user than has ever signed in to that browser15:23
morganfainbergdoug-fish, i might be forgetting this, but i *think* you can do sub-cookies that are independent of the site-cookie15:25
*** sbfox has joined #openstack-horizon15:25
morganfainbergdoug-fish, but honestly it's been since 2010 since i've had to fight with web apps15:25
doug-fishmorganfainberg:  are you thinking of cookies scoped to the path?15:25
sambettsI can see having 1 - 3  but I can't see that one browser would be used for more than that?15:25
morganfainbergdoug-fish, hm, maybe.15:25
sambettsif thats the case, then the operator might need to consider changing horizon storage backend anyway15:26
morganfainbergdoug-fish, i remember having to solve this issue / work with it when i worked at $big_social_network_that_isnt_facebook$15:26
*** sbfox has quit IRC15:27
*** Guest73730 is now known as mgagne15:29
*** mgagne has quit IRC15:29
*** mgagne has joined #openstack-horizon15:29
doug-fishsambetts:  it could be that I'm paranoid.  I'm concerned about this kind of multiple-user behavior being able to affect the site performance.15:29
*** vokhrimenko has quit IRC15:33
*** Ala has quit IRC15:34
sambettsdoug-fish: Its certainly tricky, what if we moved the user prefs into JSON, so you had 1 cookie entry per user15:35
*** radez is now known as radez_g0n315:36
*** EmilyW has joined #openstack-horizon15:36
doug-fishmaybe.  Again, my concern is really that the size of the cookies being passed back and forth is going to grow each time a new user has preferences ....15:37
doug-fishputting in one cookie per user would help some because the user id wouldn't be repeated in each cookie name15:37
*** gokrokve has joined #openstack-horizon15:38
sambettsdoug-fish: How about this, if we use scoped cookies, scoped to auth/login or something so that those user prefs aren't sent everytime, just sent once then held in the session?15:39
ericpetersonreality:  if you have a decent sized deployment, you won't use cookies as the main session backend15:40
doug-fishI wonder if it would be too obscure to remove the name for each value from the cookie as well.  It could just be treated like a tuple where the position of the value implies which name is goes with15:40
doug-fishericpeterson: we are talking about user prefs15:40
ericpetersonyeah, and that stuff is fine to store in the cookies doug-fish15:40
doug-fishand https://review.openstack.org/#/c/118334/15:40
doug-fishericpeterson:  if that change doesn't concern you I'd feel much better about it.15:40
ericpetersonyeah, those cookies are going to be pretty small.  those I think are fine with that change15:42
*** gokrokve_ has quit IRC15:42
*** gokrokve has quit IRC15:42
*** radez_g0n3 is now known as radez15:42
ericpetersonit's the token / session cookie that blows up at 4k or whatever the limit is.... that's the killer one15:42
david-lyledoug-fish the upper limit for total cookie size is 4K15:43
ericpetersonstuff like eric_page_limit=20 or whatever is minor15:43
ericpetersonstuff like erics15:43
doug-fishyeah, so these per user cookies are cutting in to the same space15:43
ericpeterson_seccion= dfsgsegsergsregesg   (+4k+ is the hassle15:43
doug-fishthe same 4k limit15:43
ericpetersonoh that sucks.  I didn't realize they share the same limit15:44
david-lyleYeah you can have like 50 cookies, but they can only sum to 4K15:44
*** rebelagentm has joined #openstack-horizon15:45
ericpetersonbut again, for this change..... how many times do you have multiple logins on that same machine???  we would be more impacted than most users, I bet15:45
doug-fishsure, but why exacerbate the cookie problem if this isn't a real user problem?15:46
ericpetersonyeah, I'm kind of -0.5 - + 0.25 on this change15:47
doug-fishlol15:47
doug-fishthat's not an option15:47
doug-fishcommit man!15:48
ericpetersonI wish gerrit had a range of how I felt15:48
doug-fishlol15:48
doug-fishI'd feel better about it if the names were shorter15:49
doug-fish89cfffa8541245ce91a49a4cdeff4cf2_django_timezone15:49
ericpetersonbetter that than the user name, sec consideration15:49
sambettsI would think something like 89cfffa8541245ce91a49a4cdeff4cf2 : { tz:, lang:, items: } would be neater15:51
sambettsless repetition of the user ID15:51
ericpeterson+1 on that approach15:51
doug-fishyep, that's looking pretty good15:52
doug-fishand if you used a user name instead of id that woud save some space too15:52
doug-fish(in most cases)15:52
sambettsare user names unique?15:52
ericpetersonno user name15:52
doug-fishunique enough for this purpose?15:53
ericpetersonI think the concern is more that the user name is left in the browser, which might be a secret15:53
doug-fishoh15:54
doug-fishhadn't thought of that15:54
doug-fishuid isn't secret?15:54
ericpetersonit is kind of... but you don't login with the user id15:54
*** nlahouti has joined #openstack-horizon15:54
doug-fishyes I see15:54
ericpetersonso exposing that doesn't give someone 50% of the login info15:54
sambettsit definatly provides less information about whos logged in to the browser previously15:54
doug-fishso I can +1 the 89cfffa8541245ce91a49a4cdeff4cf2 : { tz:, lang:, items: } idea15:55
*** jcoufal has quit IRC15:56
*** EMW has joined #openstack-horizon16:00
sambettsdoug-fish: Ok I'll get that implemented and pushed up :-)16:01
doug-fishsambetts: sounds good!16:03
*** EmilyW has quit IRC16:03
*** Drago has quit IRC16:14
*** rm_work is now known as rm_work|away16:14
*** Drago has joined #openstack-horizon16:16
*** Drago has quit IRC16:16
*** Drago has joined #openstack-horizon16:16
*** EMW has quit IRC16:18
*** rm_work|away is now known as rm_work16:20
*** pkarikh has quit IRC16:21
*** amotoki has quit IRC16:27
*** radez is now known as radez_g0n316:27
*** jasondotstar has joined #openstack-horizon16:29
*** alexpilotti_ has joined #openstack-horizon16:33
*** sambetts has quit IRC16:34
*** gokrokve has joined #openstack-horizon16:34
*** radez_g0n3 is now known as radez16:34
*** alexpilotti has quit IRC16:34
*** alexpilotti_ is now known as alexpilotti16:34
*** tosky has quit IRC16:43
*** ygbo has quit IRC16:44
*** sbfox has joined #openstack-horizon16:49
*** ArcTanSusan has joined #openstack-horizon16:50
*** jrist has quit IRC16:58
*** gokrokve has quit IRC16:59
*** gokrokve has joined #openstack-horizon16:59
*** e0ne has quit IRC17:02
ericpetersonlow hanging fruit bugs..... when you have certain listings that don't and instead we list a bunch of entries.... the overflow css should turn on scrolling past a reasonable limit17:04
ericpetersonthat don't page I meant17:04
*** sigmavirus24 is now known as sigmavirus24_awa17:05
*** dsneddon has joined #openstack-horizon17:10
*** qba73 has quit IRC17:10
*** sbfox has quit IRC17:11
*** athomas has quit IRC17:13
*** harlowja has joined #openstack-horizon17:16
*** hhuang has quit IRC17:19
*** Dafna has quit IRC17:21
*** harlowja has quit IRC17:22
*** jrist has joined #openstack-horizon17:24
*** harlowja has joined #openstack-horizon17:24
*** sbfox has joined #openstack-horizon17:26
*** halede has joined #openstack-horizon17:27
*** ZZelle_ has joined #openstack-horizon17:28
*** clu_ has joined #openstack-horizon17:28
*** david-lyle has quit IRC17:29
*** david-lyle has joined #openstack-horizon17:29
*** athomas has joined #openstack-horizon17:31
*** john-davidge has quit IRC17:31
*** regebro has quit IRC17:33
*** bpokorny_ has joined #openstack-horizon17:33
*** EMW has joined #openstack-horizon17:34
*** bpokorny has quit IRC17:36
*** romainh has left #openstack-horizon17:37
*** david-lyle has quit IRC17:38
*** bpokorny has joined #openstack-horizon17:43
*** e0ne has joined #openstack-horizon17:44
*** ArcTanSusan has quit IRC17:46
*** bpokorny_ has quit IRC17:46
*** lsmola has quit IRC18:01
*** sbfox has quit IRC18:04
*** vijendar has quit IRC18:04
*** jgravel_ has quit IRC18:05
*** sigmavirus24_awa is now known as sigmavirus2418:10
*** gokrokve has quit IRC18:14
*** gary-smith has quit IRC18:17
*** sbfox has joined #openstack-horizon18:21
*** akrivoka has quit IRC18:24
*** sayan has quit IRC18:25
*** gokrokve has joined #openstack-horizon18:26
*** gokrokve has quit IRC18:27
*** gary-smith has joined #openstack-horizon18:29
*** gokrokve has joined #openstack-horizon18:29
*** gary-smith has quit IRC18:30
*** gary-smith has joined #openstack-horizon18:32
*** gokrokve has quit IRC18:34
*** gokrokve has joined #openstack-horizon18:35
*** e0ne has quit IRC18:35
*** EMW has quit IRC18:40
*** vijendar has joined #openstack-horizon18:41
*** bpokorny has quit IRC18:50
*** AndroUser2 has joined #openstack-horizon18:50
*** AndroUser2 is now known as david-lyle18:51
*** bpokorny has joined #openstack-horizon18:53
*** ArcTanSusan has joined #openstack-horizon18:56
*** Drago has quit IRC18:56
*** Sukhdev has joined #openstack-horizon18:58
*** pawels has joined #openstack-horizon19:00
*** bpokorny_ has joined #openstack-horizon19:09
*** jay-atl has quit IRC19:10
*** bpokorny has quit IRC19:12
*** radez is now known as radez_g0n319:20
*** jacalcat has quit IRC19:21
*** ericpeterson has quit IRC19:22
*** ericpeterson has joined #openstack-horizon19:26
*** EmilyW has joined #openstack-horizon19:26
*** alexpilotti has quit IRC19:29
doug-fishhey gary-smith, are you avail to talk about https://bugs.launchpad.net/horizon/+bug/136986519:30
doug-fishI'm wondering if we should invalidate that bug.  It seems to me the CSRFtoken it suppose to have a very long expiration:  https://docs.djangoproject.com/en/dev/ref/contrib/csrf/#how-it-works19:31
doug-fishBut I have to confess, I can't fully understand the problems that token is suppose to solve19:32
gary-smithok19:32
doug-fishyou think there is some risk with that?19:33
gary-smithI had seen some hack mentioned wrt to this. I'll have to go dig it up19:34
ericpetersonexpires=Fri, 11-Sep-2015 07:52:52 GMT  -> that is probably a bit too long.   you want that to be something like how long would someone reasonably keep their browser open for19:34
*** e0ne has joined #openstack-horizon19:38
gary-smiththat or just use a session cookie19:38
doug-fish ericpeterson: when I read that django doc I linked above it sounded to me that they really wanted it to never expire19:38
doug-fishisn't this an additional protection, used along with a session cookie?19:38
doug-fishsorry19:38
doug-fishI'm mixing up terms19:38
ericpetersonit's used on every form post, with or without the user being logged in19:39
doug-fishI don't really understand what its supposed to be protecting19:39
*** nlahouti has quit IRC19:39
ericpetersonthe server gives out a random token to the browser.... this prevents anyone from randomly posting from any site.... or at least is filters out many initial DOS attacks19:40
doug-fishbut stealing one isn't especially helpful is it?19:40
doug-fishHorizon will give anyone a CSRFToken who points their browser at it19:41
*** dsneddon is now known as dsneddon_lunch19:41
ericpetersoncorrect, but i think part of that csrf thing helps cylce the token frequently and keep you from just reusing it19:42
gary-smithI believe if a hacker had access to the csrftoken, they could include it in a post, making it appear legit19:42
ericpetersonyep19:42
doug-fishwouldn't they need a sessionId cookie as well?19:43
gary-smithno19:43
gary-smithwith csrf attacks, the idea is that the hacker creates a web page that does a post (in this case) to horizon19:44
ericpetersonbut the chttps://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF)_Prevention_Cheat_Sheet#General_Recommendation:_Synchronizer_Token_Pattern19:44
ericpetersonsorry, that link might not have come through :o19:44
gary-smithand the browser will automatically give the session token to horizon19:44
gary-smith(although the hacker's site will not have access to that token)19:44
doug-fishokay, I'll read up a bit ... thanks for the info + the link!19:46
gary-smiththe page ericpeterson points to suggests going further and re-generating a new csrf token for every request19:47
ericpetersonyeah, that might be overkill19:47
gary-smithbut i would suspect that that would require more changes in horizon. At a minimum, making it a session token (one with expires=0) would be an improvement19:48
ericpetersonbut I have seen cases where horizon gets an error where your csrf stuff doesn't match up.  I think if you change your secret_key that is one way to almost force the issue19:48
ericpeterson(not that changing the secret_key is a good idea, it is supposed to break stuff when you change that)19:48
gary-smithwhat is "secret_key" ?19:48
gary-smithdoesn't appear to be a cookie19:49
*** harlowja has quit IRC19:50
ericpetersonit's a django setting to setup determine how to encrypt stuff like the session info19:50
gary-smithah, ok19:50
ericpetersonhttps://docs.djangoproject.com/en/1.7/ref/settings/#std:setting-SECRET_KEY19:50
ericpetersonin the case of horizon, if you set it up in a HA mode you will want to have a shared secret key19:51
doug-fishgary-smith, ericpeterson: you guys think this is nonsense? https://groups.google.com/forum/#!msg/django-developers/3vG7H3kRBZ0/rZmJFazA4YMJ19:52
*** radez_g0n3 is now known as radez19:53
ericpetersonit's on the internet, it's totally true19:53
ericpetersonseriously, I believe that though19:53
ericpetersonnot that all things on the internet are true.... but that link sounds right to me19:54
*** harlowja has joined #openstack-horizon19:55
*** pawels has quit IRC19:55
gary-smithFWIW, this bug (1369865) appears to be the output of some automatic website security evaluation tool that doesn't take this kind of stuff into account19:55
doug-fishgary-smith, agreed.19:56
doug-fishI'm just trying to sort out if there is a real security exposure here, and how serious it is19:56
doug-fishMy first assertion is that this isn't a security problem, its what the django developers had in mind.  But I dont' understand the concept well enough yet to really make that assertion.19:57
gary-smiththat is much appreciated. I took a look, read a few pages, and it looked like a potential problem, with probably a simple solution (changing the expiration)19:57
gary-smithbut if further research shows that it's not a problem, then that is fine, too19:57
*** gokrokve has quit IRC19:58
gary-smith(I am not a web security expert, in case that was not abundantly clear)19:58
doug-fishlol19:58
doug-fishunderstood.19:58
*** gokrokve has joined #openstack-horizon19:59
gary-smithThere is a similar bug, https://bugs.launchpad.net/horizon/+bug/1369870, found by that same tool. Have you guys ever heard of a "messages" cookie?20:00
*** pawels has joined #openstack-horizon20:01
doug-fishgary-smith ... I'm almost certain I've reviewed code related to the messages cookie ....20:02
*** jay-atl has joined #openstack-horizon20:03
gary-smithI found a use in horizon/test/helpers.py... now I just have to see where this is test-only20:04
gary-smithc/where/whether/20:04
doug-fishno, I don't think so ...20:04
doug-fishI think its these things:  https://docs.djangoproject.com/en/1.6/ref/contrib/messages/20:05
doug-fishoh nice:20:06
doug-fishhttps://docs.djangoproject.com/en/1.6/ref/contrib/messages/#django.contrib.messages.storage.cookie.CookieStorage20:06
doug-fishit looks like the messages are signed20:06
*** jacalcat has joined #openstack-horizon20:06
gary-smithvery helpful20:06
*** jay-atl has quit IRC20:08
*** jay-atl has joined #openstack-horizon20:09
doug-fishooh check this out:  https://docs.djangoproject.com/en/dev/ref/settings/#csrf-cookie-age20:09
doug-fishonce we get to 1.7 we can set the age of the csrf cookie20:10
*** jay-atl has quit IRC20:10
gary-smithgood. Is there a way to adjust this pre-1.7 ?20:12
*** jay-atl has joined #openstack-horizon20:13
gary-smithSimilarly, https://docs.djangoproject.com/en/dev/ref/settings/#session-cookie-secure is only available in 1.7 to secure the messages cookie20:13
*** subbu_ has joined #openstack-horizon20:14
*** julim has quit IRC20:17
*** pawels has quit IRC20:17
*** sbfox has quit IRC20:20
*** ArcTanSusan has quit IRC20:24
doug-fishgary-smith:  I'd think the only way to adjust the age of the csrf cookie prior to 1.7 would be to patch this code:  https://github.com/django/django/blob/1.6c1/django/middleware/csrf.py#L19720:25
*** ttrifonov is now known as ttrifonov_zZzz20:25
gary-smithyuck20:27
gary-smithor maybe extend the CsrfViewMiddleware class and supply an alternate process_response method20:28
doug-fishI understand why the CSRF token works if its on a per request basis, but for these longer ones (either sesssion or a year) I don't understand what it provides beyond requiring a valid sessionId20:28
doug-fishyeah that's better20:28
*** ArcTanSusan has joined #openstack-horizon20:29
gary-smithI think the idea is that the csrf token has to be somewhere in the payload of the POST, and that CSRF attacks don't have access to these cookies20:30
*** ArcTanSusan has quit IRC20:31
*** bpokorny_ has quit IRC20:36
*** nlahouti has joined #openstack-horizon20:36
*** sbfox has joined #openstack-horizon20:37
*** bpokorny has joined #openstack-horizon20:40
*** crobertsrh is now known as _crobertsrh20:48
*** radez is now known as radez_g0n320:48
*** e0ne has quit IRC20:52
*** aix has joined #openstack-horizon20:56
*** e0ne has joined #openstack-horizon20:56
*** Sukhdev has quit IRC20:58
*** ArcTanSusan has joined #openstack-horizon21:01
*** jcoufal has joined #openstack-horizon21:02
*** cedrics has quit IRC21:03
*** TravT has joined #openstack-horizon21:03
*** Sukhdev has joined #openstack-horizon21:09
*** EMW has joined #openstack-horizon21:09
*** EmilyW has quit IRC21:11
*** Drago1 has quit IRC21:12
*** EmilyW has joined #openstack-horizon21:13
*** sayali has quit IRC21:16
*** EMW has quit IRC21:17
*** Drago1 has joined #openstack-horizon21:18
*** david-lyle has quit IRC21:19
*** Drago has joined #openstack-horizon21:24
*** Drago has quit IRC21:25
*** Drago has joined #openstack-horizon21:25
*** bpokorny has quit IRC21:27
*** david-lyle has joined #openstack-horizon21:30
*** david-lyle has quit IRC21:31
*** david-lyle has joined #openstack-horizon21:32
*** jtomasek has quit IRC21:32
*** bpokorny has joined #openstack-horizon21:35
*** ArcTanSusan has quit IRC21:37
*** neelashah has quit IRC21:47
*** ArcTanSusan has joined #openstack-horizon21:48
*** jgravel has joined #openstack-horizon21:49
*** ericpeterson has quit IRC21:56
*** aix_ has joined #openstack-horizon21:57
*** rebelagentm has quit IRC21:57
*** dsneddon_lunch is now known as dsneddon21:58
*** jcoufal has quit IRC21:59
*** nlahouti has quit IRC22:00
*** aix has quit IRC22:00
*** nlahouti has joined #openstack-horizon22:00
*** nlahouti has quit IRC22:03
*** EMW has joined #openstack-horizon22:05
*** EmilyW has quit IRC22:06
*** mikedillion has joined #openstack-horizon22:10
*** rbertram has quit IRC22:17
*** mikedillion has quit IRC22:23
*** e0ne has quit IRC22:29
*** mikedillion has joined #openstack-horizon22:30
*** jasondotstar has quit IRC22:33
*** e0ne has joined #openstack-horizon22:33
*** e0ne has quit IRC22:33
*** alexpilotti has joined #openstack-horizon22:38
*** neillc has joined #openstack-horizon22:38
*** nlahouti has joined #openstack-horizon22:47
*** ZZelle_ has quit IRC22:47
*** nlahouti has quit IRC22:47
*** woodm1979 has quit IRC22:48
*** r1chardj0n3s is now known as r1chardj0n3s_afk22:48
*** nlahouti has joined #openstack-horizon22:51
*** nlahouti has quit IRC22:51
*** jacalcat has quit IRC22:52
gary-smithdavid-lyle: question about https://bugs.launchpad.net/horizon/+bug/137493122:54
gary-smiththink that oughta be critical?22:54
gary-smithit prevents launching instances from volume snapshots22:55
*** nlahouti has joined #openstack-horizon23:00
*** sigmavirus24 is now known as sigmavirus24_awa23:08
*** Sukhdev has quit IRC23:08
*** ArcTanSusan has quit IRC23:10
*** ArcTanSusan has joined #openstack-horizon23:15
*** david-lyle has quit IRC23:16
*** doug-fish has left #openstack-horizon23:17
*** r1chardj0n3s_afk is now known as r1chardj0n3s23:24
*** mikedillion has quit IRC23:25
*** neillc has quit IRC23:33
*** EMW has quit IRC23:34
*** Sukhdev has joined #openstack-horizon23:38
*** lhcheng has joined #openstack-horizon23:54
*** gokrokve has quit IRC23:55
*** TravT has quit IRC23:56
*** lhcheng has joined #openstack-horizon23:58
*** lhcheng has left #openstack-horizon23:58
*** harlowja is now known as harlowja_away23:59
*** lhcheng has joined #openstack-horizon23:59
*** lhcheng has left #openstack-horizon23:59
*** lcheng has joined #openstack-horizon23:59

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