*** jtriley has joined #openstack-horizon | 00:05 | |
gugl | r1chardj0n3s, I run into some issues for example , the pause action doesn't respond in table action, but in the overview action, it has some 401 errors...there are some issues as well. | 00:18 |
---|---|---|
r1chardj0n3s | gugl: thanks for testing, please make notes against the patch :-) | 00:19 |
*** rajalokan has joined #openstack-horizon | 00:19 | |
gugl | r1chardj0n3s, I started without your changes to make sure most of the actions are ok. Then applied changes...will compile the list of issues and let you know | 00:19 |
r1chardj0n3s | thanks gugl! | 00:24 |
*** catintheroof has joined #openstack-horizon | 00:25 | |
*** jtriley has quit IRC | 00:29 | |
openstackgerrit | wei.ying proposed openstack/horizon master: Fix edit qos spec form exception https://review.openstack.org/452999 | 00:38 |
*** rajalokan has quit IRC | 00:42 | |
*** rajalokan has joined #openstack-horizon | 00:42 | |
*** rajalokan has quit IRC | 00:54 | |
*** rajalokan has joined #openstack-horizon | 00:55 | |
*** catintheroof has quit IRC | 01:02 | |
openstackgerrit | Richard Jones proposed openstack/horizon master: Expose more of Swift to ResourceType https://review.openstack.org/348741 | 01:03 |
*** Tamayo has quit IRC | 01:12 | |
*** dave-mccowan has quit IRC | 01:17 | |
*** aortega has quit IRC | 01:31 | |
adriant | r1chardj0n3s, around for some more silly questions? :P | 01:57 |
*** harlowja has quit IRC | 02:06 | |
*** harlowja has joined #openstack-horizon | 02:50 | |
*** weezS has joined #openstack-horizon | 02:51 | |
r1chardj0n3s | adriant: could be :-) | 02:56 |
adriant | r1chardj0n3s, this unrelated to the v2/v3 rc thing, and sort of related to the url stuff I was doing a while back. | 02:59 |
adriant | r1chardj0n3s, now what I need to do is... from the scope of my plugin, add an extra bit to the login form for horizon without overriding the whole template. | 03:00 |
adriant | http://paste.openstack.org/show/605322/ | 03:00 |
adriant | similar to how we have it on our actual dashboard here: https://dashboard.cloud.catalyst.net.nz | 03:00 |
adriant | I want this plugin to be able to be installed easily in a devstack environment and just 'work' for the features my service has. | 03:01 |
adriant | so I'm working to decouple my code from our company code so I can properly upstream it | 03:02 |
*** wuyanjun has joined #openstack-horizon | 03:03 | |
*** Elaine_wu has quit IRC | 03:06 | |
adriant | r1chardj0n3s, basically, I'm after some sort of way from the scope of my plugin to do 'minor' changes to the login template. In our case for the production deploy we just have the change in a custom theme, but the goal of this plugin is to make it work standalone against a devstack or some such. :/ | 03:07 |
r1chardj0n3s | adriant: sorry, I'm in a meeting right now, will get back to you in a couple of hours I hope | 03:07 |
adriant | r1chardj0n3s, not a problem :) | 03:08 |
adriant | I'm aware my questions are weird enough anyway as I'm doing slightly odd stuff with horizon. | 03:09 |
*** amotoki has joined #openstack-horizon | 03:34 | |
*** gary-smith_ has quit IRC | 03:46 | |
*** amotoki has quit IRC | 03:50 | |
*** harlowja has quit IRC | 03:56 | |
*** amotoki has joined #openstack-horizon | 04:01 | |
*** harlowja has joined #openstack-horizon | 04:07 | |
*** Adri2000 has quit IRC | 04:17 | |
*** Adri2000 has joined #openstack-horizon | 04:17 | |
*** amotoki has quit IRC | 04:19 | |
*** amotoki has joined #openstack-horizon | 04:28 | |
*** harlowja has quit IRC | 04:33 | |
*** weezS has quit IRC | 04:39 | |
*** rcernin has joined #openstack-horizon | 04:45 | |
*** weezS has joined #openstack-horizon | 04:47 | |
robcresswell | adriant: The only way to override templates is either inherit and override blocks, or override the entire thing | 05:03 |
robcresswell | There's no way of doing small parts I think, unless you use jQuery to manipulate it. (Don't do this) | 05:04 |
*** vishwana_ has joined #openstack-horizon | 05:05 | |
*** betherly_ has joined #openstack-horizon | 05:07 | |
*** ratailor has joined #openstack-horizon | 05:09 | |
*** John341 has joined #openstack-horizon | 05:09 | |
*** rcernin has quit IRC | 05:09 | |
*** rcernin has joined #openstack-horizon | 05:11 | |
*** harlowja has joined #openstack-horizon | 05:11 | |
*** rodrigod` has joined #openstack-horizon | 05:12 | |
*** NikitaKonovalov2 has joined #openstack-horizon | 05:13 | |
*** NightKhaos_ has joined #openstack-horizon | 05:13 | |
*** xhku_ has joined #openstack-horizon | 05:13 | |
*** vishwanathj has quit IRC | 05:14 | |
*** fbouliane has quit IRC | 05:14 | |
*** Krenair has quit IRC | 05:14 | |
*** jgravel has quit IRC | 05:14 | |
*** NikitaKonovalov has quit IRC | 05:14 | |
*** betherly has quit IRC | 05:14 | |
*** rodrigods has quit IRC | 05:14 | |
*** John341_ has quit IRC | 05:14 | |
*** zhenguo has quit IRC | 05:14 | |
*** NightKhaos has quit IRC | 05:14 | |
*** ankur-gupta-f4 has quit IRC | 05:14 | |
*** NightKhaos_ is now known as NightKhaos | 05:14 | |
*** NikitaKonovalov2 is now known as NikitaKonovalov | 05:14 | |
*** jamielennox is now known as jamielennox|away | 05:15 | |
*** betherly_ is now known as betherly | 05:16 | |
*** udesale has joined #openstack-horizon | 05:17 | |
adriant | robcresswell, I very much want to avoid any javascript manipulation. | 05:17 |
*** Krenair has joined #openstack-horizon | 05:17 | |
adriant | robcresswell, I'm playing with doing an override that extends the old default and just changes the login_footer block | 05:17 |
adriant | we'll see how that works | 05:18 |
adriant | problem is, I have to override that block with the old content it had, and add my own. | 05:18 |
adriant | It would be nice if there was an additional block for additional links or data like I'm doing in core horizon | 05:18 |
adriant | as then I could use that block instead | 05:18 |
adriant | robcresswell: although right now I can't even test that my current override works because of odd issues with my enable file not actually registering the blasted panel! gah! | 05:19 |
r1chardj0n3s | adriant: sorry, meetings ran longer than humanly acceptable :-) | 05:20 |
* r1chardj0n3s reads scrollback | 05:20 | |
adriant | r1chardj0n3s: not a problem. | 05:21 |
adriant | robcresswell, r1chardj0n3s: this is what my template looks like at the moment: http://paste.openstack.org/show/605330/ | 05:21 |
adriant | I've not yet been able to test that it actually works as expected :P | 05:22 |
adriant | the problem being that even if that template works, I'm having to add that button back in. Which means if the default button changes my template will override it, and may break things. | 05:23 |
r1chardj0n3s | right, I getcha | 05:23 |
adriant | basically, see here: https://dashboard.cloud.catalyst.net.nz/ and the click the reset password link | 05:24 |
adriant | I have a service that handles that, and I'm trying to make that feature in horizon pluggable | 05:24 |
r1chardj0n3s | adriant: are you familiar with {{ block.super }} ? | 05:25 |
r1chardj0n3s | https://docs.djangoproject.com/en/dev/ref/templates/language/#template-inheritance | 05:25 |
r1chardj0n3s | I think it'll help you do what you need to do | 05:25 |
adriant | no? I've not don't as much with django templates as I should | 05:25 |
r1chardj0n3s | by allowing you to pull in the default content and add your own | 05:25 |
adriant | oh! | 05:25 |
*** amotoki has quit IRC | 05:26 | |
adriant | ah ok yes that should so it | 05:26 |
r1chardj0n3s | (I also only learned about {{ block.super }} just now :-) | 05:26 |
adriant | I'm mostly a backend dev really, although I do a hell of a lot with django. I really need to learn more about the templates... | 05:27 |
adriant | http://paste.openstack.org/show/605331/ | 05:27 |
adriant | ^ that should hopefully then do it! | 05:27 |
* r1chardj0n3s also hopes :-0 | 05:27 | |
adriant | now back to figuring out why my panel isn't being loaded :( | 05:28 |
*** amotoki has joined #openstack-horizon | 05:30 | |
*** jamielennox|away is now known as jamielennox | 05:37 | |
*** udesale__ has joined #openstack-horizon | 05:42 | |
*** udesale has quit IRC | 05:43 | |
*** madgoat has joined #openstack-horizon | 05:45 | |
*** madgoat has left #openstack-horizon | 05:46 | |
*** harlowja has quit IRC | 06:02 | |
*** udesale__ has quit IRC | 06:08 | |
openstackgerrit | Ferenc Cserepkei proposed openstack/horizon master: TrunkPort, Horizon workflow: launch instance, django version https://review.openstack.org/452725 | 06:18 |
*** tesseract has joined #openstack-horizon | 06:26 | |
*** itxaka has joined #openstack-horizon | 06:28 | |
adriant | r1chardj0n3s: gah! The template override both works, and doesn't. Partly because I can't override it how I want, as that causes recursion issues :/ | 06:49 |
adriant | r1chardj0n3s: but I think I can do a patch to horizon itself which will add something I can override and should be a tiny tiny amount of code. | 06:52 |
adriant | well, template code | 06:52 |
adriant | But it's up to you guys if you'd approve it. | 06:52 |
adriant | Will test, spec, and submit the patch. | 06:52 |
r1chardj0n3s | adriant: is the "override it how I want" the paste you provided above? | 06:53 |
adriant | sort of yeah, but that causes a recursion problem as I want to override the template by name, and extend the 'old' template of that name... | 06:55 |
adriant | which well | 06:55 |
adriant | you can't | 06:55 |
adriant | I was hoping to make a template 'auth/_login_page.html' with this content: http://paste.openstack.org/show/605349/ | 06:56 |
adriant | but as that causes a recursion problem I have to do: http://paste.openstack.org/show/605350/ | 06:57 |
adriant | which works, but still means I'm overriding more than I want | 06:57 |
adriant | r1chardj0n3s: the solution is in core horizon change the _login_page.html template to: http://paste.openstack.org/show/605351/ | 07:00 |
*** amotoki has quit IRC | 07:00 | |
adriant | and then I can create a template '_login_form_footer.html' which has the only content as: '<p>Can't log in? <a href="/forgot-password/">Reset your password</a>.</p>' | 07:00 |
*** makowals has joined #openstack-horizon | 07:00 | |
adriant | which would also need to be added but empty to the openstack_dashboard/templates folder just like _login_footer.html | 07:01 |
adriant | that means people can easily add additional content just below the login button in the login form itself | 07:01 |
r1chardj0n3s | hurm, I'm surprised that issue hasn't come up for other folks in the django world | 07:03 |
*** amotoki has joined #openstack-horizon | 07:03 | |
adriant | r1chardj0n3s: the problem is that the template loader can't differentiate between the original version, and the new one with the same name, as the old one just, doesn't exist to it. | 07:05 |
adriant | so when you extend the same name... it extends itself | 07:05 |
adriant | recursively, forever | 07:05 |
adriant | "RuntimeError: maximum recursion depth exceeded while calling a Python object" | 07:05 |
r1chardj0n3s | right :-( | 07:07 |
adriant | r1chardj0n3s: I'll throw up a spec tomorrow for my template thing, and a patch. It's a small patch that just adds an include for what I want to do, and lets me and other people stick in some extra stuff right below the login button. | 07:08 |
r1chardj0n3s | adriant: yep, thanks | 07:09 |
r1chardj0n3s | I can't immediately find anything useful out there about replacing a template but also extending the replaced template | 07:09 |
adriant | yeah, I don't think it can be done :( | 07:09 |
adriant | r1chardj0n3s: and my hack for url loading doesn't seem to want to work anymore so back to the drawing board. | 07:14 |
r1chardj0n3s | :-( | 07:14 |
adriant | r1chardj0n3s: would there be any opposition to me building a mechanism for horizon to allow pluggable pre-login views? | 07:14 |
adriant | like my forgot password thing | 07:15 |
*** zhenguo has joined #openstack-horizon | 07:15 | |
r1chardj0n3s | adriant: that's the realm of a proposal to take to the broader community through formulating the idea, proposing it via email / team meeting and seeing what folks say. I don't see an issue with it, if we do it reasonably :-) | 07:15 |
*** ankur-gupta-f4 has joined #openstack-horizon | 07:16 | |
robcresswell | adriant: I very much doubt you're the only person who would like to manipulate the login stuff, so its worth looking into if you have some spare time to come up with a proposal and reasonably generic solution | 07:17 |
adriant | r1chardj0n3s: as an alternative, can I hide panels from the menu? | 07:19 |
*** jgravel has joined #openstack-horizon | 07:19 | |
*** pcaruana has joined #openstack-horizon | 07:19 | |
adriant | robcresswell: I can probably find the time, and I'd want to ensure anything I did was suitably generic and close to the panel loading mechanism, just for pre-login views. | 07:20 |
adriant | oh and robcresswell, are you ok with me taking https://bugs.launchpad.net/horizon/+bug/1547061 and fixing it? I need the fix for our ocata upgrade, so if I can do one I can backport for our own deployment that would rock. | 07:23 |
openstack | Launchpad bug 1547061 in OpenStack Dashboard (Horizon) "openrc v2.sh contains /v3 url" [Undecided,Confirmed] | 07:23 |
robcresswell | adriant: Yeah, go ahead | 07:24 |
robcresswell | adriant: FYI, I saw your comment on it the other day; people have been using it for a while, but perhaps not in the way you were :) | 07:24 |
adriant | robcresswell, yeah, it's a weird one, but a relatively easy fix. I personally want us to drop v2 altogether but we can't yet so I'm working out a migration path and telling our users to move to v3 and making that easy is important. | 07:27 |
adriant | and by us I mean our deployment. | 07:27 |
*** udesale has joined #openstack-horizon | 07:27 | |
adriant | upstream is already pretty much at the point of finally dropping v2 entirely, which I why I've been trying to push us. | 07:27 |
robcresswell | adriant: We're deprecating our v2 code path for Pike | 07:29 |
robcresswell | And will default to v3 | 07:29 |
adriant | but not getting rid of the v2 stuff yet though right? | 07:29 |
robcresswell | No | 07:29 |
adriant | yeah, keystone is teetering very close to outright dropping v2 it looks like, but I think not just yet. | 07:30 |
adriant | anyway, home time for me, and I'll throw up some patches, and a spec tomorrow. | 07:31 |
*** adriant has quit IRC | 07:32 | |
*** amotoki has quit IRC | 07:35 | |
*** amotoki has joined #openstack-horizon | 07:36 | |
*** jamielennox is now known as jamielennox|away | 07:45 | |
*** udesale__ has joined #openstack-horizon | 07:48 | |
*** udesale has quit IRC | 07:50 | |
*** amoralej|off is now known as amoralej | 07:53 | |
*** ianychoi has quit IRC | 07:54 | |
*** jpich has joined #openstack-horizon | 07:54 | |
*** jprovazn has joined #openstack-horizon | 08:12 | |
*** ianychoi has joined #openstack-horizon | 08:17 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/horizon master: Imported Translations from Zanata https://review.openstack.org/453069 | 09:02 |
*** tosky has joined #openstack-horizon | 09:03 | |
*** slunkad has joined #openstack-horizon | 09:05 | |
*** ratailor_ has joined #openstack-horizon | 09:25 | |
*** ratailor_ has quit IRC | 09:25 | |
*** ratailor is now known as ratailor_ | 09:26 | |
*** ratailor_ is now known as Guest6565 | 09:27 | |
*** ccesario has quit IRC | 09:30 | |
*** mvk has quit IRC | 09:31 | |
openstackgerrit | Merged openstack/horizon master: Imported Translations from Zanata https://review.openstack.org/453069 | 09:38 |
*** mvk has joined #openstack-horizon | 10:00 | |
*** wolverineav has joined #openstack-horizon | 10:02 | |
*** aortega has joined #openstack-horizon | 10:22 | |
*** udesale__ has quit IRC | 10:30 | |
*** ccesario has joined #openstack-horizon | 10:36 | |
*** wolverineav has quit IRC | 10:49 | |
*** wolverineav has joined #openstack-horizon | 10:50 | |
*** wolverineav has quit IRC | 10:54 | |
*** wolverineav has joined #openstack-horizon | 10:59 | |
*** jamielennox|away is now known as jamielennox | 11:03 | |
*** wolverineav has quit IRC | 11:04 | |
*** xiaoruiguo has joined #openstack-horizon | 11:04 | |
*** wolverineav has joined #openstack-horizon | 11:05 | |
*** wolverineav has quit IRC | 11:11 | |
*** wolverineav has joined #openstack-horizon | 11:13 | |
*** wolverineav has quit IRC | 11:18 | |
*** dave-mccowan has joined #openstack-horizon | 11:21 | |
*** rodrigod` is now known as rodrigods | 12:01 | |
*** rodrigods has joined #openstack-horizon | 12:01 | |
*** rodrigods has quit IRC | 12:01 | |
*** rodrigods has joined #openstack-horizon | 12:02 | |
*** rodrigods has quit IRC | 12:03 | |
*** rodrigods has joined #openstack-horizon | 12:03 | |
*** catintheroof has joined #openstack-horizon | 12:05 | |
*** amoralej is now known as amoralej|lunch | 12:08 | |
*** wolverineav has joined #openstack-horizon | 12:08 | |
*** chlong has joined #openstack-horizon | 12:10 | |
*** Guest6565 has quit IRC | 12:11 | |
*** ccesario has quit IRC | 12:26 | |
*** Pavo has joined #openstack-horizon | 12:42 | |
*** belmoreira has joined #openstack-horizon | 13:07 | |
*** zul has quit IRC | 13:12 | |
*** amoralej|lunch is now known as amoralej | 13:14 | |
*** amotoki has quit IRC | 13:15 | |
*** jtriley has joined #openstack-horizon | 13:24 | |
*** lblanchard has joined #openstack-horizon | 13:26 | |
*** zul has joined #openstack-horizon | 13:32 | |
*** ccesario has joined #openstack-horizon | 13:34 | |
*** xiaoruiguo has quit IRC | 13:44 | |
*** xiaoruiguo has joined #openstack-horizon | 13:45 | |
*** TravT has joined #openstack-horizon | 13:45 | |
*** ChanServ sets mode: +v TravT | 13:45 | |
*** amotoki has joined #openstack-horizon | 13:50 | |
*** amotoki has quit IRC | 13:59 | |
*** Pavo has quit IRC | 14:08 | |
*** Pavo has joined #openstack-horizon | 14:09 | |
*** Pavo has quit IRC | 14:09 | |
*** Pavo has joined #openstack-horizon | 14:10 | |
*** Pavo has quit IRC | 14:10 | |
*** Pavo has joined #openstack-horizon | 14:11 | |
*** Pavo has quit IRC | 14:11 | |
*** Pavo has joined #openstack-horizon | 14:11 | |
*** Pavo has quit IRC | 14:12 | |
*** Pavo has joined #openstack-horizon | 14:12 | |
*** Pavo has quit IRC | 14:12 | |
*** amotoki has joined #openstack-horizon | 14:17 | |
*** ccesario has quit IRC | 14:23 | |
*** ccesario has joined #openstack-horizon | 14:45 | |
*** jlopezgu_ has joined #openstack-horizon | 14:47 | |
*** erhudy has joined #openstack-horizon | 14:48 | |
*** yingjun has joined #openstack-horizon | 14:53 | |
*** yingjun has quit IRC | 14:53 | |
*** ratailor has joined #openstack-horizon | 15:00 | |
openstackgerrit | Beth Elwell proposed openstack/horizon master: Adds basic angular QoS panel to Horizon https://review.openstack.org/418828 | 15:02 |
*** weezS has quit IRC | 15:03 | |
*** lucasxu has joined #openstack-horizon | 15:04 | |
*** ccesario has quit IRC | 15:05 | |
*** flwang has quit IRC | 15:07 | |
*** flwang has joined #openstack-horizon | 15:20 | |
*** belmoreira has quit IRC | 15:24 | |
*** weezS has joined #openstack-horizon | 15:34 | |
*** rajalokan has quit IRC | 15:34 | |
*** lucasxu has quit IRC | 15:44 | |
*** pcaruana has quit IRC | 16:01 | |
*** wolverineav has quit IRC | 16:06 | |
*** wolverineav has joined #openstack-horizon | 16:10 | |
*** xiaoruiguo has quit IRC | 16:11 | |
*** jpich has quit IRC | 16:23 | |
*** rajalokan has joined #openstack-horizon | 16:23 | |
*** itxaka has quit IRC | 16:31 | |
*** weezS has quit IRC | 16:33 | |
*** lucasxu has joined #openstack-horizon | 16:39 | |
*** mtanino has joined #openstack-horizon | 16:39 | |
*** ratailor has quit IRC | 16:50 | |
openstackgerrit | Beth Elwell proposed openstack/horizon master: Adds basic angular QoS panel to Horizon https://review.openstack.org/418828 | 16:51 |
*** tesseract has quit IRC | 17:04 | |
*** mvk has quit IRC | 17:15 | |
*** amoralej is now known as amoralej|off | 17:20 | |
*** lucasxu has quit IRC | 17:33 | |
*** kzaitsev_mb has joined #openstack-horizon | 17:34 | |
*** lucasxu has joined #openstack-horizon | 17:34 | |
gugl | r1chardj0n3s, reviewed https://review.openstack.org/#/c/444095 and added the issue list in the comments. Since it is a fairly big changes and I assume you will do a couple of commits to make it stable. Please let me know what items you will fix in the next next submit so I can focus on those items. | 17:38 |
*** lucasxu has quit IRC | 17:40 | |
*** TravT has quit IRC | 17:41 | |
*** lucasxu has joined #openstack-horizon | 17:41 | |
*** ccesario has joined #openstack-horizon | 17:43 | |
*** ccesario has quit IRC | 17:45 | |
*** ccesario has joined #openstack-horizon | 17:46 | |
*** tosky has quit IRC | 17:52 | |
*** mvk has joined #openstack-horizon | 18:01 | |
*** ccesario has quit IRC | 18:02 | |
*** ccesario has joined #openstack-horizon | 18:06 | |
*** mdavidson has joined #openstack-horizon | 18:11 | |
*** Pavo has joined #openstack-horizon | 18:15 | |
*** jtriley has quit IRC | 18:28 | |
*** weezS has joined #openstack-horizon | 18:31 | |
gugl | r1chardj0n3s, sorry my last message was a little messed up. just want to know what you want to focus on this submit and what you want to leave for the next submit. | 18:31 |
*** weezS has quit IRC | 18:32 | |
*** amotoki has quit IRC | 18:34 | |
*** yohoffman has quit IRC | 18:36 | |
*** jtriley has joined #openstack-horizon | 18:42 | |
*** Pavo has quit IRC | 18:46 | |
*** yohoffman has joined #openstack-horizon | 18:59 | |
*** lucasxu has quit IRC | 19:07 | |
*** lucasxu has joined #openstack-horizon | 19:08 | |
*** harlowja has joined #openstack-horizon | 19:24 | |
*** ccesario has quit IRC | 19:31 | |
*** jeremy_moffitt has quit IRC | 19:35 | |
*** Pavo has joined #openstack-horizon | 19:36 | |
*** ccesario has joined #openstack-horizon | 19:47 | |
*** ducttape_ has joined #openstack-horizon | 19:48 | |
ducttape_ | hurgleburgler no longer around? | 19:49 |
*** jprovazn has quit IRC | 19:53 | |
*** ediardo has quit IRC | 20:00 | |
*** ediardo has joined #openstack-horizon | 20:01 | |
*** dave-mccowan has quit IRC | 20:03 | |
*** wolverineav has quit IRC | 20:10 | |
*** wolverineav has joined #openstack-horizon | 20:11 | |
*** rajalokan has quit IRC | 20:11 | |
*** wolverineav has quit IRC | 20:16 | |
*** Pavo has quit IRC | 20:21 | |
*** ducttape_ has quit IRC | 20:24 | |
*** ducttape_ has joined #openstack-horizon | 20:34 | |
*** ccesario has quit IRC | 20:48 | |
*** wolverineav has joined #openstack-horizon | 20:52 | |
*** rcernin has quit IRC | 20:55 | |
david-lyle | ducttape_, not typically | 21:09 |
david-lyle | can try hangouts | 21:09 |
*** lblanchard has quit IRC | 21:09 | |
ducttape_ | k thanks david-lyle | 21:09 |
*** revon has joined #openstack-horizon | 21:10 | |
*** dave-mccowan has joined #openstack-horizon | 21:15 | |
r1chardj0n3s | gugl: thanks! I'll poke at it to see if I can figure how it broke :-) | 21:17 |
*** jtriley has quit IRC | 21:19 | |
*** wolverineav has quit IRC | 21:26 | |
*** david-lyle has quit IRC | 21:35 | |
*** Pavo has joined #openstack-horizon | 21:43 | |
*** david-lyle has joined #openstack-horizon | 21:43 | |
*** ChanServ sets mode: +o david-lyle | 21:43 | |
*** Pavo has quit IRC | 21:59 | |
*** kzaitsev_mb has quit IRC | 22:08 | |
*** lucasxu has quit IRC | 22:27 | |
*** hoonetorg has quit IRC | 22:43 | |
*** hoonetorg has joined #openstack-horizon | 22:44 | |
*** hoonetorg has quit IRC | 22:47 | |
*** catintheroof has quit IRC | 22:57 | |
*** hoonetorg has joined #openstack-horizon | 22:58 | |
*** jtriley has joined #openstack-horizon | 22:58 | |
*** jtriley has quit IRC | 23:05 | |
*** jtriley has joined #openstack-horizon | 23:20 | |
*** mtanino has quit IRC | 23:39 | |
*** ducttape_ has quit IRC | 23:46 | |
*** ducttape_ has joined #openstack-horizon | 23:46 | |
*** ducttape_ has quit IRC | 23:48 | |
*** ducttape_ has joined #openstack-horizon | 23:48 | |
*** _ducttape_ has joined #openstack-horizon | 23:50 | |
*** ducttape_ has quit IRC | 23:50 | |
ankur-gupta-f4 | revon: ping? no | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!