*** shivrao has quit IRC | 00:00 | |
*** gokrokve has joined #openstack-horizon | 00:08 | |
*** annashen has quit IRC | 00:08 | |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: [Launch Instance Fix] Add Sorting To Table in Select Source https://review.openstack.org/164900 | 00:09 |
---|---|---|
*** Piet has joined #openstack-horizon | 00:11 | |
*** aix has joined #openstack-horizon | 00:12 | |
openstackgerrit | Merged openstack/horizon: Launch Instance Step - Access and Security https://review.openstack.org/158949 | 00:14 |
*** annashen has joined #openstack-horizon | 00:16 | |
*** SimonChung has quit IRC | 00:18 | |
r1chardj0n3s | woah! neillc^ | 00:18 |
*** mwhagedorn has quit IRC | 00:19 | |
*** amotoki has joined #openstack-horizon | 00:19 | |
jamielennox | lhcheng: so i don't really know about plugin discovery - i'm not sure if that makes sense from a horizon perspective | 00:20 |
jamielennox | lhcheng: i mean we could, just generally i would expect a deployer to want more control than that | 00:20 |
lhcheng | jamielennox: by plugin discovery, I meant something like the discovery mechanism used in keystoneclient, that seems useful. | 00:22 |
jamielennox | so discovery in ksc at the moment is purely related to v2/v3 checking, there is no ability to ask keystone what auth mechanisms it supports | 00:22 |
jamielennox | i'd love to see that but it's a problem for leaking information | 00:22 |
*** tosky has quit IRC | 00:23 | |
jamielennox | it's also not that dynamic either, you simply need additional parameters (like project_domain_id) when dealing with v3 auth that v2 auth doesn't require so the generic.Password plugin is still fairly limited to whatever parameters you supply | 00:24 |
jamielennox | (i was thinking about adding like a default_domain_id/_name parameter to that plugin to bridge that gap - haven't yet) | 00:25 |
lhcheng | jamielennox: i thought KSC is using stevedore to allow deployer to add their own authPlugin? | 00:25 |
jamielennox | lhcheng: it is | 00:26 |
lhcheng | jamielennox: I might be mixing up the term discovery and plugin | 00:26 |
*** alexvictorchan has quit IRC | 00:26 | |
jamielennox | discovery helps you determine if API v2 or v3 is available and the URL it's at - that's all | 00:26 |
lhcheng | Is the doa changes you're looking at will be something similar? | 00:26 |
openstackgerrit | Brian Tully proposed openstack/horizon: Source step - fix dynamic column headers and data https://review.openstack.org/164906 | 00:27 |
jamielennox | I don't want to take it that far, i think the deployer should have more control than that, but it would be the basis for it if you wanted | 00:27 |
jamielennox | lhcheng: i generally just don't want to add all these authentication mechanisms directly to the DOA repo. They all come with a mix of different dependencies and they are generally not all useful to every situation | 00:28 |
*** samueldmq has quit IRC | 00:28 | |
*** annashen has quit IRC | 00:28 | |
jamielennox | i want to make it pluggable so that you install django_openstack_auth_kerberos and then enable it in settings.py and it shows up | 00:28 |
lhcheng | jamielennox: that's fine, we could iterate on that later (if we see a need) | 00:29 |
jamielennox | exactly | 00:29 |
jamielennox | stevedore is good for ksc because it's used by way to many things to need to configure it everywhere | 00:30 |
*** andrewbogott is now known as andrewbogott_afk | 00:32 | |
*** KanagarajM has quit IRC | 00:34 | |
lhcheng | jamielennox: I am thinking if the public interface matches, the authPlugin that ksc uses could be re-usable in doa too. I haven't dig into the details of the interface yet, but that would be great if we can get it to that state. | 00:34 |
*** mpavlase1 has quit IRC | 00:34 | |
lhcheng | just something to consider for later improvement | 00:35 |
jamielennox | lhcheng: so there would need to be some additional work than simply a ksc plugin, but it's not much | 00:35 |
jamielennox | and most of them are edge cases, like listing projects is a bit different on federated login | 00:35 |
jamielennox | lhcheng: but i've got the two solutions for doing that, i just don't know which suits better | 00:36 |
jamielennox | do we go and make it so we can subclass DOA and have multiple django auth backends, or do we make it composable, have only the one instance of DOA in backends and put the plugins within that | 00:37 |
lhcheng | jamielennox: both options sounds good, I have to spend a little more time thinking about different cases and what also makes it easier for deployer. | 00:38 |
lhcheng | jamielennox: I'll get back to you on that. | 00:39 |
jamielennox | lhcheng: yep, i don't mind - but i'd love a solution to be in place for kilo | 00:39 |
lhcheng | are you targetting the changes for Kilo? | 00:39 |
*** smc7 has joined #openstack-horizon | 00:39 | |
lhcheng | ok | 00:39 |
jamielennox | david was going to bring it up at the horizon meeting - but i think there are only a couple of us who care about the auth side | 00:39 |
jamielennox | and i wanted to make sure they were aware first | 00:40 |
jamielennox | lhcheng: in the mean time reviews on https://review.openstack.org/#/c/153174/ and https://review.openstack.org/#/c/164068/ would be useful as they are required for either option | 00:40 |
*** Longgeek has joined #openstack-horizon | 00:41 | |
lhcheng | jamielennox: thanks for heads up | 00:42 |
lhcheng | jamielennox: sure, I'll take a look at those | 00:42 |
*** stevemar has joined #openstack-horizon | 00:43 | |
jamielennox | lhcheng: thanks | 00:43 |
lhcheng | jamielennox: np, thanks too for initiating the cleanup on doa | 00:44 |
jamielennox | lhcheng: heh, it's pretty heavily bound to the dashboard code | 00:45 |
jamielennox | could still use a bit of a rearrangement, move stuff to the dashboard side - one day | 00:46 |
*** mwhagedorn has joined #openstack-horizon | 00:46 | |
*** kmartin has quit IRC | 00:47 | |
lhcheng | jamielennox: yeah, there's quite some ui related code there - one day :) | 00:47 |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: [Launch Instance Fix] Add Sorting To Table in Select Source https://review.openstack.org/164900 | 00:53 |
*** smc7 has quit IRC | 00:55 | |
*** Longgeek has quit IRC | 01:01 | |
*** Longgeek has joined #openstack-horizon | 01:01 | |
*** jwy has quit IRC | 01:04 | |
openstackgerrit | Brian Tully proposed openstack/horizon: Source step - fix instance count limit and donut chart https://review.openstack.org/164912 | 01:04 |
*** nlahouti has quit IRC | 01:10 | |
*** jtriley has quit IRC | 01:10 | |
*** tnovacik_ has quit IRC | 01:12 | |
*** yingjun has joined #openstack-horizon | 01:19 | |
*** jwy has joined #openstack-horizon | 01:34 | |
*** neelashah has joined #openstack-horizon | 01:39 | |
*** vishwana_ has quit IRC | 01:40 | |
*** ybathia has quit IRC | 01:41 | |
*** Longgeek has quit IRC | 01:41 | |
*** bpokorny_ has quit IRC | 01:44 | |
*** bpokorny has joined #openstack-horizon | 01:45 | |
*** Longgeek has joined #openstack-horizon | 01:49 | |
*** lhcheng has quit IRC | 01:51 | |
*** bpokorny has quit IRC | 01:51 | |
*** annashen has joined #openstack-horizon | 01:52 | |
*** sayan has joined #openstack-horizon | 01:54 | |
*** tqtran has quit IRC | 01:54 | |
*** dak419 has quit IRC | 01:59 | |
*** annashen has quit IRC | 02:03 | |
*** annashen has joined #openstack-horizon | 02:03 | |
openstackgerrit | Merged openstack/horizon: Launch Instance Step - Network https://review.openstack.org/158950 | 02:04 |
openstackgerrit | Merged openstack/horizon: Prevent flash of left nav panels when loading page https://review.openstack.org/145654 | 02:04 |
*** absubram has joined #openstack-horizon | 02:16 | |
*** absubram has quit IRC | 02:20 | |
*** absubram has joined #openstack-horizon | 02:20 | |
*** mwhagedorn has quit IRC | 02:23 | |
*** yingjun has quit IRC | 02:31 | |
*** yingjun has joined #openstack-horizon | 02:35 | |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: [Launch Instance Fix] Add Sorting To Table in Select Source https://review.openstack.org/164900 | 02:37 |
*** iamjarvo has joined #openstack-horizon | 02:37 | |
*** vishwanathj has joined #openstack-horizon | 02:37 | |
*** Anticimex has quit IRC | 02:42 | |
*** jwy has quit IRC | 02:42 | |
*** smc7 has joined #openstack-horizon | 02:43 | |
*** smc7 has quit IRC | 02:48 | |
*** KanagarajM has joined #openstack-horizon | 02:49 | |
*** clu_ has quit IRC | 02:55 | |
*** gokrokve has quit IRC | 02:56 | |
*** gokrokve has joined #openstack-horizon | 02:57 | |
*** gokrokve has quit IRC | 02:57 | |
*** yingjun has quit IRC | 03:00 | |
*** echevemaster has quit IRC | 03:05 | |
*** echevemaster has joined #openstack-horizon | 03:05 | |
openstackgerrit | Merged openstack/horizon: Refactor, customization and fixes of Metadata Widget https://review.openstack.org/136437 | 03:10 |
openstackgerrit | Merged openstack/horizon: Replace usage of urllib in nova rest api https://review.openstack.org/164780 | 03:10 |
openstackgerrit | Merged openstack/horizon: Heat resource url mapping improvement https://review.openstack.org/164658 | 03:10 |
openstackgerrit | vishwanath jayaraman proposed openstack/horizon: Adds configuration support to associate firewall to routers https://review.openstack.org/162552 | 03:11 |
openstackgerrit | Merged openstack/horizon: Correct ngdoc in Neutron AngularJS service https://review.openstack.org/163486 | 03:14 |
openstackgerrit | Merged openstack/horizon: Source step - fix instance count limit and donut chart https://review.openstack.org/164912 | 03:15 |
openstackgerrit | Merged openstack/horizon: Fix transfer tables example https://review.openstack.org/164394 | 03:15 |
openstackgerrit | Merged openstack/horizon: Clean modal forms in Orchestration Stacks https://review.openstack.org/164201 | 03:15 |
openstackgerrit | Merged openstack/horizon: Fixes Error message during image upload due to long name https://review.openstack.org/152927 | 03:15 |
*** harlowja is now known as harlowja_away | 03:15 | |
*** yingjun has joined #openstack-horizon | 03:18 | |
*** sayan has quit IRC | 03:18 | |
*** masco has joined #openstack-horizon | 03:23 | |
*** gokrokve has joined #openstack-horizon | 03:25 | |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: [Launch Instance Fix] Removing period from selecting message https://review.openstack.org/164936 | 03:27 |
*** gokrokve has quit IRC | 03:27 | |
*** gokrokve has joined #openstack-horizon | 03:31 | |
*** ccard__ has joined #openstack-horizon | 03:31 | |
*** ccard_ has quit IRC | 03:35 | |
*** david-lyle is now known as david-lyle_afk | 03:35 | |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: [Launch Instance Fix] Cleaning up unused injected dependencies https://review.openstack.org/164939 | 03:37 |
*** neelashah has quit IRC | 03:38 | |
*** rushiagr_away is now known as rushiagr | 03:39 | |
*** mitz has quit IRC | 03:40 | |
*** r1chardj0n3s is now known as r1chardj0n3s_afk | 03:43 | |
*** masco has quit IRC | 03:47 | |
*** nlahouti has joined #openstack-horizon | 03:48 | |
*** dak419 has joined #openstack-horizon | 03:50 | |
*** yingjun has quit IRC | 03:51 | |
*** Anticimex has joined #openstack-horizon | 03:52 | |
*** nlahouti has quit IRC | 03:55 | |
*** nlahouti has joined #openstack-horizon | 03:56 | |
*** Longgeek has quit IRC | 03:59 | |
*** rushiagr is now known as rushiagr_away | 04:00 | |
*** lhcheng has joined #openstack-horizon | 04:03 | |
*** jtriley has joined #openstack-horizon | 04:06 | |
*** btully has quit IRC | 04:11 | |
*** jtriley has quit IRC | 04:11 | |
*** iamjarvo has quit IRC | 04:17 | |
*** stevemar has quit IRC | 04:22 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/horizon: hypervisor list and details page reports invalid data https://review.openstack.org/141759 | 04:22 |
*** stevemar has joined #openstack-horizon | 04:23 | |
*** annashen has quit IRC | 04:25 | |
*** annashen has joined #openstack-horizon | 04:27 | |
*** neillc is now known as neillc_uni | 04:28 | |
*** mitz has joined #openstack-horizon | 04:34 | |
openstackgerrit | Kanchan Gupta proposed openstack/horizon: Show a better error message for network delete failure https://review.openstack.org/140614 | 04:37 |
*** rushiagr_away is now known as rushiagr | 04:39 | |
*** r1chardj0n3s_afk is now known as r1chardj0n3s | 04:39 | |
*** tzumainn has quit IRC | 04:42 | |
*** Piet has quit IRC | 04:44 | |
*** bpokorny has joined #openstack-horizon | 04:44 | |
*** bpokorny has quit IRC | 04:45 | |
*** bpokorny has joined #openstack-horizon | 04:46 | |
*** annashen has quit IRC | 04:47 | |
*** dboik_ has quit IRC | 04:49 | |
*** btully has joined #openstack-horizon | 04:50 | |
*** bpokorny has quit IRC | 04:57 | |
*** den9ie has joined #openstack-horizon | 04:58 | |
*** Longgeek has joined #openstack-horizon | 04:59 | |
*** annashen has joined #openstack-horizon | 05:00 | |
*** Longgeek has quit IRC | 05:04 | |
*** ybathia has joined #openstack-horizon | 05:05 | |
*** gokrokve_ has joined #openstack-horizon | 05:15 | |
*** yingjun has joined #openstack-horizon | 05:16 | |
*** masco has joined #openstack-horizon | 05:16 | |
*** annashen has quit IRC | 05:17 | |
*** gokrokve has quit IRC | 05:18 | |
*** gokrokve_ has quit IRC | 05:19 | |
*** r1chardj0n3s is now known as r1chardj0n3s_afk | 05:24 | |
openstackgerrit | Abishek Subramanian proposed openstack/horizon: Refactor project instance test https://review.openstack.org/142839 | 05:27 |
*** annashen has joined #openstack-horizon | 05:28 | |
*** ishant has joined #openstack-horizon | 05:40 | |
*** nlahouti has quit IRC | 05:43 | |
*** nlahouti has joined #openstack-horizon | 05:43 | |
*** rushiagr is now known as rushiagr_away | 05:51 | |
*** ishant|2 has joined #openstack-horizon | 05:53 | |
*** ishant|2 has quit IRC | 05:54 | |
*** ishant has quit IRC | 05:54 | |
*** ishant has joined #openstack-horizon | 05:54 | |
*** sqchen has joined #openstack-horizon | 05:56 | |
openstackgerrit | Brian Tully proposed openstack/horizon: Source step - fix dynamic column headers and data https://review.openstack.org/164906 | 05:58 |
*** oro has joined #openstack-horizon | 06:01 | |
*** Longgeek has joined #openstack-horizon | 06:01 | |
*** oro_ has joined #openstack-horizon | 06:01 | |
*** yingjun has quit IRC | 06:08 | |
*** absubram has quit IRC | 06:12 | |
*** oro_ has quit IRC | 06:14 | |
*** lhcheng has quit IRC | 06:14 | |
*** oro has quit IRC | 06:15 | |
*** annashen has quit IRC | 06:18 | |
*** KanagarajM has quit IRC | 06:19 | |
*** smc7 has joined #openstack-horizon | 06:21 | |
*** lhcheng has joined #openstack-horizon | 06:25 | |
*** smc7 has quit IRC | 06:25 | |
*** lhcheng has quit IRC | 06:26 | |
*** lhcheng has joined #openstack-horizon | 06:26 | |
*** lhcheng has quit IRC | 06:29 | |
*** dboik has joined #openstack-horizon | 06:29 | |
openstackgerrit | vishwanath jayaraman proposed openstack/horizon: Adds configuration support to associate firewall to routers https://review.openstack.org/162552 | 06:32 |
*** Longgeek has quit IRC | 06:35 | |
*** vishwanathj has quit IRC | 06:35 | |
*** Longgeek has joined #openstack-horizon | 06:35 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/horizon: Imported Translations from Transifex https://review.openstack.org/164959 | 06:36 |
*** gokrokve has joined #openstack-horizon | 06:41 | |
*** amotoki has quit IRC | 06:43 | |
*** echevemaster has quit IRC | 06:43 | |
*** stevemar has quit IRC | 06:44 | |
*** mrunge has joined #openstack-horizon | 06:45 | |
*** den9ie has quit IRC | 06:47 | |
*** mrunge has quit IRC | 06:49 | |
*** mrunge has joined #openstack-horizon | 06:49 | |
*** amotoki has joined #openstack-horizon | 06:49 | |
openstackgerrit | Nikunj Aggarwal proposed openstack/horizon: Fixes heat templates hidden parameters are not loading problem https://review.openstack.org/150567 | 06:50 |
openstackgerrit | Matthias Runge proposed openstack/horizon: Add Django-1.7 support https://review.openstack.org/161117 | 06:53 |
*** romainh has joined #openstack-horizon | 06:55 | |
*** gokrokve has quit IRC | 07:02 | |
*** smc7 has joined #openstack-horizon | 07:02 | |
*** gokrokve has joined #openstack-horizon | 07:02 | |
*** den9ie has joined #openstack-horizon | 07:04 | |
*** gokrokve has quit IRC | 07:07 | |
openstackgerrit | Merged openstack/horizon: Redirect initial hit to login page https://review.openstack.org/153174 | 07:11 |
*** nlahouti has quit IRC | 07:12 | |
*** rdopiera has joined #openstack-horizon | 07:21 | |
*** rdopiera_ has joined #openstack-horizon | 07:24 | |
*** jtomasek has joined #openstack-horizon | 07:24 | |
*** rdopiera has quit IRC | 07:26 | |
*** mpavlase has joined #openstack-horizon | 07:29 | |
*** lhcheng has joined #openstack-horizon | 07:29 | |
*** sqchen has left #openstack-horizon | 07:29 | |
*** lhcheng has quit IRC | 07:34 | |
*** KanagarajM has joined #openstack-horizon | 07:37 | |
openstackgerrit | Merged openstack/horizon: hypervisor list and details page reports invalid data https://review.openstack.org/141759 | 07:38 |
*** jprovazn has joined #openstack-horizon | 07:39 | |
openstackgerrit | Radomir Dopieralski proposed openstack/tuskar-ui: Make role validation more useful https://review.openstack.org/164727 | 07:44 |
openstackgerrit | Kanchan Gupta proposed openstack/horizon: Show a better error message for network delete failure https://review.openstack.org/140614 | 07:46 |
*** den9ie has quit IRC | 07:47 | |
*** ybathia has quit IRC | 07:56 | |
*** ybathia has joined #openstack-horizon | 08:00 | |
*** den9ie has joined #openstack-horizon | 08:01 | |
*** markus_z has joined #openstack-horizon | 08:01 | |
*** mpavlase has quit IRC | 08:03 | |
*** tnovacik_ has joined #openstack-horizon | 08:03 | |
*** btully has quit IRC | 08:07 | |
*** KanagarajM has quit IRC | 08:10 | |
*** ybathia has quit IRC | 08:10 | |
*** ybathia has joined #openstack-horizon | 08:11 | |
*** Ala has joined #openstack-horizon | 08:13 | |
*** e0ne has joined #openstack-horizon | 08:17 | |
*** dsneddon has quit IRC | 08:19 | |
*** dsneddon has joined #openstack-horizon | 08:20 | |
*** zz_ttrifonov is now known as ttrifonov | 08:22 | |
*** yingjun has joined #openstack-horizon | 08:22 | |
*** lhcheng has joined #openstack-horizon | 08:31 | |
*** lhcheng has quit IRC | 08:35 | |
*** e0ne is now known as e0ne_ | 08:36 | |
openstackgerrit | Paul Karikh proposed openstack/horizon: Rewrite table filtering to use GET-requests https://review.openstack.org/128253 | 08:38 |
*** nkinder has quit IRC | 08:47 | |
*** neillc_uni is now known as neillc | 08:50 | |
*** nkinder has joined #openstack-horizon | 08:54 | |
openstackgerrit | Thai Tran proposed openstack/horizon: WIP angularize identity users. https://review.openstack.org/133767 | 08:58 |
*** JeanBriceCombebi has joined #openstack-horizon | 09:02 | |
*** ybathia has quit IRC | 09:03 | |
*** mrunge_ has joined #openstack-horizon | 09:04 | |
*** jcoufal has joined #openstack-horizon | 09:05 | |
*** mrunge has quit IRC | 09:08 | |
*** ygbo has joined #openstack-horizon | 09:11 | |
*** crobertsrh has joined #openstack-horizon | 09:15 | |
*** annashen has joined #openstack-horizon | 09:19 | |
*** crobertsrh has quit IRC | 09:21 | |
*** annashen has quit IRC | 09:23 | |
*** robcresswell_afk is now known as robcresswell | 09:24 | |
robcresswell | morning all | 09:24 |
*** e0ne_ has quit IRC | 09:30 | |
*** angular_mike has joined #openstack-horizon | 09:30 | |
*** krykowski has joined #openstack-horizon | 09:32 | |
*** smc7 has quit IRC | 09:33 | |
*** mpavlase has joined #openstack-horizon | 09:33 | |
*** yingjun has quit IRC | 09:33 | |
*** rushiagr_away is now known as rushiagr | 09:39 | |
*** ZZelle has joined #openstack-horizon | 09:43 | |
*** markus_z has quit IRC | 09:47 | |
*** markus_z has joined #openstack-horizon | 09:47 | |
*** oro has joined #openstack-horizon | 09:59 | |
*** oro has quit IRC | 10:04 | |
openstackgerrit | Arvinder Singh proposed openstack/horizon: Use bdmv2 format when instance is boot from volume https://review.openstack.org/135253 | 10:07 |
*** bluex-pl has joined #openstack-horizon | 10:10 | |
*** akrivoka has joined #openstack-horizon | 10:12 | |
openstackgerrit | Merged openstack/horizon: Imported Translations from Transifex https://review.openstack.org/164959 | 10:13 |
*** nikunj2512 has joined #openstack-horizon | 10:16 | |
*** e0ne has joined #openstack-horizon | 10:17 | |
*** tosky has joined #openstack-horizon | 10:24 | |
*** mrunge_ is now known as mrunge | 10:30 | |
*** JeanBriceCombebi has quit IRC | 10:37 | |
*** JeanBriceCombebi has joined #openstack-horizon | 10:37 | |
*** e0ne is now known as e0ne_ | 10:40 | |
*** e0ne_ is now known as e0ne | 10:44 | |
*** samueldmq has joined #openstack-horizon | 10:49 | |
*** btully has joined #openstack-horizon | 10:52 | |
*** rushiagr is now known as rushiagr_away | 10:56 | |
*** btully has quit IRC | 10:56 | |
*** rushiagr_away is now known as rushiagr | 10:57 | |
*** e0ne is now known as e0ne_ | 11:08 | |
*** yingjun has joined #openstack-horizon | 11:08 | |
*** krykowski has quit IRC | 11:08 | |
*** krykowski has joined #openstack-horizon | 11:17 | |
*** e0ne_ has quit IRC | 11:17 | |
*** masco has quit IRC | 11:22 | |
*** e0ne has joined #openstack-horizon | 11:27 | |
*** JeanBriceCombebi has quit IRC | 11:36 | |
*** Longgeek has quit IRC | 11:58 | |
*** amotoki has quit IRC | 11:59 | |
*** e0ne is now known as e0ne_ | 12:00 | |
*** rushiagr is now known as rushiagr_away | 12:04 | |
*** stevemar has joined #openstack-horizon | 12:05 | |
*** e0ne_ is now known as e0ne | 12:06 | |
*** lhcheng has joined #openstack-horizon | 12:08 | |
*** lhcheng has quit IRC | 12:12 | |
openstackgerrit | Szymon Wróblewski proposed openstack/horizon: Metadata widget support for readonly flag https://review.openstack.org/165046 | 12:13 |
*** htruta has joined #openstack-horizon | 12:13 | |
*** radez_g0n3 is now known as radez | 12:13 | |
*** oro has joined #openstack-horizon | 12:14 | |
openstackgerrit | Szymon Wróblewski proposed openstack/horizon: Metadata widget support for readonly flag https://review.openstack.org/165046 | 12:15 |
*** yingjun has quit IRC | 12:16 | |
openstackgerrit | Szymon Wróblewski proposed openstack/horizon: Metadata widget support for ambiguous properties https://review.openstack.org/157367 | 12:21 |
openstackgerrit | Szymon Wróblewski proposed openstack/horizon: MetadataTree customization demo https://review.openstack.org/164131 | 12:22 |
*** angular_mike has quit IRC | 12:23 | |
*** masco has joined #openstack-horizon | 12:42 | |
*** mwhagedorn has joined #openstack-horizon | 12:45 | |
*** rushiagr_away is now known as rushiagr | 12:49 | |
*** mwhagedorn has quit IRC | 12:52 | |
*** mwhagedorn has joined #openstack-horizon | 12:54 | |
*** oro_ has joined #openstack-horizon | 12:56 | |
*** obutenko_ has quit IRC | 12:58 | |
*** obutenko has quit IRC | 12:58 | |
openstackgerrit | Nikita Konovalov proposed openstack/horizon: [Data_processing] fix job_executions table https://review.openstack.org/125927 | 12:58 |
*** lblanchard has joined #openstack-horizon | 13:01 | |
*** tzumainn has joined #openstack-horizon | 13:01 | |
openstackgerrit | Sirushti Murugesan proposed openstack/horizon: Adds config to disable the password in stack https://review.openstack.org/148997 | 13:05 |
*** christophs has quit IRC | 13:06 | |
*** christophs has joined #openstack-horizon | 13:07 | |
*** christophs has joined #openstack-horizon | 13:07 | |
*** smc7 has joined #openstack-horizon | 13:08 | |
*** julim has joined #openstack-horizon | 13:09 | |
*** mriedem has joined #openstack-horizon | 13:09 | |
*** amotoki has joined #openstack-horizon | 13:09 | |
mriedem | we need some eyes on this, there is a cells gate job blocking all nova changes because horizon login page isn't working | 13:11 |
mriedem | https://bugs.launchpad.net/horizon/+bug/1265057 | 13:11 |
openstack | Launchpad bug 1265057 in grenade "gate/check-grenade-dsvm: Horizon front page not functioning!" [Undecided,Confirmed] | 13:11 |
mriedem | i suspect a regression with https://review.openstack.org/#/c/153174/ | 13:11 |
*** smc7 has quit IRC | 13:12 | |
*** tnovacik_ has quit IRC | 13:13 | |
*** dboik has quit IRC | 13:14 | |
*** kaufer has joined #openstack-horizon | 13:17 | |
*** tnovacik_ has joined #openstack-horizon | 13:20 | |
*** peristeri has joined #openstack-horizon | 13:20 | |
*** tnovacik_ has quit IRC | 13:26 | |
*** vokhrimenko has joined #openstack-horizon | 13:26 | |
*** alexpilotti has joined #openstack-horizon | 13:27 | |
*** andrewbogott_afk is now known as andrewbogott | 13:28 | |
*** bluex-pl has quit IRC | 13:29 | |
*** bluex-pl has joined #openstack-horizon | 13:29 | |
*** jprovazn has quit IRC | 13:29 | |
openstackgerrit | Matt Borland proposed openstack/horizon: Add New UX CSS for Upcoming Detail Screens https://review.openstack.org/158881 | 13:30 |
*** alexpilotti has quit IRC | 13:32 | |
*** alexpilotti has joined #openstack-horizon | 13:32 | |
openstackgerrit | Matt Borland proposed openstack/horizon: WIP - Image Details UX/Angular redesign https://review.openstack.org/158409 | 13:32 |
openstackgerrit | Matt Borland proposed openstack/horizon: WIP - Instance Details UX/Angular redesign https://review.openstack.org/153602 | 13:33 |
*** christophs has quit IRC | 13:33 | |
*** andrewbogott is now known as andrewbogott_afk | 13:33 | |
*** christophs has joined #openstack-horizon | 13:34 | |
*** christophs has joined #openstack-horizon | 13:34 | |
*** dboik has joined #openstack-horizon | 13:36 | |
*** andrewbogott_afk is now known as andrewbogott | 13:36 | |
*** neelashah has joined #openstack-horizon | 13:41 | |
*** matt-borland has joined #openstack-horizon | 13:42 | |
*** jtriley has joined #openstack-horizon | 13:43 | |
*** JeanBriceCombebi has joined #openstack-horizon | 13:47 | |
*** nikunj2512 has quit IRC | 13:52 | |
*** samueldmq is now known as samueldmq-away | 13:56 | |
openstackgerrit | Paul Karikh proposed openstack/horizon: User not logout if admin changed user permission https://review.openstack.org/142481 | 13:58 |
*** dboik_ has joined #openstack-horizon | 14:00 | |
*** gokrokve has joined #openstack-horizon | 14:01 | |
*** mriedem has left #openstack-horizon | 14:01 | |
*** iamjarvo has joined #openstack-horizon | 14:02 | |
*** dboik has quit IRC | 14:03 | |
*** lsmola has quit IRC | 14:03 | |
*** lsmola has joined #openstack-horizon | 14:05 | |
*** jprovazn has joined #openstack-horizon | 14:05 | |
*** den9ie has quit IRC | 14:05 | |
*** bpokorny has joined #openstack-horizon | 14:05 | |
*** lsmola has quit IRC | 14:06 | |
*** lsmola has joined #openstack-horizon | 14:06 | |
*** bpokorny has quit IRC | 14:07 | |
*** lsmola has quit IRC | 14:10 | |
*** lsmola has joined #openstack-horizon | 14:10 | |
*** JeanBriceCombebi has quit IRC | 14:12 | |
*** tnovacik_ has joined #openstack-horizon | 14:12 | |
*** andrewbogott is now known as andrewbogott_afk | 14:12 | |
*** JeanBriceCombebi has joined #openstack-horizon | 14:12 | |
*** andrewbogott_afk is now known as andrewbogott | 14:13 | |
*** ishant has quit IRC | 14:15 | |
openstackgerrit | Martin Pavlásek proposed openstack/horizon: Integration tests - Object store https://review.openstack.org/151187 | 14:16 |
openstackgerrit | Matt Borland proposed openstack/horizon: [Launch Instance Fix] Network Step HTML cleanup https://review.openstack.org/165086 | 14:17 |
*** mattfarina has joined #openstack-horizon | 14:18 | |
*** smc7 has joined #openstack-horizon | 14:23 | |
*** JeanBriceCombebi has quit IRC | 14:25 | |
*** pkarikh has quit IRC | 14:26 | |
*** JeanBriceCombebi has joined #openstack-horizon | 14:26 | |
openstackgerrit | Szymon Wróblewski proposed openstack/horizon: Metadata widget multivalue selection support https://review.openstack.org/153210 | 14:28 |
*** btully has joined #openstack-horizon | 14:28 | |
*** pkarikh has joined #openstack-horizon | 14:32 | |
*** _gryf has quit IRC | 14:33 | |
*** jecarey has joined #openstack-horizon | 14:36 | |
doug-fish | I see the infra team has addressed the recent gate bug https://bugs.launchpad.net/openstack-ci/+bug/1265057 by yanking the horizon screening out of devstack https://review.openstack.org/#/c/165063/ | 14:37 |
openstack | Launchpad bug 1265057 in grenade "gate/check-grenade-dsvm: Horizon front page not functioning!" [Undecided,Confirmed] | 14:37 |
doug-fish | while that's a fine and reasonable short term patch I assume we want to get that back in right? it seems like that exercise fails mostly when Horizon isn't working in devstack - and it would be nice to discover that sooner | 14:38 |
robcresswell | doug-fish: Yes, I'd assume we'd want to know. That said, it's been a recurring issue if you look at the bug comments, so we really need better checks in place if we are to reinstate that exercise (better checks on that check? Ugh) | 14:41 |
doug-fish | somehow it passed our gate when the change was integrated? | 14:42 |
doug-fish | that seems like where it should have been caught | 14:42 |
*** vijendar has joined #openstack-horizon | 14:42 | |
robcresswell | doug-fish: Yeah, definitely. We really ought to chase it up and find out precisely what caused it. All we've really done is remove the symptom, rather than dig up the cause here :/ | 14:43 |
*** vishwanathj has joined #openstack-horizon | 14:43 | |
robcresswell | doug-fish: Days before K-3 is not the time for that though! | 14:44 |
doug-fish | robcresswell: we should plan our gate breaking more carefully. :-) | 14:44 |
*** gokrokve_ has joined #openstack-horizon | 14:44 | |
*** Piet has joined #openstack-horizon | 14:44 | |
robcresswell | doug-fish: Haha, indeed :) | 14:45 |
*** gokrokve has quit IRC | 14:45 | |
*** absubram has joined #openstack-horizon | 14:46 | |
*** dak419 has quit IRC | 14:48 | |
*** JeanBriceCombebi has quit IRC | 14:49 | |
*** gokrokve_ has quit IRC | 14:53 | |
*** vishwana_ has joined #openstack-horizon | 14:54 | |
*** gokrokve has joined #openstack-horizon | 14:56 | |
*** vishwanathj has quit IRC | 14:56 | |
*** david-lyle_afk is now known as david-lyle | 14:57 | |
*** crobertsrh has joined #openstack-horizon | 14:58 | |
*** kmartin has joined #openstack-horizon | 15:00 | |
*** julim has quit IRC | 15:04 | |
*** jasongarber has joined #openstack-horizon | 15:06 | |
*** julim has joined #openstack-horizon | 15:07 | |
*** bpokorny has joined #openstack-horizon | 15:08 | |
*** e0ne is now known as e0ne_ | 15:08 | |
jasongarber | david-lyle, would you have any time today to chat with our team about domains and v3 policy today? The change to bp/domain-based-rbac has a big impact for us and we want to find out a little bit more. | 15:12 |
david-lyle | jasongarber: sure | 15:12 |
jasongarber | Great! What time are you free? We can set up a Google Hangout if that works for you | 15:12 |
*** sayan has joined #openstack-horizon | 15:13 | |
openstackgerrit | Martin Pavlásek proposed openstack/horizon: Use default values in horizon.conf https://review.openstack.org/165102 | 15:14 |
openstackgerrit | Timur Sufiev proposed openstack/horizon: Support Instances->Disassociate IP action for Neutron setups https://review.openstack.org/136456 | 15:15 |
jasongarber | david-lyle: Do you have 1/2 hour between 2 and 4 pm EDT today? | 15:15 |
david-lyle | jasongarber: closer to 2 EDT is better | 15:17 |
david-lyle | also, took the -2's off, but I still have many doubts | 15:17 |
jasongarber | david-lyle: Great! Let's say 2 pm. I'll send an invite with the hangout link. Thanks so much! | 15:17 |
david-lyle | sure | 15:18 |
*** e0ne_ has quit IRC | 15:18 | |
*** crobertsrh has quit IRC | 15:19 | |
*** Piet has quit IRC | 15:21 | |
mpavlase | tosky: https://review.openstack.org/#/c/165102/1 - I'm still not able to add you as reviewer by hand... :-( | 15:22 |
tosky | mpavlase: I've seen it, and I was wondering about sahara, if the default should be flipped - or maybe the default value on the gate test should be changed | 15:23 |
*** annashen has joined #openstack-horizon | 15:23 | |
tosky | I'm not sure how it works there, I should check probably | 15:23 |
*** e0ne has joined #openstack-horizon | 15:24 | |
tosky | otherwise sahara tests (and every new functionality, like swift in another test) are going to be skipped | 15:24 |
*** kaufer1 has joined #openstack-horizon | 15:26 | |
mpavlase | tosky: yes, I don't know how horizon gate is configured, but there would be always option to rewrite the values in horizon.conf by hand/sed/etc. | 15:26 |
tosky | mpavlase: sure, but then gate tests could not gate some tests | 15:26 |
tosky | if the change is applied before changing gate tests | 15:26 |
*** kaufer has quit IRC | 15:27 | |
*** alexvictorchan has joined #openstack-horizon | 15:28 | |
*** jasongarber has quit IRC | 15:29 | |
mpavlase | Daniel was working on gate job, correct? | 15:29 |
mpavlase | tosky: ^^^ | 15:29 |
tosky | mpavlase: I've seen a bug about enabling neutron there, but I'm not sure where to look for | 15:29 |
mpavlase | tosky: this one: https://bugs.launchpad.net/horizon/+bug/1425882 | 15:30 |
openstack | Launchpad bug 1425882 in OpenStack Dashboard (Horizon) "Use Neutron in Horizon integration tests job" [Low,Confirmed] | 15:30 |
tosky | mpavlase: yes, but no review | 15:31 |
*** JeanBriceCombebi has joined #openstack-horizon | 15:32 | |
mpavlase | tosky: it's 3 weeks old | 15:32 |
*** rdopiera_ has quit IRC | 15:37 | |
*** JeanBriceCombebi has quit IRC | 15:38 | |
*** rdopiera has joined #openstack-horizon | 15:39 | |
*** JeanBriceCombebi has joined #openstack-horizon | 15:39 | |
*** lhcheng has joined #openstack-horizon | 15:39 | |
openstackgerrit | Matt Borland proposed openstack/horizon: [Launch Instance Fix] Launch Instance from Image Screens https://review.openstack.org/165111 | 15:39 |
tosky | mpavlase: tnovacik_ just commented about the issue on skipped tests | 15:39 |
*** JeanBriceCombebi has quit IRC | 15:40 | |
tnovacik_ | mpavlase, your test passed that means that swift is installed on the gate by default, not need to modify gate configuration | 15:41 |
*** JeanBriceCombebi has joined #openstack-horizon | 15:42 | |
mpavlase | tnovacik_: I thought that default configuration should fit devstack environment with minimum changes, ideally none | 15:43 |
*** annashen has quit IRC | 15:43 | |
tnovacik_ | mpavlase, well i see it differently the more service are enabled the better coverage we have | 15:44 |
*** garthb has joined #openstack-horizon | 15:49 | |
mpavlase | tnovacik_: also good point... I'd like to have it open for discussion on review | 15:49 |
mpavlase | * in review | 15:49 |
*** garthb_ has joined #openstack-horizon | 15:50 | |
*** christophs has quit IRC | 15:51 | |
*** christophs has joined #openstack-horizon | 15:52 | |
*** christophs has joined #openstack-horizon | 15:52 | |
tosky | mpavlase: so, dkorn bug about horizon was fixed, but the closed review didn't update the bug: https://review.openstack.org/#/c/159397/ | 15:53 |
robcresswell | tosky: Thanks for the bug comment, I'll mark it fixed | 15:56 |
tnovacik_ | mpavlase, i think that you should create a bug for that kind of issue - rather that discussion it in the review :) as that would have global impact | 15:56 |
tosky | robcresswell: oh, nice, thank you! | 15:56 |
mpavlase | tnovacik_: ok, good idea, I will | 15:57 |
robcresswell | tosky: No problem | 15:57 |
mpavlase | tnovacik_: take a look: https://bugs.launchpad.net/horizon/+bug/1433123 | 15:57 |
openstack | Launchpad bug 1433123 in OpenStack Dashboard (Horizon) "horizon.conf should used default values" [Undecided,In progress] - Assigned to Martin Pavlásek (mpavlase) | 15:57 |
david-lyle | robcresswell: where are we on https://review.openstack.org/#/c/143139/ | 15:57 |
david-lyle | should I defer it to Liberty? | 15:57 |
david-lyle | days of reckoning are upon us | 15:58 |
robcresswell | david-lyle: Nope, patch will be up in ~2 hours, addressing all of Akihiro's comments. Would like to get it merged. It isn't big/intrusive. | 15:58 |
tnovacik_ | mpavlase, i agree, but i guess that we differ what the defaults should be :) | 15:58 |
tnovacik_ | *in what... | 15:58 |
robcresswell | david-lyle: If possible :) | 15:58 |
david-lyle | ok my cleaver is swinging frantically, be careful :P | 15:58 |
tosky | mpavlase, tnovacik_: looking at the code, it seems that right now horizon.conf is not created according the devstack settings, but the default is used | 15:59 |
openstackgerrit | Paul Karikh proposed openstack/horizon: Logout user if he has no valid tokens https://review.openstack.org/142481 | 15:59 |
robcresswell | david-lyle: Understood - thanks for reaching out. | 15:59 |
*** radez is now known as radez_g0n3 | 15:59 | |
david-lyle | sure | 15:59 |
tosky | mpavlase, tnovacik_: at least, if I don't misread this: https://github.com/openstack-infra/project-config/blob/master/jenkins/jobs/horizon.yaml#L48 | 15:59 |
openstackgerrit | David Lyle proposed openstack/horizon: Drop QUnit JS tests in favor of Jasmine https://review.openstack.org/156572 | 15:59 |
amotoki | robcresswell: hopefully i can review it tomorrow if there is an update. (note that I am going to bed) | 16:01 |
robcresswell | amotoki: Understood, thankyou. Night! | 16:01 |
*** nlahouti has joined #openstack-horizon | 16:03 | |
tnovacik_ | tosky, weird | 16:03 |
*** iamjarvo has quit IRC | 16:05 | |
amotoki | robcresswell: If you have questions or have no good ideas, please let me know in the reivew comments. I can check them. thanks! | 16:06 |
*** Longgeek has joined #openstack-horizon | 16:06 | |
openstackgerrit | Szymon Wróblewski proposed openstack/horizon: Metadata widget multivalue selection support https://review.openstack.org/153210 | 16:06 |
*** kmartin has quit IRC | 16:06 | |
*** amotoki has quit IRC | 16:06 | |
*** kmartin has joined #openstack-horizon | 16:07 | |
*** dboik_ has quit IRC | 16:09 | |
*** Longgeek has quit IRC | 16:10 | |
*** SimonChung has joined #openstack-horizon | 16:12 | |
*** absubram has quit IRC | 16:13 | |
*** samueldmq-away is now known as samueldmq | 16:14 | |
*** Piet has joined #openstack-horizon | 16:15 | |
*** gugl has joined #openstack-horizon | 16:20 | |
*** bluex-pl has quit IRC | 16:25 | |
*** dak419 has joined #openstack-horizon | 16:29 | |
*** absubram has joined #openstack-horizon | 16:32 | |
*** packet has joined #openstack-horizon | 16:33 | |
*** andrewbogott is now known as andrewbogott_afk | 16:35 | |
*** absubram has quit IRC | 16:36 | |
*** SimonChung has quit IRC | 16:37 | |
*** sqchen has joined #openstack-horizon | 16:39 | |
*** tnovacik_ is now known as tnovacik | 16:41 | |
*** oro has quit IRC | 16:44 | |
*** oro_ has quit IRC | 16:44 | |
*** annashen has joined #openstack-horizon | 16:46 | |
*** absubram has joined #openstack-horizon | 16:48 | |
*** harlowja_away is now known as harlowja | 16:49 | |
*** andrewbogott_afk is now known as andrewbogott | 16:49 | |
*** absubram has quit IRC | 16:50 | |
*** absubram has joined #openstack-horizon | 16:51 | |
*** tqtran has joined #openstack-horizon | 16:53 | |
*** alexpilotti has quit IRC | 16:53 | |
*** markus_z has quit IRC | 16:55 | |
*** sqchen has quit IRC | 16:55 | |
*** Ala has quit IRC | 16:56 | |
*** tnovacik has quit IRC | 16:57 | |
*** SimonChung has joined #openstack-horizon | 17:01 | |
openstackgerrit | Thai Tran proposed openstack/horizon: Enable login via openID and SAML https://review.openstack.org/151842 | 17:01 |
*** sqchen has joined #openstack-horizon | 17:01 | |
*** ygbo has quit IRC | 17:03 | |
*** sbfox has joined #openstack-horizon | 17:03 | |
*** radez_g0n3 is now known as radez | 17:05 | |
*** amerine has joined #openstack-horizon | 17:06 | |
*** masco has quit IRC | 17:10 | |
*** dboik has joined #openstack-horizon | 17:10 | |
*** SimonChung has quit IRC | 17:12 | |
*** SimonChung has joined #openstack-horizon | 17:19 | |
*** JeanBriceCombebi has quit IRC | 17:20 | |
*** masco has joined #openstack-horizon | 17:22 | |
*** smc7 has quit IRC | 17:24 | |
*** ybathia has joined #openstack-horizon | 17:26 | |
*** gokrokve has quit IRC | 17:28 | |
openstackgerrit | Kelly Domico proposed openstack/horizon: WIP [Launch Instance Fix] Adding validation https://review.openstack.org/165155 | 17:32 |
openstackgerrit | Doug Fish proposed openstack/horizon: Fix bad performance on project update panel https://review.openstack.org/119487 | 17:33 |
*** packet has quit IRC | 17:33 | |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: Auto-focus for modal dialog https://review.openstack.org/156785 | 17:34 |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: Focus-trap for modal dialog https://review.openstack.org/157656 | 17:36 |
*** e0ne has quit IRC | 17:37 | |
*** mpavlase has quit IRC | 17:37 | |
*** ttrifonov is now known as zz_ttrifonov | 17:40 | |
*** crobertsrh has joined #openstack-horizon | 17:40 | |
*** Ephur has joined #openstack-horizon | 17:44 | |
mattfarina | folks, is there any guideline on message in horizon ending in punctuation (a period) or with nothing? I see a patch to make a change and I see horizon is inconsistent in implementation. | 17:45 |
mattfarina | sqchen ^^ maybe you have an idea | 17:45 |
robcresswell | mattfarina: Messages usually end without a full stop | 17:46 |
mattfarina | robcresswell is that written somewhere? | 17:46 |
robcresswell | mattfarina: If there are some with punctuation, they should actually be removed afaik | 17:46 |
robcresswell | mattfarina: I'm not sure. May be "tribal knowledge" as jpich would say | 17:46 |
*** sayan has quit IRC | 17:46 | |
david-lyle | what messages? | 17:47 |
mattfarina | i ask because things that are tribal knowledge I like to write down | 17:47 |
mattfarina | error/success messages for example | 17:47 |
david-lyle | they should have a period at the end. I don't always enforce it, because... lazy | 17:47 |
*** sayan has joined #openstack-horizon | 17:48 | |
robcresswell | Uh-oh. My bad. | 17:48 |
sqchen | mattfarina: The change I made is according code-reviewer’s comments and mockup. Those messages are not like a notification rather than a tip or something like that. | 17:48 |
mattfarina | david-lyle what about things like table help | 17:48 |
sqchen | https://review.openstack.org/#/c/164936/ | 17:48 |
mattfarina | sqchen i see that. | 17:48 |
*** kaufer has joined #openstack-horizon | 17:49 | |
robcresswell | sqchen: Was just about to link that | 17:49 |
mattfarina | i see inconsistencies all over so i'm just curious | 17:49 |
robcresswell | Yeah I had always believed we didn't add them | 17:49 |
*** annashen has quit IRC | 17:49 | |
david-lyle | I think if it's in the form of a sentence, it should be punctuated as such | 17:49 |
sqchen | Here is the link to the patch that is making the change on `message` : https://review.openstack.org/#/c/164936/ | 17:49 |
*** tnovacik has joined #openstack-horizon | 17:49 | |
mattfarina | david-lyle so, for example we should use "Select one or more security groups from the available groups below." (form of a sentence) and "Select one or more" | 17:50 |
mattfarina | notice where I put the period | 17:50 |
mattfarina | is that right? | 17:51 |
*** radez is now known as radez_g0n3 | 17:51 | |
*** mwhagedorn has quit IRC | 17:51 | |
david-lyle | I guess | 17:52 |
*** mwhagedorn has joined #openstack-horizon | 17:52 | |
*** kaufer1 has quit IRC | 17:52 | |
david-lyle | to be honest, I think a period is the least of our concerns | 17:52 |
david-lyle | but consistency is good | 17:52 |
sqchen | More context about the design of those message: https://openstack.invisionapp.com/d/main#/console/2472307/66353137/preview | 17:53 |
david-lyle | I think on the filler on there would have periods | 17:54 |
sqchen | In this design mockup, there is no period. | 17:54 |
david-lyle | The rest are not intended to be sentences | 17:54 |
david-lyle | sqchen: on the gibberish? | 17:54 |
sqchen | david-lyle: Ok | 17:54 |
david-lyle | but the are commas | 17:55 |
david-lyle | *there | 17:55 |
*** gyee has joined #openstack-horizon | 17:55 | |
david-lyle | Select a network from the Available Networks below could probably live without a period too | 17:56 |
david-lyle | but that's just my taste | 17:56 |
mattfarina | david-lyle i do agree on it being the least of our worries. i was more or less curious on the pattern since i didn't see it written and I couldn't tell from the code | 17:56 |
david-lyle | mattfarina: traditionally the only guidelines I remember are periods in messages | 17:57 |
david-lyle | anything that is actually prose should be treated as such | 17:57 |
sqchen | david-lyle: ok, I can make the change as you suggested here. Just want you be aware of that in the mockup `select a newwork from available network below` has no period. | 17:57 |
*** oro has joined #openstack-horizon | 17:57 | |
*** oro_ has joined #openstack-horizon | 17:58 | |
david-lyle | sqchen: all I'm really saying is the "Lorem ..." bits should be complete sentences and punctuated as such | 17:58 |
david-lyle | blurbs in the widget, meh | 17:58 |
*** rdopiera has quit IRC | 17:59 | |
sqchen | david-lyle: agreed. :-) I trust native english speekers here. | 18:00 |
*** bpokorny_ has joined #openstack-horizon | 18:00 | |
sqchen | mattfarina: thanks for the call. | 18:01 |
*** gokrokve has joined #openstack-horizon | 18:02 | |
*** alexpilotti has joined #openstack-horizon | 18:02 | |
mattfarina | sqchen when i saw your change I was more or less curious what it should be so I went looking and then got confused. that's all | 18:03 |
*** mwhagedorn has quit IRC | 18:03 | |
*** andrewbogott is now known as andrewbogott_afk | 18:03 | |
*** bpokorny has quit IRC | 18:04 | |
sqchen | mattfarina: I know. | 18:04 |
*** bpokorny has joined #openstack-horizon | 18:05 | |
*** smc7 has joined #openstack-horizon | 18:05 | |
*** bpokorn__ has joined #openstack-horizon | 18:06 | |
*** aix has quit IRC | 18:06 | |
stevemar | david-lyle, lhcheng request to re-review the websso stuffs and things | 18:06 |
*** bpokorny_ has quit IRC | 18:07 | |
*** vishwana_ has quit IRC | 18:08 | |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: [Launch Instance Fix] Removing period from selecting tips. https://review.openstack.org/164936 | 18:08 |
*** vishwanathj has joined #openstack-horizon | 18:08 | |
*** krykowski has quit IRC | 18:09 | |
tqtran | yep, the websso stuff is in pretty good shape, let me know if you need anything else change | 18:09 |
*** bpokorny has quit IRC | 18:10 | |
*** jprovazn has quit IRC | 18:10 | |
*** vishwanathj has quit IRC | 18:13 | |
*** sbfox has quit IRC | 18:13 | |
*** mpavlase has joined #openstack-horizon | 18:14 | |
*** dboik has quit IRC | 18:14 | |
*** radez_g0n3 is now known as radez | 18:15 | |
*** e0ne has joined #openstack-horizon | 18:16 | |
*** absubram has quit IRC | 18:17 | |
*** bpokorny has joined #openstack-horizon | 18:18 | |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: [Launch Instance Fix] Make "Direct Input" the default in Configuration step https://review.openstack.org/165174 | 18:20 |
*** sayan has quit IRC | 18:20 | |
*** bpokorn__ has quit IRC | 18:21 | |
openstackgerrit | Ethan Gafford proposed openstack/horizon: Sahara Shell Action Form https://review.openstack.org/160510 | 18:22 |
*** masco has quit IRC | 18:23 | |
*** Drago has quit IRC | 18:26 | |
*** Drago has joined #openstack-horizon | 18:26 | |
openstackgerrit | Brian Tully proposed openstack/horizon: Source step - fix dynamic column headers and data https://review.openstack.org/164906 | 18:27 |
*** e0ne is now known as e0ne_ | 18:27 | |
*** absubram has joined #openstack-horizon | 18:31 | |
*** e0ne_ has quit IRC | 18:32 | |
*** dboik has joined #openstack-horizon | 18:34 | |
*** radez is now known as radez_g0n3 | 18:35 | |
*** welldannit has joined #openstack-horizon | 18:35 | |
*** sbfox has joined #openstack-horizon | 18:36 | |
*** dboik has quit IRC | 18:36 | |
*** dboik has joined #openstack-horizon | 18:36 | |
*** mpavlase has quit IRC | 18:36 | |
*** gokrokve has quit IRC | 18:38 | |
*** packet has joined #openstack-horizon | 18:39 | |
*** e0ne has joined #openstack-horizon | 18:39 | |
*** tnovacik has quit IRC | 18:40 | |
*** radez_g0n3 is now known as radez | 18:40 | |
*** dboik has quit IRC | 18:41 | |
*** welldannit has quit IRC | 18:41 | |
*** dboik has joined #openstack-horizon | 18:41 | |
*** welldannit has joined #openstack-horizon | 18:41 | |
*** dboik has quit IRC | 18:41 | |
*** annashen has joined #openstack-horizon | 18:43 | |
*** dboik has joined #openstack-horizon | 18:43 | |
*** dboik has quit IRC | 18:45 | |
*** dboik has joined #openstack-horizon | 18:45 | |
*** mrunge has quit IRC | 18:46 | |
*** Piet has quit IRC | 18:47 | |
*** lsmola has quit IRC | 18:52 | |
*** jwy has joined #openstack-horizon | 18:52 | |
*** jcoufal has quit IRC | 18:53 | |
*** gokrokve has joined #openstack-horizon | 18:53 | |
*** zz_ttrifonov is now known as ttrifonov | 18:54 | |
openstackgerrit | Matt Borland proposed openstack/horizon: [Launch Instance Fix] Launch Instance from Various Screens https://review.openstack.org/165111 | 18:58 |
*** rushiagr is now known as rushiagr_away | 18:59 | |
*** lhcheng is now known as lhcheng_afk | 19:00 | |
*** SimonChung1 has joined #openstack-horizon | 19:04 | |
*** SimonChung2 has joined #openstack-horizon | 19:04 | |
*** SimonChung1 has quit IRC | 19:04 | |
*** SimonChung has quit IRC | 19:05 | |
*** Drago has quit IRC | 19:06 | |
*** Drago1 has joined #openstack-horizon | 19:06 | |
openstackgerrit | Bradley Jones proposed openstack/horizon: Add Curvature topology https://review.openstack.org/141078 | 19:09 |
*** annashen has quit IRC | 19:09 | |
openstackgerrit | Aaron Sahlin proposed openstack/horizon: Magic Search Enablement https://review.openstack.org/157481 | 19:09 |
openstackgerrit | Aaron Sahlin proposed openstack/horizon: Magic Search Demo in Users table https://review.openstack.org/151386 | 19:09 |
*** SimonChung has joined #openstack-horizon | 19:11 | |
*** SimonChung2 has quit IRC | 19:11 | |
*** jwy has quit IRC | 19:11 | |
*** andrewbogott_afk is now known as andrewbogott | 19:13 | |
*** andrewbogott is now known as andrewbogott_afk | 19:13 | |
*** andrewbogott_afk is now known as andrewbogott | 19:14 | |
*** andrewbogott has joined #openstack-horizon | 19:15 | |
*** tosky has quit IRC | 19:15 | |
*** radez is now known as radez_g0n3 | 19:16 | |
*** sbfox has quit IRC | 19:16 | |
*** packet has quit IRC | 19:16 | |
*** andrewbogott has quit IRC | 19:17 | |
*** andrewbogott has joined #openstack-horizon | 19:17 | |
*** jtriley has quit IRC | 19:17 | |
*** jwy has joined #openstack-horizon | 19:17 | |
*** dboik has quit IRC | 19:20 | |
*** dboik has joined #openstack-horizon | 19:20 | |
*** aix has joined #openstack-horizon | 19:21 | |
*** oro_ has quit IRC | 19:24 | |
*** oro has quit IRC | 19:24 | |
*** jcoufal has joined #openstack-horizon | 19:26 | |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: [Launch Instance Fix] Add Sorting To Table in Select Source https://review.openstack.org/164900 | 19:27 |
openstackgerrit | Shaoquan Chen proposed openstack/horizon: [Launch Instance Fix] Make "Direct Input" the default in Configuration step https://review.openstack.org/165174 | 19:27 |
openstackgerrit | Kelly Domico proposed openstack/horizon: [Launch Instance Fix] Adding validation https://review.openstack.org/165155 | 19:28 |
*** oro has joined #openstack-horizon | 19:28 | |
openstackgerrit | Kelly Domico proposed openstack/horizon: [Launch Instance Fix] Adding validation https://review.openstack.org/165155 | 19:29 |
*** dboik has quit IRC | 19:31 | |
*** dboik has joined #openstack-horizon | 19:31 | |
*** neelashah has quit IRC | 19:33 | |
*** crobertsrh has left #openstack-horizon | 19:36 | |
*** sbfox has joined #openstack-horizon | 19:41 | |
openstackgerrit | Matt Borland proposed openstack/horizon: Source step - fix dynamic column headers and data https://review.openstack.org/164906 | 19:46 |
*** dboik has quit IRC | 19:48 | |
*** dboik has joined #openstack-horizon | 19:49 | |
*** annashen has joined #openstack-horizon | 19:52 | |
*** radez_g0n3 is now known as radez | 19:54 | |
*** dboik has quit IRC | 19:54 | |
*** ZZelle_ has joined #openstack-horizon | 19:55 | |
*** dboik has joined #openstack-horizon | 19:55 | |
*** vishwanathj has joined #openstack-horizon | 19:55 | |
*** tnovacik has joined #openstack-horizon | 19:58 | |
*** dboik_ has joined #openstack-horizon | 20:00 | |
*** SimonChung has quit IRC | 20:01 | |
*** SimonChung1 has joined #openstack-horizon | 20:02 | |
*** dboik has quit IRC | 20:02 | |
*** SimonChung1 has quit IRC | 20:03 | |
*** SimonChung has joined #openstack-horizon | 20:03 | |
*** vishwanathj has quit IRC | 20:04 | |
*** samueldmq has quit IRC | 20:04 | |
*** absubram has quit IRC | 20:05 | |
*** lblanchard has quit IRC | 20:06 | |
*** vishwanathj has joined #openstack-horizon | 20:06 | |
*** jcoufal has quit IRC | 20:07 | |
*** SimonChung1 has joined #openstack-horizon | 20:08 | |
*** SimonChung has quit IRC | 20:08 | |
*** fifieldt has quit IRC | 20:08 | |
*** aix has quit IRC | 20:09 | |
*** neelashah has joined #openstack-horizon | 20:10 | |
*** vishwanathj has quit IRC | 20:13 | |
*** vishwana_ has joined #openstack-horizon | 20:13 | |
openstackgerrit | Matt Borland proposed openstack/horizon: [Launch Instance Fix] Launch Instance from Various Screens https://review.openstack.org/165111 | 20:15 |
*** nkinder has quit IRC | 20:18 | |
*** andrewbogott is now known as andrewbogott_afk | 20:19 | |
*** nkinder has joined #openstack-horizon | 20:20 | |
*** fifieldt has joined #openstack-horizon | 20:21 | |
*** dboik_ has quit IRC | 20:22 | |
*** dboik has joined #openstack-horizon | 20:22 | |
*** aix has joined #openstack-horizon | 20:25 | |
*** dboik has quit IRC | 20:26 | |
*** dboik has joined #openstack-horizon | 20:26 | |
*** julim has quit IRC | 20:27 | |
openstackgerrit | Brian Tully proposed openstack/horizon: Source step - fix dynamic column headers and data https://review.openstack.org/164906 | 20:27 |
*** vishwana_ has quit IRC | 20:33 | |
*** vishwanathj has joined #openstack-horizon | 20:34 | |
*** dboik has quit IRC | 20:35 | |
*** dboik has joined #openstack-horizon | 20:36 | |
*** romainh has left #openstack-horizon | 20:37 | |
*** raildo is now known as raildo_away | 20:37 | |
*** SimonChung1 has quit IRC | 20:39 | |
*** SimonChung has joined #openstack-horizon | 20:39 | |
*** SimonChung1 has joined #openstack-horizon | 20:40 | |
*** SimonChung has quit IRC | 20:40 | |
*** neelashah has quit IRC | 20:41 | |
*** kaufer has quit IRC | 20:45 | |
*** kaufer has joined #openstack-horizon | 20:45 | |
*** lhcheng_afk is now known as lhcheng | 20:48 | |
*** kaufer has left #openstack-horizon | 20:49 | |
*** hewbrocca has left #openstack-horizon | 20:49 | |
*** Piet has joined #openstack-horizon | 20:49 | |
gugl | Hi folks...FileInput seems to load the whole file into memory or temp...if the file size is really big say 7gb, it takes long time...I implemented file size check in the clean...however it seems to happen after the file loading, is there anyway to check file size before file loading | 20:56 |
lhcheng | gugl: I can only think of using flash/flex, don't know if there is a way to use pure javascript for that. | 20:58 |
lhcheng | if it is 7gb, I think the browser won't process it anyway. I think FF have 4gb limit and IE maybe 2GB | 20:59 |
*** crobertsrh has joined #openstack-horizon | 21:00 | |
openstackgerrit | Matt Borland proposed openstack/horizon: [Launch Instance Fix] Launch Instance from Various Screens https://review.openstack.org/165111 | 21:00 |
*** alexpilotti has quit IRC | 21:00 | |
*** nlahouti has quit IRC | 21:00 | |
gugl | lhcheng: chrome seems to process that ok | 21:01 |
gugl | lhcheng: ok. thanks | 21:02 |
*** alexpilotti has joined #openstack-horizon | 21:02 | |
*** harlowja has quit IRC | 21:03 | |
*** alexpilotti has quit IRC | 21:03 | |
*** r1chardj0n3s_afk is now known as r1chardj0n3s | 21:03 | |
*** nlahouti has joined #openstack-horizon | 21:03 | |
r1chardj0n3s | morning | 21:03 |
*** harlowja_ has joined #openstack-horizon | 21:03 | |
robcresswell | r1chardj0n3s: Morning! | 21:04 |
*** smc7 has quit IRC | 21:05 | |
lhcheng | gugl: http://www.motobit.com/help/scptutl/pa98.htm | 21:05 |
lhcheng | gugl: np | 21:06 |
*** alexpilotti has joined #openstack-horizon | 21:06 | |
*** ybathia has quit IRC | 21:06 | |
*** ybathia has joined #openstack-horizon | 21:06 | |
*** alexpilotti has quit IRC | 21:06 | |
gugl | lhcheng: ok, will take a look. thanks | 21:07 |
*** oro_ has joined #openstack-horizon | 21:08 | |
*** oro_ has quit IRC | 21:08 | |
*** matt-borland has quit IRC | 21:09 | |
*** clu_ has joined #openstack-horizon | 21:13 | |
*** Drago1 has quit IRC | 21:15 | |
*** smc7 has joined #openstack-horizon | 21:17 | |
*** jtomasek has quit IRC | 21:18 | |
*** iamjarvo has joined #openstack-horizon | 21:20 | |
*** annashen has quit IRC | 21:23 | |
*** oro_ has joined #openstack-horizon | 21:25 | |
*** neelashah has joined #openstack-horizon | 21:25 | |
asahlin | Piet: question for you. What is the future of paging in Horizon.. Or is Horizon going to be filter driven? Reason I am asking is the api's today have next link support but are lacking a previous. Is previous link support needed /wanted, should it be pursued? | 21:26 |
*** SimonChung has joined #openstack-horizon | 21:27 | |
*** SimonChung1 has quit IRC | 21:27 | |
*** SimonChung1 has joined #openstack-horizon | 21:29 | |
*** SimonChung has quit IRC | 21:29 | |
*** SimonChung1 has quit IRC | 21:29 | |
openstackgerrit | Merged openstack/horizon: Fixed transcluded content not updating in action list https://review.openstack.org/164862 | 21:29 |
*** SimonChung has joined #openstack-horizon | 21:31 | |
stevemar | lhcheng, david-lyle pinging you both into submission about websso | 21:35 |
mattfarina | hehe | 21:36 |
stevemar | the pest approach to open source development "review it, cmonnn" | 21:36 |
*** mattfarina has quit IRC | 21:39 | |
robcresswell | 'Tests completed successfully.' Sight for sore eyes. | 21:45 |
*** dboik has quit IRC | 21:46 | |
*** dboik has joined #openstack-horizon | 21:46 | |
*** nlahouti has quit IRC | 21:47 | |
*** iamjarvo has quit IRC | 21:52 | |
*** gokrokve has quit IRC | 21:52 | |
*** jtomasek has joined #openstack-horizon | 21:55 | |
*** jtriley has joined #openstack-horizon | 21:55 | |
openstackgerrit | Rob Cresswell proposed openstack/horizon: Adds initial SRIOV creation/config support https://review.openstack.org/143139 | 21:55 |
*** vijendar has quit IRC | 21:57 | |
*** neelashah has quit IRC | 22:02 | |
*** dboik has quit IRC | 22:03 | |
*** dboik has joined #openstack-horizon | 22:03 | |
*** SimonChung has quit IRC | 22:04 | |
*** SimonChung has joined #openstack-horizon | 22:04 | |
*** oro has quit IRC | 22:04 | |
*** welldannit has quit IRC | 22:05 | |
*** nlahouti has joined #openstack-horizon | 22:06 | |
*** nlahouti has quit IRC | 22:06 | |
*** oro_ has quit IRC | 22:06 | |
*** SimonChung1 has joined #openstack-horizon | 22:08 | |
*** SimonChung has quit IRC | 22:08 | |
*** harlowja_ has quit IRC | 22:09 | |
*** lhcheng has quit IRC | 22:09 | |
*** harlowja has joined #openstack-horizon | 22:11 | |
*** crobertsrh is now known as _crobertsrh | 22:13 | |
*** ttrifonov is now known as zz_ttrifonov | 22:13 | |
*** alexvictorchan has quit IRC | 22:13 | |
openstackgerrit | Rob Cresswell proposed openstack/horizon: Adds initial SRIOV creation/config support https://review.openstack.org/143139 | 22:13 |
*** alexvictorchan has joined #openstack-horizon | 22:14 | |
robcresswell | david-lyle: https://review.openstack.org/#/c/143139/ << Patched. Will wait on amotoki's review if he gets time. I'll be up early to address the comments, and hopefully it can be merged tomorrow. Thanks. | 22:16 |
robcresswell | ...aand on that note, night all :) | 22:17 |
*** annashen has joined #openstack-horizon | 22:23 | |
*** peristeri has quit IRC | 22:24 | |
*** harlowja has quit IRC | 22:24 | |
*** harlowja_ has joined #openstack-horizon | 22:24 | |
*** jtriley has quit IRC | 22:26 | |
*** robcresswell is now known as robcresswell_afk | 22:27 | |
*** annashen has quit IRC | 22:28 | |
*** vishwanathj has quit IRC | 22:29 | |
*** jecarey has quit IRC | 22:30 | |
*** iamjarvo has joined #openstack-horizon | 22:33 | |
openstackgerrit | Andrey Kurilin proposed openstack/horizon: WIP: change imports of novaclient https://review.openstack.org/165238 | 22:34 |
*** radez is now known as radez_g0n3 | 22:34 | |
*** smc7 has quit IRC | 22:35 | |
*** sambetts has quit IRC | 22:36 | |
*** jtomasek has quit IRC | 22:36 | |
*** e0ne has quit IRC | 22:36 | |
*** smc7 has joined #openstack-horizon | 22:36 | |
*** smc7 has quit IRC | 22:36 | |
*** sambetts has joined #openstack-horizon | 22:38 | |
*** tnovacik has quit IRC | 22:39 | |
*** lhcheng has joined #openstack-horizon | 22:45 | |
*** stevemar has quit IRC | 22:52 | |
lhcheng | stevemar: just tried it out, something is broken | 22:55 |
lhcheng | wonder if it has been tested :| | 22:56 |
lhcheng | probably need to add more tests in the patch :) | 23:00 |
*** jtriley has joined #openstack-horizon | 23:01 | |
*** nlahouti has joined #openstack-horizon | 23:05 | |
*** jtriley has quit IRC | 23:06 | |
*** sivy has joined #openstack-horizon | 23:07 | |
*** paul-- has quit IRC | 23:09 | |
*** SimonChung has joined #openstack-horizon | 23:10 | |
*** SimonChung1 has quit IRC | 23:10 | |
*** annashen has joined #openstack-horizon | 23:11 | |
*** SimonChung has quit IRC | 23:11 | |
*** paul-- has joined #openstack-horizon | 23:13 | |
*** nlahouti has quit IRC | 23:26 | |
*** nlahouti has joined #openstack-horizon | 23:28 | |
*** Ephur has quit IRC | 23:29 | |
*** sbfox has quit IRC | 23:35 | |
*** SimonChung has joined #openstack-horizon | 23:36 | |
*** nlahouti has quit IRC | 23:40 | |
openstackgerrit | Behdad Fariba proposed openstack/horizon: Fixing typo in Cinder API https://review.openstack.org/165251 | 23:41 |
*** nlahouti has joined #openstack-horizon | 23:44 | |
*** garthb_ has quit IRC | 23:48 | |
*** garthb has quit IRC | 23:48 | |
*** garthb has joined #openstack-horizon | 23:49 | |
*** garthb_ has joined #openstack-horizon | 23:49 | |
*** david-lyle is now known as david-lyle_afk | 23:50 | |
*** SimonChung has quit IRC | 23:51 | |
*** ZZelle_ has quit IRC | 23:54 | |
*** SimonChung has joined #openstack-horizon | 23:55 | |
*** SimonChung has quit IRC | 23:57 | |
tqtran | lhcheng: ping | 23:57 |
*** annashen has quit IRC | 23:57 | |
tqtran | lhcheng: i can look into the problem with the project switching, but given the timeframe, can the tests be included as a follow on patch after the code freeze? | 23:58 |
*** dboik_ has joined #openstack-horizon | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!