Tuesday, 2014-09-23

*** doug-fish has left #openstack-horizon00:02
*** amcrn has joined #openstack-horizon00:04
*** sbfox has quit IRC00:09
*** nlahouti has quit IRC00:26
*** gokrokve has joined #openstack-horizon00:29
*** ArcTanSusan has quit IRC00:33
*** HenryG has quit IRC00:36
*** rodrigods_ has joined #openstack-horizon00:37
*** ArcTanSusan has joined #openstack-horizon00:38
*** ArcTanSusan has quit IRC00:40
*** cedrics has joined #openstack-horizon00:49
*** neillc has quit IRC00:49
*** david-lyle has quit IRC00:50
*** lcheng_ has quit IRC00:50
*** cedrics has quit IRC01:00
*** Longgeek has joined #openstack-horizon01:04
*** Longgeek has quit IRC01:11
*** Longgeek has joined #openstack-horizon01:11
*** bpokorny_ has joined #openstack-horizon01:12
*** bpokorny has quit IRC01:15
*** gokrokve_ has joined #openstack-horizon01:22
*** gokrokve has quit IRC01:25
*** clu_ has quit IRC01:26
*** gokrokve_ has quit IRC01:27
*** bpokorny_ has quit IRC01:34
*** cedrics has joined #openstack-horizon01:49
*** jacalcat has joined #openstack-horizon01:51
*** jacalcat has quit IRC01:56
*** cedrics has quit IRC01:57
*** julim has quit IRC01:58
*** rodrigods_ has quit IRC02:01
*** amcrn has quit IRC02:16
*** radez_g0n3 is now known as radez02:19
*** jacalcat has joined #openstack-horizon02:33
*** HenryG has joined #openstack-horizon02:48
*** cedrics has joined #openstack-horizon02:49
*** jacalcat has quit IRC02:53
*** cedrics has quit IRC02:58
*** bpokorny has joined #openstack-horizon02:59
*** nlahouti has joined #openstack-horizon03:01
*** nlahouti has quit IRC03:05
*** nlahouti has joined #openstack-horizon03:05
*** ramishra has joined #openstack-horizon03:06
*** tqtran has quit IRC03:06
*** jacalcat has joined #openstack-horizon03:24
*** bpokorny has quit IRC03:26
*** vkmc has quit IRC03:36
*** dvarga has joined #openstack-horizon03:47
*** dvarga has quit IRC03:48
*** cedrics has joined #openstack-horizon03:49
*** lcheng has joined #openstack-horizon03:54
*** cedrics has quit IRC03:57
*** vivekd has joined #openstack-horizon03:58
*** echevemaster has quit IRC04:00
*** tnovacik has joined #openstack-horizon04:11
*** vivekd has quit IRC04:16
*** masco has joined #openstack-horizon04:18
*** gokrokve has joined #openstack-horizon04:20
*** nikunj2512 has joined #openstack-horizon04:23
*** ramishra has quit IRC04:26
*** jacalcat has quit IRC04:27
*** lcheng_ has joined #openstack-horizon04:29
*** lcheng has quit IRC04:31
*** ramishra has joined #openstack-horizon04:33
*** vivekd has joined #openstack-horizon04:34
*** tnovacik has quit IRC04:37
*** sayan has joined #openstack-horizon04:38
*** radez is now known as radez_g0n304:39
*** cedrics has joined #openstack-horizon04:49
*** gokrokve_ has joined #openstack-horizon04:50
*** gokrokve has quit IRC04:53
*** tnovacik has joined #openstack-horizon04:56
lcheng_hi amotoki04:57
amotokilcheng_: hi04:57
lcheng_amotoki: when you get the chance, can you review https://review.openstack.org/#/c/123327/   It is a related to the last change you made on the file.  It would great if you can give a feedback if I break something else.04:58
*** MaxV has joined #openstack-horizon04:58
lcheng_amotoki: I like to scope this bug to rc1 too.04:58
amotokilcheng_: sure. I believe it fits to RC1.05:00
*** cedrics has quit IRC05:00
lcheng_the dashboards defined via the settings.py is no longer loaded correctly if they don't have the same definition via the plugin mechanism05:01
amotokilcheng_: btw, regarding dashboad config, could you review my patch https://review.openstack.org/#/c/119545/ too? It tries to avoid confusion between the pluggable config and horizon_config.05:01
amotokilcheng_: yes. there are some inconsistency. I confirmed the inconsistency when I updated setings.rst during working on the above review.05:02
*** Longgeek has quit IRC05:02
*** tnovacik has quit IRC05:03
lcheng_amotoki: interesting.. Yeah, it is confusing to the user to have two ways to define the dashboard. I agree to deprecate the use of settings.py for defining the dashboard.05:03
amotokilcheng_: IMHO OpenStack dashboard should be configured ONLY via the pluggable config and using setting.py should be discouraged.05:03
amotokilcheng_: but using settings.py is still valid if we use Horizon itself (without openstack dashboard).05:04
lcheng_amotoki: I encountered this issue while doing an upgrade of an horizon instance to the latest code. It still uses the old mechanism. I think we should just deprecate the feature, by describing it in the docs and logging a warning for the mean time.  And wait for a release to completely remove that support.05:06
lcheng_amotoki: yeah, we have an instance that leverage both horizon and openstack_dashboard. It mainly uses it as a library for widget and panels, the instance itself has a number of customer panels and dashboards too.05:08
amotokilcheng_: what I am not sure is whether we need to consider backward compat in Horizon itself. I think this is a feature horizon(_lib) itself should provide.05:09
lcheng_amotoki: Not sure either, but it would be nicer for user experience to have a gradual transition rather than just suddenly turning off  support for a config option.05:12
*** vivekd has left #openstack-horizon05:13
*** gokrokve_ has quit IRC05:13
*** gokrokve has joined #openstack-horizon05:14
amotokilcheng_: yeah, we need a gradual migration. I don't mean we drop a way via settings suddenly :)05:14
*** tnovacik has joined #openstack-horizon05:16
*** Longgeek has joined #openstack-horizon05:17
lcheng_amotoki: I completely agree that we should have only mechanism documented as best practice. And having the docs you posted is a great step moving forward. :)05:17
*** gokrokve has quit IRC05:18
*** sayan has quit IRC05:19
lcheng_amotoki: About the plugin code, I think we should move the code in openstack_dashboard.utils.settings into horizon lib. A lot of the code in the horizon.base is tightly tied to the logic used in openstack_dashboard.utils.settings and that code seems generic enough anyway. Opportunity for later improvement.05:19
amotokilcheng_: totally agree.05:19
*** sayan has joined #openstack-horizon05:20
amotokilcheng_: btw, let me clarify how to reproduce the issue fixed your review?05:20
amotokilcheng_: Do you set INSTALLED_APPS accordingly?05:20
amotokilcheng_: or does it happen when we have both plugin config and dashboards in HORIZON_CONFIG?05:23
lcheng_amotoki: yeah, that's still set accordingly.  For the setup, it only have the dashboards configured via HORIZON_CONFIG, no external dashboard plugin file.05:24
lcheng_amotoki: no plugin config, yes to HORIZON_CONFIG05:24
*** gokrokve has joined #openstack-horizon05:24
amotokilcheng_: Thanks. The logic already becomes big and complicated without unit tests :-(05:25
*** danieru_ has quit IRC05:29
*** danieru has joined #openstack-horizon05:30
*** MaxV has quit IRC05:31
*** harlowja is now known as harlowja_away05:31
lcheng_amotoki: I see that you still have the dashboard config via the settings described in there, that's good. :)05:31
*** mrunge has joined #openstack-horizon06:01
*** tzumainn has quit IRC06:03
*** sbfox has joined #openstack-horizon06:05
*** sayali has joined #openstack-horizon06:06
*** MaxV has joined #openstack-horizon06:06
*** sayan has quit IRC06:07
*** jcoufal has joined #openstack-horizon06:10
lcheng_amotoki: wow, the check job on my patch finished in an hour. Fastest I've seen since I started contributing code. :)06:11
lcheng_I hope gate jobs will eventually be that fast too.06:13
*** jtomasek has joined #openstack-horizon06:18
*** MaxV has quit IRC06:20
*** sayan has joined #openstack-horizon06:21
*** MaxV has joined #openstack-horizon06:22
*** k4n0 has joined #openstack-horizon06:23
*** MaxV has quit IRC06:27
*** amerine has quit IRC06:29
*** MaxV has joined #openstack-horizon06:30
*** sayali has quit IRC06:31
*** sbfox has quit IRC06:33
*** lcheng_ has quit IRC06:37
*** jprovazn has joined #openstack-horizon06:38
*** gokrokve_ has joined #openstack-horizon06:49
*** sayan has quit IRC06:51
*** gokrokve has quit IRC06:51
*** sayan has joined #openstack-horizon06:53
*** gokrokve_ has quit IRC06:54
*** ttrifonov_zZzz is now known as ttrifonov06:54
*** dulek has joined #openstack-horizon06:56
*** rdopieralski has joined #openstack-horizon06:56
nikunj2512@amotoki: Hi, I am trying to replace self.mox.StubOutWithMock with @test.create_stubs but test is failing06:57
nikunj2512@amotoki: Please if you have some time, take a look at my code here - http://paste.openstack.org/show/114445/06:58
*** ramishra has quit IRC06:59
*** ramishra has joined #openstack-horizon06:59
*** MaxV has quit IRC07:03
*** dhubbard_ has quit IRC07:03
*** dhubbard has joined #openstack-horizon07:04
*** nlahouti has quit IRC07:05
tsufieva lot of tests started to fail recently, does anybody know how to fix it?07:07
*** ramishra has quit IRC07:07
*** ramishra has joined #openstack-horizon07:08
*** sayali has joined #openstack-horizon07:08
jpichtsufiev: Are you thinking of https://review.openstack.org/#/c/123104/ or something different?07:10
tsufievjpich, ah, thank you! That was fast - I mean, the fix merge time :)07:13
jpichFor critical fixes that block any other patch from being merged, yeah :-)07:13
*** jcoufal has quit IRC07:18
*** jcoufal has joined #openstack-horizon07:20
*** cedrics has joined #openstack-horizon07:22
*** romainh has joined #openstack-horizon07:23
viklundwe're thinking of using 2-factor auth for horizon, I've found the Two-Factor OpenAcademy-OpenStack repository07:24
viklundis it a good idea to use that?07:24
*** ArthurBerezin has joined #openstack-horizon07:25
viklundhttps://github.com/OpenAcademy-OpenStack/Two-Factor07:25
*** gokrokve has joined #openstack-horizon07:25
*** gokrokve has quit IRC07:27
*** gokrokve has joined #openstack-horizon07:27
*** ihrachyshka has joined #openstack-horizon07:27
*** ala_ has joined #openstack-horizon07:28
mrungeviklund, anything you're intending to use has to be integrated with keystone07:28
viklundyes, that project seems to be integrated with keystone07:28
mrungeyes, I saw that07:29
mrungealthough I disagree with forking upstream prjects07:29
mrungenobody can keep up with upstreams speed moving forward07:30
mrungeviklund, that code is 4 months old07:30
viklundmrunge: yep07:30
mrungethat's ages in terms of OpenStack07:30
viklundthat makes me a bit worried07:30
viklundthat's why I'm asking07:31
mrungeviklund, I'd propose to look into integration directly into keystone07:31
mrungeviklund, and afaik, you can hook your keystone into any ldap etc.07:31
*** gokrokve has quit IRC07:32
mrungeno need to fiddle with django_openstack_auth, horizon etc.07:32
viklundok07:32
mrungeviklund, plus is, it will work on cli as well07:32
viklundbut we still need to expose it in the interfaces somehow07:32
mrungeviklund, why?07:32
viklundshowing the qr-code?07:33
mrungewhy qr code?07:33
viklundentering the extra factor needs a textfield somewhere07:33
viklund(inputfield)07:33
viklundright?07:33
viklundmaybe not the qr code07:33
mrungeviklund, other solutions involve to insert your two secrets in one text box07:34
viklundso "password mytoken" or something like that?07:34
mrungeviklund, for example07:35
mrungeviklund, something like http://en.wikipedia.org/wiki/LinOTP works quite well....07:35
viklundok, thanks, I'll look into that07:36
*** MaxV has joined #openstack-horizon07:36
viklundmrunge: so then I would use LinOTP as an authentication backend for keystone?07:37
mrungeviklund, probably07:38
viklundok, I'll do some research on that. Thanks a lot!07:39
mrungeviklund, you're welcome07:39
*** tnovacik has quit IRC07:45
*** e0ne has joined #openstack-horizon07:50
*** ygbo has joined #openstack-horizon07:56
*** neillc_ has joined #openstack-horizon07:57
*** e0ne has quit IRC07:59
*** wuhg has joined #openstack-horizon08:00
*** e0ne has joined #openstack-horizon08:00
*** pawels has joined #openstack-horizon08:01
*** krykowski has joined #openstack-horizon08:02
*** Longgeek has quit IRC08:07
*** vokhrimenko has joined #openstack-horizon08:08
*** ala_ has quit IRC08:13
*** ala_ has joined #openstack-horizon08:13
*** ala_ has quit IRC08:14
*** Ala has quit IRC08:14
*** denis_makogon has joined #openstack-horizon08:17
*** Ala has joined #openstack-horizon08:21
krykowskiHi guys, I have submitted a bug strictly related to AngularJS. Any chance it is valid? https://bugs.launchpad.net/horizon/+bug/137111608:21
*** athomas has joined #openstack-horizon08:23
*** gokrokve has joined #openstack-horizon08:26
*** Longgeek has joined #openstack-horizon08:29
*** gokrokve has quit IRC08:31
*** cedricss has joined #openstack-horizon08:44
*** sunilm has joined #openstack-horizon08:44
*** cedrics has quit IRC08:47
*** e0ne has quit IRC08:58
*** jcoufal has quit IRC08:58
*** krykowski has quit IRC09:06
*** krykowski has joined #openstack-horizon09:08
*** neillc_ has quit IRC09:09
*** e0ne has joined #openstack-horizon09:09
*** qba73 has joined #openstack-horizon09:10
*** neillc_ has joined #openstack-horizon09:10
*** regebro has joined #openstack-horizon09:12
regebroDammit office people, turn on the heat!09:12
*** jcoufal has joined #openstack-horizon09:15
*** tnovacik has joined #openstack-horizon09:17
*** ramishra has quit IRC09:24
*** sambetts has joined #openstack-horizon09:24
sambettsamotoki: Thanks for fixing that minor issue on the policy mixin patch!09:25
amotokisambetts: np. I will make sure to reassign you on the launchpad bug after the patch is merged.09:26
*** gokrokve has joined #openstack-horizon09:26
sambettsamotoki: Thanks!09:26
ZZelleamotoki, hi09:29
*** gokrokve has quit IRC09:30
*** ramishra has joined #openstack-horizon09:35
*** tnovacik has quit IRC09:42
NikitaKonovalovHi, can anyone tell why adding a test caused all other tests to fail with import exceptions http://logs.openstack.org/13/113213/18/check/gate-horizon-python27/f8d872f/console.html09:44
rdopieralskiNikitaKonovalov: rebase your change on master09:51
rdopieralskiNikitaKonovalov: that's an unrelated bug that was introduced with a new version of ceilometer client09:51
rdopieralskiNikitaKonovalov: it's fixed in master already, so it should be fine when you rebase09:51
NikitaKonovalovrdopieralski: thanks09:52
jpichhttps://bugs.launchpad.net/horizon/+bug/1372416 for reference09:54
rdopieralskijpich: btw, https://review.openstack.org/#/c/123383/09:55
jpichMetaclasses huh09:55
rdopieralskijpich: instance check cannot be overriden otherwise :(09:56
jpichrdopieralski: Oh I'm sure you have excellent reasons :-)09:57
*** aix has joined #openstack-horizon09:57
rdopieralskithey always do09:57
*** krykowski has quit IRC10:01
*** sayan has quit IRC10:01
*** jpich has quit IRC10:12
*** akrivoka has joined #openstack-horizon10:13
*** romainh has quit IRC10:16
*** dvarga has joined #openstack-horizon10:22
*** e0ne has quit IRC10:23
*** gokrokve has joined #openstack-horizon10:26
*** krykowski has joined #openstack-horizon10:29
*** gokrokve has quit IRC10:30
*** ramishra has quit IRC10:32
*** ramishra has joined #openstack-horizon10:33
*** ramishra has quit IRC10:33
*** ramishra has joined #openstack-horizon10:34
*** ramishra has quit IRC10:38
*** tosky has joined #openstack-horizon10:43
*** e0ne has joined #openstack-horizon10:46
*** dvarga has quit IRC10:46
*** Longgeek has quit IRC10:50
*** nikunj2512 has quit IRC10:51
*** cedricss has quit IRC10:52
*** garcianavalon has joined #openstack-horizon11:01
*** Longgeek has joined #openstack-horizon11:03
*** vkmc has joined #openstack-horizon11:11
*** vkmc has quit IRC11:11
*** vkmc has joined #openstack-horizon11:11
*** cedrics has joined #openstack-horizon11:17
*** denis_makogon has quit IRC11:19
*** denis_makogon_ has joined #openstack-horizon11:19
*** gokrokve has joined #openstack-horizon11:26
*** gokrokve has quit IRC11:31
*** neillc_ has quit IRC11:31
*** krykowski has quit IRC11:33
*** Drago1 has joined #openstack-horizon11:39
*** Drago1 has quit IRC11:44
*** krykowski has joined #openstack-horizon11:44
*** Longgeek has quit IRC11:52
*** Longgeek has joined #openstack-horizon12:00
*** ArthurBerezin has quit IRC12:00
*** Longgeek has quit IRC12:00
*** Longgeek has joined #openstack-horizon12:00
*** ArthurBerezin has joined #openstack-horizon12:00
*** julim has joined #openstack-horizon12:07
*** k4n0 has quit IRC12:09
*** jacalcat has joined #openstack-horizon12:10
*** mrunge has quit IRC12:25
*** tnovacik has joined #openstack-horizon12:25
*** gokrokve has joined #openstack-horizon12:26
*** jacalcat has quit IRC12:27
mascovokhrimenko, thanks :-)12:27
vokhrimenkomasco : thanks for explain :)12:29
vokhrimenkoWho can help me, please ?12:30
*** gokrokve has quit IRC12:31
vokhrimenkohttps://bugs.launchpad.net/horizon/+bug/133206612:31
vokhrimenkofor fix this bug, i need fix 498 of tests12:31
vokhrimenkoDo need or not need do this ?12:31
rdopieralskivokhrimenko: see https://bugs.launchpad.net/horizon/+bug/136771612:32
*** AndChat|656304 has joined #openstack-horizon12:33
*** AndChat|656304 has joined #openstack-horizon12:33
*** AndChat|656304 has quit IRC12:36
*** AndChat|656304 has joined #openstack-horizon12:36
*** krykowski_ has joined #openstack-horizon12:37
vokhrimenko<rdopieralski>   thanks :-)12:38
*** AndChat|656304 has quit IRC12:39
*** AndChat|656304 has joined #openstack-horizon12:39
*** pawels has left #openstack-horizon12:39
*** AndChat|656304 has quit IRC12:39
*** AndChat|656304 has joined #openstack-horizon12:40
*** AndChat|656304 has quit IRC12:40
*** AndChat|656304 has joined #openstack-horizon12:40
rdopieralskiAndChat|656304: network problems?12:40
*** krykowski has quit IRC12:40
*** krykowski_ has quit IRC12:42
*** krykowski has joined #openstack-horizon12:44
*** neelashah has joined #openstack-horizon12:44
*** qba73 has quit IRC12:46
*** qba73 has joined #openstack-horizon12:47
*** sayan has joined #openstack-horizon12:52
*** jcoufal has quit IRC12:52
*** masco_ has joined #openstack-horizon12:54
*** jcoufal has joined #openstack-horizon12:55
*** masco has quit IRC12:55
*** tzumainn has joined #openstack-horizon12:55
*** tosky has quit IRC12:56
sambettsrdopieralski: What do you think the forward direction of this patch should be? https://review.openstack.org/#/c/120790/ Does it just need the invalidation triggers added to it?12:56
*** echevemaster has joined #openstack-horizon12:58
*** _crobertsrh is now known as crobertsrh12:59
rdopieralskisambetts: I think so13:00
rdopieralskisambetts: sorry that I left you hanging, I forgot about it13:00
rdopieralskisambetts: but I have no idea how to actually do the invalidation13:00
sambettsrdopieralski: doug fish has recently commented mentioning comparing the request.user.token to that which is stored in the session13:01
rdopieralskisounds good13:01
*** tnovacik has quit IRC13:02
rdopieralskisambetts: by the way, you might want to talk with vokhrimenko who will need to use your patch in his tests13:02
rdopieralskivokhrimenko: ^^13:02
*** sseago has quit IRC13:03
*** sayan has quit IRC13:04
*** sseago has joined #openstack-horizon13:04
*** AndChat|656304 has quit IRC13:09
vokhrimenko<rdopieralski> I will try rebase my patch with sambetts13:09
*** romainh has joined #openstack-horizon13:13
*** peristeri has joined #openstack-horizon13:14
*** tnovacik has joined #openstack-horizon13:16
*** tnovacik has quit IRC13:16
*** sayan has joined #openstack-horizon13:18
*** sayali has quit IRC13:19
*** sseago has quit IRC13:22
*** sseago has joined #openstack-horizon13:23
*** gokrokve has joined #openstack-horizon13:26
*** AndChat|656304 has joined #openstack-horizon13:28
*** asahlin has joined #openstack-horizon13:29
*** gokrokve has quit IRC13:31
*** radez_g0n3 is now known as radez13:32
*** AndChat|656304 has quit IRC13:33
*** sayali has joined #openstack-horizon13:37
*** hhuang has joined #openstack-horizon13:41
*** hhuang has quit IRC13:50
*** neelashah has quit IRC13:50
*** sigmavirus24_awa is now known as sigmavirus2413:52
*** absubram has joined #openstack-horizon13:52
*** rbertram has joined #openstack-horizon13:53
*** jprovazn has quit IRC13:53
*** lcheng has joined #openstack-horizon13:55
*** jprovazn has joined #openstack-horizon13:57
*** lcheng has quit IRC13:57
*** gokrokve_ has joined #openstack-horizon14:05
*** mflobo_ has joined #openstack-horizon14:05
*** neelashah has joined #openstack-horizon14:06
*** mflobo has quit IRC14:07
*** mflobo_ has quit IRC14:13
*** mflobo has joined #openstack-horizon14:13
mfloboquestion: is it possible to re-define _data_table.html template only for image list (on project dashboard)?14:14
*** david-lyle has joined #openstack-horizon14:21
*** doug-fish has joined #openstack-horizon14:21
*** ericpeterson has joined #openstack-horizon14:21
rdopieralskimflobo: you can specify a different template for the table14:26
mflobook, but where I should to create the _data_table.html file? on openstack_dashboard/dashboards/project/images/templates ?14:29
*** jcoufal has quit IRC14:30
rdopieralskimflobo: probably14:30
rdopieralskijust call it something more meaningful14:30
rdopieralskifor the table that it is for14:30
mflobook, cd openstack-dashboard/dashboards/project/images14:31
mflobonow, in index.html there is a  {{ table.render }} tag14:32
mflobothat I supouse that calls to _data_table.html (I think in Horizon side)14:32
*** bpokorny has joined #openstack-horizon14:33
mfloboMy idea is modify this  {{ table.render }} call to point to other template, my own template14:33
mflobohow can I do that?14:33
*** neelashah1 has joined #openstack-horizon14:33
mfloboHorizon is not exactly django framework way14:34
*** neelashah has quit IRC14:34
*** jacalcat has joined #openstack-horizon14:36
*** sunilm has quit IRC14:36
*** tnovacik has joined #openstack-horizon14:37
*** krykowski has quit IRC14:39
david-lylemflobo: just for one table?14:41
mflobodavid-lyle, yes14:41
mfloboI want to do some modifications in this table14:41
*** Drago has joined #openstack-horizon14:43
*** garcianavalon has quit IRC14:44
david-lylemflobo: I think you can just pass in the template name to the table in the metadata14:44
david-lylechecking14:44
*** lcheng has joined #openstack-horizon14:45
*** krykowski has joined #openstack-horizon14:46
mflobodavid-lyle, ok, thank you, I'll wait14:46
*** e0ne has quit IRC14:46
david-lylemflobo: so in our code base, I have an occasion where I set "self._meta.template = <my_custom_template_path>" in the __init__ method of my table14:50
david-lylethen the table.render will pick up your template14:50
rdopieralskiactually the right way would be to change the table definition14:52
rdopieralskiinherit from it if it's used in multiple places14:52
*** e0ne has joined #openstack-horizon14:52
mflobommm, I'll check14:53
david-lyle https://github.com/openstack/horizon/blob/master/horizon/tables/base.py#L1244 is where that's utilized.  although I think you may be able to just edit the template value in the Meta class in the image table14:54
david-lylenot sure why I didn't so that14:54
david-lylebeen a long time14:54
rdopieralskiyeah, the table's metaclass takes the Meta class and puts it all in _meta14:55
rdopieralskia little bit overengineered, but meh14:55
david-lyleover is more, thus better, right?14:55
david-lyle:)14:55
rdopieralskibut of course14:55
rdopieralskidefinitely better than underengineered14:56
david-lyletrue14:56
*** romainh has left #openstack-horizon14:59
*** jprovazn has quit IRC15:01
mflobook, perfect david-lyle and rdopieralski15:01
mfloboI explain myself15:01
mfloboI've copy this file https://github.com/openstack/horizon/blob/stable/icehouse/horizon/templates/horizon/common/_data_table.html to https://github.com/openstack/horizon/tree/stable/icehouse/openstack_dashboard/templates15:02
mfloboand tthen15:02
*** sayan has quit IRC15:02
*** wuhg has quit IRC15:03
mfloboI've modify thie file https://github.com/openstack/horizon/blob/stable/icehouse/openstack_dashboard/dashboards/project/images/images/tables.py#L22915:03
mfloboadding the "template" attribute15:03
mfloboclass Meta:15:03
mflobo        template = '_data_table.html'15:03
mfloboand it works15:03
mflobothanks a lot for your help15:04
*** krykowski has quit IRC15:05
*** ZZelle has quit IRC15:08
*** ZZelle has joined #openstack-horizon15:08
*** neelashah1 has quit IRC15:09
*** rebelagentm has joined #openstack-horizon15:10
*** neelashah has joined #openstack-horizon15:11
*** neelashah1 has joined #openstack-horizon15:12
*** Ala has quit IRC15:14
*** neelashah has quit IRC15:16
*** ihrachyshka has quit IRC15:17
david-lylemflobo: glad to help15:18
*** sayan has joined #openstack-horizon15:18
*** Longgeek has quit IRC15:23
*** tqtran has joined #openstack-horizon15:28
*** gokrokve_ has quit IRC15:28
*** david-ly_ has joined #openstack-horizon15:34
*** david-lyle has quit IRC15:36
*** gokrokve has joined #openstack-horizon15:37
*** e0ne has quit IRC15:37
*** sayan has quit IRC15:39
*** masco_ has quit IRC15:42
*** Drago has quit IRC15:49
*** bpokorny has quit IRC15:49
*** jasondotstar has joined #openstack-horizon15:51
*** gokrokve has quit IRC15:51
*** rbertram has quit IRC15:52
*** nlahouti has joined #openstack-horizon15:55
*** johnma has joined #openstack-horizon15:55
*** AndChat|656304 has joined #openstack-horizon15:56
*** clu_ has joined #openstack-horizon15:57
*** gary-smith_ has quit IRC15:57
*** gary-smith_ has joined #openstack-horizon15:57
*** AndChat|656304 has quit IRC15:58
*** pawelss has joined #openstack-horizon15:58
*** pawelss has quit IRC15:58
*** ttrifonov is now known as ttrifonov_zZzz15:58
*** pawelss has joined #openstack-horizon15:59
*** rodrigods_ has joined #openstack-horizon15:59
*** Drago has joined #openstack-horizon15:59
*** tmazur has joined #openstack-horizon16:02
*** rbertram has joined #openstack-horizon16:02
*** Drago has quit IRC16:05
*** Drago has joined #openstack-horizon16:05
*** jacalcat has quit IRC16:09
*** pawels has joined #openstack-horizon16:10
*** regebro has quit IRC16:16
*** tosky has joined #openstack-horizon16:18
*** dulek has quit IRC16:21
*** ygbo has quit IRC16:26
*** pawels has left #openstack-horizon16:27
*** Drago1 has joined #openstack-horizon16:32
*** rodrigods_ has quit IRC16:32
*** ArcTanSusan has joined #openstack-horizon16:34
*** ArcTanSusan has quit IRC16:34
*** jrist has quit IRC16:35
*** bpokorny has joined #openstack-horizon16:39
*** ArcTanSusan has joined #openstack-horizon16:40
*** dsneddon has joined #openstack-horizon16:41
*** jrist has joined #openstack-horizon16:42
*** gokrokve has joined #openstack-horizon16:48
*** pawels has joined #openstack-horizon16:53
*** e0ne has joined #openstack-horizon16:53
*** pawelss has quit IRC16:53
*** sayan has joined #openstack-horizon16:54
*** ihrachyshka has joined #openstack-horizon16:54
*** vokhrimenko has quit IRC16:54
*** pawels has quit IRC17:01
*** sbfox has joined #openstack-horizon17:02
*** jpomero has quit IRC17:03
*** sigmavirus24 is now known as sigmavirus24_awa17:04
*** david-ly_ is now known as david-lyle17:04
*** qba73 has quit IRC17:05
*** cedrics has quit IRC17:06
*** tmazur has quit IRC17:08
*** ArcTanSusan has quit IRC17:11
*** e0ne is now known as e0ne_17:13
sambettsdavid-lyle: When is the bug freeze?17:14
david-lylehopefully end of week17:14
david-lylebut really when we don't have any more release blocking bug17:15
david-lyle*bugs17:15
gary-smith_There is a bug, https://bugs.launchpad.net/horizon/+bug/1371185, that occurs when running Juno Horizon against an Icehouse backend. Is this a supported configuration?17:15
sambettsdavid-lyle: Ok cool, are there any other deadlines I need to know about?17:16
david-lylesambetts: that's about it, once RC1 is cut, master will be Kilo17:17
david-lyleif after RC1 we encounter a ship stopping but, we'll open RC217:17
david-lylejust for that fix, the criteria would be much tighter17:17
*** rwsu has quit IRC17:17
david-lylethen actual release should happen early Oct17:18
david-lylethe exact date eludes my memory at the moment17:18
sambettsdavid-lyle: Awesome, thank you!17:18
*** ArcTanSusan has joined #openstack-horizon17:19
david-lylegary-smith_: we used to support said use case, as APIs have changed more rapidly, we're focused on same release only17:19
*** harlowja_away is now known as harlowja17:19
gary-smith_david-lyle: good to know, thanks17:19
*** amcrn has joined #openstack-horizon17:23
*** e0ne_ has quit IRC17:25
*** bpokorny_ has joined #openstack-horizon17:28
*** sbfox has quit IRC17:29
*** Drago1 has quit IRC17:30
*** rdopieralski has quit IRC17:30
*** Drago has quit IRC17:31
*** Drago has joined #openstack-horizon17:31
*** sayan has quit IRC17:31
*** bpokorny has quit IRC17:31
*** ArthurBerezin has quit IRC17:34
*** sayan has joined #openstack-horizon17:35
*** e0ne has joined #openstack-horizon17:35
*** rwsu has joined #openstack-horizon17:36
*** Drago has quit IRC17:36
*** vokhrimenko has joined #openstack-horizon17:38
*** jacalcat has joined #openstack-horizon17:39
*** bpokorny has joined #openstack-horizon17:39
*** athomas has quit IRC17:41
gugl2david-lyle, sorry to bother you again, my change failed at the gate when try to run devstack "ERROR: the main setup script run by this job failed - exit code: 100" , how to repush it to the gate? I tried reverify no bug, but reverify need bug #/17:41
david-lylereverify bug #17:41
*** sbfox has joined #openstack-horizon17:41
david-lyleuntil the mirror problem is fixed in the rackspace cloud, it may be a moot point17:42
*** bpokorny_ has quit IRC17:42
david-lylegugl2: actually, that may be fixed now17:42
gugl2david-lyle...sorry, I don't understand17:43
gugl2https://review.openstack.org/#/c/121714/17:43
david-lylethere was a gate blocking issue in the rackspace cloud where the gate jobs run17:44
david-lylelooks like it's resolved now17:44
david-lyleso reverify bug # should work17:44
gugl2ok, I will look for the bug #. Thanks.17:44
david-lylehttp://status.openstack.org/elastic-recheck/17:45
*** bpokorny_ has joined #openstack-horizon17:45
*** athomas has joined #openstack-horizon17:45
gugl2ok. I know the drill. Thanks again.17:46
david-lylesure17:47
ericpetersonas discussed, tqtran and my change now with 80% less code   https://review.openstack.org/#/c/94706/58   It's like diet changesets17:47
ericpetersonand if we can only get another 42 patches, we reach the magic 100 patch mark17:47
*** bpokorny has quit IRC17:48
tqtran+117:48
*** asahlin has quit IRC17:48
*** Drago has joined #openstack-horizon17:49
gugl2ericpeterson, tqtran, for big change, some information about how to test and how to check regression will be helpful for reviewers17:49
*** Drago has quit IRC17:51
tqtrangugl2: we included instructions on how to test it, but right now, theres no automated way for QA (but to be fair, we dont have that anyway)17:51
tqtranbut maybe i dont know enough about this. when we add anything new, how are we testing for QA currently?17:52
gugl2not sure about others, we have a QA for us who will do manual for sure and is working to to setup for auto tests17:54
tqtranah ok, and how are you guys automating it?17:55
gugl2I am not exactly sure...need ask our QA17:55
ericpetersonright now the change is just to add a new extension location, there should be no new change in horizon17:57
ericpetersonI think the test will be something like "is everything the same??? / still ok?"17:57
gugl2he is still working on that...using selenium17:57
ericpetersonas we add follow on changes, those will be more testable17:57
gugl2ericpeterson, yeah, should cause no regression17:59
tqtranyeah, like eric mentioned, its not really breaking, its kind of just there, you have to enable it in order to see changes. and those, we plan on having one patch for each table we modify.18:01
*** amotoki has quit IRC18:07
*** tosky has quit IRC18:09
*** jpomero has joined #openstack-horizon18:15
*** jacalcat has quit IRC18:18
johnmaHi, I would like to get some feedback regarding the confusion around the name of a column in the Admin->Flavors panel - 'Extra Specs' vs 'Metadata' . This is related to the patch : https://review.openstack.org/#/c/123002/18:22
johnmaSo the question is whether it should be left as 'Extra Specs' or rename it to 'Metadata' to keep it consistent with the 'Update Metadata' button which is used to update the 'Extra Specs' value18:23
*** aix has quit IRC18:24
*** sigmavirus24_awa is now known as sigmavirus2418:25
*** sbfox has quit IRC18:25
*** ArcTanSusan has quit IRC18:26
johnmaIf we bring up the 'Update Metadata' form, from what I understand it lists the glance metadata definitions, whereas before these changes to the 'Update Metadata' form was made, the name 'Extra Specs' made sense because we were essentially creating key-value pairs. Like Justin pointed out in the patch, there are docs that are still referencing to the extra_specs column as a way to create...18:28
johnma...key-value pairs. I am not sure if I am missing something regarding the difference between the old and new version. Thanks18:28
*** ihrachyshka has quit IRC18:28
*** Drago has joined #openstack-horizon18:29
*** sbfox has joined #openstack-horizon18:34
*** jacalcat has joined #openstack-horizon18:41
*** lcheng has quit IRC18:41
gary-smith_johnma: it is confusing that the column name and the corresponding button don't match. they should both be 'extra specs' or metadata18:43
gary-smith_one would expect it to be 'extra specs' since nova flavors have extra specs18:44
*** jpomero has quit IRC18:44
gary-smith_I wasn't aware that it was actually updating glance metadata instead18:44
johnmagary_smith: I totally agree. The glance metadata definitions is whats confusing me and making me wonder whether we should call it Metadata instead and in that case we may need to update the docs as well18:45
gary-smith_probably so18:47
*** ArcTanSusan has joined #openstack-horizon18:49
*** bpokorny_ has quit IRC18:53
*** bpokorny has joined #openstack-horizon18:56
*** asahlin has joined #openstack-horizon18:56
*** jpomero has joined #openstack-horizon18:58
*** sambetts has quit IRC19:03
*** ArcTanSusan has quit IRC19:06
*** athomas has quit IRC19:09
*** e0ne has quit IRC19:09
*** Hillary_Effertz5 has joined #openstack-horizon19:22
*** ArcTanSusan has joined #openstack-horizon19:23
*** Hillary_Effertz5 has quit IRC19:25
*** jrist has quit IRC19:26
*** HenryG is now known as HenryG_afk19:27
*** sbfox has quit IRC19:32
*** e0ne has joined #openstack-horizon19:32
*** lcheng has joined #openstack-horizon19:36
*** sbfox has joined #openstack-horizon19:41
*** lcheng_ has joined #openstack-horizon19:45
*** lcheng has quit IRC19:47
*** e0ne has quit IRC19:48
*** ZZelle_ has joined #openstack-horizon19:49
*** nlahouti has quit IRC19:50
*** tnovacik has quit IRC19:52
*** MaxV has quit IRC19:53
tqtrandavid-lyle: this question has been asked before, but im assuming that the workflow is automatically triggered once there are 2 core +2 on it? if not, I accidentally removed it, https://review.openstack.org/#/c/122804/20:03
*** echevemaster has quit IRC20:06
david-lyletqtran: re +A'd20:07
tqtrandavid-lyle: thanks!20:07
*** sbfox has quit IRC20:09
*** sbfox has joined #openstack-horizon20:15
*** radez is now known as radez_g0n320:18
*** amerine has joined #openstack-horizon20:23
*** Drago1 has joined #openstack-horizon20:25
*** gokrokve has quit IRC20:26
*** gokrokve has joined #openstack-horizon20:26
*** Drago1 has quit IRC20:30
*** amcrn has quit IRC20:32
*** Drago1 has joined #openstack-horizon20:32
*** gokrokve has quit IRC20:32
*** gokrokve has joined #openstack-horizon20:33
*** Drago1 has quit IRC20:34
*** Drago1 has joined #openstack-horizon20:35
*** Drago1 has quit IRC20:42
*** Drago1 has joined #openstack-horizon20:43
*** nlahouti has joined #openstack-horizon20:44
*** Drago1 has quit IRC20:46
*** denis_makogon_ is now known as denis_makogon20:46
*** Drago1 has joined #openstack-horizon20:46
*** Drago1 has quit IRC20:48
*** neelashah1 has quit IRC20:51
*** jrist has joined #openstack-horizon20:52
*** vkmc has quit IRC20:53
*** Drago1 has joined #openstack-horizon20:57
*** peristeri has quit IRC20:58
*** Drago1 has quit IRC20:59
*** gokrokve has quit IRC21:01
*** crobertsrh is now known as _crobertsrh21:04
*** Drago has quit IRC21:10
*** Drago has joined #openstack-horizon21:11
*** neelashah has joined #openstack-horizon21:13
*** sayali has quit IRC21:25
*** sayali has joined #openstack-horizon21:38
*** sayan has quit IRC21:43
*** amcrn has joined #openstack-horizon21:44
*** Drago1 has joined #openstack-horizon21:51
*** jtomasek has quit IRC21:51
*** neelashah has quit IRC21:53
*** Drago1 has quit IRC21:54
*** jasondotstar has quit IRC21:57
*** harlowja is now known as harlowja_away22:01
*** sbfox has quit IRC22:02
*** sayali has quit IRC22:03
*** harlowja_away is now known as harlowja22:03
*** gokrokve has joined #openstack-horizon22:06
*** sbfox has joined #openstack-horizon22:08
*** sbfox1 has joined #openstack-horizon22:09
*** sbfox has quit IRC22:09
*** julim has quit IRC22:11
*** rebelagentm has quit IRC22:12
*** akrivoka has quit IRC22:16
*** jpomero has quit IRC22:17
*** sigmavirus24 is now known as sigmavirus24_awa22:17
*** amerine has quit IRC22:22
*** absubram has quit IRC22:25
*** amerine has joined #openstack-horizon22:26
*** denis_makogon has quit IRC22:26
*** echevemaster has joined #openstack-horizon22:31
*** ArcTanSusan has quit IRC22:34
*** doug-fish has left #openstack-horizon22:38
*** ZZelle_ has quit IRC22:40
*** vkmc has joined #openstack-horizon22:41
*** amerine has quit IRC22:42
*** amerine has joined #openstack-horizon22:44
*** sbfox1 has quit IRC22:46
*** sbfox has joined #openstack-horizon22:46
*** jay-atl has quit IRC22:47
*** jpomero has joined #openstack-horizon22:48
*** lcheng_ has quit IRC22:56
*** ericpeterson has quit IRC23:05
*** sbfox has quit IRC23:14
*** gokrokve_ has joined #openstack-horizon23:19
*** david-lyle has quit IRC23:20
*** gokrokve has quit IRC23:21
*** david-lyle has joined #openstack-horizon23:21
*** ArcTanSusan has joined #openstack-horizon23:24
*** dsneddon has quit IRC23:26
*** david-lyle has quit IRC23:26
*** jpich has joined #openstack-horizon23:30
*** neillc has joined #openstack-horizon23:31
*** Karen_Schultz11 has joined #openstack-horizon23:35
*** Karen_Schultz11 has quit IRC23:45
*** Drago1 has joined #openstack-horizon23:51
*** bpokorny_ has joined #openstack-horizon23:53
*** amotoki has joined #openstack-horizon23:53
*** bpokorny has quit IRC23:55
*** Drago1 has quit IRC23:56
*** Alexane_Metz has joined #openstack-horizon23:57
*** amotoki has quit IRC23:58

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