*** doug-fish has left #openstack-horizon | 00:02 | |
*** amcrn has joined #openstack-horizon | 00:04 | |
*** sbfox has quit IRC | 00:09 | |
*** nlahouti has quit IRC | 00:26 | |
*** gokrokve has joined #openstack-horizon | 00:29 | |
*** ArcTanSusan has quit IRC | 00:33 | |
*** HenryG has quit IRC | 00:36 | |
*** rodrigods_ has joined #openstack-horizon | 00:37 | |
*** ArcTanSusan has joined #openstack-horizon | 00:38 | |
*** ArcTanSusan has quit IRC | 00:40 | |
*** cedrics has joined #openstack-horizon | 00:49 | |
*** neillc has quit IRC | 00:49 | |
*** david-lyle has quit IRC | 00:50 | |
*** lcheng_ has quit IRC | 00:50 | |
*** cedrics has quit IRC | 01:00 | |
*** Longgeek has joined #openstack-horizon | 01:04 | |
*** Longgeek has quit IRC | 01:11 | |
*** Longgeek has joined #openstack-horizon | 01:11 | |
*** bpokorny_ has joined #openstack-horizon | 01:12 | |
*** bpokorny has quit IRC | 01:15 | |
*** gokrokve_ has joined #openstack-horizon | 01:22 | |
*** gokrokve has quit IRC | 01:25 | |
*** clu_ has quit IRC | 01:26 | |
*** gokrokve_ has quit IRC | 01:27 | |
*** bpokorny_ has quit IRC | 01:34 | |
*** cedrics has joined #openstack-horizon | 01:49 | |
*** jacalcat has joined #openstack-horizon | 01:51 | |
*** jacalcat has quit IRC | 01:56 | |
*** cedrics has quit IRC | 01:57 | |
*** julim has quit IRC | 01:58 | |
*** rodrigods_ has quit IRC | 02:01 | |
*** amcrn has quit IRC | 02:16 | |
*** radez_g0n3 is now known as radez | 02:19 | |
*** jacalcat has joined #openstack-horizon | 02:33 | |
*** HenryG has joined #openstack-horizon | 02:48 | |
*** cedrics has joined #openstack-horizon | 02:49 | |
*** jacalcat has quit IRC | 02:53 | |
*** cedrics has quit IRC | 02:58 | |
*** bpokorny has joined #openstack-horizon | 02:59 | |
*** nlahouti has joined #openstack-horizon | 03:01 | |
*** nlahouti has quit IRC | 03:05 | |
*** nlahouti has joined #openstack-horizon | 03:05 | |
*** ramishra has joined #openstack-horizon | 03:06 | |
*** tqtran has quit IRC | 03:06 | |
*** jacalcat has joined #openstack-horizon | 03:24 | |
*** bpokorny has quit IRC | 03:26 | |
*** vkmc has quit IRC | 03:36 | |
*** dvarga has joined #openstack-horizon | 03:47 | |
*** dvarga has quit IRC | 03:48 | |
*** cedrics has joined #openstack-horizon | 03:49 | |
*** lcheng has joined #openstack-horizon | 03:54 | |
*** cedrics has quit IRC | 03:57 | |
*** vivekd has joined #openstack-horizon | 03:58 | |
*** echevemaster has quit IRC | 04:00 | |
*** tnovacik has joined #openstack-horizon | 04:11 | |
*** vivekd has quit IRC | 04:16 | |
*** masco has joined #openstack-horizon | 04:18 | |
*** gokrokve has joined #openstack-horizon | 04:20 | |
*** nikunj2512 has joined #openstack-horizon | 04:23 | |
*** ramishra has quit IRC | 04:26 | |
*** jacalcat has quit IRC | 04:27 | |
*** lcheng_ has joined #openstack-horizon | 04:29 | |
*** lcheng has quit IRC | 04:31 | |
*** ramishra has joined #openstack-horizon | 04:33 | |
*** vivekd has joined #openstack-horizon | 04:34 | |
*** tnovacik has quit IRC | 04:37 | |
*** sayan has joined #openstack-horizon | 04:38 | |
*** radez is now known as radez_g0n3 | 04:39 | |
*** cedrics has joined #openstack-horizon | 04:49 | |
*** gokrokve_ has joined #openstack-horizon | 04:50 | |
*** gokrokve has quit IRC | 04:53 | |
*** tnovacik has joined #openstack-horizon | 04:56 | |
lcheng_ | hi amotoki | 04:57 |
---|---|---|
amotoki | lcheng_: hi | 04: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-horizon | 04:58 | |
lcheng_ | amotoki: I like to scope this bug to rc1 too. | 04:58 |
amotoki | lcheng_: sure. I believe it fits to RC1. | 05:00 |
*** cedrics has quit IRC | 05: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 mechanism | 05:01 |
amotoki | lcheng_: 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 |
amotoki | lcheng_: 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 IRC | 05:02 | |
*** tnovacik has quit IRC | 05: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 |
amotoki | lcheng_: IMHO OpenStack dashboard should be configured ONLY via the pluggable config and using setting.py should be discouraged. | 05:03 |
amotoki | lcheng_: 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 |
amotoki | lcheng_: 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-horizon | 05:13 | |
*** gokrokve_ has quit IRC | 05:13 | |
*** gokrokve has joined #openstack-horizon | 05:14 | |
amotoki | lcheng_: yeah, we need a gradual migration. I don't mean we drop a way via settings suddenly :) | 05:14 |
*** tnovacik has joined #openstack-horizon | 05:16 | |
*** Longgeek has joined #openstack-horizon | 05: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 IRC | 05:18 | |
*** sayan has quit IRC | 05: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 |
amotoki | lcheng_: totally agree. | 05:19 |
*** sayan has joined #openstack-horizon | 05:20 | |
amotoki | lcheng_: btw, let me clarify how to reproduce the issue fixed your review? | 05:20 |
amotoki | lcheng_: Do you set INSTALLED_APPS accordingly? | 05:20 |
amotoki | lcheng_: 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_CONFIG | 05:24 |
*** gokrokve has joined #openstack-horizon | 05:24 | |
amotoki | lcheng_: Thanks. The logic already becomes big and complicated without unit tests :-( | 05:25 |
*** danieru_ has quit IRC | 05:29 | |
*** danieru has joined #openstack-horizon | 05:30 | |
*** MaxV has quit IRC | 05:31 | |
*** harlowja is now known as harlowja_away | 05: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-horizon | 06:01 | |
*** tzumainn has quit IRC | 06:03 | |
*** sbfox has joined #openstack-horizon | 06:05 | |
*** sayali has joined #openstack-horizon | 06:06 | |
*** MaxV has joined #openstack-horizon | 06:06 | |
*** sayan has quit IRC | 06:07 | |
*** jcoufal has joined #openstack-horizon | 06: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-horizon | 06:18 | |
*** MaxV has quit IRC | 06:20 | |
*** sayan has joined #openstack-horizon | 06:21 | |
*** MaxV has joined #openstack-horizon | 06:22 | |
*** k4n0 has joined #openstack-horizon | 06:23 | |
*** MaxV has quit IRC | 06:27 | |
*** amerine has quit IRC | 06:29 | |
*** MaxV has joined #openstack-horizon | 06:30 | |
*** sayali has quit IRC | 06:31 | |
*** sbfox has quit IRC | 06:33 | |
*** lcheng_ has quit IRC | 06:37 | |
*** jprovazn has joined #openstack-horizon | 06:38 | |
*** gokrokve_ has joined #openstack-horizon | 06:49 | |
*** sayan has quit IRC | 06:51 | |
*** gokrokve has quit IRC | 06:51 | |
*** sayan has joined #openstack-horizon | 06:53 | |
*** gokrokve_ has quit IRC | 06:54 | |
*** ttrifonov_zZzz is now known as ttrifonov | 06:54 | |
*** dulek has joined #openstack-horizon | 06:56 | |
*** rdopieralski has joined #openstack-horizon | 06:56 | |
nikunj2512 | @amotoki: Hi, I am trying to replace self.mox.StubOutWithMock with @test.create_stubs but test is failing | 06: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 IRC | 06:59 | |
*** ramishra has joined #openstack-horizon | 06:59 | |
*** MaxV has quit IRC | 07:03 | |
*** dhubbard_ has quit IRC | 07:03 | |
*** dhubbard has joined #openstack-horizon | 07:04 | |
*** nlahouti has quit IRC | 07:05 | |
tsufiev | a lot of tests started to fail recently, does anybody know how to fix it? | 07:07 |
*** ramishra has quit IRC | 07:07 | |
*** ramishra has joined #openstack-horizon | 07:08 | |
*** sayali has joined #openstack-horizon | 07:08 | |
jpich | tsufiev: Are you thinking of https://review.openstack.org/#/c/123104/ or something different? | 07:10 |
tsufiev | jpich, ah, thank you! That was fast - I mean, the fix merge time :) | 07:13 |
jpich | For critical fixes that block any other patch from being merged, yeah :-) | 07:13 |
*** jcoufal has quit IRC | 07:18 | |
*** jcoufal has joined #openstack-horizon | 07:20 | |
*** cedrics has joined #openstack-horizon | 07:22 | |
*** romainh has joined #openstack-horizon | 07:23 | |
viklund | we're thinking of using 2-factor auth for horizon, I've found the Two-Factor OpenAcademy-OpenStack repository | 07:24 |
viklund | is it a good idea to use that? | 07:24 |
*** ArthurBerezin has joined #openstack-horizon | 07:25 | |
viklund | https://github.com/OpenAcademy-OpenStack/Two-Factor | 07:25 |
*** gokrokve has joined #openstack-horizon | 07:25 | |
*** gokrokve has quit IRC | 07:27 | |
*** gokrokve has joined #openstack-horizon | 07:27 | |
*** ihrachyshka has joined #openstack-horizon | 07:27 | |
*** ala_ has joined #openstack-horizon | 07:28 | |
mrunge | viklund, anything you're intending to use has to be integrated with keystone | 07:28 |
viklund | yes, that project seems to be integrated with keystone | 07:28 |
mrunge | yes, I saw that | 07:29 |
mrunge | although I disagree with forking upstream prjects | 07:29 |
mrunge | nobody can keep up with upstreams speed moving forward | 07:30 |
mrunge | viklund, that code is 4 months old | 07:30 |
viklund | mrunge: yep | 07:30 |
mrunge | that's ages in terms of OpenStack | 07:30 |
viklund | that makes me a bit worried | 07:30 |
viklund | that's why I'm asking | 07:31 |
mrunge | viklund, I'd propose to look into integration directly into keystone | 07:31 |
mrunge | viklund, and afaik, you can hook your keystone into any ldap etc. | 07:31 |
*** gokrokve has quit IRC | 07:32 | |
mrunge | no need to fiddle with django_openstack_auth, horizon etc. | 07:32 |
viklund | ok | 07:32 |
mrunge | viklund, plus is, it will work on cli as well | 07:32 |
viklund | but we still need to expose it in the interfaces somehow | 07:32 |
mrunge | viklund, why? | 07:32 |
viklund | showing the qr-code? | 07:33 |
mrunge | why qr code? | 07:33 |
viklund | entering the extra factor needs a textfield somewhere | 07:33 |
viklund | (inputfield) | 07:33 |
viklund | right? | 07:33 |
viklund | maybe not the qr code | 07:33 |
mrunge | viklund, other solutions involve to insert your two secrets in one text box | 07:34 |
viklund | so "password mytoken" or something like that? | 07:34 |
mrunge | viklund, for example | 07:35 |
mrunge | viklund, something like http://en.wikipedia.org/wiki/LinOTP works quite well.... | 07:35 |
viklund | ok, thanks, I'll look into that | 07:36 |
*** MaxV has joined #openstack-horizon | 07:36 | |
viklund | mrunge: so then I would use LinOTP as an authentication backend for keystone? | 07:37 |
mrunge | viklund, probably | 07:38 |
viklund | ok, I'll do some research on that. Thanks a lot! | 07:39 |
mrunge | viklund, you're welcome | 07:39 |
*** tnovacik has quit IRC | 07:45 | |
*** e0ne has joined #openstack-horizon | 07:50 | |
*** ygbo has joined #openstack-horizon | 07:56 | |
*** neillc_ has joined #openstack-horizon | 07:57 | |
*** e0ne has quit IRC | 07:59 | |
*** wuhg has joined #openstack-horizon | 08:00 | |
*** e0ne has joined #openstack-horizon | 08:00 | |
*** pawels has joined #openstack-horizon | 08:01 | |
*** krykowski has joined #openstack-horizon | 08:02 | |
*** Longgeek has quit IRC | 08:07 | |
*** vokhrimenko has joined #openstack-horizon | 08:08 | |
*** ala_ has quit IRC | 08:13 | |
*** ala_ has joined #openstack-horizon | 08:13 | |
*** ala_ has quit IRC | 08:14 | |
*** Ala has quit IRC | 08:14 | |
*** denis_makogon has joined #openstack-horizon | 08:17 | |
*** Ala has joined #openstack-horizon | 08:21 | |
krykowski | Hi guys, I have submitted a bug strictly related to AngularJS. Any chance it is valid? https://bugs.launchpad.net/horizon/+bug/1371116 | 08:21 |
*** athomas has joined #openstack-horizon | 08:23 | |
*** gokrokve has joined #openstack-horizon | 08:26 | |
*** Longgeek has joined #openstack-horizon | 08:29 | |
*** gokrokve has quit IRC | 08:31 | |
*** cedricss has joined #openstack-horizon | 08:44 | |
*** sunilm has joined #openstack-horizon | 08:44 | |
*** cedrics has quit IRC | 08:47 | |
*** e0ne has quit IRC | 08:58 | |
*** jcoufal has quit IRC | 08:58 | |
*** krykowski has quit IRC | 09:06 | |
*** krykowski has joined #openstack-horizon | 09:08 | |
*** neillc_ has quit IRC | 09:09 | |
*** e0ne has joined #openstack-horizon | 09:09 | |
*** qba73 has joined #openstack-horizon | 09:10 | |
*** neillc_ has joined #openstack-horizon | 09:10 | |
*** regebro has joined #openstack-horizon | 09:12 | |
regebro | Dammit office people, turn on the heat! | 09:12 |
*** jcoufal has joined #openstack-horizon | 09:15 | |
*** tnovacik has joined #openstack-horizon | 09:17 | |
*** ramishra has quit IRC | 09:24 | |
*** sambetts has joined #openstack-horizon | 09:24 | |
sambetts | amotoki: Thanks for fixing that minor issue on the policy mixin patch! | 09:25 |
amotoki | sambetts: np. I will make sure to reassign you on the launchpad bug after the patch is merged. | 09:26 |
*** gokrokve has joined #openstack-horizon | 09:26 | |
sambetts | amotoki: Thanks! | 09:26 |
ZZelle | amotoki, hi | 09:29 |
*** gokrokve has quit IRC | 09:30 | |
*** ramishra has joined #openstack-horizon | 09:35 | |
*** tnovacik has quit IRC | 09:42 | |
NikitaKonovalov | Hi, 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.html | 09:44 |
rdopieralski | NikitaKonovalov: rebase your change on master | 09:51 |
rdopieralski | NikitaKonovalov: that's an unrelated bug that was introduced with a new version of ceilometer client | 09:51 |
rdopieralski | NikitaKonovalov: it's fixed in master already, so it should be fine when you rebase | 09:51 |
NikitaKonovalov | rdopieralski: thanks | 09:52 |
jpich | https://bugs.launchpad.net/horizon/+bug/1372416 for reference | 09:54 |
rdopieralski | jpich: btw, https://review.openstack.org/#/c/123383/ | 09:55 |
jpich | Metaclasses huh | 09:55 |
rdopieralski | jpich: instance check cannot be overriden otherwise :( | 09:56 |
jpich | rdopieralski: Oh I'm sure you have excellent reasons :-) | 09:57 |
*** aix has joined #openstack-horizon | 09:57 | |
rdopieralski | they always do | 09:57 |
*** krykowski has quit IRC | 10:01 | |
*** sayan has quit IRC | 10:01 | |
*** jpich has quit IRC | 10:12 | |
*** akrivoka has joined #openstack-horizon | 10:13 | |
*** romainh has quit IRC | 10:16 | |
*** dvarga has joined #openstack-horizon | 10:22 | |
*** e0ne has quit IRC | 10:23 | |
*** gokrokve has joined #openstack-horizon | 10:26 | |
*** krykowski has joined #openstack-horizon | 10:29 | |
*** gokrokve has quit IRC | 10:30 | |
*** ramishra has quit IRC | 10:32 | |
*** ramishra has joined #openstack-horizon | 10:33 | |
*** ramishra has quit IRC | 10:33 | |
*** ramishra has joined #openstack-horizon | 10:34 | |
*** ramishra has quit IRC | 10:38 | |
*** tosky has joined #openstack-horizon | 10:43 | |
*** e0ne has joined #openstack-horizon | 10:46 | |
*** dvarga has quit IRC | 10:46 | |
*** Longgeek has quit IRC | 10:50 | |
*** nikunj2512 has quit IRC | 10:51 | |
*** cedricss has quit IRC | 10:52 | |
*** garcianavalon has joined #openstack-horizon | 11:01 | |
*** Longgeek has joined #openstack-horizon | 11:03 | |
*** vkmc has joined #openstack-horizon | 11:11 | |
*** vkmc has quit IRC | 11:11 | |
*** vkmc has joined #openstack-horizon | 11:11 | |
*** cedrics has joined #openstack-horizon | 11:17 | |
*** denis_makogon has quit IRC | 11:19 | |
*** denis_makogon_ has joined #openstack-horizon | 11:19 | |
*** gokrokve has joined #openstack-horizon | 11:26 | |
*** gokrokve has quit IRC | 11:31 | |
*** neillc_ has quit IRC | 11:31 | |
*** krykowski has quit IRC | 11:33 | |
*** Drago1 has joined #openstack-horizon | 11:39 | |
*** Drago1 has quit IRC | 11:44 | |
*** krykowski has joined #openstack-horizon | 11:44 | |
*** Longgeek has quit IRC | 11:52 | |
*** Longgeek has joined #openstack-horizon | 12:00 | |
*** ArthurBerezin has quit IRC | 12:00 | |
*** Longgeek has quit IRC | 12:00 | |
*** Longgeek has joined #openstack-horizon | 12:00 | |
*** ArthurBerezin has joined #openstack-horizon | 12:00 | |
*** julim has joined #openstack-horizon | 12:07 | |
*** k4n0 has quit IRC | 12:09 | |
*** jacalcat has joined #openstack-horizon | 12:10 | |
*** mrunge has quit IRC | 12:25 | |
*** tnovacik has joined #openstack-horizon | 12:25 | |
*** gokrokve has joined #openstack-horizon | 12:26 | |
*** jacalcat has quit IRC | 12:27 | |
masco | vokhrimenko, thanks :-) | 12:27 |
vokhrimenko | masco : thanks for explain :) | 12:29 |
vokhrimenko | Who can help me, please ? | 12:30 |
*** gokrokve has quit IRC | 12:31 | |
vokhrimenko | https://bugs.launchpad.net/horizon/+bug/1332066 | 12:31 |
vokhrimenko | for fix this bug, i need fix 498 of tests | 12:31 |
vokhrimenko | Do need or not need do this ? | 12:31 |
rdopieralski | vokhrimenko: see https://bugs.launchpad.net/horizon/+bug/1367716 | 12:32 |
*** AndChat|656304 has joined #openstack-horizon | 12:33 | |
*** AndChat|656304 has joined #openstack-horizon | 12:33 | |
*** AndChat|656304 has quit IRC | 12:36 | |
*** AndChat|656304 has joined #openstack-horizon | 12:36 | |
*** krykowski_ has joined #openstack-horizon | 12:37 | |
vokhrimenko | <rdopieralski> thanks :-) | 12:38 |
*** AndChat|656304 has quit IRC | 12:39 | |
*** AndChat|656304 has joined #openstack-horizon | 12:39 | |
*** pawels has left #openstack-horizon | 12:39 | |
*** AndChat|656304 has quit IRC | 12:39 | |
*** AndChat|656304 has joined #openstack-horizon | 12:40 | |
*** AndChat|656304 has quit IRC | 12:40 | |
*** AndChat|656304 has joined #openstack-horizon | 12:40 | |
rdopieralski | AndChat|656304: network problems? | 12:40 |
*** krykowski has quit IRC | 12:40 | |
*** krykowski_ has quit IRC | 12:42 | |
*** krykowski has joined #openstack-horizon | 12:44 | |
*** neelashah has joined #openstack-horizon | 12:44 | |
*** qba73 has quit IRC | 12:46 | |
*** qba73 has joined #openstack-horizon | 12:47 | |
*** sayan has joined #openstack-horizon | 12:52 | |
*** jcoufal has quit IRC | 12:52 | |
*** masco_ has joined #openstack-horizon | 12:54 | |
*** jcoufal has joined #openstack-horizon | 12:55 | |
*** masco has quit IRC | 12:55 | |
*** tzumainn has joined #openstack-horizon | 12:55 | |
*** tosky has quit IRC | 12:56 | |
sambetts | rdopieralski: 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-horizon | 12:58 | |
*** _crobertsrh is now known as crobertsrh | 12:59 | |
rdopieralski | sambetts: I think so | 13:00 |
rdopieralski | sambetts: sorry that I left you hanging, I forgot about it | 13:00 |
rdopieralski | sambetts: but I have no idea how to actually do the invalidation | 13:00 |
sambetts | rdopieralski: doug fish has recently commented mentioning comparing the request.user.token to that which is stored in the session | 13:01 |
rdopieralski | sounds good | 13:01 |
*** tnovacik has quit IRC | 13:02 | |
rdopieralski | sambetts: by the way, you might want to talk with vokhrimenko who will need to use your patch in his tests | 13:02 |
rdopieralski | vokhrimenko: ^^ | 13:02 |
*** sseago has quit IRC | 13:03 | |
*** sayan has quit IRC | 13:04 | |
*** sseago has joined #openstack-horizon | 13:04 | |
*** AndChat|656304 has quit IRC | 13:09 | |
vokhrimenko | <rdopieralski> I will try rebase my patch with sambetts | 13:09 |
*** romainh has joined #openstack-horizon | 13:13 | |
*** peristeri has joined #openstack-horizon | 13:14 | |
*** tnovacik has joined #openstack-horizon | 13:16 | |
*** tnovacik has quit IRC | 13:16 | |
*** sayan has joined #openstack-horizon | 13:18 | |
*** sayali has quit IRC | 13:19 | |
*** sseago has quit IRC | 13:22 | |
*** sseago has joined #openstack-horizon | 13:23 | |
*** gokrokve has joined #openstack-horizon | 13:26 | |
*** AndChat|656304 has joined #openstack-horizon | 13:28 | |
*** asahlin has joined #openstack-horizon | 13:29 | |
*** gokrokve has quit IRC | 13:31 | |
*** radez_g0n3 is now known as radez | 13:32 | |
*** AndChat|656304 has quit IRC | 13:33 | |
*** sayali has joined #openstack-horizon | 13:37 | |
*** hhuang has joined #openstack-horizon | 13:41 | |
*** hhuang has quit IRC | 13:50 | |
*** neelashah has quit IRC | 13:50 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 13:52 | |
*** absubram has joined #openstack-horizon | 13:52 | |
*** rbertram has joined #openstack-horizon | 13:53 | |
*** jprovazn has quit IRC | 13:53 | |
*** lcheng has joined #openstack-horizon | 13:55 | |
*** jprovazn has joined #openstack-horizon | 13:57 | |
*** lcheng has quit IRC | 13:57 | |
*** gokrokve_ has joined #openstack-horizon | 14:05 | |
*** mflobo_ has joined #openstack-horizon | 14:05 | |
*** neelashah has joined #openstack-horizon | 14:06 | |
*** mflobo has quit IRC | 14:07 | |
*** mflobo_ has quit IRC | 14:13 | |
*** mflobo has joined #openstack-horizon | 14:13 | |
mflobo | question: is it possible to re-define _data_table.html template only for image list (on project dashboard)? | 14:14 |
*** david-lyle has joined #openstack-horizon | 14:21 | |
*** doug-fish has joined #openstack-horizon | 14:21 | |
*** ericpeterson has joined #openstack-horizon | 14:21 | |
rdopieralski | mflobo: you can specify a different template for the table | 14:26 |
mflobo | ok, but where I should to create the _data_table.html file? on openstack_dashboard/dashboards/project/images/templates ? | 14:29 |
*** jcoufal has quit IRC | 14:30 | |
rdopieralski | mflobo: probably | 14:30 |
rdopieralski | just call it something more meaningful | 14:30 |
rdopieralski | for the table that it is for | 14:30 |
mflobo | ok, cd openstack-dashboard/dashboards/project/images | 14:31 |
mflobo | now, in index.html there is a {{ table.render }} tag | 14:32 |
mflobo | that I supouse that calls to _data_table.html (I think in Horizon side) | 14:32 |
*** bpokorny has joined #openstack-horizon | 14:33 | |
mflobo | My idea is modify this {{ table.render }} call to point to other template, my own template | 14:33 |
mflobo | how can I do that? | 14:33 |
*** neelashah1 has joined #openstack-horizon | 14:33 | |
mflobo | Horizon is not exactly django framework way | 14:34 |
*** neelashah has quit IRC | 14:34 | |
*** jacalcat has joined #openstack-horizon | 14:36 | |
*** sunilm has quit IRC | 14:36 | |
*** tnovacik has joined #openstack-horizon | 14:37 | |
*** krykowski has quit IRC | 14:39 | |
david-lyle | mflobo: just for one table? | 14:41 |
mflobo | david-lyle, yes | 14:41 |
mflobo | I want to do some modifications in this table | 14:41 |
*** Drago has joined #openstack-horizon | 14:43 | |
*** garcianavalon has quit IRC | 14:44 | |
david-lyle | mflobo: I think you can just pass in the template name to the table in the metadata | 14:44 |
david-lyle | checking | 14:44 |
*** lcheng has joined #openstack-horizon | 14:45 | |
*** krykowski has joined #openstack-horizon | 14:46 | |
mflobo | david-lyle, ok, thank you, I'll wait | 14:46 |
*** e0ne has quit IRC | 14:46 | |
david-lyle | mflobo: 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 table | 14:50 |
david-lyle | then the table.render will pick up your template | 14:50 |
rdopieralski | actually the right way would be to change the table definition | 14:52 |
rdopieralski | inherit from it if it's used in multiple places | 14:52 |
*** e0ne has joined #openstack-horizon | 14:52 | |
mflobo | mmm, I'll check | 14: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 table | 14:54 |
david-lyle | not sure why I didn't so that | 14:54 |
david-lyle | been a long time | 14:54 |
rdopieralski | yeah, the table's metaclass takes the Meta class and puts it all in _meta | 14:55 |
rdopieralski | a little bit overengineered, but meh | 14:55 |
david-lyle | over is more, thus better, right? | 14:55 |
david-lyle | :) | 14:55 |
rdopieralski | but of course | 14:55 |
rdopieralski | definitely better than underengineered | 14:56 |
david-lyle | true | 14:56 |
*** romainh has left #openstack-horizon | 14:59 | |
*** jprovazn has quit IRC | 15:01 | |
mflobo | ok, perfect david-lyle and rdopieralski | 15:01 |
mflobo | I explain myself | 15:01 |
mflobo | I'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/templates | 15:02 |
mflobo | and tthen | 15:02 |
*** sayan has quit IRC | 15:02 | |
*** wuhg has quit IRC | 15:03 | |
mflobo | I've modify thie file https://github.com/openstack/horizon/blob/stable/icehouse/openstack_dashboard/dashboards/project/images/images/tables.py#L229 | 15:03 |
mflobo | adding the "template" attribute | 15:03 |
mflobo | class Meta: | 15:03 |
mflobo | template = '_data_table.html' | 15:03 |
mflobo | and it works | 15:03 |
mflobo | thanks a lot for your help | 15:04 |
*** krykowski has quit IRC | 15:05 | |
*** ZZelle has quit IRC | 15:08 | |
*** ZZelle has joined #openstack-horizon | 15:08 | |
*** neelashah1 has quit IRC | 15:09 | |
*** rebelagentm has joined #openstack-horizon | 15:10 | |
*** neelashah has joined #openstack-horizon | 15:11 | |
*** neelashah1 has joined #openstack-horizon | 15:12 | |
*** Ala has quit IRC | 15:14 | |
*** neelashah has quit IRC | 15:16 | |
*** ihrachyshka has quit IRC | 15:17 | |
david-lyle | mflobo: glad to help | 15:18 |
*** sayan has joined #openstack-horizon | 15:18 | |
*** Longgeek has quit IRC | 15:23 | |
*** tqtran has joined #openstack-horizon | 15:28 | |
*** gokrokve_ has quit IRC | 15:28 | |
*** david-ly_ has joined #openstack-horizon | 15:34 | |
*** david-lyle has quit IRC | 15:36 | |
*** gokrokve has joined #openstack-horizon | 15:37 | |
*** e0ne has quit IRC | 15:37 | |
*** sayan has quit IRC | 15:39 | |
*** masco_ has quit IRC | 15:42 | |
*** Drago has quit IRC | 15:49 | |
*** bpokorny has quit IRC | 15:49 | |
*** jasondotstar has joined #openstack-horizon | 15:51 | |
*** gokrokve has quit IRC | 15:51 | |
*** rbertram has quit IRC | 15:52 | |
*** nlahouti has joined #openstack-horizon | 15:55 | |
*** johnma has joined #openstack-horizon | 15:55 | |
*** AndChat|656304 has joined #openstack-horizon | 15:56 | |
*** clu_ has joined #openstack-horizon | 15:57 | |
*** gary-smith_ has quit IRC | 15:57 | |
*** gary-smith_ has joined #openstack-horizon | 15:57 | |
*** AndChat|656304 has quit IRC | 15:58 | |
*** pawelss has joined #openstack-horizon | 15:58 | |
*** pawelss has quit IRC | 15:58 | |
*** ttrifonov is now known as ttrifonov_zZzz | 15:58 | |
*** pawelss has joined #openstack-horizon | 15:59 | |
*** rodrigods_ has joined #openstack-horizon | 15:59 | |
*** Drago has joined #openstack-horizon | 15:59 | |
*** tmazur has joined #openstack-horizon | 16:02 | |
*** rbertram has joined #openstack-horizon | 16:02 | |
*** Drago has quit IRC | 16:05 | |
*** Drago has joined #openstack-horizon | 16:05 | |
*** jacalcat has quit IRC | 16:09 | |
*** pawels has joined #openstack-horizon | 16:10 | |
*** regebro has quit IRC | 16:16 | |
*** tosky has joined #openstack-horizon | 16:18 | |
*** dulek has quit IRC | 16:21 | |
*** ygbo has quit IRC | 16:26 | |
*** pawels has left #openstack-horizon | 16:27 | |
*** Drago1 has joined #openstack-horizon | 16:32 | |
*** rodrigods_ has quit IRC | 16:32 | |
*** ArcTanSusan has joined #openstack-horizon | 16:34 | |
*** ArcTanSusan has quit IRC | 16:34 | |
*** jrist has quit IRC | 16:35 | |
*** bpokorny has joined #openstack-horizon | 16:39 | |
*** ArcTanSusan has joined #openstack-horizon | 16:40 | |
*** dsneddon has joined #openstack-horizon | 16:41 | |
*** jrist has joined #openstack-horizon | 16:42 | |
*** gokrokve has joined #openstack-horizon | 16:48 | |
*** pawels has joined #openstack-horizon | 16:53 | |
*** e0ne has joined #openstack-horizon | 16:53 | |
*** pawelss has quit IRC | 16:53 | |
*** sayan has joined #openstack-horizon | 16:54 | |
*** ihrachyshka has joined #openstack-horizon | 16:54 | |
*** vokhrimenko has quit IRC | 16:54 | |
*** pawels has quit IRC | 17:01 | |
*** sbfox has joined #openstack-horizon | 17:02 | |
*** jpomero has quit IRC | 17:03 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 17:04 | |
*** david-ly_ is now known as david-lyle | 17:04 | |
*** qba73 has quit IRC | 17:05 | |
*** cedrics has quit IRC | 17:06 | |
*** tmazur has quit IRC | 17:08 | |
*** ArcTanSusan has quit IRC | 17:11 | |
*** e0ne is now known as e0ne_ | 17:13 | |
sambetts | david-lyle: When is the bug freeze? | 17:14 |
david-lyle | hopefully end of week | 17:14 |
david-lyle | but really when we don't have any more release blocking bug | 17:15 |
david-lyle | *bugs | 17: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 |
sambetts | david-lyle: Ok cool, are there any other deadlines I need to know about? | 17:16 |
david-lyle | sambetts: that's about it, once RC1 is cut, master will be Kilo | 17:17 |
david-lyle | if after RC1 we encounter a ship stopping but, we'll open RC2 | 17:17 |
david-lyle | just for that fix, the criteria would be much tighter | 17:17 |
*** rwsu has quit IRC | 17:17 | |
david-lyle | then actual release should happen early Oct | 17:18 |
david-lyle | the exact date eludes my memory at the moment | 17:18 |
sambetts | david-lyle: Awesome, thank you! | 17:18 |
*** ArcTanSusan has joined #openstack-horizon | 17:19 | |
david-lyle | gary-smith_: we used to support said use case, as APIs have changed more rapidly, we're focused on same release only | 17:19 |
*** harlowja_away is now known as harlowja | 17:19 | |
gary-smith_ | david-lyle: good to know, thanks | 17:19 |
*** amcrn has joined #openstack-horizon | 17:23 | |
*** e0ne_ has quit IRC | 17:25 | |
*** bpokorny_ has joined #openstack-horizon | 17:28 | |
*** sbfox has quit IRC | 17:29 | |
*** Drago1 has quit IRC | 17:30 | |
*** rdopieralski has quit IRC | 17:30 | |
*** Drago has quit IRC | 17:31 | |
*** Drago has joined #openstack-horizon | 17:31 | |
*** sayan has quit IRC | 17:31 | |
*** bpokorny has quit IRC | 17:31 | |
*** ArthurBerezin has quit IRC | 17:34 | |
*** sayan has joined #openstack-horizon | 17:35 | |
*** e0ne has joined #openstack-horizon | 17:35 | |
*** rwsu has joined #openstack-horizon | 17:36 | |
*** Drago has quit IRC | 17:36 | |
*** vokhrimenko has joined #openstack-horizon | 17:38 | |
*** jacalcat has joined #openstack-horizon | 17:39 | |
*** bpokorny has joined #openstack-horizon | 17:39 | |
*** athomas has quit IRC | 17:41 | |
gugl2 | david-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-lyle | reverify bug # | 17:41 |
*** sbfox has joined #openstack-horizon | 17:41 | |
david-lyle | until the mirror problem is fixed in the rackspace cloud, it may be a moot point | 17:42 |
*** bpokorny_ has quit IRC | 17:42 | |
david-lyle | gugl2: actually, that may be fixed now | 17:42 |
gugl2 | david-lyle...sorry, I don't understand | 17:43 |
gugl2 | https://review.openstack.org/#/c/121714/ | 17:43 |
david-lyle | there was a gate blocking issue in the rackspace cloud where the gate jobs run | 17:44 |
david-lyle | looks like it's resolved now | 17:44 |
david-lyle | so reverify bug # should work | 17:44 |
gugl2 | ok, I will look for the bug #. Thanks. | 17:44 |
david-lyle | http://status.openstack.org/elastic-recheck/ | 17:45 |
*** bpokorny_ has joined #openstack-horizon | 17:45 | |
*** athomas has joined #openstack-horizon | 17:45 | |
gugl2 | ok. I know the drill. Thanks again. | 17:46 |
david-lyle | sure | 17:47 |
ericpeterson | as discussed, tqtran and my change now with 80% less code https://review.openstack.org/#/c/94706/58 It's like diet changesets | 17:47 |
ericpeterson | and if we can only get another 42 patches, we reach the magic 100 patch mark | 17:47 |
*** bpokorny has quit IRC | 17:48 | |
tqtran | +1 | 17:48 |
*** asahlin has quit IRC | 17:48 | |
*** Drago has joined #openstack-horizon | 17:49 | |
gugl2 | ericpeterson, tqtran, for big change, some information about how to test and how to check regression will be helpful for reviewers | 17:49 |
*** Drago has quit IRC | 17:51 | |
tqtran | gugl2: 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 |
tqtran | but maybe i dont know enough about this. when we add anything new, how are we testing for QA currently? | 17:52 |
gugl2 | not sure about others, we have a QA for us who will do manual for sure and is working to to setup for auto tests | 17:54 |
tqtran | ah ok, and how are you guys automating it? | 17:55 |
gugl2 | I am not exactly sure...need ask our QA | 17:55 |
ericpeterson | right now the change is just to add a new extension location, there should be no new change in horizon | 17:57 |
ericpeterson | I think the test will be something like "is everything the same??? / still ok?" | 17:57 |
gugl2 | he is still working on that...using selenium | 17:57 |
ericpeterson | as we add follow on changes, those will be more testable | 17:57 |
gugl2 | ericpeterson, yeah, should cause no regression | 17:59 |
tqtran | yeah, 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 IRC | 18:07 | |
*** tosky has quit IRC | 18:09 | |
*** jpomero has joined #openstack-horizon | 18:15 | |
*** jacalcat has quit IRC | 18:18 | |
johnma | Hi, 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 |
johnma | So 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' value | 18:23 |
*** aix has quit IRC | 18:24 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 18:25 | |
*** sbfox has quit IRC | 18:25 | |
*** ArcTanSusan has quit IRC | 18:26 | |
johnma | If 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. Thanks | 18:28 |
*** ihrachyshka has quit IRC | 18:28 | |
*** Drago has joined #openstack-horizon | 18:29 | |
*** sbfox has joined #openstack-horizon | 18:34 | |
*** jacalcat has joined #openstack-horizon | 18:41 | |
*** lcheng has quit IRC | 18: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 metadata | 18:43 |
gary-smith_ | one would expect it to be 'extra specs' since nova flavors have extra specs | 18:44 |
*** jpomero has quit IRC | 18:44 | |
gary-smith_ | I wasn't aware that it was actually updating glance metadata instead | 18:44 |
johnma | gary_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 well | 18:45 |
gary-smith_ | probably so | 18:47 |
*** ArcTanSusan has joined #openstack-horizon | 18:49 | |
*** bpokorny_ has quit IRC | 18:53 | |
*** bpokorny has joined #openstack-horizon | 18:56 | |
*** asahlin has joined #openstack-horizon | 18:56 | |
*** jpomero has joined #openstack-horizon | 18:58 | |
*** sambetts has quit IRC | 19:03 | |
*** ArcTanSusan has quit IRC | 19:06 | |
*** athomas has quit IRC | 19:09 | |
*** e0ne has quit IRC | 19:09 | |
*** Hillary_Effertz5 has joined #openstack-horizon | 19:22 | |
*** ArcTanSusan has joined #openstack-horizon | 19:23 | |
*** Hillary_Effertz5 has quit IRC | 19:25 | |
*** jrist has quit IRC | 19:26 | |
*** HenryG is now known as HenryG_afk | 19:27 | |
*** sbfox has quit IRC | 19:32 | |
*** e0ne has joined #openstack-horizon | 19:32 | |
*** lcheng has joined #openstack-horizon | 19:36 | |
*** sbfox has joined #openstack-horizon | 19:41 | |
*** lcheng_ has joined #openstack-horizon | 19:45 | |
*** lcheng has quit IRC | 19:47 | |
*** e0ne has quit IRC | 19:48 | |
*** ZZelle_ has joined #openstack-horizon | 19:49 | |
*** nlahouti has quit IRC | 19:50 | |
*** tnovacik has quit IRC | 19:52 | |
*** MaxV has quit IRC | 19:53 | |
tqtran | david-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 IRC | 20:06 | |
david-lyle | tqtran: re +A'd | 20:07 |
tqtran | david-lyle: thanks! | 20:07 |
*** sbfox has quit IRC | 20:09 | |
*** sbfox has joined #openstack-horizon | 20:15 | |
*** radez is now known as radez_g0n3 | 20:18 | |
*** amerine has joined #openstack-horizon | 20:23 | |
*** Drago1 has joined #openstack-horizon | 20:25 | |
*** gokrokve has quit IRC | 20:26 | |
*** gokrokve has joined #openstack-horizon | 20:26 | |
*** Drago1 has quit IRC | 20:30 | |
*** amcrn has quit IRC | 20:32 | |
*** Drago1 has joined #openstack-horizon | 20:32 | |
*** gokrokve has quit IRC | 20:32 | |
*** gokrokve has joined #openstack-horizon | 20:33 | |
*** Drago1 has quit IRC | 20:34 | |
*** Drago1 has joined #openstack-horizon | 20:35 | |
*** Drago1 has quit IRC | 20:42 | |
*** Drago1 has joined #openstack-horizon | 20:43 | |
*** nlahouti has joined #openstack-horizon | 20:44 | |
*** Drago1 has quit IRC | 20:46 | |
*** denis_makogon_ is now known as denis_makogon | 20:46 | |
*** Drago1 has joined #openstack-horizon | 20:46 | |
*** Drago1 has quit IRC | 20:48 | |
*** neelashah1 has quit IRC | 20:51 | |
*** jrist has joined #openstack-horizon | 20:52 | |
*** vkmc has quit IRC | 20:53 | |
*** Drago1 has joined #openstack-horizon | 20:57 | |
*** peristeri has quit IRC | 20:58 | |
*** Drago1 has quit IRC | 20:59 | |
*** gokrokve has quit IRC | 21:01 | |
*** crobertsrh is now known as _crobertsrh | 21:04 | |
*** Drago has quit IRC | 21:10 | |
*** Drago has joined #openstack-horizon | 21:11 | |
*** neelashah has joined #openstack-horizon | 21:13 | |
*** sayali has quit IRC | 21:25 | |
*** sayali has joined #openstack-horizon | 21:38 | |
*** sayan has quit IRC | 21:43 | |
*** amcrn has joined #openstack-horizon | 21:44 | |
*** Drago1 has joined #openstack-horizon | 21:51 | |
*** jtomasek has quit IRC | 21:51 | |
*** neelashah has quit IRC | 21:53 | |
*** Drago1 has quit IRC | 21:54 | |
*** jasondotstar has quit IRC | 21:57 | |
*** harlowja is now known as harlowja_away | 22:01 | |
*** sbfox has quit IRC | 22:02 | |
*** sayali has quit IRC | 22:03 | |
*** harlowja_away is now known as harlowja | 22:03 | |
*** gokrokve has joined #openstack-horizon | 22:06 | |
*** sbfox has joined #openstack-horizon | 22:08 | |
*** sbfox1 has joined #openstack-horizon | 22:09 | |
*** sbfox has quit IRC | 22:09 | |
*** julim has quit IRC | 22:11 | |
*** rebelagentm has quit IRC | 22:12 | |
*** akrivoka has quit IRC | 22:16 | |
*** jpomero has quit IRC | 22:17 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:17 | |
*** amerine has quit IRC | 22:22 | |
*** absubram has quit IRC | 22:25 | |
*** amerine has joined #openstack-horizon | 22:26 | |
*** denis_makogon has quit IRC | 22:26 | |
*** echevemaster has joined #openstack-horizon | 22:31 | |
*** ArcTanSusan has quit IRC | 22:34 | |
*** doug-fish has left #openstack-horizon | 22:38 | |
*** ZZelle_ has quit IRC | 22:40 | |
*** vkmc has joined #openstack-horizon | 22:41 | |
*** amerine has quit IRC | 22:42 | |
*** amerine has joined #openstack-horizon | 22:44 | |
*** sbfox1 has quit IRC | 22:46 | |
*** sbfox has joined #openstack-horizon | 22:46 | |
*** jay-atl has quit IRC | 22:47 | |
*** jpomero has joined #openstack-horizon | 22:48 | |
*** lcheng_ has quit IRC | 22:56 | |
*** ericpeterson has quit IRC | 23:05 | |
*** sbfox has quit IRC | 23:14 | |
*** gokrokve_ has joined #openstack-horizon | 23:19 | |
*** david-lyle has quit IRC | 23:20 | |
*** gokrokve has quit IRC | 23:21 | |
*** david-lyle has joined #openstack-horizon | 23:21 | |
*** ArcTanSusan has joined #openstack-horizon | 23:24 | |
*** dsneddon has quit IRC | 23:26 | |
*** david-lyle has quit IRC | 23:26 | |
*** jpich has joined #openstack-horizon | 23:30 | |
*** neillc has joined #openstack-horizon | 23:31 | |
*** Karen_Schultz11 has joined #openstack-horizon | 23:35 | |
*** Karen_Schultz11 has quit IRC | 23:45 | |
*** Drago1 has joined #openstack-horizon | 23:51 | |
*** bpokorny_ has joined #openstack-horizon | 23:53 | |
*** amotoki has joined #openstack-horizon | 23:53 | |
*** bpokorny has quit IRC | 23:55 | |
*** Drago1 has quit IRC | 23:56 | |
*** Alexane_Metz has joined #openstack-horizon | 23:57 | |
*** amotoki has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!