*** nlahouti has quit IRC | 00:08 | |
*** gokrokve has quit IRC | 00:12 | |
openstackgerrit | Akihiro Motoki proposed openstack/horizon: Adds configuration support to associate firewall to routers https://review.openstack.org/162552 | 00:13 |
---|---|---|
*** dboik has joined #openstack-horizon | 00:18 | |
*** dboik_ has joined #openstack-horizon | 00:18 | |
openstackgerrit | Travis Tripp proposed openstack/horizon: Launch Instance - MultiRegion Support / Networks https://review.openstack.org/164359 | 00:20 |
*** dboik has quit IRC | 00:22 | |
*** nlahouti has joined #openstack-horizon | 00:25 | |
*** SimonChung1 has quit IRC | 00:32 | |
*** openstackgerrit has quit IRC | 00:35 | |
*** openstackgerrit has joined #openstack-horizon | 00:35 | |
*** bpokorny has quit IRC | 00:50 | |
*** jcoufal has quit IRC | 00:51 | |
openstackgerrit | Lin Hua Cheng proposed openstack/django_openstack_auth: Add authentication using openID and SAML https://review.openstack.org/136178 | 00:54 |
*** annashen has joined #openstack-horizon | 00:55 | |
*** jtriley has joined #openstack-horizon | 00:55 | |
*** jeffDeville has joined #openstack-horizon | 00:58 | |
*** jeffDeville has quit IRC | 00:59 | |
*** annashen has quit IRC | 00:59 | |
*** jtriley has quit IRC | 01:00 | |
openstackgerrit | Jeremy Stanley proposed stackforge/xstatic-angular-lrdragndrop: Add a .gitreview file for git-review support https://review.openstack.org/168531 | 01:00 |
openstackgerrit | Lin Hua Cheng proposed openstack/django_openstack_auth: Add authentication using openID and SAML https://review.openstack.org/136178 | 01:02 |
openstackgerrit | Travis Tripp proposed openstack/horizon: [Launch Instance Fix] Add Flavor Step Unit Tests https://review.openstack.org/167326 | 01:12 |
*** ybathia has quit IRC | 01:14 | |
*** TravT has quit IRC | 01:15 | |
*** alanf-mc has quit IRC | 01:19 | |
*** ZZelle has quit IRC | 01:19 | |
*** nlahouti has quit IRC | 01:27 | |
openstackgerrit | Thai Tran proposed openstack/horizon: WIP angularize identity users. https://review.openstack.org/133767 | 01:32 |
*** openstack has joined #openstack-horizon | 01:38 | |
openstackgerrit | Thai Tran proposed openstack/horizon: Updated keystone api for roles and edit https://review.openstack.org/168533 | 01:39 |
tqtran | david-lyle: have a question for you | 01:49 |
tqtran | https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/rest/keystone.py#L72 | 01:50 |
tqtran | I remember you saying that it is a bug, but I think that it might be correct | 01:50 |
tqtran | when I open up the create users dialog, I see that domain ID and domain Name is locked to "Default" | 01:51 |
tqtran | so, 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 |
tqtran | unless I'm missing or not understanding something? | 01:52 |
openstackgerrit | Brian Tully proposed openstack/horizon: Warn if boot volume AZ differs from instance AZ https://review.openstack.org/168537 | 01:52 |
*** rwsu has quit IRC | 02:01 | |
lhcheng | tqtran: I under-estimated the work for DOA, working on fixing the project list | 02:05 |
david-lyle | tqtran: I think my review was it's a bug in both | 02:07 |
tqtran | lhcheng: lol poor you | 02:07 |
lhcheng | tqtran: fell into a trap | 02:07 |
tqtran | lhcheng: did you ever find out the reason why it was failing? | 02:07 |
lhcheng | tqtran: yeah | 02:08 |
tqtran | david-lyle: yes, but is it really a bug? | 02:08 |
tqtran | david-lyle: from the reasoning i provided above, i think it suppose to work that way? | 02:08 |
lhcheng | tqtran: you can't used the project scoped token for federation.project.list() | 02:08 |
tqtran | lhcheng: oooOooo | 02:08 |
lhcheng | tqtran: it requires the federated unscoped token to work | 02:08 |
lhcheng | tqtran: I'm going to store the unscoped token in the User object, seems no other way. | 02:10 |
tqtran | lhcheng: yeah, i dont think theres a cleaner way atm | 02:10 |
tqtran | lhcheng: had to do the same for federated login check | 02:10 |
*** sbfox has joined #openstack-horizon | 02:10 | |
lhcheng | tqtran: for the federated login, I was able to cleanup some of it, and just use the flag in the User object | 02:11 |
*** jamielennox|away is now known as jamielennox | 02:11 | |
lhcheng | tqtran: more data in the session \o/ | 02:11 |
tqtran | coolios, will have to take some later next week to take a look | 02:12 |
tqtran | david-lyle: have you gotten the chance to verify? i can show you what i mean if its not clear | 02:13 |
tqtran | lhcheng: 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 |
openstackgerrit | Brian Tully proposed openstack/horizon: Warn if boot volume AZ differs from instance AZ https://review.openstack.org/168537 | 02:20 |
lhcheng | tqtran: removing it won't cause backward compatibility issue, so I think it would be fine to defer it. | 02:20 |
lhcheng | tqtran: let's keep it as is for now, need to get this working first before making changes :) | 02:21 |
tqtran | lol sounds good | 02:22 |
*** jwy has quit IRC | 02:24 | |
*** sbfox has quit IRC | 02:25 | |
openstackgerrit | Thai Tran proposed openstack/horizon: Updated keystone api for roles and edit https://review.openstack.org/168533 | 02:35 |
openstackgerrit | Thai Tran proposed openstack/horizon: Updated keystone api for roles and edit https://review.openstack.org/168533 | 02:36 |
openstackgerrit | Thai Tran proposed openstack/horizon: Modified hzSelectAll to watch changes in row length https://review.openstack.org/166394 | 02:40 |
*** mwhagedorn has quit IRC | 03:01 | |
openstackgerrit | Thai Tran proposed openstack/horizon: Enable login via openID and SAML https://review.openstack.org/151842 | 03:03 |
david-lyle | lhcheng: the unscoped token is already stored in the session, isn't it? | 03:10 |
lhcheng | david-lyle: yeah, but we don't pass the session when getting the user project list | 03:10 |
david-lyle | of course not | 03:11 |
david-lyle | that would be useful :P | 03:11 |
lhcheng | david-lyle: do you remember where is the python side for the project selector? | 03:11 |
david-lyle | horizon/templatetags I think | 03:11 |
tqtran | yeah, under context_selection | 03:12 |
david-lyle | https://github.com/openstack/horizon/blob/master/openstack_dashboard/templatetags/context_selection.py#L65 | 03:13 |
david-lyle | tqtran: moved it :D | 03:13 |
david-lyle | forgot | 03:13 |
lhcheng | david-lyle: thanks! | 03:13 |
lhcheng | I got the project selector showing now, just trying to get the project scoping to work | 03:14 |
david-lyle | tqtran: I think the bug is in both, but I have to look at the keystone API more | 03:14 |
lhcheng | so, for the user project list call.. I think we should be using unscoped token for this calls | 03:14 |
*** xnox has quit IRC | 03:14 | |
*** btully has quit IRC | 03:14 | |
lhcheng | making some changes on DOA | 03:14 |
*** btully has joined #openstack-horizon | 03:15 | |
lhcheng | hopefully it won't break anything | 03:15 |
lhcheng | :P | 03:15 |
tqtran | hahaha | 03:15 |
david-lyle | project list call is made in DOA anyway | 03:15 |
david-lyle | we just use authorized_projects in openstack_dashboard | 03:15 |
david-lyle | authorized_projects | 03:15 |
david-lyle | argh | 03:16 |
david-lyle | authorized_tenants | 03:16 |
lhcheng | yup, that's the call that doesn't have session | 03:16 |
lhcheng | :) | 03:16 |
david-lyle | it's a property | 03:16 |
tqtran | so 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-horizon | 03:16 | |
david-lyle | that makes a method call https://github.com/openstack/django_openstack_auth/blob/master/openstack_auth/user.py#L276 | 03:17 |
tqtran | or am i lock such that i can only create a user under the domain that i logged into? | 03:17 |
david-lyle | tqtran: depends who you are | 03:17 |
lhcheng | david-lyle: yeah, a property that makes an api call self._authorized_tenants | 03:17 |
david-lyle | cloud admin, should be any domain | 03:17 |
lhcheng | https://github.com/openstack/django_openstack_auth/blob/master/openstack_auth/user.py#L282 | 03:17 |
david-lyle | domain admin should only be the domain you are admin and scoped to | 03:17 |
david-lyle | lhcheng: yeah I saw that | 03:18 |
david-lyle | :( | 03:18 |
david-lyle | that call is weird | 03:18 |
david-lyle | we just cache it anyway | 03:19 |
lhcheng | as everything else | 03:19 |
lhcheng | :D | 03:19 |
david-lyle | why not just have a static list | 03:19 |
tqtran | ok got it, make sense | 03:19 |
david-lyle | until rescope | 03:19 |
david-lyle | then just call the setter again | 03:20 |
tqtran | anyhow, good night, time for dinner. have a good weekend guys | 03:20 |
*** tqtran has quit IRC | 03:21 | |
david-lyle | cheers, have to run too | 03:21 |
lhcheng | alright, have a good weekend! | 03:21 |
openstackgerrit | Merged openstack/horizon: Fixes inconsistent Edit between tables & details https://review.openstack.org/146330 | 03:38 |
openstackgerrit | Merged openstack/horizon: [Launch Instance fix] Fix decimal point https://review.openstack.org/166121 | 03:40 |
*** sbfox has joined #openstack-horizon | 03:40 | |
*** akanksha has joined #openstack-horizon | 03:59 | |
*** dboik_ has quit IRC | 04:09 | |
*** alexvictorchan has joined #openstack-horizon | 04:10 | |
openstackgerrit | Merged openstack/horizon: [Launch Instance Fix] Add details to Select Flavor step https://review.openstack.org/165260 | 04:10 |
*** dsneddon has quit IRC | 04:21 | |
*** zhenguo has quit IRC | 04:37 | |
openstackgerrit | Kelly Domico proposed openstack/horizon: [Launch Instance Fix] Cleanup $scope injection in help controllers https://review.openstack.org/167704 | 04:40 |
*** Piet has quit IRC | 04:53 | |
*** rushiagr_away is now known as rushiagr | 04:57 | |
*** annashen has joined #openstack-horizon | 04:59 | |
*** annashen has quit IRC | 05:04 | |
openstackgerrit | Merged openstack/horizon: Fix replacement of exception category list https://review.openstack.org/143832 | 05:14 |
*** sayan has joined #openstack-horizon | 05:31 | |
*** stevemar has joined #openstack-horizon | 05:32 | |
*** kabba has joined #openstack-horizon | 05:35 | |
kabba | Hi, I'm trying to install devstack (stable/juno) but I keep running into this error | 05:37 |
kabba | http://paste.openstack.org/show/197248/ | 05:37 |
kabba | Can anyone help me with this? | 05:37 |
openstackgerrit | Lin Hua Cheng proposed openstack/django_openstack_auth: Add authentication using openID and SAML https://review.openstack.org/136178 | 05:41 |
lhcheng | jamielennox: uploaded the latest patch of DOA | 05:42 |
jamielennox | lhcheng: looking | 05:42 |
lhcheng | jamielennox: I didn't move the get_projects() to plugin yet, don't want to do too many things in one patch. | 05:43 |
lhcheng | jamielennox: want to get it working first | 05:43 |
lhcheng | jamielennox: I've fixed the issue with the project switcher in horizon | 05:43 |
jamielennox | lhcheng: 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 | |
lhcheng | yeah, there were couple | 05:44 |
lhcheng | have to add logic to make a call to federation.project.list() instead of the regular list user project() | 05:44 |
lhcheng | the project scoped token of a federated user can't be used for the List User Project | 05:45 |
jamielennox | yea, i knew there was the federation.project.list() but i was thinking that would live in a seperate repo | 05:45 |
lhcheng | (although it supposed too) | 05:46 |
jamielennox | it couldn't as of Juno, it will be able to as of kilo | 05:46 |
lhcheng | still doesn't work | 05:47 |
jamielennox | oh? | 05:47 |
lhcheng | Got User not found error | 05:47 |
jamielennox | wtf, that was supposed to have been working months ago | 05:47 |
lhcheng | probably there are still some hanging assert user exists that needs to be removed | 05:47 |
lhcheng | or not applied for federated user | 05:47 |
jamielennox | right, but we were specifically trying to make it so that there was no difference between the federated and normal token workflow | 05:48 |
lhcheng | I see it was removed in user role assignment, but we don't use user role assignment for federation :P | 05:48 |
stevemar | wheres the user not found coming from? | 05:48 |
lhcheng | *user project role assignment | 05:48 |
stevemar | the auth token plugin? | 05:49 |
jamielennox | stevemar: project list of a federated token | 05:49 |
lhcheng | stevemar: keystone | 05:49 |
jamielennox | using GET /projects | 05:49 |
stevemar | hmph | 05:49 |
lhcheng | so here is what I did | 05:49 |
jamielennox | i thought marekd fixed that | 05:49 |
lhcheng | 1. get the federated token | 05:49 |
lhcheng | 2. user the federated token to call federated project list | 05:49 |
lhcheng | *use | 05:49 |
lhcheng | 3. now I have a list of project, use the federated token to scoped to a project | 05:50 |
lhcheng | 4. Now I have a project scoped token too | 05:50 |
lhcheng | 5. Tried to use the project scoped token to call /users/{user_id}/projects | 05:50 |
jamielennox | lhcheng: try calling /auth/projects instead of using the usr_id | 05:51 |
jamielennox | did i never make that fix in keystoneclient.... | 05:51 |
lhcheng | but that's v2 call? | 05:52 |
jamielennox | it makes sense for the federated lookup to fail on /users/{user_id}/projects which is why we added /auth/projects and /auth/catalog | 05:52 |
jamielennox | lhcheng: no | 05:52 |
lhcheng | what | 05:52 |
jamielennox | https://github.com/openstack/keystone-specs/blob/master/api/v3/identity-api-v3.rst#get-available-project-scopes | 05:53 |
lhcheng | what's the wrapper for that in KSC? | 05:53 |
jamielennox | lhcheng: that's what i mean - i had something for that but it may never have merged | 05:53 |
lhcheng | for /auth/projects | 05:53 |
lhcheng | oh.. | 05:53 |
jamielennox | there was an issue with the way managers worked that i have a feeling made it difficult and i might not have pushed it through | 05:54 |
jamielennox | i can't find it at all | 05:55 |
lhcheng | hmm there's a router in keystone https://github.com/openstack/keystone/blob/master/keystone/auth/routers.py#L49 | 05:56 |
jamielennox | yea, the server side exists | 05:56 |
lhcheng | okay, so it is only missing on KSC | 05:56 |
lhcheng | when's the next release? :P | 05:57 |
jamielennox | you can see the federation handling too: https://github.com/openstack/keystone/blob/master/keystone/auth/controllers.py#L577 | 05:57 |
jamielennox | lhcheng: we'll do another release before kilo is cut, however we won't get a g-r update before then | 05:58 |
jamielennox | so either we do it direct to the API or just use the federation specific route for now | 05:58 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/django_openstack_auth: Imported Translations from Transifex https://review.openstack.org/168552 | 06:06 |
lhcheng | jamielennox: okay, we'll cleanup DOA later then when its available in KSC | 06:06 |
jamielennox | lhcheng: so are we putting the SSO stuff in it's own repo | 06:06 |
jamielennox | because it will need new dependencies soon | 06:06 |
lhcheng | I am thinking the SSO stuff can stick around, its generic and applies to different IdP protocol. | 06:07 |
lhcheng | it is only using a token plugin to work | 06:08 |
jamielennox | right, i think the token plugin can stay in DOA, but IMO we should move everything else out | 06:08 |
jamielennox | the patches i did to horizon and DOA should mean we can handle the entire thing in a new repo | 06:08 |
jamielennox | i 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 use | 06:09 |
lhcheng | for long term, yeah we should. But for kilo, we won't be able to so that in time | 06:10 |
lhcheng | stevemar will be grumpy if it don't make it | 06:10 |
jamielennox | lhcheng: i was thinking for kilo it was easier | 06:10 |
jamielennox | because all we need to get merged to DOA itself is the project listing via plugin patch | 06:10 |
jamielennox | we can make DOA-websso it's own repo and people can use as required | 06:11 |
stevemar | lhcheng, grump? me? nawwww | 06:12 |
stevemar | you haven't met me enough times :D i'm not that grumpy | 06:12 |
lhcheng | jamielennox: which repo should we put it into? | 06:13 |
jamielennox | stevemar is like the hulk, got to push him a long way then goes nuclear | 06:13 |
stevemar | jamielennox, don't poke the bear! | 06:13 |
jamielennox | lhcheng: django-openstack-auth-websso would be my guess | 06:13 |
jamielennox | because it will soon have dependencies on plugins that exist in keystoneclient-saml and others that i don't htink you want DOA to depend on | 06:14 |
lhcheng | jamielennox: I mean where to host it, just on my own github account | 06:14 |
lhcheng | ? | 06:14 |
jamielennox | lhcheng: to start, then we pull it over to github/openstack as per normal | 06:14 |
lhcheng | stevemar: heh just kidding, but jamielennox seems to know you well :) | 06:15 |
jamielennox | i'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 opens | 06:16 |
jamielennox | i assume that the same would work for stevemar/ibm and websso? | 06:17 |
jamielennox | experimental to start? | 06:17 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/horizon: Imported Translations from Transifex https://review.openstack.org/167897 | 06:18 |
jamielennox | i 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 otherwise | 06:18 |
stevemar | jamielennox, i have no idea what our product teams do :( | 06:18 |
stevemar | i just want this in so that CERN and other folks stop hacking their own solution | 06:19 |
lhcheng | jamielennox: if we put in our own repo for now, it won't be officially part of kilo right? | 06:19 |
jamielennox | stevemar: CERN will happily use a github repo | 06:19 |
lhcheng | jamielennox: does you kerberos patch require changes in horizon code? | 06:19 |
stevemar | had another random company email me and nkinder about this stuff, too, they were going to fork CERNs code | 06:19 |
jamielennox | lhcheng: hmm, probably not like you can put it in the release notes | 06:20 |
jamielennox | lhcheng: only what i've got merged already | 06:20 |
lhcheng | jamielennox: so you only require change in DOA, but not on Horizon (UI) code? | 06:20 |
jamielennox | lhcheng: have a look at https://github.com/jamielennox/django-openstack-auth-kerberos/blob/master/doc/source/installation.rst | 06:21 |
jamielennox | the only thing i need in horizon (and same for websso) is the extra routes in /auth and i added the AUTHENTICATION_URLS option for that | 06:22 |
jamielennox | and forms and templates are like via AUTHENTICATION_URLS as well, so that shouldn't be an issue for websso | 06:22 |
jamielennox | s/like/linked | 06:22 |
lhcheng | jamielennox: okay, I got your point | 06:26 |
lhcheng | jamielennox: that means we should not be adding code to horizon at all | 06:26 |
lhcheng | the DOA extension will override the login form if needed | 06:27 |
lhcheng | by replacing the login_url routing to the custom form | 06:27 |
lhcheng | I'm now thinking this patch should not be in horizon: https://review.openstack.org/#/c/151842/ | 06:27 |
jamielennox | lhcheng: i agree | 06:28 |
lhcheng | the code there should be moved to the django-openstack-auth-websso module | 06:28 |
jamielennox | if you can contain it to doa then we might be able to break it to a seperate repo in liberty | 06:29 |
jamielennox | however IMO if we have an "official" way of doing it people will use the repo even from github rather than fork there own | 06:30 |
jamielennox | and it means we don't have to be concerned with the FFE that we are needing now | 06:30 |
jamielennox | one thing i don't know though is how to make the DOA plugins work with like manage.py collectstatic | 06:31 |
jamielennox | i would guess django has a way to deal with that - i'm not a django guy | 06:31 |
*** sbfox has quit IRC | 06:31 | |
jamielennox | lhcheng: 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 started | 06:34 |
jamielennox | lhcheng: in case you haven't before https://github.com/openstack-dev/cookiecutter is really good for starting repos | 06:35 |
lhcheng | jamielennox: django should be able to pickup the static files from openstack_auth | 06:35 |
lhcheng | jamielennox: so there is a static files finder for installed app: https://github.com/openstack/horizon/blob/master/openstack_dashboard/settings.py#L125 | 06:36 |
lhcheng | and the openstack_auth is one of the installed_apps | 06:36 |
lhcheng | doa-web-sso needs to be added in the installed apps as part of setup | 06:37 |
jamielennox | no it won't be part of installed apps | 06:37 |
jamielennox | however 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 code | 06:38 |
lhcheng | yeah, we can figure something out | 06:38 |
jamielennox | if the install instructions are a bit long for kilo it doesn't matter - so long as it works we can make it nicer later | 06:38 |
lhcheng | agreed | 06:38 |
jamielennox | ok, talk to you later | 06:39 |
lhcheng | later | 06:39 |
stevemar | lhcheng, so what happened? :) | 06:52 |
stevemar | move thais patch out of horizon + the doa stuff to it's own repo? | 06:52 |
lhcheng | stevemar: yeah, that's the idea | 06:53 |
stevemar | lhcheng, ooooof | 06:54 |
lhcheng | similar to what jamielennox did in https://github.com/jamielennox/django-openstack-auth-kerberos | 06:54 |
lhcheng | good news is it won't be tied to ffe | 06:55 |
lhcheng | bad news is it might take awhile | 06:55 |
stevemar | womp womp | 06:56 |
openstackgerrit | Dhriti Shikhar proposed openstack/horizon: Fixed Laaunch Instance Dialog https://review.openstack.org/168555 | 06:57 |
stevemar | lhcheng, what's the reason for split? just the right move architecturally ? | 06:57 |
stevemar | i think we're fine for requirements | 06:58 |
stevemar | is DOA stuff released at any time or every 6 months? | 06:58 |
lhcheng | stevemar: yeah, it would be a cleaner separation | 06:59 |
lhcheng | DOA can be released anytime, just have to poke david-lyle | 07:00 |
lhcheng | one things that worries me is idk if we can workaround the issue of /users/{user_id}/projects using an external repo | 07:02 |
lhcheng | I had to put additional code in DOA to make that work for now. | 07:02 |
openstackgerrit | Dhriti Shikhar proposed openstack/horizon: Fixed Launch Instance Dialog https://review.openstack.org/168555 | 07:02 |
lhcheng | and keystone won't get fix by Kilo, since it seems it would require quite some work | 07:03 |
stevemar | lhcheng, ah cause of the user 404'ing? | 07:04 |
lhcheng | stevemar: yeah | 07:05 |
* stevemar shrugs | 07:05 | |
stevemar | y'all are the horizon guys | 07:05 |
lhcheng | DOA can be fix as needed as we found problem, it should be fine | 07:09 |
lhcheng | let's figure out on monday when the rest of the folks are around | 07:10 |
lhcheng | if we'll keep it as is and pull it out in Liberty, OR go with separate repo right away | 07:11 |
lhcheng | I am fine either way | 07:15 |
lhcheng | stevemar: alright, I'm off | 07:16 |
lhcheng | stevemar: talk to you on monday | 07:17 |
*** lhcheng is now known as lhcheng_afk | 07:17 | |
stevemar | see ya | 07:17 |
*** tnovacik has joined #openstack-horizon | 07:21 | |
*** absubram has quit IRC | 07:30 | |
*** r1chardj0n3s_afk has quit IRC | 07:34 | |
*** r1chardj0n3s has joined #openstack-horizon | 07:35 | |
jamielennox | lhcheng_afk: do you have a github account? where is this repo going to be | 07:46 |
*** Longgeek has joined #openstack-horizon | 07:55 | |
*** Longgeek has quit IRC | 07:59 | |
*** annashen has joined #openstack-horizon | 08:01 | |
*** annashen has quit IRC | 08:06 | |
*** MaxV has joined #openstack-horizon | 08:13 | |
*** stevemar has quit IRC | 08:16 | |
*** sayan_ has joined #openstack-horizon | 08:30 | |
*** sayan_ has quit IRC | 08:30 | |
*** sayan_ has joined #openstack-horizon | 08:31 | |
*** paul-- has quit IRC | 08:36 | |
*** paul-- has joined #openstack-horizon | 08:37 | |
*** MaxV has quit IRC | 08:42 | |
*** kabba has quit IRC | 08:42 | |
*** MaxV has joined #openstack-horizon | 08:46 | |
*** kabba has joined #openstack-horizon | 08:53 | |
*** Longgeek has joined #openstack-horizon | 09:00 | |
*** sayan_ has quit IRC | 09:18 | |
*** kabba has quit IRC | 09:25 | |
*** Longgeek has quit IRC | 09:25 | |
*** welldannit has quit IRC | 09:27 | |
*** paul-- has quit IRC | 09:36 | |
*** kabba has joined #openstack-horizon | 09:37 | |
*** paul-- has joined #openstack-horizon | 09:38 | |
*** MaxV has quit IRC | 09:39 | |
*** jamielennox is now known as jamielennox|away | 09:56 | |
*** akanksha has quit IRC | 10:17 | |
openstackgerrit | Merged openstack/horizon: Imported Translations from Transifex https://review.openstack.org/167897 | 10:17 |
*** Longgeek has joined #openstack-horizon | 10:23 | |
*** Longgeek has quit IRC | 10:35 | |
*** jasondotstar has quit IRC | 10:37 | |
*** jasondotstar has joined #openstack-horizon | 10:38 | |
openstackgerrit | Lin Hua Cheng proposed openstack/django_openstack_auth: Add authentication using openID and SAML https://review.openstack.org/136178 | 10:49 |
*** annashen has joined #openstack-horizon | 11:04 | |
*** lhcheng__ has joined #openstack-horizon | 11:07 | |
*** annashen has quit IRC | 11:09 | |
*** lhcheng_afk has quit IRC | 11:11 | |
*** lhcheng__ has quit IRC | 11:17 | |
*** tnovacik has quit IRC | 11:26 | |
*** Longgeek has joined #openstack-horizon | 11:32 | |
*** Longgeek has quit IRC | 11:50 | |
*** jcoufal has joined #openstack-horizon | 12:42 | |
*** Longgeek has joined #openstack-horizon | 12:53 | |
*** Longgeek_ has joined #openstack-horizon | 12:57 | |
openstackgerrit | Matt Borland proposed openstack/horizon: WIP - Instance Details UX/Angular redesign https://review.openstack.org/153602 | 12:58 |
openstackgerrit | Matt Borland proposed openstack/horizon: Add New UX CSS for Upcoming Detail Screens https://review.openstack.org/158881 | 12:58 |
*** Longgeek has quit IRC | 13:01 | |
*** Longgeek_ has quit IRC | 13:26 | |
*** tnovacik has joined #openstack-horizon | 13:40 | |
*** jcoufal has quit IRC | 13:59 | |
*** iamjarvo has joined #openstack-horizon | 14:18 | |
*** kabba has quit IRC | 14:31 | |
*** christophs has quit IRC | 14:34 | |
*** christophs has joined #openstack-horizon | 14:35 | |
*** christophs has joined #openstack-horizon | 14:35 | |
*** masco has joined #openstack-horizon | 14:53 | |
*** andrewbogott_afk is now known as andrewbogott | 14:56 | |
*** rushiagr is now known as rushiagr_away | 15:07 | |
*** rushiagr_away is now known as rushiagr | 15:07 | |
*** annashen has joined #openstack-horizon | 15:07 | |
*** annashen has quit IRC | 15:12 | |
*** sbfox has joined #openstack-horizon | 15:21 | |
*** nlahouti has joined #openstack-horizon | 15:22 | |
*** andrewbogott is now known as andrewbogott_afk | 15:32 | |
*** andrewbogott_afk is now known as andrewbogott | 15:34 | |
*** nlahouti has quit IRC | 15:35 | |
*** sbfox has quit IRC | 15:56 | |
*** akanksha has joined #openstack-horizon | 16:03 | |
*** andrewbogott is now known as andrewbogott_afk | 16:10 | |
*** andrewbogott_afk is now known as andrewbogott | 16:11 | |
*** gokrokve has joined #openstack-horizon | 16:21 | |
*** e0ne has joined #openstack-horizon | 16:37 | |
*** gokrokve_ has joined #openstack-horizon | 16:39 | |
*** sbfox has joined #openstack-horizon | 16:41 | |
*** gokrokve has quit IRC | 16:42 | |
*** jcoufal has joined #openstack-horizon | 16:52 | |
*** e0ne has quit IRC | 16:53 | |
*** sbfox has quit IRC | 16:54 | |
*** amotoki has joined #openstack-horizon | 16:54 | |
*** sbfox has joined #openstack-horizon | 16:56 | |
*** dboik has joined #openstack-horizon | 16:58 | |
*** annashen has joined #openstack-horizon | 17:09 | |
*** annashen has quit IRC | 17:13 | |
*** gokrokve_ has quit IRC | 17:17 | |
*** lhcheng has joined #openstack-horizon | 17:19 | |
*** jcoufal has quit IRC | 17:25 | |
*** andrewbogott is now known as andrewbogott_afk | 17:27 | |
*** dboik has quit IRC | 17:30 | |
*** sbfox has quit IRC | 17:53 | |
*** masco has quit IRC | 18:02 | |
*** oro_ has joined #openstack-horizon | 18:17 | |
*** Ephur has quit IRC | 18:18 | |
*** oro has joined #openstack-horizon | 18:18 | |
*** oro_ has quit IRC | 18:23 | |
*** oro has quit IRC | 18:24 | |
*** sayan has quit IRC | 18:33 | |
*** akanksha has quit IRC | 18:37 | |
*** mpavlase has joined #openstack-horizon | 19:37 | |
*** dboik has joined #openstack-horizon | 19:38 | |
*** Ephur has joined #openstack-horizon | 20:07 | |
*** annashen has joined #openstack-horizon | 20:11 | |
*** annashen has quit IRC | 20:16 | |
*** oro_ has joined #openstack-horizon | 20:41 | |
*** oro has joined #openstack-horizon | 20:42 | |
*** amotoki has quit IRC | 20:47 | |
*** Ephur has quit IRC | 20:51 | |
*** tnovacik has quit IRC | 20:59 | |
*** e0ne has joined #openstack-horizon | 21:01 | |
*** rushiagr is now known as rushiagr_away | 21:04 | |
*** rushiagr_away is now known as rushiagr | 21:08 | |
*** e0ne is now known as e0ne_ | 21:10 | |
*** annashen has joined #openstack-horizon | 21:12 | |
*** e0ne_ is now known as e0ne | 21:12 | |
*** annashen has quit IRC | 21:17 | |
*** oro has quit IRC | 21:19 | |
*** oro_ has quit IRC | 21:20 | |
*** jamielennox|away is now known as jamielennox | 21:20 | |
*** nkinder has quit IRC | 21:30 | |
*** rodrigods has quit IRC | 21:30 | |
*** vhoward- has quit IRC | 21:30 | |
*** rodrigods has joined #openstack-horizon | 21:30 | |
*** nkinder has joined #openstack-horizon | 21:31 | |
*** rushiagr is now known as rushiagr_away | 21:33 | |
*** vhoward has joined #openstack-horizon | 21:34 | |
*** iamjarvo has quit IRC | 21:35 | |
*** alexvictorchan has quit IRC | 21:35 | |
*** Guest90957 is now known as mfisch | 21:36 | |
*** mfisch has joined #openstack-horizon | 21:36 | |
*** alexvictorchan has joined #openstack-horizon | 21:37 | |
*** mpavlase has quit IRC | 21:41 | |
*** e0ne has quit IRC | 21:44 | |
*** e0ne has joined #openstack-horizon | 21:46 | |
*** dboik has quit IRC | 21:49 | |
*** dboik has joined #openstack-horizon | 21:49 | |
*** e0ne has quit IRC | 21:52 | |
*** e0ne has joined #openstack-horizon | 21:56 | |
*** e0ne has quit IRC | 21:56 | |
*** tnovacik has joined #openstack-horizon | 22:18 | |
*** cgoncalves has left #openstack-horizon | 22:31 | |
*** sbfox has joined #openstack-horizon | 22:44 | |
*** sbfox1 has joined #openstack-horizon | 22:51 | |
*** sbfox has quit IRC | 22:53 | |
*** tnovacik has quit IRC | 23:03 | |
*** mwhagedorn has joined #openstack-horizon | 23:06 | |
*** annashen has joined #openstack-horizon | 23:14 | |
*** annashen has quit IRC | 23:19 | |
*** amotoki has joined #openstack-horizon | 23:48 | |
*** amotoki has quit IRC | 23:52 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!