Saturday, 2015-03-28

*** nlahouti has quit IRC00:08
*** gokrokve has quit IRC00:12
openstackgerritAkihiro Motoki proposed openstack/horizon: Adds configuration support to associate firewall to routers  https://review.openstack.org/16255200:13
*** dboik has joined #openstack-horizon00:18
*** dboik_ has joined #openstack-horizon00:18
openstackgerritTravis Tripp proposed openstack/horizon: Launch Instance - MultiRegion Support / Networks  https://review.openstack.org/16435900:20
*** dboik has quit IRC00:22
*** nlahouti has joined #openstack-horizon00:25
*** SimonChung1 has quit IRC00:32
*** openstackgerrit has quit IRC00:35
*** openstackgerrit has joined #openstack-horizon00:35
*** bpokorny has quit IRC00:50
*** jcoufal has quit IRC00:51
openstackgerritLin Hua Cheng proposed openstack/django_openstack_auth: Add authentication using openID and SAML  https://review.openstack.org/13617800:54
*** annashen has joined #openstack-horizon00:55
*** jtriley has joined #openstack-horizon00:55
*** jeffDeville has joined #openstack-horizon00:58
*** jeffDeville has quit IRC00:59
*** annashen has quit IRC00:59
*** jtriley has quit IRC01:00
openstackgerritJeremy Stanley proposed stackforge/xstatic-angular-lrdragndrop: Add a .gitreview file for git-review support  https://review.openstack.org/16853101:00
openstackgerritLin Hua Cheng proposed openstack/django_openstack_auth: Add authentication using openID and SAML  https://review.openstack.org/13617801:02
openstackgerritTravis Tripp proposed openstack/horizon: [Launch Instance Fix] Add Flavor Step Unit Tests  https://review.openstack.org/16732601:12
*** ybathia has quit IRC01:14
*** TravT has quit IRC01:15
*** alanf-mc has quit IRC01:19
*** ZZelle has quit IRC01:19
*** nlahouti has quit IRC01:27
openstackgerritThai Tran proposed openstack/horizon: WIP angularize identity users.  https://review.openstack.org/13376701:32
*** openstack has joined #openstack-horizon01:38
openstackgerritThai Tran proposed openstack/horizon: Updated keystone api for roles and edit  https://review.openstack.org/16853301:39
tqtrandavid-lyle: have a question for you01:49
tqtranhttps://github.com/openstack/horizon/blob/master/openstack_dashboard/api/rest/keystone.py#L7201:50
tqtranI remember you saying that it is a bug, but I think that it might be correct01:50
tqtranwhen I open up the create users dialog, I see that domain ID and domain Name is locked to "Default"01:51
tqtranso, I can't even change it in the UI, so I think the code to retrieve default domain is valid in this case?01:51
tqtranunless I'm missing or not understanding something?01:52
openstackgerritBrian Tully proposed openstack/horizon: Warn if boot volume AZ differs from instance AZ  https://review.openstack.org/16853701:52
*** rwsu has quit IRC02:01
lhchengtqtran: I under-estimated the work for DOA, working on fixing the project list02:05
david-lyletqtran: I think my review was it's a bug in both02:07
tqtranlhcheng: lol poor you02:07
lhchengtqtran: fell into a trap02:07
tqtranlhcheng: did you ever find out the reason why it was failing?02:07
lhchengtqtran: yeah02:08
tqtrandavid-lyle: yes, but is it really a bug?02:08
tqtrandavid-lyle: from the reasoning i provided above, i think it suppose to work that way?02:08
lhchengtqtran: you can't used the project scoped token for  federation.project.list()02:08
tqtranlhcheng: oooOooo02:08
lhchengtqtran: it requires the federated unscoped token to work02:08
lhchengtqtran: I'm going to store the unscoped token in the User object, seems no other way.02:10
tqtranlhcheng: yeah, i dont think theres a cleaner way atm02:10
tqtranlhcheng: had to do the same for federated login check02:10
*** sbfox has joined #openstack-horizon02:10
lhchengtqtran: for the federated login, I was able to cleanup some of it, and just use the flag in the User object02:11
*** jamielennox|away is now known as jamielennox02:11
lhchengtqtran: more data in the session \o/02:11
tqtrancoolios, will have to take some later next week to take a look02:12
tqtrandavid-lyle: have you gotten the chance to verify? i can show you what i mean if its not clear02:13
tqtranlhcheng: any news on what we are going to do about the origin? or is the plan just to pass it in for now?02:18
openstackgerritBrian Tully proposed openstack/horizon: Warn if boot volume AZ differs from instance AZ  https://review.openstack.org/16853702:20
lhchengtqtran: removing it won't cause backward compatibility issue, so I think it would be fine to defer it.02:20
lhchengtqtran: let's keep it as is for now, need to get this working first before making changes :)02:21
tqtranlol sounds good02:22
*** jwy has quit IRC02:24
*** sbfox has quit IRC02:25
openstackgerritThai Tran proposed openstack/horizon: Updated keystone api for roles and edit  https://review.openstack.org/16853302:35
openstackgerritThai Tran proposed openstack/horizon: Updated keystone api for roles and edit  https://review.openstack.org/16853302:36
openstackgerritThai Tran proposed openstack/horizon: Modified hzSelectAll to watch changes in row length  https://review.openstack.org/16639402:40
*** mwhagedorn has quit IRC03:01
openstackgerritThai Tran proposed openstack/horizon: Enable login via openID and SAML  https://review.openstack.org/15184203:03
david-lylelhcheng: the unscoped token is already stored in the session, isn't it?03:10
lhchengdavid-lyle: yeah, but we don't pass the session when getting the user project list03:10
david-lyleof course not03:11
david-lylethat would be useful :P03:11
lhchengdavid-lyle: do you remember where is the python side for the project selector?03:11
david-lylehorizon/templatetags I think03:11
tqtranyeah, under context_selection03:12
david-lylehttps://github.com/openstack/horizon/blob/master/openstack_dashboard/templatetags/context_selection.py#L6503:13
david-lyletqtran: moved it :D03:13
david-lyleforgot03:13
lhchengdavid-lyle: thanks!03:13
lhchengI got the project selector showing now, just trying to get the project scoping to work03:14
david-lyletqtran: I think the bug is in both, but I have to look at the keystone API more03:14
lhchengso, for the user project list call.. I think we should be using unscoped token for this calls03:14
*** xnox has quit IRC03:14
*** btully has quit IRC03:14
lhchengmaking some changes on DOA03:14
*** btully has joined #openstack-horizon03:15
lhchenghopefully it won't break anything03:15
lhcheng:P03:15
tqtranhahaha03:15
david-lyleproject list call is made in DOA anyway03:15
david-lylewe just use authorized_projects in openstack_dashboard03:15
david-lyleauthorized_projects03:15
david-lyleargh03:16
david-lyleauthorized_tenants03:16
lhchengyup, that's the call that doesn't have session03:16
lhcheng:)03:16
david-lyleit's a property03:16
tqtranso if i have multiple domains enabled, and i log in as admin, do i have the ability to create a user under a specific domain?03:16
*** xnox has joined #openstack-horizon03:16
david-lylethat makes a method call https://github.com/openstack/django_openstack_auth/blob/master/openstack_auth/user.py#L27603:17
tqtranor am i lock such that i can only create a user under the domain that i logged into?03:17
david-lyletqtran: depends who you are03:17
lhchengdavid-lyle: yeah, a property that makes an api call self._authorized_tenants03:17
david-lylecloud admin, should be any domain03:17
lhchenghttps://github.com/openstack/django_openstack_auth/blob/master/openstack_auth/user.py#L28203:17
david-lyledomain admin should only be the domain you are admin and scoped to03:17
david-lylelhcheng: yeah I saw that03:18
david-lyle:(03:18
david-lylethat call is weird03:18
david-lylewe just cache it anyway03:19
lhchengas everything else03:19
lhcheng:D03:19
david-lylewhy not just have a static list03:19
tqtranok got it, make sense03:19
david-lyleuntil rescope03:19
david-lylethen just call the setter again03:20
tqtrananyhow, good night, time for dinner. have a good weekend guys03:20
*** tqtran has quit IRC03:21
david-lylecheers, have to run too03:21
lhchengalright, have a good weekend!03:21
openstackgerritMerged openstack/horizon: Fixes inconsistent Edit between tables & details  https://review.openstack.org/14633003:38
openstackgerritMerged openstack/horizon: [Launch Instance fix] Fix decimal point  https://review.openstack.org/16612103:40
*** sbfox has joined #openstack-horizon03:40
*** akanksha has joined #openstack-horizon03:59
*** dboik_ has quit IRC04:09
*** alexvictorchan has joined #openstack-horizon04:10
openstackgerritMerged openstack/horizon: [Launch Instance Fix] Add details to Select Flavor step  https://review.openstack.org/16526004:10
*** dsneddon has quit IRC04:21
*** zhenguo has quit IRC04:37
openstackgerritKelly Domico proposed openstack/horizon: [Launch Instance Fix] Cleanup $scope injection in help controllers  https://review.openstack.org/16770404:40
*** Piet has quit IRC04:53
*** rushiagr_away is now known as rushiagr04:57
*** annashen has joined #openstack-horizon04:59
*** annashen has quit IRC05:04
openstackgerritMerged openstack/horizon: Fix replacement of exception category list  https://review.openstack.org/14383205:14
*** sayan has joined #openstack-horizon05:31
*** stevemar has joined #openstack-horizon05:32
*** kabba has joined #openstack-horizon05:35
kabbaHi, I'm trying to install devstack (stable/juno) but I keep running into this error05:37
kabbahttp://paste.openstack.org/show/197248/05:37
kabbaCan anyone help me with this?05:37
openstackgerritLin Hua Cheng proposed openstack/django_openstack_auth: Add authentication using openID and SAML  https://review.openstack.org/13617805:41
lhchengjamielennox: uploaded the latest patch of DOA05:42
jamielennoxlhcheng: looking05:42
lhchengjamielennox: I didn't move the get_projects() to plugin yet, don't want to do too many things in one patch.05:43
lhchengjamielennox: want to get it working first05:43
lhchengjamielennox: I've fixed the issue with the project switcher in horizon05:43
jamielennoxlhcheng: so is the expectation that websso will live in the DOA tree or external like kerberos?05:43
* jamielennox didn't know there was an issue - but great!05:43
lhchengyeah, there were couple05:44
lhchenghave to add logic to make a call to federation.project.list() instead of the regular list user project()05:44
lhchengthe project scoped token of a federated user can't be used for the List User Project05:45
jamielennoxyea, i knew there was the federation.project.list() but i was thinking that would live in a seperate repo05:45
lhcheng(although it supposed too)05:46
jamielennoxit couldn't as of Juno, it will be able to as of kilo05:46
lhchengstill doesn't work05:47
jamielennoxoh?05:47
lhchengGot User not found error05:47
jamielennoxwtf, that was supposed to have been working months ago05:47
lhchengprobably there are still some hanging assert user exists that needs to be removed05:47
lhchengor not applied for federated user05:47
jamielennoxright, but we were specifically trying to make it so that there was no difference between the federated and normal token workflow05:48
lhchengI see it was removed in user role assignment, but we don't use user role assignment for federation :P05:48
stevemarwheres the user not found coming from?05:48
lhcheng*user project role assignment05:48
stevemarthe auth token plugin?05:49
jamielennoxstevemar: project list of a federated token05:49
lhchengstevemar: keystone05:49
jamielennoxusing GET /projects05:49
stevemarhmph05:49
lhchengso here is what I did05:49
jamielennoxi thought marekd fixed that05:49
lhcheng1. get the federated token05:49
lhcheng2. user the federated token to call federated project list05:49
lhcheng*use05:49
lhcheng3. now I have a list of project, use the federated token to scoped to a project05:50
lhcheng4. Now I have a project scoped token too05:50
lhcheng5. Tried to use the project scoped token to call /users/{user_id}/projects05:50
jamielennoxlhcheng: try calling /auth/projects instead of using the usr_id05:51
jamielennoxdid i never make that fix in keystoneclient....05:51
lhchengbut that's v2 call?05:52
jamielennoxit makes sense for the federated lookup to fail on /users/{user_id}/projects which is why we added /auth/projects and /auth/catalog05:52
jamielennoxlhcheng: no05:52
lhchengwhat05:52
jamielennoxhttps://github.com/openstack/keystone-specs/blob/master/api/v3/identity-api-v3.rst#get-available-project-scopes05:53
lhchengwhat's the wrapper for that in KSC?05:53
jamielennoxlhcheng: that's what i mean - i had something for that but it may never have merged05:53
lhchengfor /auth/projects05:53
lhchengoh..05:53
jamielennoxthere was an issue with the way managers worked that i have a feeling made it difficult and i might not have pushed it through05:54
jamielennoxi can't find it at all05:55
lhchenghmm there's a router in keystone https://github.com/openstack/keystone/blob/master/keystone/auth/routers.py#L4905:56
jamielennoxyea, the server side exists05:56
lhchengokay, so it is only missing on KSC05:56
lhchengwhen's the next release? :P05:57
jamielennoxyou can see the federation handling too: https://github.com/openstack/keystone/blob/master/keystone/auth/controllers.py#L57705:57
jamielennoxlhcheng: we'll do another release before kilo is cut, however we won't get a g-r update before then05:58
jamielennoxso either we do it direct to the API or just use the federation specific route for now05:58
openstackgerritOpenStack Proposal Bot proposed openstack/django_openstack_auth: Imported Translations from Transifex  https://review.openstack.org/16855206:06
lhchengjamielennox: okay, we'll cleanup DOA later then when its available in KSC06:06
jamielennoxlhcheng: so are we putting the SSO stuff in it's own repo06:06
jamielennoxbecause it will need new dependencies soon06:06
lhchengI am thinking the SSO stuff can stick around, its generic and applies to different IdP protocol.06:07
lhchengit is only using a token plugin to work06:08
jamielennoxright, i think the token plugin can stay in DOA, but IMO we should move everything else out06:08
jamielennoxthe patches i did to horizon and DOA should mean we can handle the entire thing in a new repo06:08
jamielennoxi was going to have a go at that on friday, it will have to wait till monday and hopefully ayoung and nkinder have got the environment set up i can use06:09
lhchengfor long term, yeah we should.  But for kilo, we won't be able to so that in time06:10
lhchengstevemar will be grumpy if it don't make it06:10
jamielennoxlhcheng: i was thinking for kilo it was easier06:10
jamielennoxbecause all we need to get merged to DOA itself is the project listing via plugin patch06:10
jamielennoxwe can make DOA-websso it's own repo and people can use as required06:11
stevemarlhcheng, grump? me? nawwww06:12
stevemaryou haven't met me enough times :D i'm not that grumpy06:12
lhchengjamielennox: which repo should we put it into?06:13
jamielennoxstevemar is like the hulk, got to push him a long way then goes nuclear06:13
stevemarjamielennox, don't poke the bear!06:13
jamielennoxlhcheng: django-openstack-auth-websso would be my guess06:13
jamielennoxbecause it will soon have dependencies on plugins that exist in keystoneclient-saml and others that i don't htink you want DOA to depend on06:14
lhchengjamielennox: I mean where to host it, just on my own github account06:14
lhcheng?06:14
jamielennoxlhcheng: to start, then we pull it over to github/openstack as per normal06:14
lhchengstevemar: heh just kidding, but jamielennox seems to know you well :)06:15
jamielennoxi've got doa-kerberos on my own github for now, redhat will likely package it for kilo anyway and i'll do the transition to openstack infrastructure once liberty opens06:16
jamielennoxi assume that the same would work for stevemar/ibm and websso?06:17
jamielennoxexperimental to start?06:17
openstackgerritOpenStack Proposal Bot proposed openstack/horizon: Imported Translations from Transifex  https://review.openstack.org/16789706:18
jamielennoxi think long term its right to have it in it's own repo and i'm not sure how to continue to support the options otherwise06:18
stevemarjamielennox, i have no idea what our product teams do :(06:18
stevemari just want this in so that CERN and other folks stop hacking their own solution06:19
lhchengjamielennox: if we put in our own repo for now, it won't be officially part of kilo right?06:19
jamielennoxstevemar: CERN will happily use a github repo06:19
lhchengjamielennox: does you kerberos patch require changes in horizon  code?06:19
stevemarhad another random company email me and nkinder about this stuff, too, they were going to fork CERNs code06:19
jamielennoxlhcheng: hmm, probably not like you can put it in the release notes06:20
jamielennoxlhcheng: only what i've got merged already06:20
lhchengjamielennox: so you only require change in DOA, but not on Horizon (UI) code?06:20
jamielennoxlhcheng: have a look at https://github.com/jamielennox/django-openstack-auth-kerberos/blob/master/doc/source/installation.rst06:21
jamielennoxthe only thing i need in horizon (and same for websso) is the extra routes in /auth and i added the AUTHENTICATION_URLS option for that06:22
jamielennoxand forms and templates are like via AUTHENTICATION_URLS as well, so that shouldn't be an issue for websso06:22
jamielennoxs/like/linked06:22
lhchengjamielennox: okay, I got your point06:26
lhchengjamielennox: that means we should not be adding code to horizon at all06:26
lhchengthe DOA extension will override the login form if needed06:27
lhchengby replacing the login_url routing to the custom form06:27
lhchengI'm now thinking this patch should not be in horizon: https://review.openstack.org/#/c/151842/06:27
jamielennoxlhcheng: i agree06:28
lhchengthe code there should be moved to the django-openstack-auth-websso module06:28
jamielennoxif you can contain it to doa then we might be able to break it to a seperate repo in liberty06:29
jamielennoxhowever IMO if we have an "official" way of doing it people will use the repo even from github rather than fork there own06:30
jamielennoxand it means we don't have to be concerned with the FFE that we are needing now06:30
jamielennoxone thing i don't know though is how to make the DOA plugins work with like manage.py collectstatic06:31
jamielennoxi would guess django has a way to deal with that - i'm not a django guy06:31
*** sbfox has quit IRC06:31
jamielennoxlhcheng: i'm going for a run before it gets too dark, i'll get into working with doa-websso on monday so just let me know if you have a repo started06:34
jamielennoxlhcheng: in case you haven't before https://github.com/openstack-dev/cookiecutter is really good for starting repos06:35
lhchengjamielennox: django should be able to pickup the static files from openstack_auth06:35
lhchengjamielennox: so there is a static files finder for installed app: https://github.com/openstack/horizon/blob/master/openstack_dashboard/settings.py#L12506:36
lhchengand the openstack_auth is one of the installed_apps06:36
lhchengdoa-web-sso needs to be added in the installed apps as part of setup06:37
jamielennoxno it won't be part of installed apps06:37
jamielennoxhowever it doesn't matter - so long as we can add all the settings (for like templates and scss) from settings.py rather than requiring changes to code06:38
lhchengyeah, we can figure something out06:38
jamielennoxif the install instructions are a bit long for kilo it doesn't matter - so long as it works we can make it nicer later06:38
lhchengagreed06:38
jamielennoxok, talk to you later06:39
lhchenglater06:39
stevemarlhcheng, so what happened? :)06:52
stevemarmove thais patch out of horizon + the doa stuff to it's own repo?06:52
lhchengstevemar: yeah, that's the idea06:53
stevemarlhcheng, ooooof06:54
lhchengsimilar to what jamielennox did in https://github.com/jamielennox/django-openstack-auth-kerberos06:54
lhchenggood news is it won't be tied to ffe06:55
lhchengbad news is it might take awhile06:55
stevemarwomp womp06:56
openstackgerritDhriti Shikhar proposed openstack/horizon: Fixed Laaunch Instance Dialog  https://review.openstack.org/16855506:57
stevemarlhcheng, what's the reason for split? just the right move architecturally ?06:57
stevemari think we're fine for requirements06:58
stevemaris DOA stuff released at any time or every 6 months?06:58
lhchengstevemar: yeah, it would be a cleaner separation06:59
lhchengDOA can be released anytime, just have to poke david-lyle07:00
lhchengone things that worries me is idk if we can workaround the issue of /users/{user_id}/projects using an external repo07:02
lhchengI had to put additional code in DOA to make that work for now.07:02
openstackgerritDhriti Shikhar proposed openstack/horizon: Fixed Launch Instance Dialog  https://review.openstack.org/16855507:02
lhchengand keystone won't get fix by Kilo, since it seems it would require quite some work07:03
stevemarlhcheng, ah cause of the user 404'ing?07:04
lhchengstevemar: yeah07:05
* stevemar shrugs07:05
stevemary'all are the horizon guys07:05
lhchengDOA can be fix as needed as we found problem, it should be fine07:09
lhchenglet's figure out on monday when the rest of the folks are around07:10
lhchengif we'll keep it as is and pull it out in Liberty, OR go with separate repo right away07:11
lhchengI am fine either way07:15
lhchengstevemar: alright, I'm off07:16
lhchengstevemar: talk to you on monday07:17
*** lhcheng is now known as lhcheng_afk07:17
stevemarsee ya07:17
*** tnovacik has joined #openstack-horizon07:21
*** absubram has quit IRC07:30
*** r1chardj0n3s_afk has quit IRC07:34
*** r1chardj0n3s has joined #openstack-horizon07:35
jamielennoxlhcheng_afk: do you have a github account? where is this repo going to be07:46
*** Longgeek has joined #openstack-horizon07:55
*** Longgeek has quit IRC07:59
*** annashen has joined #openstack-horizon08:01
*** annashen has quit IRC08:06
*** MaxV has joined #openstack-horizon08:13
*** stevemar has quit IRC08:16
*** sayan_ has joined #openstack-horizon08:30
*** sayan_ has quit IRC08:30
*** sayan_ has joined #openstack-horizon08:31
*** paul-- has quit IRC08:36
*** paul-- has joined #openstack-horizon08:37
*** MaxV has quit IRC08:42
*** kabba has quit IRC08:42
*** MaxV has joined #openstack-horizon08:46
*** kabba has joined #openstack-horizon08:53
*** Longgeek has joined #openstack-horizon09:00
*** sayan_ has quit IRC09:18
*** kabba has quit IRC09:25
*** Longgeek has quit IRC09:25
*** welldannit has quit IRC09:27
*** paul-- has quit IRC09:36
*** kabba has joined #openstack-horizon09:37
*** paul-- has joined #openstack-horizon09:38
*** MaxV has quit IRC09:39
*** jamielennox is now known as jamielennox|away09:56
*** akanksha has quit IRC10:17
openstackgerritMerged openstack/horizon: Imported Translations from Transifex  https://review.openstack.org/16789710:17
*** Longgeek has joined #openstack-horizon10:23
*** Longgeek has quit IRC10:35
*** jasondotstar has quit IRC10:37
*** jasondotstar has joined #openstack-horizon10:38
openstackgerritLin Hua Cheng proposed openstack/django_openstack_auth: Add authentication using openID and SAML  https://review.openstack.org/13617810:49
*** annashen has joined #openstack-horizon11:04
*** lhcheng__ has joined #openstack-horizon11:07
*** annashen has quit IRC11:09
*** lhcheng_afk has quit IRC11:11
*** lhcheng__ has quit IRC11:17
*** tnovacik has quit IRC11:26
*** Longgeek has joined #openstack-horizon11:32
*** Longgeek has quit IRC11:50
*** jcoufal has joined #openstack-horizon12:42
*** Longgeek has joined #openstack-horizon12:53
*** Longgeek_ has joined #openstack-horizon12:57
openstackgerritMatt Borland proposed openstack/horizon: WIP - Instance Details UX/Angular redesign  https://review.openstack.org/15360212:58
openstackgerritMatt Borland proposed openstack/horizon: Add New UX CSS for Upcoming Detail Screens  https://review.openstack.org/15888112:58
*** Longgeek has quit IRC13:01
*** Longgeek_ has quit IRC13:26
*** tnovacik has joined #openstack-horizon13:40
*** jcoufal has quit IRC13:59
*** iamjarvo has joined #openstack-horizon14:18
*** kabba has quit IRC14:31
*** christophs has quit IRC14:34
*** christophs has joined #openstack-horizon14:35
*** christophs has joined #openstack-horizon14:35
*** masco has joined #openstack-horizon14:53
*** andrewbogott_afk is now known as andrewbogott14:56
*** rushiagr is now known as rushiagr_away15:07
*** rushiagr_away is now known as rushiagr15:07
*** annashen has joined #openstack-horizon15:07
*** annashen has quit IRC15:12
*** sbfox has joined #openstack-horizon15:21
*** nlahouti has joined #openstack-horizon15:22
*** andrewbogott is now known as andrewbogott_afk15:32
*** andrewbogott_afk is now known as andrewbogott15:34
*** nlahouti has quit IRC15:35
*** sbfox has quit IRC15:56
*** akanksha has joined #openstack-horizon16:03
*** andrewbogott is now known as andrewbogott_afk16:10
*** andrewbogott_afk is now known as andrewbogott16:11
*** gokrokve has joined #openstack-horizon16:21
*** e0ne has joined #openstack-horizon16:37
*** gokrokve_ has joined #openstack-horizon16:39
*** sbfox has joined #openstack-horizon16:41
*** gokrokve has quit IRC16:42
*** jcoufal has joined #openstack-horizon16:52
*** e0ne has quit IRC16:53
*** sbfox has quit IRC16:54
*** amotoki has joined #openstack-horizon16:54
*** sbfox has joined #openstack-horizon16:56
*** dboik has joined #openstack-horizon16:58
*** annashen has joined #openstack-horizon17:09
*** annashen has quit IRC17:13
*** gokrokve_ has quit IRC17:17
*** lhcheng has joined #openstack-horizon17:19
*** jcoufal has quit IRC17:25
*** andrewbogott is now known as andrewbogott_afk17:27
*** dboik has quit IRC17:30
*** sbfox has quit IRC17:53
*** masco has quit IRC18:02
*** oro_ has joined #openstack-horizon18:17
*** Ephur has quit IRC18:18
*** oro has joined #openstack-horizon18:18
*** oro_ has quit IRC18:23
*** oro has quit IRC18:24
*** sayan has quit IRC18:33
*** akanksha has quit IRC18:37
*** mpavlase has joined #openstack-horizon19:37
*** dboik has joined #openstack-horizon19:38
*** Ephur has joined #openstack-horizon20:07
*** annashen has joined #openstack-horizon20:11
*** annashen has quit IRC20:16
*** oro_ has joined #openstack-horizon20:41
*** oro has joined #openstack-horizon20:42
*** amotoki has quit IRC20:47
*** Ephur has quit IRC20:51
*** tnovacik has quit IRC20:59
*** e0ne has joined #openstack-horizon21:01
*** rushiagr is now known as rushiagr_away21:04
*** rushiagr_away is now known as rushiagr21:08
*** e0ne is now known as e0ne_21:10
*** annashen has joined #openstack-horizon21:12
*** e0ne_ is now known as e0ne21:12
*** annashen has quit IRC21:17
*** oro has quit IRC21:19
*** oro_ has quit IRC21:20
*** jamielennox|away is now known as jamielennox21:20
*** nkinder has quit IRC21:30
*** rodrigods has quit IRC21:30
*** vhoward- has quit IRC21:30
*** rodrigods has joined #openstack-horizon21:30
*** nkinder has joined #openstack-horizon21:31
*** rushiagr is now known as rushiagr_away21:33
*** vhoward has joined #openstack-horizon21:34
*** iamjarvo has quit IRC21:35
*** alexvictorchan has quit IRC21:35
*** Guest90957 is now known as mfisch21:36
*** mfisch has joined #openstack-horizon21:36
*** alexvictorchan has joined #openstack-horizon21:37
*** mpavlase has quit IRC21:41
*** e0ne has quit IRC21:44
*** e0ne has joined #openstack-horizon21:46
*** dboik has quit IRC21:49
*** dboik has joined #openstack-horizon21:49
*** e0ne has quit IRC21:52
*** e0ne has joined #openstack-horizon21:56
*** e0ne has quit IRC21:56
*** tnovacik has joined #openstack-horizon22:18
*** cgoncalves has left #openstack-horizon22:31
*** sbfox has joined #openstack-horizon22:44
*** sbfox1 has joined #openstack-horizon22:51
*** sbfox has quit IRC22:53
*** tnovacik has quit IRC23:03
*** mwhagedorn has joined #openstack-horizon23:06
*** annashen has joined #openstack-horizon23:14
*** annashen has quit IRC23:19
*** amotoki has joined #openstack-horizon23:48
*** amotoki has quit IRC23:52

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