Friday, 2016-03-11

r1chardj0n3srobcresswell: cheers mate, I know they come from a place of love :-)00:00
*** zzxwill has quit IRC00:00
robcresswellr1chardj0n3s: Heh, its nice that you think that :)00:00
robcresswellr1chardj0n3s: Btw, feel free to let me know if I'm being overly picky in any of the reviews. I don't expect absolute perfection.00:01
r1chardj0n3syou've identified one bug which I will investigate and that loggging thing which I will try to address00:02
r1chardj0n3sit's all good00:02
robcresswellExcellent. Just reviewing object actions atm.00:02
robcresswellThen sleep.00:02
r1chardj0n3scool00:02
*** ski1 has joined #openstack-horizon00:05
*** zzxwill has joined #openstack-horizon00:06
*** ErikNeeley has quit IRC00:09
ski1bpokorny_: hey working with ankur on https://review.openstack.org/#/c/283171/, we are able to get the errors removed that were caused by this patch, but there are additional errors that are outside the scope of the patch, should we fix them as part of this or proceed https://gist.githubusercontent.com/stajkowski/a59962ad763a7935f944/raw/e266677e69d3494fd88294ed092672fc24ae3a33/gistfile1.txt00:10
*** kzaitsev_mb has quit IRC00:12
robcresswellr1chardj0n3s: I left a few comments. Mostly minor. Will go over both again in the morning.00:12
robcresswellNight folks :D00:13
r1chardj0n3srobcresswell: thanks! good night!00:13
bpokorny_ski1: In a meeting right now, but will get back to you soon.00:14
openstackgerritDiana Whitten proposed openstack/horizon: Horizon selects are now themable: Launch Instance  https://review.openstack.org/28967900:14
ski1bpokorny_: no problem, yeah i do see one last thing not right, i'll have a quick question on that one00:14
*** doug-fish has joined #openstack-horizon00:16
*** doug-fish has quit IRC00:17
*** doug-fish has joined #openstack-horizon00:17
*** TravT has quit IRC00:18
*** zzxwill has quit IRC00:20
openstackgerritDiana Whitten proposed openstack/horizon: Horizon selects are now themable: Admin Panels  https://review.openstack.org/29020400:21
*** doug-fish has quit IRC00:22
*** doug-fis_ has joined #openstack-horizon00:22
*** openstackgerrit_ has quit IRC00:23
*** yamamoto_ has joined #openstack-horizon00:24
*** zzxwill has joined #openstack-horizon00:24
*** bapalm has quit IRC00:24
*** doug-fish has joined #openstack-horizon00:24
*** openstackgerrit_ has joined #openstack-horizon00:25
*** doug-fis_ has quit IRC00:26
*** doug-fis_ has joined #openstack-horizon00:27
*** yamamoto_ has quit IRC00:28
*** doug-fish has quit IRC00:29
*** bpokorny_ has quit IRC00:29
*** doug-fish has joined #openstack-horizon00:29
*** bpokorny has joined #openstack-horizon00:29
*** Mounica has quit IRC00:31
*** doug-fis_ has quit IRC00:32
*** doug-fish has quit IRC00:34
*** jtriley has joined #openstack-horizon00:34
*** dan_nguyen has quit IRC00:39
bpokornyski1: I'm back now. You mentioned you fixed the errors that were caused by the patch but there are other errors outside the scope of the patch.00:40
*** zzxwill has quit IRC00:41
bpokornyAre these the errors that are outside the scope of the patch?  https://gist.githubusercontent.com/stajkowski/a59962ad763a7935f944/raw/e266677e69d3494fd88294ed092672fc24ae3a33/gistfile1.txt00:41
*** bapalm has joined #openstack-horizon00:41
*** zzxwill has joined #openstack-horizon00:42
openstackgerritCindy Lu proposed openstack/horizon: Material theme form errors - fix red text on red bg  https://review.openstack.org/29148600:44
*** jpomeroy has quit IRC00:45
*** Mounica has joined #openstack-horizon00:46
ski1bpokorny: correct https://gist.github.com/stajkowski/a59962ad763a7935f94400:46
*** dan_nguyen has joined #openstack-horizon00:46
ski1bpokorny: there is one function.__call__(<class 'django.http.HttpRequest'>, 'network-ip-availability') -> None00:46
ski1in test_delete_network_exception00:46
ski1that i'm a bit confused about00:47
openstackgerritCindy Lu proposed openstack/horizon: Material theme form errors - fix red text on red bg  https://review.openstack.org/29148600:47
* bpokorny looks00:47
*** openstackgerrit_ has quit IRC00:48
*** jtriley has quit IRC00:49
*** openstackgerrit_ has joined #openstack-horizon00:50
*** lblanchard has joined #openstack-horizon00:52
*** chlong has joined #openstack-horizon00:52
*** zzxwill has quit IRC00:52
bpokornyski1: Often those kinds of errors occur when you've added functionality to a codepath and you haven't modified the test for that codepath to include your new function calls.00:52
bpokornyIn that case, the tests will stop and not continue, and you'll see errors about methods not called.00:53
bpokornySo in the case of test_delete_network_exception, for example, take a look at what that test is doing.00:53
ski1bpokorny: understood, we are all new to this, not new to django but just need  to figure out a starting point to get this going00:53
bpokornyAnd try to find the place where it's exercising a codepath that you've modified.00:54
openstackgerritMerged openstack/horizon: Ensure there is checkbox before accessing it's properties  https://review.openstack.org/29134500:54
bpokornyYou'll probably need to add some mock calls to that test so it expects your functions to be called.00:54
ski1majority would be in views00:55
bpokornyski1: Yeah, makes sense.00:56
bpokornyski1: What company are you working for?00:56
ski1bpokorny: do you have an example for a mock call, not sure on that point00:56
ski1bpokorny: rackspace, the dev you were working with is an intel dev on our team, we are all neutron focused00:57
ski1bpokorny: so horizon work is going to be a bit out of our knowledge atm00:57
bpokornyCool, make sense.00:57
bpokornyLooking for an example..00:57
openstackgerritMerged openstack/horizon: Pagination for flavor - prev link  https://review.openstack.org/28822800:58
openstackgerritMerged openstack/horizon: Launch Instance Wizard - Avail items count doesn't update  https://review.openstack.org/24669800:58
ski1bpokorny: awesome, thanks for your help!00:58
*** zzxwill has joined #openstack-horizon00:59
bpokornyski1: For test_delete_network_exception:  https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/admin/networks/tests.py#L63001:01
bpokornyThey've mocked out the api.neutron.list_dhcp_agent_hosting_networks call and specified what the mock should return.01:02
bpokornyMy guess is your code is now being called along that code path, and so you'll need to add something similar for what's being called now.01:02
ski1bpokorny: yep that would be called along that path01:03
ski1as a first step I added01:04
ski1api.neutron.is_extension_supported(01:04
ski1            IsA(http.HttpRequest),01:04
ski1            'network-ip-availability').AndReturn(True)01:04
ski1in all other cases is returns as expected01:04
ski1in the method, i get None returned for some reason01:04
bpokornyski1: Wrapping your head around how all the mocks works will be hard. Just keep at it, and read up on Mox documentation.01:05
*** Mounica has quit IRC01:06
ski1bpokorny: will do01:07
*** neelashah has joined #openstack-horizon01:08
*** zzxwill has quit IRC01:13
*** zzxwill has joined #openstack-horizon01:18
*** xinwu has quit IRC01:20
*** clu_ has quit IRC01:23
*** jtriley has joined #openstack-horizon01:25
*** zhurong_ has joined #openstack-horizon01:29
*** zzxwill has quit IRC01:33
*** zzxwill has joined #openstack-horizon01:34
*** zzxwill has quit IRC01:49
*** zzxwill has joined #openstack-horizon01:49
*** pushkaru has quit IRC01:50
*** hurgleburgler has quit IRC01:51
*** lblanchard has quit IRC01:53
openstackgerritBrad Pokorny proposed openstack/horizon: Add Horizon support for volume consistency groups  https://review.openstack.org/25763001:56
*** zzxwill has quit IRC02:00
*** bpokorny_ has joined #openstack-horizon02:00
*** mtanino has quit IRC02:02
*** bpokorny has quit IRC02:04
*** k-ishii has quit IRC02:05
*** bpokorny_ has quit IRC02:05
*** gyee has quit IRC02:10
*** bapalm has quit IRC02:11
*** zzxwill has joined #openstack-horizon02:12
*** lhcheng_ has quit IRC02:13
*** bapalm has joined #openstack-horizon02:16
*** zzxwill has quit IRC02:24
*** yamamoto_ has joined #openstack-horizon02:25
openstackgerritMerged openstack/horizon: Disable Glance option to publicize image on Update  https://review.openstack.org/28881402:27
*** jtriley has quit IRC02:27
*** lhcheng has joined #openstack-horizon02:29
*** zzxwill has joined #openstack-horizon02:30
*** wangbo has joined #openstack-horizon02:32
*** Guest38484 is now known as mfisch02:33
*** mfisch is now known as Guest1374902:34
*** jtriley has joined #openstack-horizon02:39
*** tqtran-afk has quit IRC02:45
*** yamamoto_ has quit IRC02:48
*** jtriley has quit IRC02:52
*** jtriley has joined #openstack-horizon02:53
*** pushkaru has joined #openstack-horizon03:00
*** zzxwill has quit IRC03:12
*** Mounica has joined #openstack-horizon03:12
*** Mounica has quit IRC03:15
*** Mounica has joined #openstack-horizon03:15
*** lhcheng has quit IRC03:15
*** pushkaru has quit IRC03:16
*** zzxwill has joined #openstack-horizon03:16
*** pushkaru has joined #openstack-horizon03:17
*** reedip_ has joined #openstack-horizon03:24
*** zul_ has joined #openstack-horizon03:25
*** leitan has quit IRC03:27
*** krotscheck has quit IRC03:30
*** zul has quit IRC03:30
*** reedip_away has quit IRC03:30
*** krotscheck has joined #openstack-horizon03:31
*** yamamoto has joined #openstack-horizon03:36
*** tqtran-afk has joined #openstack-horizon03:42
*** jtriley has quit IRC03:44
*** jtriley has joined #openstack-horizon03:45
*** tqtran-afk has quit IRC03:46
*** reedip_ is now known as reedip03:57
*** Mounica has quit IRC04:00
*** Mounica has joined #openstack-horizon04:00
*** wolverineav has quit IRC04:01
*** shu-mutou-AFK is now known as shu-mutou04:02
*** Mounica has quit IRC04:05
*** zzxwill has quit IRC04:11
*** zzxwill has joined #openstack-horizon04:12
*** TravT has joined #openstack-horizon04:14
*** Mounica has joined #openstack-horizon04:15
*** TravT has quit IRC04:16
*** TravT_ has joined #openstack-horizon04:16
*** TravT_ is now known as TravT04:16
*** fedexo has joined #openstack-horizon04:17
r1chardj0n3sTravT: hey04:17
r1chardj0n3sangular hates me04:17
TravThey, how are things going with swift04:17
r1chardj0n3sangular hates me04:18
r1chardj0n3s;-)04:18
TravToh yay!04:18
*** Mounica_ has joined #openstack-horizon04:19
r1chardj0n3sI have fixed a thing, and the fix makes NO SENSE04:20
*** Mounica has quit IRC04:20
TravToh boy04:20
TravTi saw rob harassing you and figured i'd let him finish his harassment04:20
r1chardj0n3sso you know how I'm doing the public/private checkbox?04:21
r1chardj0n3sin the container details view?04:21
* TravT pull up patch04:21
TravTpulss04:21
*** hurgleburgler has joined #openstack-horizon04:21
TravTi really shouldn't be allowed near a keyboard04:21
r1chardj0n3shahah, had a good session?04:21
TravTno, i was up working 'till 12:30 am last night and woke up at 5 am today.04:22
TravTbeen a long day04:22
r1chardj0n3syou should step away from the computer04:22
*** wolverineav has joined #openstack-horizon04:23
*** wolverineav has quit IRC04:24
*** wolverineav has joined #openstack-horizon04:25
*** pushkaru has quit IRC04:30
*** zzxwill has quit IRC04:33
*** Mounica_ has quit IRC04:35
openstackgerritAlexis Rivera proposed openstack/horizon: changing-fa-icon-to-trash-icon  https://review.openstack.org/28959204:36
*** sjmc7 has joined #openstack-horizon04:40
*** wangbo has quit IRC04:42
*** pushkaru has joined #openstack-horizon04:51
*** zzxwill has joined #openstack-horizon04:51
*** lhcheng has joined #openstack-horizon04:53
openstackgerritRichard Jones proposed openstack/horizon: Add ngSwift object actions  https://review.openstack.org/27055304:54
openstackgerritRichard Jones proposed openstack/horizon: Add ngSwift container actions  https://review.openstack.org/25923604:54
*** tqtran-afk has joined #openstack-horizon04:58
*** masco has joined #openstack-horizon04:59
*** wangbo has joined #openstack-horizon05:00
*** Mounica has joined #openstack-horizon05:00
*** tqtran-afk has quit IRC05:02
*** vishwanathj is now known as vishwanathj_zzz05:07
*** wolverineav has quit IRC05:10
*** wolverineav has joined #openstack-horizon05:11
*** k-ishii has joined #openstack-horizon05:12
*** neelashah has quit IRC05:13
*** zzxwill has quit IRC05:14
*** k-ishii has quit IRC05:16
*** dan_nguyen has quit IRC05:16
*** zzxwill has joined #openstack-horizon05:18
*** fedexo has quit IRC05:27
*** zzxwill has quit IRC05:27
*** Mounica has quit IRC05:27
*** wangbo has quit IRC05:28
*** wangbo has joined #openstack-horizon05:28
*** Mounica has joined #openstack-horizon05:29
*** zzxwill has joined #openstack-horizon05:30
*** sjmc7 has quit IRC05:30
openstackgerritSanjana proposed openstack/horizon: Using generic class NameFilterAction  https://review.openstack.org/27118505:32
*** Mounica has quit IRC05:34
*** pushkaru has quit IRC05:37
*** petertr7_away has quit IRC05:41
*** wolverineav has quit IRC05:43
*** zzxwill has quit IRC05:43
*** zzxwill has joined #openstack-horizon05:44
*** wolverineav has joined #openstack-horizon05:44
*** jtriley has quit IRC05:49
*** amotoki has joined #openstack-horizon05:50
*** amotoki has quit IRC05:50
*** zhurong_ has quit IRC05:53
*** zzxwill has quit IRC05:54
*** zzxwill has joined #openstack-horizon05:55
*** zhurong_ has joined #openstack-horizon05:56
*** ski1 has quit IRC05:56
*** wangbo has quit IRC05:58
*** wangbo has joined #openstack-horizon05:58
*** hurgleburgler has quit IRC06:01
*** krotscheck has quit IRC06:01
*** ski1 has joined #openstack-horizon06:02
*** k-ishii has joined #openstack-horizon06:04
*** krotscheck has joined #openstack-horizon06:09
*** k-ishii has quit IRC06:12
openstackgerritMerged openstack/horizon: Form Fields Required Visual treatment is missing  https://review.openstack.org/29142406:14
*** openstackgerrit_ has quit IRC06:17
*** cloudtrainme has joined #openstack-horizon06:17
*** cloudtrainme has quit IRC06:18
*** openstackgerrit_ has joined #openstack-horizon06:18
*** zzxwill has quit IRC06:25
*** lhcheng_ has joined #openstack-horizon06:27
*** zzxwill has joined #openstack-horizon06:28
*** lhcheng has quit IRC06:29
*** jprovazn has joined #openstack-horizon06:32
*** zzxwill has quit IRC06:33
*** zzxwill has joined #openstack-horizon06:33
*** x00350071 has joined #openstack-horizon06:34
*** lhcheng has joined #openstack-horizon06:39
*** xinwu has joined #openstack-horizon06:41
*** lhcheng_ has quit IRC06:41
*** r1chardj0n3s is now known as r1chardj0n3s_afk06:42
*** shu-mutou is now known as shu-mutou-AFK06:46
*** rcernin has joined #openstack-horizon06:49
*** k-ishii has joined #openstack-horizon06:55
*** zzxwill has quit IRC06:58
*** k-ishii has quit IRC07:03
*** wangbo has quit IRC07:07
*** zzxwill has joined #openstack-horizon07:07
*** ski1 has quit IRC07:10
*** rdopiera has joined #openstack-horizon07:11
*** zhurong_ has quit IRC07:11
*** zhurong_ has joined #openstack-horizon07:12
*** absubram has joined #openstack-horizon07:18
*** absubram_ has joined #openstack-horizon07:19
*** ski1 has joined #openstack-horizon07:21
*** aortega has quit IRC07:22
*** wangbo has joined #openstack-horizon07:22
*** absubram has quit IRC07:23
*** absubram_ is now known as absubram07:23
*** jtomasek has joined #openstack-horizon07:27
*** amotoki has joined #openstack-horizon07:29
*** zzxwill has quit IRC07:31
*** zzxwill has joined #openstack-horizon07:33
*** k-ishii has joined #openstack-horizon07:34
*** absubram has quit IRC07:38
*** zzxwill has quit IRC07:38
*** belmoreira has joined #openstack-horizon07:40
*** zzxwill has joined #openstack-horizon07:45
*** mpavlase has joined #openstack-horizon07:45
*** adiantum has quit IRC07:45
*** ski1 has quit IRC07:47
*** pece has joined #openstack-horizon07:52
*** mpavlase has quit IRC07:52
*** mpavlase has joined #openstack-horizon07:53
*** ski1 has joined #openstack-horizon07:53
*** k-ishii has quit IRC07:55
*** k-ishii has joined #openstack-horizon07:58
*** kzaitsev_mb has joined #openstack-horizon07:59
*** wangbo has quit IRC08:00
*** zzxwill has quit IRC08:02
*** zzxwill has joined #openstack-horizon08:03
*** lhcheng has quit IRC08:03
*** wangbo has joined #openstack-horizon08:15
peceHi, when cloud admin switches context to other domain and tries to manage members of project, which belongs to that domain there is "Error: Unable to retrieve project details" message. Horizon log shows "WARNING:horizon.exceptions:Recoverable error: Malformed request URL: URL's project_id '58b7cf94dd5b45e48862b313abc2eb4d' doesn't match Context's project_id '822807ca292d45aeb0731881587dc608'08:16
pece(HTTP 400) (Request-ID: req-06a3b8c4-bab9-4481-ab39-965bf0bc29bf)"08:16
pecerequest is: REQ: curl -g -i 'http://127.0.0.1:9009/v2/58b7cf94dd5b45e48862b313abc2eb4d/os-quota-sets/8d50ae7be0064fb0831c054a0a37e5fb' -X GET -H "Accept: application/json" -H "User-Agent: python-novaclient" -H "X-Auth-Project-Id: 58b7cf94dd5b45e48862b313abc2eb4d" -H "X-Auth-Token: {SHA1}5483e3d6191f86958e205db407c9a6dca1657d95"08:17
peceRESP: [400] {'Date': 'Fri, 11 Mar 2016 08:01:14 GMT', 'X-Compute-Request-Id': 'req-06a3b8c4-bab9-4481-ab39-965bf0bc29bf'08:17
pece, 'Connection': 'keep-alive', 'Content-Type': 'application/json; charset=UTF-8', 'Content-Length': '188'}08:17
peceRESP BODY: null08:17
*** k-ishii has quit IRC08:17
peceAm I missing some patches, or is it WIP?08:20
*** e0ne has joined #openstack-horizon08:21
*** jamielennox is now known as jamielennox|away08:23
*** ccard__ has joined #openstack-horizon08:24
*** zzxwill has quit IRC08:25
*** zzxwill has joined #openstack-horizon08:29
*** wolverineav has quit IRC08:31
*** wolverineav has joined #openstack-horizon08:31
*** wolverineav has quit IRC08:36
*** zzxwill has quit IRC08:37
*** wangbo has quit IRC08:38
mrungepece, iirc, it's wip, but be sure to report back08:40
*** zzxwill has joined #openstack-horizon08:40
mrungepece, preferred way is filing bugs on launchpad08:40
mrungepece, the patches are up for a while, but it doesn't seem to get any traction08:41
*** pcaruana has joined #openstack-horizon08:41
*** adiantum has joined #openstack-horizon08:42
*** k-ishii has joined #openstack-horizon08:45
*** jtriley has joined #openstack-horizon08:45
*** zzxwill has quit IRC08:47
*** chlong has quit IRC08:49
*** zzxwill has joined #openstack-horizon08:50
*** jtriley has quit IRC08:52
*** k-ishii has quit IRC08:54
*** kzaitsev_mb has quit IRC08:54
*** ygbo has joined #openstack-horizon08:59
*** k-ishii has joined #openstack-horizon09:04
*** aortega has joined #openstack-horizon09:05
*** zhurong_ has quit IRC09:10
*** ramishra has quit IRC09:19
*** zzxwill has quit IRC09:20
*** zzxwill has joined #openstack-horizon09:21
*** adiantum has quit IRC09:29
openstackgerritDmitry Ratushnyy proposed openstack/horizon: Fix actions inside instance details view page  https://review.openstack.org/28993209:29
*** Daisy has joined #openstack-horizon09:32
*** eugeniato has joined #openstack-horizon09:35
*** Daisy has quit IRC09:37
*** permalac has joined #openstack-horizon09:37
*** permalac has quit IRC09:37
*** xinwu has quit IRC09:37
*** permalac_ has joined #openstack-horizon09:38
*** yamamoto has quit IRC09:40
*** lhcheng has joined #openstack-horizon09:41
*** vgridnev has joined #openstack-horizon09:42
*** zzxwill has quit IRC09:58
openstackgerritTatyana Kuterina proposed openstack/horizon: Added test for check instance creation when several networks are present  https://review.openstack.org/27607509:59
*** zzxwill has joined #openstack-horizon10:01
pkarikhmrunge: hi! Could be please tell me a little bit more about this commit https://github.com/openstack/requirements/commit/fe240e23f09d84d8843bd0bebea6eea273e3ce3a and what's the issue with XStatic-Angular-Cookies and angular.js>1.3?10:05
*** k-ishii has quit IRC10:06
pkarikhIs there some dependency issues?10:06
*** adiantum has joined #openstack-horizon10:06
mrungepkarikh, sorry, I don't really remember that10:15
mrungepkarikh, ah, now I know10:16
mrungeXStatic-Angular >= 1.3.0 includes Angular >= 1.3 includes angular-cookies10:16
mrungeif you include both, you'll end up with both10:16
mrungeall that stuff is a bit tricky with dependencies pkarikh10:17
pkarikhmrunge: so angular >=1.3 already has angular-cookies and I have to remove them manually?10:19
pkarikhor I I got it wrong?10:19
mrungepkarikh, nope10:19
mrungeif you include angular-cookies, you have to have angular < 1.310:19
mrungepkarikh, iirc, there were some more changes10:19
mrungei.e. we basically froze dependencies for juno10:20
mrungeupgrading angular etc. required more patches iirc10:20
pkarikhmrunge: hm, got it. Thanks! :)10:21
openstackgerritTimur Sufiev proposed openstack/horizon: Move out integration tests scaffolds from Horizon production code  https://review.openstack.org/28779310:22
openstackgerritTimur Sufiev proposed openstack/horizon: [WIP] More documentation on writing i9n tests  https://review.openstack.org/27212110:24
openstackgerritTimur Sufiev proposed openstack/horizon: Move out integration tests scaffolds from Horizon production code  https://review.openstack.org/28779310:25
*** mvk has joined #openstack-horizon10:27
*** kzaitsev_mb has joined #openstack-horizon10:28
*** permalac_ has quit IRC10:29
*** tosky has joined #openstack-horizon10:29
*** k-ishii has joined #openstack-horizon10:32
*** wolverineav has joined #openstack-horizon10:33
*** zzxwill has quit IRC10:35
*** wolverineav has quit IRC10:38
*** zzxwill has joined #openstack-horizon10:38
*** zzxwill has quit IRC10:40
openstackgerritAndreas Jaeger proposed openstack/horizon: Sync paths in POT files with CI scripts  https://review.openstack.org/28406610:41
openstackgerritYury Tregubov proposed openstack/horizon: Added update image metadata test  https://review.openstack.org/27124910:41
*** lhcheng has quit IRC10:45
*** zzxwill has joined #openstack-horizon10:50
-openstackstatus- NOTICE: Gerrit is going to be restarted due to bad performance10:52
*** ChanServ changes topic to "Gerrit is going to be restarted due to bad performance"10:52
*** zzxwill has quit IRC10:54
*** ChanServ changes topic to "OpenStack Horizon -- M-3 in the taillights"10:58
-openstackstatus- NOTICE: Gerrit has been restarted successfully10:58
*** kzaitsev_mb has quit IRC11:02
*** yamamoto has joined #openstack-horizon11:02
*** mvk has quit IRC11:02
*** yamamoto_ has joined #openstack-horizon11:06
*** yamamoto has quit IRC11:09
*** jprovazn has quit IRC11:10
*** kzaitsev_mb has joined #openstack-horizon11:15
*** vgridnev has quit IRC11:16
*** Daisy has joined #openstack-horizon11:20
*** ccard_ has quit IRC11:20
*** e0ne has quit IRC11:23
*** Daisy has quit IRC11:24
*** yamamoto_ has quit IRC11:25
*** yamamoto has joined #openstack-horizon11:26
*** tosky has quit IRC11:26
*** e0ne has joined #openstack-horizon11:26
*** mvk has joined #openstack-horizon11:28
*** kzaitsev_mb has quit IRC11:30
*** eugeniato has left #openstack-horizon11:30
*** yamamoto has quit IRC11:30
*** tosky has joined #openstack-horizon11:31
openstackgerritAlexandra Allakhverdieva proposed openstack/horizon: Add tests for network topology page  https://review.openstack.org/27684511:31
openstackgerritAlexandra Allakhverdieva proposed openstack/horizon: Added tests for check basic actions from network topology page  https://review.openstack.org/27832711:31
*** tesseract has joined #openstack-horizon11:33
*** jtomasek has quit IRC11:34
*** tesseract has quit IRC11:34
*** Guest16009 has joined #openstack-horizon11:34
*** vgridnev has joined #openstack-horizon11:36
*** Guest16009 has quit IRC11:37
*** jtomasek has joined #openstack-horizon11:39
*** tesseract- has joined #openstack-horizon11:40
*** yamamoto has joined #openstack-horizon11:42
*** yamamoto has quit IRC11:43
*** erlon has joined #openstack-horizon11:44
*** vgridnev has quit IRC11:49
*** masco has quit IRC11:50
*** vgridnev has joined #openstack-horizon11:54
*** kzaitsev_mb has joined #openstack-horizon11:59
robcresswelltsufiev, mrunge: If possible, I'd quite like reviews on this: https://review.openstack.org/#/c/272205/ Without it, some of the fields just don't appear to function at all.12:05
*** mpavlase has quit IRC12:10
*** zhenguo_ has quit IRC12:10
*** jtomasek has quit IRC12:25
*** rodrigods has quit IRC12:26
*** rodrigods has joined #openstack-horizon12:26
openstackgerritTatiana Ovchinnikova proposed openstack/horizon: Port list check is missing for LBaaS Add Member  https://review.openstack.org/25175712:27
*** jtomasek has joined #openstack-horizon12:27
*** mpavlase has joined #openstack-horizon12:28
*** yamamoto has joined #openstack-horizon12:31
*** zzxwill has joined #openstack-horizon12:37
tsufievrobcresswell, will look in the next couple of hours12:38
robcresswelltsufiev: Thanks!12:38
*** yamamoto has quit IRC12:40
*** jtriley has joined #openstack-horizon12:48
*** jtriley has quit IRC12:53
*** lblanchard has joined #openstack-horizon12:53
*** e0ne has quit IRC12:54
*** yamamoto has joined #openstack-horizon12:54
*** e0ne has joined #openstack-horizon12:54
*** pauloewerton has joined #openstack-horizon12:58
*** itisha has joined #openstack-horizon13:01
*** yamamoto has quit IRC13:01
*** e0ne has quit IRC13:03
*** e0ne has joined #openstack-horizon13:04
*** ducttape_ has joined #openstack-horizon13:16
*** yamamoto has joined #openstack-horizon13:26
*** Daisy has joined #openstack-horizon13:34
*** jpomeroy has joined #openstack-horizon13:37
*** ducttape_ has quit IRC13:37
*** Daisy has quit IRC13:40
*** zzxwill has quit IRC13:41
*** Daisy has joined #openstack-horizon13:41
*** leitan has joined #openstack-horizon13:42
*** zzxwill has joined #openstack-horizon13:44
*** matt-borland has joined #openstack-horizon13:45
*** Daisy has quit IRC13:45
robcresswellHm, my internet went a bit crazy and I lost my scrollback13:49
*** doug-fish has joined #openstack-horizon13:54
*** lapalm has joined #openstack-horizon13:57
*** sayalilunkad has quit IRC13:57
tsufievrobcresswell, nothing happened yet14:01
robcresswell:D14:01
*** neelashah has joined #openstack-horizon14:03
*** sayalilunkad has joined #openstack-horizon14:04
*** sayalilunkad has quit IRC14:08
*** peristeri has joined #openstack-horizon14:11
openstackgerritRichard Hagarty proposed openstack/horizon: Add support for volume consistency group snapshots  https://review.openstack.org/26836814:20
*** ericksonsantos has quit IRC14:26
*** pauloewerton has quit IRC14:26
*** pauloewerton has joined #openstack-horizon14:27
*** ericksonsantos has joined #openstack-horizon14:27
*** vgridnev has quit IRC14:31
*** sayalilunkad has joined #openstack-horizon14:31
*** vgridnev has joined #openstack-horizon14:37
*** jtriley has joined #openstack-horizon14:41
*** Drago has joined #openstack-horizon14:41
*** Drago has quit IRC14:42
*** Drago has joined #openstack-horizon14:42
*** BigWillie has joined #openstack-horizon14:46
*** vgridnev has quit IRC14:46
*** vgridnev has joined #openstack-horizon14:46
*** mpavlase has quit IRC14:49
*** zzxwill has quit IRC14:55
*** ducttape_ has joined #openstack-horizon14:56
*** ducttape_ has quit IRC14:56
*** ducttape_ has joined #openstack-horizon14:56
*** zzxwill has joined #openstack-horizon14:57
*** Guest13749 is now known as mfisch14:58
*** mfisch is now known as Guest8807414:59
*** hurgleburgler has joined #openstack-horizon14:59
*** zzxwill has quit IRC14:59
matt-borlando/15:00
*** Guest88074 is now known as mfisch15:01
*** Qingqing has joined #openstack-horizon15:01
*** mfisch has quit IRC15:01
*** mfisch has joined #openstack-horizon15:01
*** kmartin has quit IRC15:07
*** sjmc7 has joined #openstack-horizon15:07
*** pushkaru has joined #openstack-horizon15:08
*** ducttape_ has quit IRC15:21
*** kzaitsev_mb has quit IRC15:25
*** kzaitsev_mb has joined #openstack-horizon15:30
*** vijendar has joined #openstack-horizon15:31
*** Drago has left #openstack-horizon15:34
*** ediardo has joined #openstack-horizon15:34
*** vgridnev has quit IRC15:36
openstackgerritAlexis Rivera proposed openstack/horizon: changing-fa-icon-to-trash-icon  https://review.openstack.org/28959215:36
*** wolverineav has joined #openstack-horizon15:38
*** Mounica has joined #openstack-horizon15:38
*** fedexo has joined #openstack-horizon15:40
*** vijendar1 has joined #openstack-horizon15:42
*** wolverineav has quit IRC15:42
*** vgridnev has joined #openstack-horizon15:44
*** vijendar has quit IRC15:45
*** yamamoto has quit IRC15:49
*** mtanino has joined #openstack-horizon15:49
*** yamamoto has joined #openstack-horizon15:49
*** yamamoto has quit IRC15:50
*** yamamoto has joined #openstack-horizon15:51
*** rdopiera has quit IRC15:55
*** yamamoto has quit IRC15:56
*** ducttape_ has joined #openstack-horizon15:56
*** zzxwill has joined #openstack-horizon15:57
*** matt-borland has quit IRC15:58
*** Mounica has quit IRC15:59
*** sayalilunkad has quit IRC15:59
*** permalac has joined #openstack-horizon16:01
*** sayalilunkad has joined #openstack-horizon16:01
zigorobcresswell: Sorry to bother again, but is there any progress on Django 1.9? Can I help somehow?16:04
*** vgridnev has quit IRC16:06
robcresswellzigo: Not at the moment, have been busy with RC1 reviews. I'll spend some more time with the patch this afternoon.16:08
*** kmartin has joined #openstack-horizon16:08
*** gardlt has joined #openstack-horizon16:08
zigorobcresswell: Thanks.16:08
*** gariveradlt has quit IRC16:09
*** xinwu has joined #openstack-horizon16:10
*** gardlt has quit IRC16:10
*** vgridnev has joined #openstack-horizon16:10
*** gariveradlt has joined #openstack-horizon16:10
*** adiantum has quit IRC16:12
*** Mounica has joined #openstack-horizon16:12
*** gariveradlt has quit IRC16:15
*** gariveradlt has joined #openstack-horizon16:17
*** gariveradlt has quit IRC16:17
*** gariveradlt has joined #openstack-horizon16:17
*** hurgleburgler has quit IRC16:24
*** absubram has joined #openstack-horizon16:24
*** absubram_ has joined #openstack-horizon16:26
*** ducttape_ has quit IRC16:27
*** xinwu has quit IRC16:27
*** absubram has quit IRC16:29
*** absubram_ is now known as absubram16:29
*** belmoreira has quit IRC16:30
*** bpokorny has joined #openstack-horizon16:33
*** ducttape_ has joined #openstack-horizon16:34
*** zzxwill has quit IRC16:39
*** vgridnev has quit IRC16:39
*** zzxwill has joined #openstack-horizon16:42
*** vgridnev has joined #openstack-horizon16:43
*** zul_ has quit IRC16:43
*** zul has joined #openstack-horizon16:45
*** zzxwill has quit IRC16:46
*** vishwanathj_zzz is now known as vishwanathj16:48
*** pcaruana has quit IRC16:50
*** david_cu has joined #openstack-horizon16:51
*** web-doug-fish has joined #openstack-horizon16:52
*** tesseract- has quit IRC16:55
*** absubram has quit IRC16:55
*** sergio_nubeliu has quit IRC16:55
*** absubram has joined #openstack-horizon16:55
*** zzxwill has joined #openstack-horizon16:57
*** aortega has quit IRC16:57
*** web-doug-fish has quit IRC16:59
*** rcernin has quit IRC17:01
*** mvk has quit IRC17:01
*** e0ne has quit IRC17:05
*** BigWillie has quit IRC17:05
*** bpokorny has quit IRC17:06
*** absubram has quit IRC17:08
*** dan_nguyen has joined #openstack-horizon17:08
*** sergio_nubeliu has joined #openstack-horizon17:10
ducttape_david-lyle: is glance v1 going away / gone ?17:10
ducttape_for api compat / support17:10
ducttape_I can find a deleted image using the v1 api, v2 api gives me a 404 :\17:10
*** roxanagh_ has joined #openstack-horizon17:10
*** gyee has joined #openstack-horizon17:11
* ducttape_ heads into the glance room17:11
openstackgerritDavid Cusatis proposed openstack/horizon: Add event broadcast to table row expansion  https://review.openstack.org/28747317:12
openstackgerritRichard Hagarty proposed openstack/horizon: Add support for volume consistency group snapshots  https://review.openstack.org/26836817:13
openstackgerritTyr Johanson proposed openstack/horizon: Images Actions Return Promises  https://review.openstack.org/29080017:16
robcresswell:o nearly got 1.9 done17:17
openstackgerritDavid Cusatis proposed openstack/horizon: Add event broadcast to table row expansion  https://review.openstack.org/28747317:19
*** Qingqing has quit IRC17:20
*** ccard__ has quit IRC17:22
*** zzxwill has quit IRC17:23
openstackgerritTyr Johanson proposed openstack/horizon: Images Actions Return Promises  https://review.openstack.org/29080017:24
*** ygbo has quit IRC17:24
*** vgridnev has quit IRC17:25
openstackgerritRichard Hagarty proposed openstack/horizon: Add support for volume consistency group snapshots  https://review.openstack.org/26836817:26
*** vgridnev has joined #openstack-horizon17:27
*** lhcheng has joined #openstack-horizon17:28
*** wolverineav has joined #openstack-horizon17:29
*** zzxwill has joined #openstack-horizon17:31
*** xinwu has joined #openstack-horizon17:33
*** krotscheck has quit IRC17:34
*** pcaruana has joined #openstack-horizon17:35
*** xinwu has quit IRC17:36
*** krotscheck has joined #openstack-horizon17:37
*** ericksonsantos has quit IRC17:37
*** vgridnev has quit IRC17:38
*** lhcheng has quit IRC17:40
*** pauloewerton has quit IRC17:40
*** pauloewerton has joined #openstack-horizon17:40
*** bpokorny has joined #openstack-horizon17:41
*** vgridnev has joined #openstack-horizon17:42
openstackgerritTravis Tripp proposed openstack/horizon: WIP Searchlight Search Panel  https://review.openstack.org/22703617:42
*** zzxwill has quit IRC17:45
*** ediardo has quit IRC17:46
*** kzaitsev_mb has quit IRC17:48
*** bpokorny has quit IRC17:49
*** bpokorny has joined #openstack-horizon17:50
*** matt-borland has joined #openstack-horizon17:52
robcresswellExpectedMethodCallsError: Verify: Expected methods never called:17:53
robcresswell  0.  <MultipleTimesGroup "default">17:53
robcresswellWhat an infuriating return.17:54
*** tosky_ has joined #openstack-horizon17:54
*** tosky has quit IRC17:55
david-lylerobcresswell: what?17:55
david-lyledebugging tests I see17:55
david-lylebut what test and why17:56
david-lyledon't they all just work?17:56
*** e0ne has joined #openstack-horizon17:56
*** vgridnev has quit IRC17:56
robcresswelldavid-lyle: Just trying to figure out the last dj19 tests. I resolved a couple more issues in it this afternoon17:56
tsufievdavid-lyle, was it haiku?17:56
robcresswellIts odd, but some tests pass under dj18, even though the code is definitely broken17:56
robcresswellas soon as your swap to 19, they fail.17:57
robcresswellThe only broken part now is the volume pagination tests. everything else passes.17:58
david-lyledoes MultipleTimes allow 0 in 1.8?17:58
tsufievJudging by name Multiple is at least 1 :/17:58
*** zzxwill has joined #openstack-horizon17:58
*** wolverineav has quit IRC17:59
david-lylecan't assume anything17:59
*** absubram has joined #openstack-horizon18:00
robcresswellExample of oddities: https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/identity/ngusers/panel.py#L2918:01
robcresswellThat line causes the dj19 tests to completely fall over18:01
tsufievrobcresswell, is it the famous "'ngusers' namespace not defined"?18:01
*** david_cu has quit IRC18:01
*** vgridnev has joined #openstack-horizon18:01
robcresswellyup18:01
*** xinwu has joined #openstack-horizon18:02
*** tosky_ has quit IRC18:02
tsufievrobcresswell, any chance https://review.openstack.org/#/c/275817/ is the cure here?18:02
robcresswellI was looking at that earlier. I don't quite understand why that decorator is useful. We'd need to add it to every single test no?18:03
tsufievuse case looks very similar18:03
tsufievhm...18:03
tsufievI'm afraid we do18:04
robcresswellSeems like a verbose solution. If you're going to add a decorator to each test manually anyway18:04
*** zzxwill has quit IRC18:04
robcresswellyou may as well just delete the test or skip it with the available solutions now18:04
tsufievif we used a custom metaclass for our unit TestCases, it could help...18:05
tsufievon the other hand, it would become too implicit18:05
robcresswellI think there are better ways to solve the inclusion of the test files or not18:06
robcresswellbut I haven't looked into it a great deal18:06
robcresswellNot a priority at this moment :)18:06
*** vgridnev has quit IRC18:08
*** vgridnev has joined #openstack-horizon18:15
*** fedexo has quit IRC18:16
openstackgerritRob Cresswell proposed openstack/horizon: Fix remaining Django 1.9 test failures  https://review.openstack.org/28022218:16
robcresswell^^ Not quite done, I just want to check the gate has the same errors as I do locally. Looking for strange behaviour.18:17
*** zzxwill has joined #openstack-horizon18:17
*** wolverineav has joined #openstack-horizon18:20
*** lhcheng has joined #openstack-horizon18:22
openstackgerritRob Cresswell proposed openstack/horizon: Add ngSwift container actions  https://review.openstack.org/25923618:23
openstackgerritTyr Johanson proposed openstack/horizon: WIP: Example using action promises  https://review.openstack.org/29184618:25
openstackgerritTyr Johanson proposed openstack/horizon: WIP: Example using action promises  https://review.openstack.org/29184618:26
*** vgridnev has quit IRC18:30
*** zzxwill_ has joined #openstack-horizon18:31
*** zzxwill has quit IRC18:31
robcresswellTravT: Could you check out https://review.openstack.org/#/c/259236 ? Container actions18:32
robcresswellYou too matt-borland :)18:32
robcresswellCould do with some expert angular investigating18:33
TravTyes18:33
TravTbeen waiting for you to finish flesh out bugs18:33
robcresswellhaha. Yeah I've been over it a few times, and aside from styling nits I'm okay with it.18:33
robcresswellI'll go through the code too, but I'm not as keen a reviewer on that code as you guys are.18:34
*** permalac has quit IRC18:35
TravTi always term it "harassing" the code submitter, but i mean it in a joking way. :)18:35
openstackgerritTravis Tripp proposed openstack/horizon: WIP Searchlight Search Panel  https://review.openstack.org/22703618:37
*** sergio_nubeliu has quit IRC18:37
*** zzxwill_ has quit IRC18:38
*** sergio_nubeliu has joined #openstack-horizon18:42
openstackgerritTimur Sufiev proposed openstack/horizon: More documentation on writing i9n tests  https://review.openstack.org/27212118:43
*** vijendar1 has quit IRC18:43
openstackgerritTimur Sufiev proposed openstack/horizon: Move out integration tests scaffolds from Horizon production code  https://review.openstack.org/28779318:45
tsufievYay, the second part of docs on i9n tests is complete ^^18:46
tsufievI'm going to add a few more pieces in a follow-up commits, but I think the main body is complete18:47
*** ducttape_ has quit IRC18:48
*** ducttape_ has joined #openstack-horizon18:53
*** sjmc7 has quit IRC18:57
*** hurgleburgler has joined #openstack-horizon18:58
openstackgerritRyan Peters proposed openstack/horizon: Horizon Radio Buttons are now themeable.  https://review.openstack.org/27804118:58
*** david_cu has joined #openstack-horizon19:02
matt-borlandrobcresswell, sorry, back from lunch19:03
*** slogan has joined #openstack-horizon19:04
*** slogan has left #openstack-horizon19:05
*** doug-fis_ has joined #openstack-horizon19:05
*** tqtran-afk has joined #openstack-horizon19:06
*** david_cu has quit IRC19:06
*** doug-fish has quit IRC19:08
robcresswellmatt-borland: np just pestering you for reviews19:10
matt-borlandthat's not a problem!19:10
*** tqtran-afk is now known as tqtran19:11
*** sjmc7 has joined #openstack-horizon19:13
*** e0ne_ has joined #openstack-horizon19:13
*** e0ne has quit IRC19:14
openstackgerritMerged openstack/horizon: Material theme form errors - fix red text on red bg  https://review.openstack.org/29148619:20
*** vijendar has joined #openstack-horizon19:22
*** david_cu has joined #openstack-horizon19:26
*** jlk has left #openstack-horizon19:34
openstackgerritJustin Pomeroy proposed openstack/horizon: Add validateUnique form input validator  https://review.openstack.org/29188019:38
*** e0ne_ has quit IRC19:40
*** ducttape_ has quit IRC19:41
*** xinwu has quit IRC19:47
*** eugeniato has joined #openstack-horizon19:49
*** eugeniato has left #openstack-horizon19:50
*** xinwu has joined #openstack-horizon19:54
*** xinwu has quit IRC19:55
*** lhcheng_ has joined #openstack-horizon19:57
*** lhcheng has quit IRC20:00
*** mpavlase has joined #openstack-horizon20:02
*** xinwu has joined #openstack-horizon20:07
*** xinwu has quit IRC20:08
*** xinwu has joined #openstack-horizon20:10
*** pece has quit IRC20:16
*** xinwu has quit IRC20:16
*** ducttape_ has joined #openstack-horizon20:17
*** x00350071 has quit IRC20:19
*** x00350071 has joined #openstack-horizon20:20
*** wolverineav has quit IRC20:21
*** vijendar has quit IRC20:24
*** vijendar1 has joined #openstack-horizon20:24
*** zul has quit IRC20:25
*** wolverineav has joined #openstack-horizon20:28
openstackgerritMerged openstack/horizon: changing-fa-icon-to-trash-icon  https://review.openstack.org/28959220:28
*** wolverineav has quit IRC20:31
*** wolverineav has joined #openstack-horizon20:33
*** wolverineav has quit IRC20:35
*** wolverineav has joined #openstack-horizon20:38
*** lhcheng_ has quit IRC20:40
*** xinwu has joined #openstack-horizon20:41
*** wolverineav has quit IRC20:43
*** wolverineav has joined #openstack-horizon20:43
*** lhcheng has joined #openstack-horizon20:47
*** r1chardj0n3s_afk is now known as r1chardj0n3s20:48
r1chardj0n3smorning20:48
*** Mounica has quit IRC20:57
*** ducttape_ has quit IRC20:57
openstackgerritMatt Borland proposed openstack/horizon: Allow Launch Instance (Angular) from Volume Snapshots  https://review.openstack.org/28937920:57
*** itisha has quit IRC20:59
matt-borlandmorning r1chardj0n3s20:59
matt-borlandI guess it's a beautiful sunny afternoon actually20:59
r1chardj0n3sit's a beautiful sunny morning :-)21:00
*** gariveradlt has quit IRC21:01
mrungehey, may I ask folks to chime in here: https://review.openstack.org/#/c/291588/21:01
mrunge(horizon follows stable policy)21:01
r1chardj0n3smrunge: do you have a reference to what that means?21:02
mrunger1chardj0n3s, there has been a mail to -dev mailing list21:03
mrungelet me find it21:03
r1chardj0n3smatt-borland: I'm addressing your feedback on https://review.openstack.org/#/c/259236 - you mention in passing in your comment that you're going to do another review pass?21:04
doug-fis_I was going to share http://docs.openstack.org/project-team-guide/stable-branches.html but maybe that's not a direct answer ...21:04
matt-borlandr1chardj0n3s, yeah, I need to get Swift stood up :( So it will not be this week.21:04
matt-borlandI will note that in the comments.21:04
mrunger1chardj0n3s, http://lists.openstack.org/pipermail/openstack-dev/2016-March/088592.html21:05
r1chardj0n3smatt-borland: the set-up-devstack horizon instructions create one. easy peasy.21:05
openstackgerritTyr Johanson proposed openstack/horizon: WIP: Example using action promises  https://review.openstack.org/29184621:05
matt-borlandoh, ok r1chardj0n3s...I'll take a look21:05
mrungedoug-fis_, you were right with your link :)21:05
doug-fis_if you try to google "Stable policy" you get the wrong info21:06
*** Mounica has joined #openstack-horizon21:06
*** Mounica has quit IRC21:07
r1chardj0n3smatt-borland: doc/source/ref/local_conf.rst21:08
matt-borlandthx r1chardj0n3s21:08
r1chardj0n3sI note that the stable policy mentions oslo-incubator which doesn't exist any longer, right?21:09
r1chardj0n3smrunge: istm that if we're to say we're following that policy then we should have some horizon-local docs that say what the impact is on developers21:10
r1chardj0n3sotherwise horizon developers will just continue on as they are now, potentially violating that policy (and potentially being completely unaware that the policy is in effect)21:11
r1chardj0n3sI, for one, probably wouldn't even know that we're proposing to set that policy flag if I hadn't popped into IRC this (Saturday) morning21:11
mrunger1chardj0n3s, today, most devs don't care about stable branches at all21:13
doug-fis_r1chardj0n3s: have we been violating the policy? I thought we followed it all along21:13
r1chardj0n3smatt-borland: please note that time left to review the last two patches in that feature is *extremely tight*21:13
matt-borlandsure thing, restacking21:13
mrunger1chardj0n3s, they don't need to, we already acted according to stable policy21:13
r1chardj0n3sdoug-fis_: I wouldn't know if we've been violating the policy because I only just learned what the policy is21:13
r1chardj0n3s:-)21:13
doug-fis_I've had my eye on you.21:13
r1chardj0n3seep21:14
*** ducttape_ has joined #openstack-horizon21:14
mrunger1chardj0n3s, there are two classes of "core"21:14
mrungecore and stable-core21:14
doug-fis_lol21:14
r1chardj0n3smrunge: ah, yep21:14
r1chardj0n3ssorry, it's early Saturday morning and I really should be in bed but I had a notion that matt-borland had left me a patch review that I had to get up to address so my brain isn't working fully. I apologise for asking dumb questions.21:15
*** kzaitsev_mb has joined #openstack-horizon21:15
mrunger1chardj0n3s, cheapest way to put it: no feature backports, no string changes in backports and make sure, a bug is fixed in the following branch as well21:15
matt-borlandlol r1chardj0n3s21:15
r1chardj0n3smrunge: thanks!21:15
mrungeyou're welcome!21:15
mrunger1chardj0n3s, it's 8:15 in the morning for you, time to get up anyways :P21:16
r1chardj0n3swow, you're a hard man :-)21:16
* mrunge hides21:16
mrungemy son currently gets up around 421:16
mrungeam21:17
doug-fis_ugh, that needs to be corrected!21:17
mrungeI'm just envious. I can't remember when I slept till 821:17
r1chardj0n3shah, I remember those days21:17
*** matt-borland_ has joined #openstack-horizon21:19
doug-fis_I remember when my son was quite little putting a digital clock in his room and telling him he couldn't come out until the first number was a "7". He could just look at books or play quietly before that.21:20
*** matt-borland has quit IRC21:22
mrungehmm, I should try that...21:22
openstackgerritRichard Jones proposed openstack/horizon: Add ngSwift object actions  https://review.openstack.org/27055321:23
openstackgerritRichard Jones proposed openstack/horizon: Add ngSwift container actions  https://review.openstack.org/25923621:23
*** roxanagh_ has quit IRC21:23
doug-fis_it worked for us. My son still likes to wake up at 7. That's not normal teenage behavior.21:23
r1chardj0n3sdoug-fis_: we did a similar thing; when we woke up we'd find Abbey in her bed with books *covering* it... and the floor :-)21:23
openstackgerritDiana Whitten proposed openstack/horizon: Horizon selects are now themable: Volumes  https://review.openstack.org/26381721:24
*** roxanagh_ has joined #openstack-horizon21:24
doug-fis_r1chardj0n3s: fun! I always assumed there wouldn't be too much trouble if he stayed in his room21:24
mrungeI had hopes for teen age. Now let's see what happens21:24
openstackgerritRyan Peters proposed openstack/horizon: Horizon Radio Buttons are now themeable.  https://review.openstack.org/27804121:25
r1chardj0n3sI'm about to have a teenager - these days she just quietly gets up, comes downstairs and watches youtube or plays games until I wake up :-)21:25
doug-fis_yeah, that's much easier to deal with21:26
r1chardj0n3sI figure when the teenager switch triggers there'll be more sleeping in21:26
*** pauloewerton has quit IRC21:30
tqtranwow talking about kids already21:33
doug-fis_already?21:34
tqtrani mean... this early21:34
doug-fis_isn't it 1:30 in the afternoon for you?21:34
tqtran?_? maybe21:34
doug-fis_lol21:34
doug-fis_wait until you have kids! then you'll know what "early" means!21:34
tqtranhahaha21:34
r1chardj0n3s:-)21:35
*** sergio_nubeliu has quit IRC21:36
*** leitan has quit IRC21:37
*** r1chardj0n3s is now known as r1chardj0n3s_afk21:42
*** Mounica has joined #openstack-horizon21:52
*** jtriley has quit IRC21:55
*** david_cu has quit IRC21:57
*** e0ne has joined #openstack-horizon21:59
*** e0ne has quit IRC22:04
*** matt-borland_ has quit IRC22:09
*** lblanchard has quit IRC22:12
*** lapalm has quit IRC22:16
openstackgerritMerged openstack/horizon: Retrieve domain scoped token  https://review.openstack.org/14808222:20
*** lhcheng has quit IRC22:23
*** xinwu has quit IRC22:31
david-lyledan_nguyen, bpokorny: \o/22:32
david-lylethanks doug-fis_22:32
dan_nguyenthx david-lyle, doug-fis_, and bpokorny22:33
tqtranomg, it merged?! the world is coming to an end22:33
tqtranhaha, congrats guys!22:33
dan_nguyentqtran: don’t jinx it!22:34
tqtran:P22:34
tqtranits been a long time coming22:34
david-lyleonly 3 years :P22:34
dan_nguyenyell at me and bpokorny if you find bugs22:34
tqtranonly... you guys are troopers!22:34
dan_nguyenwell don’t yell at brad but tell him about ‘em22:34
dan_nguyenyou can yell at me22:35
dan_nguyenyeah, most of that work was laid out by dave and lin22:35
openstackgerritRichard Hagarty proposed openstack/horizon: Add support for volume consistency group snapshots  https://review.openstack.org/26836822:35
tqtranlol dan_nguyen, no one wants to yell at you, you're too nice22:35
bpokornyAnd with that, I am officially retiring! (jk)22:35
dan_nguyenhaha22:36
tqtransee you in 3 years bpokorny22:36
bpokornylol. Traumatic experience recover time.22:36
tqtranhahaha22:36
*** david-lyle has quit IRC22:37
*** jtomasek has quit IRC22:38
openstackgerritDiana Whitten proposed openstack/horizon: Horizon selects are now themable: Volumes  https://review.openstack.org/26381722:38
*** vijendar1 has quit IRC22:41
openstackgerritRichard Hagarty proposed openstack/horizon: Add support for volume consistency group snapshots  https://review.openstack.org/26836822:45
*** rcernin has joined #openstack-horizon22:47
*** lhcheng has joined #openstack-horizon22:49
*** ducttape_ has quit IRC22:53
openstackgerritMerged openstack/horizon: Sync paths in POT files with CI scripts  https://review.openstack.org/28406622:57
*** bpokorny_ has joined #openstack-horizon23:02
*** bpokorny_ has quit IRC23:04
*** amotoki has quit IRC23:04
*** bpokorny_ has joined #openstack-horizon23:04
*** bpokorny has quit IRC23:05
*** rcernin has quit IRC23:06
*** rcernin has joined #openstack-horizon23:08
*** gyee has quit IRC23:21
*** neelashah has quit IRC23:21
*** neelashah has joined #openstack-horizon23:22
*** neelashah has quit IRC23:24
*** vijendar has joined #openstack-horizon23:27
*** wolverineav has quit IRC23:28
*** wolverineav has joined #openstack-horizon23:28
*** peristeri has quit IRC23:29
*** rcernin has quit IRC23:31
*** pushkaru has quit IRC23:37
*** wolverineav has quit IRC23:38
*** dlevy has quit IRC23:41
*** david_cu_ has quit IRC23:41
*** wolverineav has joined #openstack-horizon23:46
*** erlon has quit IRC23:48
*** vijendar has quit IRC23:48
*** sjmc7 has quit IRC23:53
*** roxanagh_ has quit IRC23:54
*** roxanagh_ has joined #openstack-horizon23:56

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