Tuesday, 2016-03-08

*** Mounica has quit IRC00:01
*** Mounica has joined #openstack-horizon00:02
andrewbogottrobcresswell: I have a panel now!  Adding the service to the keystone catalog got me there.  Thanks again00:05
*** bpokorny has quit IRC00:05
r1chardj0n3srobcresswell: you're still awake - can I ask a question?00:06
r1chardj0n3sactually david-lyle might be able to answer too00:06
david-lyleO_o00:07
r1chardj0n3shi :-)00:07
r1chardj0n3sso I've been talking to people about requirements constraints00:07
r1chardj0n3sI'm wondering whether constraints have come up before in Horizon discussions00:08
*** mpavlase has quit IRC00:08
david-lyleconstraints as in upper-constraints?00:08
r1chardj0n3s(this is all related to "don't break Horizon when a new xstatic package is released")00:08
r1chardj0n3syes00:08
*** piet has quit IRC00:08
r1chardj0n3s(upper-constraints is a new thing to me)00:09
david-lylethere is nothing in that system that will block horizon from being broken00:09
david-lylewhat it does do is allow for a range of releases00:10
david-lylethat we deem compatibile00:10
david-lyle*compatible00:10
r1chardj0n3shmm https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt is a *fixed* set of versions, not a range00:11
david-lyleworks well on stable, but for master all the interdependencies make the xstatic a mess00:11
david-lylethat's the upper limit00:11
r1chardj0n3sno, it's *the* version00:11
david-lylelook for example at d-o-a in there00:11
david-lyleno it's not00:11
david-lyleglobal-requirements provides a min and blocks specific versions00:11
david-lyleupper-constraints is the cap00:12
david-lyleso for d-o-a in Mitaka00:12
*** manjeets has joined #openstack-horizon00:12
* tonyb wakes up00:12
*** manjeets has left #openstack-horizon00:12
david-lylethe range is 2.0.0 to  2.2.000:13
r1chardj0n3sassuming that it's used *correctly* (which is a patch I will propose) then upper-constraints will mean Mitaka will *only* install 2.2.0 d-o-a00:13
david-lyleanything in that range is ok00:13
david-lyler1chardj0n3s: that's not correctly00:13
r1chardj0n3sit's as intended00:13
david-lyleit's call upper-constraints for a reason00:13
tonybdavid-lyle: no g-r is the range u-c is the pinned *exact* version00:13
tonybdavid-lyle: current;y u-c is used for all dsvm tests00:14
r1chardj0n3sI've just had a long conversation with folks here about how it works :-)00:14
david-lyletonyb: yes for tests00:14
tonyband tox is in flight00:14
david-lylebut d-o-a 2.0.0 is perfectly acceptable00:14
tonybdavid-lyle: sure.00:14
david-lyleso stating that upper is the exact version misses the mark IMO00:14
r1chardj0n3sif the constraints file is supplied to pip install -c then it will use the pinned versions in that constraints file00:15
david-lyler1chardj0n3s: sure which is great if I'm doing an install from scratch00:15
r1chardj0n3syup00:16
*** Ephur has quit IRC00:16
r1chardj0n3sand I would like to propose a patch to our tox to use constraints file00:16
tonybdavid-lyle: distros that u-c ar the time we cut a release as the base00:16
david-lyler1chardj0n3s: for testing, that's fine00:16
r1chardj0n3sI'm also looking to have our docs patched to include mention of constraints00:17
r1chardj0n3sfor the poor folks who pip install or install from git00:17
r1chardj0n3s(I'm not sure exactly what that patch will look like yet)00:17
*** jrist has quit IRC00:17
*** dan_nguyen has left #openstack-horizon00:17
*** jrist has joined #openstack-horizon00:18
david-lyleyou're taking on a mess, because you'll have to edit the run_tests tooling00:18
david-lylethe pip install is buried in there00:18
r1chardj0n3sso I'm rooting for the patch that kills run_tests :-)00:18
robcresswellkilling run tests is all good, as long as we've got everything that relies on it fixed too00:19
r1chardj0n3syep00:19
robcresswellI don't know if translations have been finalised yet. IIRC they call run_tests, or did.00:19
*** dan_nguyen has joined #openstack-horizon00:19
r1chardj0n3sbut basically, without this constraints change we will run into the ongoing issue of releases of xstatic packages potentially breaking Horizon all over the place00:20
*** mrrowden has joined #openstack-horizon00:20
r1chardj0n3s(just like releases of other libraries have a history of breaking Horizon all over the place...)00:20
robcresswellDon't we control all of them?00:20
david-lyler1chardj0n3s: I think we still have that problem just not in the isolated test world00:20
r1chardj0n3s(I'm looking at you, heatclient)00:20
robcresswellor are some external00:20
david-lyleheatclient would have still broken us, upper-constraints was updated00:21
r1chardj0n3sdavid-lyle: so yeah, we need constraints to be used/usable everywhere, yes00:21
robcresswellHmm.00:21
robcresswellSummit topic?00:21
r1chardj0n3supper-constraints only gets updated when things are proven to work, right?00:21
david-lylenope00:21
david-lyleit has to be updated for it to be usable00:21
david-lyleotherwise tests won't use it00:22
*** bpokorny has joined #openstack-horizon00:22
r1chardj0n3sno, depends-on can route around constraints00:22
david-lyler1chardj0n3s: but so few things are tested00:24
david-lylebut your concern is xstatic which is our mess not the inherited mess of other projects so we can limit to that00:24
r1chardj0n3sbut we can use constraints to control it00:25
r1chardj0n3sthis is the story I've been told by lifeless & co00:25
david-lylecontrol what exactly?00:26
robcresswellI'm a little lost on how this factors into xstatic.00:26
david-lylewe got into the details before the problem00:26
david-lyleyou're welcome00:26
david-lyle:P00:26
*** k-ishii has quit IRC00:26
r1chardj0n3sok, how about I write up what I've learned, and the propsed xstatic release model, and how constraints fits in :-)00:26
r1chardj0n3smy query before was I just wanted to know whether anyone else was/had looked into it00:27
robcresswellYeah having a version thats too high for stability is far from the problem with xstatic right now00:27
robcresswellr1chardj0n3s: That would be excellent00:27
r1chardj0n3swe also don't want to eg. break liberty by releasing a new xstatic, which is a real problem right now00:27
david-lylearen't the xstatic patches in u-c ?00:27
r1chardj0n3syes but we don't use constraints00:27
r1chardj0n3swe == horizon00:27
david-lyleok, I finally see where you're going00:28
r1chardj0n3sIt's a very simple change to our tox.ini to use it00:28
david-lylebut we don't sync the u-c part00:28
r1chardj0n3sI will write up an email with the "plan" so this will hopefully become clearer :-)00:28
tonybdavid-lyle: Yes xstatic is in g-r and u-c but at least xstatic-angular-bootstrap has identical entries in kilo, libert and mitaka00:28
robcresswellOhh, so the u-c work is to solve not-breaking-stable-versions00:29
r1chardj0n3srobcresswell: it's also to not make the unrelated horizon gate jobs fall about laughing00:29
*** tjones_zzzz has left #openstack-horizon00:30
david-lyletonyb: but we have to have a local copy to honor it00:30
david-lyleright now only g-r gets synced00:31
tonybdavid-lyle: Not sure U follow that.00:31
tonyb*I*00:31
*** k-ishii has joined #openstack-horizon00:31
david-lylehow can I use the upper constraints file in the horizon pip install if I don't have a copy in horizon. I have a copy of g-r, but not u-c00:32
david-lyleunless we're assuming devstack, but then I wish we weren't assuming that00:32
r1chardj0n3sdavid-lyle: you pull u-c straight from git00:32
r1chardj0n3shttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt or the branch-specific version00:32
david-lylethings is g-r is already pushed automatically, why not u-c?00:33
tonybdavid-lyle: because that gets us back to the sycn probelsm we have/gad with g-r00:33
tonybit's 'supposed' to be single central copy with no syncs00:34
tonybpip install -c https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt -r requirements.txt00:34
david-lyleso everytime I install the horizon dependencies I have to pull from requirements to see what I can?00:34
tonybdavid-lyle: I agree that if you have no web access then you have a problem but00:34
david-lylethen it's just pre-packages like everything else00:35
tonybdavid-lyle: s/pull from requirements/grab a txt file/00:35
david-lylesure00:36
tonybdavid-lyle: I'm not certain I understand the problem.00:38
david-lyleno problem, I think we can't figure out what we want to be when we grow up (we = OpenStack)00:39
david-lyleit's all good00:39
*** ducttape_ has joined #openstack-horizon00:40
tonybdavid-lyle: ok00:40
*** pushkaru has quit IRC00:41
david-lylefor a kit it's awfully intertwined00:41
tonybdavid-lyle: Yeah, it is tightly coupled which moves the complexity but doesn't eliminate it00:42
r1chardj0n3sdavid-lyle: I'm hoping my (currently being compose) email will help clarify ;-)00:42
david-lyler1chardj0n3s: I fully understand, and I'm fine with it, just the mechanism seems cumbersome, but it's not to the level of past nonsense00:44
david-lylemy only real concern is that g-r is rather meaningless and has no hope to be true00:46
david-lylebut that's no less true because of your proposed change00:46
david-lylejust reinforces it00:46
r1chardj0n3sdavid-lyle: so there still needs to be a non-constrained env in tox for reasons that I don't understand that just uses requirements.txt as-is00:48
david-lyler1chardj0n3s: right, but there will be things in g-r that don't actually work together00:50
david-lylethe freeze approach has more likelihood00:50
david-lylewhich u-c provides00:50
* david-lyle has to run00:52
*** hurgleburgler has quit IRC00:54
*** mrrowden has quit IRC00:54
*** slunkad has quit IRC01:01
*** slunkad has joined #openstack-horizon01:02
*** alexvictorchan has quit IRC01:05
*** weezS has quit IRC01:06
*** ZZelle_ has quit IRC01:08
*** gyee has quit IRC01:11
*** donu7 has quit IRC01:15
*** ducttape_ has quit IRC01:15
*** ducttape_ has joined #openstack-horizon01:22
*** shu-mutou-OFF is now known as shu-mutou01:22
*** clu_ has quit IRC01:23
*** harlowja has quit IRC01:23
*** yamamoto_ has joined #openstack-horizon01:25
*** zzxwill has joined #openstack-horizon01:26
*** ducttape_ has quit IRC01:26
*** pushkaru has joined #openstack-horizon01:31
*** donu7 has joined #openstack-horizon01:38
*** donu7 has quit IRC01:38
*** liuyulong_ has joined #openstack-horizon01:40
*** Mounica has quit IRC01:40
*** mtanino has quit IRC01:47
openstackgerritDan Nguyen proposed openstack/horizon: Disable Glance option to publicize image on Update  https://review.openstack.org/28881401:53
*** ducttape_ has joined #openstack-horizon01:58
*** alexvictorchan has joined #openstack-horizon02:02
*** sjmc7 has quit IRC02:08
*** peristeri has quit IRC02:08
openstackgerritAnkur proposed openstack/horizon: Add Network IP Availability Extension  https://review.openstack.org/28317102:10
*** ducttape_ has quit IRC02:17
*** ducttape_ has joined #openstack-horizon02:19
r1chardj0n3sdavid-lyle: you about still?02:20
*** bpokorny_ has joined #openstack-horizon02:22
*** dan_nguyen has quit IRC02:24
*** bpokorny has quit IRC02:24
*** ducttape_ has quit IRC02:28
*** itisha has quit IRC02:29
*** jtriley has joined #openstack-horizon02:30
openstackgerritRob Cresswell proposed openstack/horizon: Replace top nav icons with text for clarity  https://review.openstack.org/28604102:31
*** pushkaru has quit IRC02:36
*** liuyulong_ has quit IRC02:39
*** wangbo has joined #openstack-horizon02:52
*** jtriley has quit IRC02:54
*** jamielennox is now known as jamielennox|away02:56
*** jamielennox|away is now known as jamielennox03:01
*** jamielennox is now known as jamielennox|away03:05
*** Drago1 has quit IRC03:07
*** bpokorny_ has quit IRC03:08
*** deray has joined #openstack-horizon03:11
*** hurgleburgler has joined #openstack-horizon03:11
*** ducttape_ has joined #openstack-horizon03:13
*** ducttape_ has quit IRC03:14
*** jamielennox|away is now known as jamielennox03:15
openstackgerritDiana Whitten proposed openstack/horizon: Horizon select-inputs are now themable: Volumes  https://review.openstack.org/26381703:15
openstackgerritDiana Whitten proposed openstack/horizon: Horizon selects are now themable: Launch Instance  https://review.openstack.org/28967903:15
openstackgerritDiana Whitten proposed openstack/horizon: Horizon selects are now themable: Volumes  https://review.openstack.org/26381703:17
*** lhcheng_ has joined #openstack-horizon03:23
*** lhcheng has quit IRC03:26
*** ducttape_ has joined #openstack-horizon03:27
*** masco has joined #openstack-horizon03:29
*** lhcheng_ has quit IRC03:32
*** ccard_ has quit IRC03:35
*** kzaitsev_mb has quit IRC03:39
*** hurgleburgler has quit IRC03:39
*** zzxwill has quit IRC03:47
*** ccard_ has joined #openstack-horizon03:50
*** dan_nguyen has joined #openstack-horizon03:57
*** deray has quit IRC03:57
*** deray has joined #openstack-horizon03:57
*** deray has quit IRC03:57
openstackgerritWang Bo proposed openstack/horizon: Add policy checks in images panels  https://review.openstack.org/26196704:09
*** lhcheng has joined #openstack-horizon04:10
openstackgerrithanjiabao proposed openstack/horizon: Show Public images first after creating an image  https://review.openstack.org/28969404:12
*** bapalm has quit IRC04:13
*** neelashah has joined #openstack-horizon04:13
*** ducttape_ has quit IRC04:24
*** hurgleburgler has joined #openstack-horizon04:28
*** bapalm has joined #openstack-horizon04:30
*** dan_nguyen has quit IRC04:31
*** kzaitsev_mb has joined #openstack-horizon04:35
openstackgerrithanjiabao proposed openstack/horizon: Show Public images first after subbitting creating  https://review.openstack.org/28969904:35
*** xinwu has quit IRC04:36
*** lhcheng_ has joined #openstack-horizon04:40
*** lhcheng has quit IRC04:43
*** kzaitsev_mb has quit IRC04:49
*** wolverineav has quit IRC04:51
*** vishwanathj is now known as vishwanathj_zzz04:59
*** zzxwill has joined #openstack-horizon05:01
*** hurgleburgler has quit IRC05:02
*** xinwu has joined #openstack-horizon05:08
*** zzxwill has quit IRC05:21
*** zzxwill has joined #openstack-horizon05:22
*** wolverineav has joined #openstack-horizon05:22
*** zul has quit IRC05:23
*** wolverineav has quit IRC05:27
*** wolverineav has joined #openstack-horizon05:29
*** wolverineav has quit IRC05:31
*** belmoreira has joined #openstack-horizon05:31
*** wolverineav has joined #openstack-horizon05:33
*** kzaitsev_mb has joined #openstack-horizon05:45
*** kzaitsev_mb has quit IRC05:50
*** rcernin has joined #openstack-horizon06:02
*** roxanagh_ has joined #openstack-horizon06:06
*** jamielennox is now known as jamielennox|away06:08
*** neelashah has quit IRC06:13
openstackgerritOpenStack Proposal Bot proposed openstack/horizon: Imported Translations from Zanata  https://review.openstack.org/28972906:15
*** shu-mutou is now known as shu-mutou-AFK06:21
*** kevchentw has joined #openstack-horizon06:21
*** kevchentw has quit IRC06:23
*** belmoreira has quit IRC06:24
*** kevchentw has joined #openstack-horizon06:25
*** wangbo has quit IRC06:26
*** vgridnev has joined #openstack-horizon06:30
openstackgerritOpenStack Proposal Bot proposed openstack/django_openstack_auth: Imported Translations from Zanata  https://review.openstack.org/28885106:33
*** roxanagh_ has quit IRC06:37
*** wangbo has joined #openstack-horizon06:38
*** patk has joined #openstack-horizon06:40
*** david-lyle_ has joined #openstack-horizon06:44
*** david-lyle has quit IRC06:44
*** jtomasek has joined #openstack-horizon06:49
*** vgridnev has quit IRC06:52
*** pcaruana has quit IRC06:57
*** lhcheng has joined #openstack-horizon07:23
*** lhcheng_ has quit IRC07:27
*** wangbo has quit IRC07:28
*** aortega has quit IRC07:29
*** belmoreira has joined #openstack-horizon07:31
openstackgerritLi Yingjun proposed openstack/horizon: Pagination for flavor - prev link  https://review.openstack.org/28822807:37
*** rdopiera has joined #openstack-horizon07:45
*** wangbo has joined #openstack-horizon07:47
*** kzaitsev_mb has joined #openstack-horizon07:47
*** bsv has left #openstack-horizon07:47
*** e0ne has joined #openstack-horizon07:48
*** e0ne has quit IRC07:49
*** kzaitsev_mb has quit IRC07:52
*** itxaka has joined #openstack-horizon07:58
*** vgridnev has joined #openstack-horizon08:00
*** vgridnev has quit IRC08:14
*** permalac has joined #openstack-horizon08:15
*** aortega has joined #openstack-horizon08:32
*** zzxwill has quit IRC08:32
*** mvk has joined #openstack-horizon08:41
*** pece has joined #openstack-horizon08:46
*** kzaitsev_mb has joined #openstack-horizon08:47
*** mpavlase has joined #openstack-horizon09:03
*** kzaitsev_mb has quit IRC09:04
*** reedip is now known as reedip_away09:04
*** wolverineav has quit IRC09:30
*** mpavlase has quit IRC09:32
*** kevchentw has quit IRC09:45
*** ygbo has joined #openstack-horizon09:55
*** mpavlase has joined #openstack-horizon10:01
openstackgerrithanjiabao proposed openstack/horizon: Create project but no display and an error  https://review.openstack.org/28982810:02
slunkadmrunge: do you know if this is still a valid bug https://bugs.launchpad.net/horizon/+bug/143281010:04
openstackLaunchpad bug 1432810 in OpenStack Dashboard (Horizon) "[Launch Instance Fix] Focus should be trapped in modal dialog box when popping up" [Low,Confirmed] - Assigned to Sayali Lunkad (sayalilunkad)10:04
mrungeslunkad, sorry, I don't know10:04
*** tosky has joined #openstack-horizon10:06
openstackgerrithanjiabao proposed openstack/horizon: Create project but no display and an error  https://review.openstack.org/28982810:07
*** zul has joined #openstack-horizon10:07
*** yamamoto_ has quit IRC10:09
*** _pece has joined #openstack-horizon10:10
*** mpavlase has quit IRC10:10
*** pece has quit IRC10:11
*** mvk has quit IRC10:14
*** mvk has joined #openstack-horizon10:15
*** xinwu has quit IRC10:15
*** wolverineav has joined #openstack-horizon10:30
openstackgerritTimur Sufiev proposed openstack/horizon: [WIP] Fix non-working Angular actions in jquery modified tables  https://review.openstack.org/28984910:32
*** openstackgerrit has quit IRC10:33
*** openstackgerrit has joined #openstack-horizon10:34
*** wolverineav has quit IRC10:35
tsufievTravT, a crude fix for the Angular actions issue after jquery table row update - https://review.openstack.org/#/c/289849/110:37
tsufievbut you guys will probably make it better :)10:37
openstackgerritDmitry Ratushnyy proposed openstack/horizon: Add "prev" to instance list pagination  https://review.openstack.org/28931410:44
*** lhcheng has quit IRC10:47
*** yamamoto has joined #openstack-horizon10:59
*** mpavlase has joined #openstack-horizon11:03
*** yamamoto has quit IRC11:05
*** yamamoto has joined #openstack-horizon11:06
*** yamamoto has quit IRC11:10
*** amotoki has joined #openstack-horizon11:10
*** ^Gal^ has quit IRC11:21
*** ^Gal^ has joined #openstack-horizon11:26
*** deray has joined #openstack-horizon11:28
*** itisha has joined #openstack-horizon11:31
*** yamamoto has joined #openstack-horizon11:37
*** permalac has quit IRC11:55
openstackgerritTimur Sufiev proposed openstack/horizon: Fix empty 'href' in link actions after AJAX actions_update  https://review.openstack.org/28933712:03
openstackgerritTimur Sufiev proposed openstack/horizon: Refactor some table rows  & cells waits in i9n tests  https://review.openstack.org/28988212:03
*** rodrigods has quit IRC12:11
*** rodrigods has joined #openstack-horizon12:12
*** pece has joined #openstack-horizon12:15
*** _pece has quit IRC12:16
*** yamamoto has quit IRC12:23
*** slunkad has quit IRC12:24
*** slunkad has joined #openstack-horizon12:25
*** yamamoto has joined #openstack-horizon12:25
*** zzxwill has joined #openstack-horizon12:28
*** wolverineav has joined #openstack-horizon12:32
*** leitan has joined #openstack-horizon12:33
*** yamamoto has quit IRC12:34
openstackgerritDmitry Ratushnyy proposed openstack/horizon: Add "prev" to instance list pagination  https://review.openstack.org/28931412:34
*** yamamoto has joined #openstack-horizon12:35
*** zhurong has joined #openstack-horizon12:35
*** wolverineav has quit IRC12:37
*** wangbo has quit IRC12:39
*** jpomeroy has joined #openstack-horizon12:45
openstackgerritTimur Sufiev proposed openstack/horizon: Move out integration tests scaffolds from Horizon production code  https://review.openstack.org/28779312:50
*** masco has quit IRC12:52
openstackgerritTimur Sufiev proposed openstack/horizon: Added test for check stacks creation and deletion functionality  https://review.openstack.org/26636812:53
openstackgerritTimur Sufiev proposed openstack/horizon: Added test for check stacks creation and deletion functionality  https://review.openstack.org/26636812:56
*** mpavlase has quit IRC13:04
*** ducttape_ has joined #openstack-horizon13:06
*** doug-fish has joined #openstack-horizon13:07
*** jtriley has joined #openstack-horizon13:11
*** mpavlase has joined #openstack-horizon13:14
*** yamamoto has quit IRC13:15
robcresswelltsufiev: I think I found a bug in test settings :D13:16
tsufievoh13:16
tsufievrobcresswell, what is it?13:16
robcresswellThey import local.enabled13:16
robcresswellWhich it shouldnt do for Horizon tests13:16
*** itxaka is now known as itxaka|afk13:17
openstackgerritTimur Sufiev proposed openstack/horizon: Refactor some table rows  & cells waits in i9n tests  https://review.openstack.org/28988213:17
*** yamamoto has joined #openstack-horizon13:18
tsufievrobcresswell, yes, seems like it shouldn't.13:19
* tsufiev wonders how many tests will fail if it's fixed :)13:19
robcresswellshouldnt make a difference since local.enabled is empty by default13:20
robcresswellbut if you carry anything in there, I imagine tests would fall over laughing13:20
robcresswelleither way, there is no need to import them13:20
*** yamamoto has quit IRC13:21
*** ducttape_ has quit IRC13:22
*** jtriley has quit IRC13:25
openstackgerritTimur Sufiev proposed openstack/horizon: Refactor some table rows  & cells waits in i9n tests  https://review.openstack.org/28988213:27
openstackgerritTimur Sufiev proposed openstack/horizon: Fix empty 'href' in link actions after AJAX actions_update  https://review.openstack.org/28933713:28
*** jtriley has joined #openstack-horizon13:30
*** wolverineav has joined #openstack-horizon13:34
*** lapalm has joined #openstack-horizon13:35
*** jtriley has quit IRC13:35
*** peristeri has joined #openstack-horizon13:37
openstackgerritMatthias Runge proposed openstack/horizon: take time zone into account  https://review.openstack.org/28992013:37
*** cbader has joined #openstack-horizon13:38
*** wolverineav has quit IRC13:39
*** Mounica has joined #openstack-horizon13:42
*** neelashah has joined #openstack-horizon13:43
*** matt-borland has joined #openstack-horizon13:45
*** zzxwill has quit IRC13:46
robcresswellmrunge: Doesn't Django already use settings.TIME_ZONE as the django_timezone value?13:46
* robcresswell is digging through docs13:46
*** Mounica has quit IRC13:47
*** zhurong has quit IRC13:49
openstackgerritDmitry Ratushnyy proposed openstack/horizon: Add "prev" to instance list pagination  https://review.openstack.org/28931413:50
*** zhurong has joined #openstack-horizon13:50
*** Ephur has joined #openstack-horizon13:53
*** zzxwill has joined #openstack-horizon13:54
*** jtriley has joined #openstack-horizon13:56
mrungerobcresswell, according to my tests, it does not13:59
mrungerobcresswell, and, if the cookie is not set, it defaults to UTC in our case13:59
*** jtriley has quit IRC14:04
openstackgerritDmitry Ratushnyy proposed openstack/horizon: Fix actions inside instance details view page  https://review.openstack.org/28993214:04
*** ducttape_ has joined #openstack-horizon14:07
*** petertr7_away is now known as petertr714:08
*** yamamoto has joined #openstack-horizon14:08
robcresswellmrunge: Why does that cookie setting even exist? It seems like you could just have `self.request.session.get( 'django_timezone', default_tz)`14:11
*** pauloewerton has joined #openstack-horizon14:11
robcresswellThats how django appears to address the timezone. I'm not sure that the cookie get/set is actually required... Need to dig into the object structure more.14:11
mrungerobcresswell, you 'can' set the timezone for your user to something else14:11
*** yamamoto has quit IRC14:11
mrungei.e if your specific user lives in a different time zone14:11
robcresswellBut, isn't that still in request.session?14:12
mrungebut you can set a default in local_settings14:12
mrungewe (Horizon) nailed the default to be UTC14:12
robcresswelltrying to figure out why we have request.session(django_timezone) and request.cookies(django_timezone)14:12
*** ducttape_ has quit IRC14:12
mrungeanyways: both does not take into account, what you set in local_settings14:14
mrungei.e. django settings14:14
*** neelashah has quit IRC14:16
robcresswellyes14:16
robcresswellstrange14:16
*** yamamoto has joined #openstack-horizon14:19
*** lblanchard has joined #openstack-horizon14:21
*** zhurong has quit IRC14:29
openstackgerritDmitry Ratushnyy proposed openstack/horizon: Policy should support AND and OR checks for panels  https://review.openstack.org/17598214:30
*** doug-fish has quit IRC14:32
openstackgerritSteve Martinelli proposed openstack/django-openstack-auth-kerberos: switch to ksa  https://review.openstack.org/28994514:32
mrungerobcresswell, if you don't take cookies into account, time zone setting is not saved between sessions14:32
mrungerobcresswell, not everybody uses database saved sessions14:33
*** doug-fish has joined #openstack-horizon14:33
*** doug-fish has quit IRC14:37
*** neelashah has joined #openstack-horizon14:43
openstackgerritSteve Martinelli proposed openstack/django-openstack-auth-kerberos: switch to ksa  https://review.openstack.org/28994514:44
openstackgerritMatt Borland proposed openstack/horizon: Cleaning up lint warnings for Image work  https://review.openstack.org/28957014:45
*** doug-fish has joined #openstack-horizon14:46
matt-borlandrobcresswell, ^^ I replied also to Itxaca's patch about eslint warnings.  I see a problem.14:48
matt-borlandPerhaps I'm overlooking something simple.14:49
robcresswellmrunge: But in that case, isn't the session already stored in the cookie anyway? I don't think there is any need to explicitly set cookie info14:51
robcresswellunless its something that needs persist outside of a session... like a logout reason, or somethign14:52
*** hurgleburgler has joined #openstack-horizon14:52
*** tjones_zzzz has joined #openstack-horizon14:52
robcresswellwait, I just answered my own question.14:52
robcresswellmatt-borland: looking14:53
robcresswellmrunge: Yeah, your approach makes sense, I see now :p14:53
mrungerobcresswell, hahaha. glad to make sense once :P14:54
*** tjones_zzzz has left #openstack-horizon14:54
*** Daisy has joined #openstack-horizon14:56
*** yamamoto has quit IRC14:56
*** Daisy has quit IRC14:59
*** Daisy has joined #openstack-horizon14:59
robcresswellmatt-borland: You may have to fight with krotscheck on the JSDoc rule for that one15:00
openstackgerritDmitry Ratushnyy proposed openstack/horizon: Add "prev" to instance list pagination  https://review.openstack.org/28931415:01
matt-borlandI don't think there's a good answer.15:01
matt-borlandrobcresswell ^^15:01
matt-borlandI don't want to get rid of the jsdocs rule.15:01
robcresswellI'm assuming it has ignores though15:01
robcresswellfor repeated vars15:01
matt-borlandhm.  I'll look.15:01
*** deray has quit IRC15:02
matt-borlandyeah. requireParamDescription option.15:02
matt-borlander, maybe not.  I'15:03
krotscheckmatt-borland: I feel like the injectable documentation thing you mentioned is.... well, it's a particular feature of using the papa rules - maybe the jsdoc rule has an equivalent in eslint-plugin-angular that's more lenient?15:04
*** kzaitsev_mb has joined #openstack-horizon15:05
matt-borlandkrotscheck, yeah, I'll look.  In a way, it comes down to...what *does* JSDoc want?15:05
krotscheckmatt-borland: Yeah, took me a while to figure that out ;)15:05
krotscheckmatt-borland: Also, I can see a strong case for adjusting requireParamDescription to exclude params based on a regex? Things that are angular specific ($scope, etc) don't seem like things we want to document every time.15:06
krotscheckOr just by name15:06
matt-borlandcould be15:07
krotscheckIs horizon master newton already?15:07
*** itxaka|afk is now known as itxaka15:13
*** kzaitsev_mb has quit IRC15:13
*** aortega has quit IRC15:20
*** sjmc7 has joined #openstack-horizon15:21
*** pushkaru has joined #openstack-horizon15:26
*** zul has quit IRC15:28
*** mrrowden has joined #openstack-horizon15:28
*** zul has joined #openstack-horizon15:29
*** Daisy has quit IRC15:34
*** wolverineav has joined #openstack-horizon15:36
openstackgerritDmitry Ratushnyy proposed openstack/horizon: Fix actions inside instance details view page  https://review.openstack.org/28993215:36
*** wolverineav has quit IRC15:40
*** piet has joined #openstack-horizon15:41
*** Qingqing has joined #openstack-horizon15:44
*** Qingqing has left #openstack-horizon15:44
*** xinwu has joined #openstack-horizon15:44
openstackgerritDmitry Ratushnyy proposed openstack/horizon: Policy should support AND and OR checks for panels  https://review.openstack.org/17598215:45
*** permalac has joined #openstack-horizon15:46
*** ducttape_ has joined #openstack-horizon15:47
openstackgerritDmitry Ratushnyy proposed openstack/horizon: Fix actions inside instance details view page  https://review.openstack.org/28993215:47
*** Drago has joined #openstack-horizon15:52
*** mrrowden has quit IRC15:52
*** Drago has quit IRC15:53
*** Drago has joined #openstack-horizon15:53
*** zzxwill has quit IRC15:56
*** permalac_ has joined #openstack-horizon15:56
*** yamamoto has joined #openstack-horizon15:57
*** permalac has quit IRC16:00
*** zul has quit IRC16:05
*** zul has joined #openstack-horizon16:06
*** rhagarty_ has quit IRC16:09
*** yamamoto has quit IRC16:10
*** rhagarty has joined #openstack-horizon16:10
*** kzaitsev_mb has joined #openstack-horizon16:11
*** itxaka has quit IRC16:13
*** itxaka has joined #openstack-horizon16:14
*** david_cu has joined #openstack-horizon16:15
*** zzxwill has joined #openstack-horizon16:17
*** aortega has joined #openstack-horizon16:18
*** vijendar has joined #openstack-horizon16:19
*** vijendar1 has joined #openstack-horizon16:20
*** mtanino has joined #openstack-horizon16:20
openstackgerritMatt Borland proposed openstack/horizon: Cleaning up lint warnings for Image work  https://review.openstack.org/28957016:20
*** vijendar has quit IRC16:23
*** petertr7 is now known as petertr7_away16:24
david-lyle_krotscheck: no, not until RC-1 is tagged16:27
krotscheckdavid-lyle_: Thanks16:27
*** david-lyle_ is now known as david-lyle16:28
*** ChanServ sets mode: +o david-lyle16:28
*** belmoreira has quit IRC16:29
*** zhurong has joined #openstack-horizon16:29
*** absubram has joined #openstack-horizon16:29
openstackgerritMarcellin Fom Tchassem proposed openstack/horizon: Rename methods's name to add consistan  https://review.openstack.org/29000316:29
*** eroussel has joined #openstack-horizon16:32
*** rhagarty_ has joined #openstack-horizon16:32
*** alexvictorchan has quit IRC16:32
*** Mounica has joined #openstack-horizon16:34
*** rhagarty has quit IRC16:34
*** weezS has joined #openstack-horizon16:34
*** gyee has joined #openstack-horizon16:34
*** weezS has quit IRC16:36
*** petertr7_away is now known as petertr716:41
*** xinwu has quit IRC16:45
amotokidavid-lyle: could you review i18n related patches? https://review.openstack.org/289039, https://review.openstack.org/28894716:46
amotokidavid-lyle: and hopefully https://review.openstack.org/284066  it helps me check generated POT files.16:47
*** bpokorny has joined #openstack-horizon16:47
david-lyleamotoki: on it16:49
amotokidavid-lyle: thanks!16:49
robcresswellJust +2'd the interpolation one...16:50
robcresswellI'll let you look at the comments for translators one david-lyle :p16:51
amotokiI should write some devref to encourage interpolate usage for JS i18n.16:52
*** rdopiera has quit IRC16:53
*** ediardo has joined #openstack-horizon16:54
matt-borlandTravT, mind if I rebase/deconflict https://review.openstack.org/#/c/286268/16:55
dani_castellanos@robcresswell: I didn't thank you for pointing me to the pagination patch yesterday :)... thanks!16:55
robcresswelldani_castellanos: No problem! If you get chance to try it out and leave a review, that'd be much appreciated.16:56
*** jprovazn has joined #openstack-horizon16:56
TravTmatt-borland: please do!16:57
dani_castellanosalready did that!16:57
TravTjust got done doing a hangout on air16:57
*** zzxwill has quit IRC16:57
robcresswellTravT: How was that?16:57
TravTwent pretty well16:57
robcresswellI'm curious if there would be any benefit to doing something like that at the summit16:57
TravTi think there would be... but you need to have headsets for people i think16:58
TravTthe summit already records conference sessions16:58
TravTfor youtube.16:58
TravTbut we could try something for design sessions16:58
robcresswellYeah, I was thinking of the design sessions16:58
*** ediardo has quit IRC16:58
*** ygbo has quit IRC16:58
robcresswellMic in middle of room, camera up on top of whiteboard, or similar.16:58
david-lylebetter in theory than practice16:59
robcresswellSlight concern about people feeling uneasy about being watched etc.16:59
TravTwell, this one was just slide and demo16:59
TravTso, i didn't have to get on camera.17:00
david-lyleit's more the communication model breaks down17:00
david-lylethink remotely attending a corporate team meeting but 30 times worse, more frustrating that worth it for the remote people17:00
robcresswellYeah, I think it would be more a way for people to follow discussion than contribute back to it.17:00
robcresswellUnless we had someone monitoring chat or IRC or something.17:01
david-lylemic'ing is never done right so you hear 1/4 the conversation17:01
*** vishwanathj_zzz is now known as vishwanathj17:01
TravTi've been in several glance sessions (mid-cycle and summit)  where video conferencing was attempted17:01
TravTand the big problem was not being able to hear17:01
* david-lyle checks that he is actually typing17:01
TravTthat's why i think you'd need a mic for input17:01
*** vijendar1 has quit IRC17:02
david-lyleASDFG17:02
TravTyes, you are typing17:02
*** vijendar has joined #openstack-horizon17:02
TravTi think17:02
david-lyle:D17:02
robcresswellhaha17:02
TravTunless it is one of your kids17:02
david-lyleno the grammar would be better17:02
TravTsometimes i re-read what i type into IRC and wonder if I should just be banned17:02
TravTits like i send a message to my fingers to type and by the time it gets to them i'm three thoughts later and they forgot what they are doing17:03
robcresswelllol17:03
*** xinwu has joined #openstack-horizon17:03
robcresswelldani_castellanos: Sorry, just noticed the reply. Thanks!17:04
TravTi got luck on today's presentation.17:04
TravTi just borrowed some of Tyr's slides and then merged in some from Tokyo.17:04
robcresswellnicely done17:05
*** alexvictorchan has joined #openstack-horizon17:05
*** lhcheng has joined #openstack-horizon17:05
*** eroussel has quit IRC17:06
*** dan_nguyen has joined #openstack-horizon17:06
*** cloudtrainme has joined #openstack-horizon17:07
*** zzxwill has joined #openstack-horizon17:09
*** alexvictorchan has quit IRC17:09
*** zzxwill has quit IRC17:10
openstackgerritMatt Borland proposed openstack/horizon: Angular Policy Caching  https://review.openstack.org/28626817:10
*** alexvictorchan has joined #openstack-horizon17:11
*** kzaitsev_mb has quit IRC17:11
*** wolverineav has joined #openstack-horizon17:12
*** ducttape_ has quit IRC17:16
*** ediardo has joined #openstack-horizon17:17
*** ducttape_ has joined #openstack-horizon17:20
*** ducttape_ has quit IRC17:21
*** ducttape_ has joined #openstack-horizon17:22
*** permalac_ has quit IRC17:22
*** ducttape_ has quit IRC17:22
*** ducttape_ has joined #openstack-horizon17:22
*** sjmc7_ has joined #openstack-horizon17:24
*** pece has quit IRC17:25
openstackgerritMatt Borland proposed openstack/horizon: Cleaning up lint warnings for Image work  https://review.openstack.org/28957017:25
*** zhurong has quit IRC17:26
*** sjmc7 has quit IRC17:27
*** sjmc7_ is now known as sjmc717:27
*** zhurong has joined #openstack-horizon17:29
*** harlowja has joined #openstack-horizon17:29
matt-borlanditxaka, I'm going to hunt down some areas for cleaning eslint problems.  Is it OK if I work on some of the Launch Instance features?17:32
itxakayup yup!17:32
matt-borlandthanks, sounds good!17:32
itxakalet me knowif I can help you with that, or what warning I can clean up as to not overlap, I would really love to get those warnings to (almost) zero!17:33
*** piet has quit IRC17:33
*** zhurong has quit IRC17:33
*** rcernin has quit IRC17:34
*** xinwu has quit IRC17:41
*** neelashah has quit IRC17:42
*** slunkad has quit IRC17:44
*** wolverineav has quit IRC17:44
*** Daisy has joined #openstack-horizon17:45
robcresswellitxaka, matt-borland: Any chance I could persuade you guys to look into some of the RC1 bugs before fixing linting? That can wait till next cycle, but there are a couple of angular bugs interfering with Launch instance right now : https://launchpad.net/horizon/+milestone/mitaka-rc117:47
robcresswellWould be great to make this a bug success.17:47
*** exploreshaifali has joined #openstack-horizon17:47
robcresswellbig*17:47
matt-borlandyeah, that was an in-between activity :)17:47
matt-borlandgood redirect, robcresswell17:48
matt-borlandignore the following as I move on:17:48
openstackgerritMerged openstack/horizon: Use interpolate in JS to allow translators to control word order  https://review.openstack.org/28894717:48
openstackgerritMatt Borland proposed openstack/horizon: Cleaning code to remove eslint warnings from Launch Instance  https://review.openstack.org/29004117:50
*** Daisy has quit IRC17:50
matt-borlandrobcresswell, have you looked at my bugfix: https://review.openstack.org/#/c/289379/17:51
matt-borlandthat addresses one of the bugs17:51
openstackgerritMerged openstack/horizon: Honor comments for translators when extracting messages  https://review.openstack.org/28903917:51
robcresswellmatt-borland: Looking now17:52
*** Drago has quit IRC17:52
matt-borlandthanks robcresswell17:52
*** neelashah has joined #openstack-horizon17:52
*** mvk has quit IRC18:00
*** zul has quit IRC18:00
*** zul has joined #openstack-horizon18:01
*** zul_ has joined #openstack-horizon18:01
*** zul has quit IRC18:01
*** zul_ is now known as zul18:01
*** e0ne has joined #openstack-horizon18:03
robcresswellmatt-borland: Looks about right. The logic for adding the launch_actions is a liiittle messy18:04
matt-borlandsure is!18:04
robcresswellmatt-borland: Same as the other patch though, seems like the first call to + launch_actions could just ignored. It'll always be empty18:05
matt-borlandtrue.  happy to fix if it poses a problem.18:05
*** petertr7 is now known as petertr7_away18:06
*** mpavlase has quit IRC18:07
robcresswellWhile you're around, if you could tidy it up quickly that would be good18:07
robcresswellI can +2 straight after18:07
*** Guest40848 has quit IRC18:09
*** bpokorny has quit IRC18:12
*** bpokorny has joined #openstack-horizon18:12
*** clu_ has joined #openstack-horizon18:14
robcresswelljpomeroy: Did your LBaaS styling patch merge btw?18:15
*** tosky has quit IRC18:15
*** e0ne has quit IRC18:17
*** e0ne has joined #openstack-horizon18:17
*** e0ne has quit IRC18:17
*** wolverineav has joined #openstack-horizon18:19
*** Drago has joined #openstack-horizon18:24
*** wolverineav has quit IRC18:24
*** Drago has quit IRC18:25
*** jbell8 has joined #openstack-horizon18:25
*** Drago has joined #openstack-horizon18:25
*** petertr7_away is now known as petertr718:26
*** kzaitsev_mb has joined #openstack-horizon18:27
*** jbell8 has quit IRC18:33
*** ducttape_ has quit IRC18:33
*** ybathia has joined #openstack-horizon18:34
*** tosky has joined #openstack-horizon18:36
*** mpavlase has joined #openstack-horizon18:45
*** neelashah has quit IRC18:45
itxakarobcresswell, I will have a look but Im not sure Im the correct person for angular patches lol18:45
*** ducttape_ has joined #openstack-horizon18:46
robcresswellitxaka: Ha, you're being too humble. If you do get time to pick up any RC1 bugs, or review any RC1 patches, it'd be very helpful.18:48
*** jtriley has joined #openstack-horizon18:51
matt-borlanddoug-fish, I was unable to replicate the Launch Instance bug when relaunching "too quickly," but based on what you have, proposed a WIP bug fix.18:52
*** ducttape_ has quit IRC18:52
*** belmoreira has joined #openstack-horizon18:52
matt-borlandI have another scenario where this comes up, and I see a similar behavior (outside of Horizon/master)18:52
matt-borlandThe possible fix is: https://review.openstack.org/#/c/290072/18:53
*** wolverineav has joined #openstack-horizon18:53
doug-fishmatt-borland: excellent! I'll try it out. FWIW ajmiller saw the same bug indpenantly and might have an environment where you could see it18:53
*** petertr7 is now known as petertr7_away18:53
jpomeroyrobcresswell, yes it went in yesterday.  thanks for you feedback by the way.18:53
*** xinwu has joined #openstack-horizon18:54
robcresswelljpomeroy: Ah, great. Was going to review it again if it was still around. Let me know if there's anything else I can help with.18:54
jpomeroywill do, thanks18:54
*** petertr7_away is now known as petertr718:54
matt-borlanddoug-fish, I think I'm just not executing the re-creation properly, and/or the slowness of my system causes it not to occur.18:57
matt-borlandeither way I can see a similar problem which I needed to fix anyway, from another patch.18:57
matt-borlandjpomeroy, I +1d that LBaaS Edit Pool patch18:58
*** david_cu has quit IRC18:59
matt-borlandI just hadn't known the correct behavior18:59
*** neelashah has joined #openstack-horizon18:59
*** doug-fis_ has joined #openstack-horizon18:59
jpomeroymatt-borland, thanks.  the behavior is a bit unusual compared to most of horizon, so it is a but funny.18:59
matt-borlandI've been using the Material theme to test, and the LBaaS work looks reasonable with that theme.19:00
jpomeroyoh good.  we just yesterday merged updated styles to fall in line with where horizon is at now, based on robcresswell recent changes.19:01
jpomeroyi haven't tried it with another theme though, good to hear it's not broken.  i will have to do that.19:01
*** bapalm has quit IRC19:02
openstackgerritDiana Whitten proposed openstack/horizon: Horizon selects are now themable: Volumes  https://review.openstack.org/26381719:02
matt-borlandThe Actions button on a details page (e.g. Pool detail) sort of hangs off the breadcrumb bar oddly,19:02
*** doug-fish has quit IRC19:02
*** doug-fish has joined #openstack-horizon19:03
*** ybathia has quit IRC19:03
matt-borlandand the help panel closure looks a little odd, but not in any way that I think is substantively bad :)19:03
*** doug-fish has quit IRC19:03
matt-borlandotherwise things look pretty good.19:03
*** doug-fish has joined #openstack-horizon19:03
*** doug-fis_ has quit IRC19:04
jpomeroymatt-borland, going to try it with material theme now19:05
hurgleburgler:-O19:05
matt-borlandJust use the menu to switch it!19:05
hurgleburgler٩(͡๏̮͡๏)۶19:05
*** ducttape_ has joined #openstack-horizon19:05
*** jbell8 has joined #openstack-horizon19:05
*** vijendar has quit IRC19:06
jpomeroyoh sweet, i didn't realize that was implemented19:07
*** vijendar has joined #openstack-horizon19:07
*** Qingqing has joined #openstack-horizon19:07
openstackgerritDiana Whitten proposed openstack/horizon: Horizon selects are now themable: Volumes  https://review.openstack.org/26381719:08
itxakaHow long until RC-1?19:10
itxakawop, found it, sorry :D19:11
itxakaouch netx week, this one does not seem plausible https://bugs.launchpad.net/horizon/+bug/1491997 robcresswell19:12
openstackLaunchpad bug 1491997 in OpenStack Dashboard (Horizon) "require keypair follow on for ng launch instance" [Medium,In progress] - Assigned to Eric Peterson (ericpeterson-l)19:12
*** kzaitsev_mb has quit IRC19:14
*** Qingqing has quit IRC19:15
robcresswellitxaka: Looks like quite a small change19:15
itxakaangular != small19:15
itxaka:D :D19:15
robcresswellI mean the setting already exists19:16
robcresswellcontroller could just set a variable for that setting, html accesses it via ng-required.19:17
*** bapalm has joined #openstack-horizon19:19
*** zul has quit IRC19:20
matt-borlandyeah, I don't think it's a lot of code, but I'll have to take a look at it19:20
matt-borlandusually the "angular = large" is frankly just the tests...which is good :)19:21
robcresswellJust realised its slightly different than I originally thought. but still an if on the setting, and validate-number-min to be 0 or 1 depending on the setting19:21
robcresswelland a test, ofc.19:22
matt-borlandand docs!19:22
robcresswellshould already be documented19:22
itxakayeah, seems easier19:22
itxakaalready testing it to see if indeed its as it seems19:23
robcresswellnice :D19:23
*** Drago has quit IRC19:23
robcresswellMaking Horizon Drumpf again19:23
*** Drago has joined #openstack-horizon19:23
openstackgerritDiana Whitten proposed openstack/horizon: Horizon selects are now themable: Launch Instance  https://review.openstack.org/28967919:25
*** ankurgupta has joined #openstack-horizon19:26
*** exploreshaifali has quit IRC19:33
*** kzaitsev_mb has joined #openstack-horizon19:36
*** zul has joined #openstack-horizon19:36
*** lhcheng_ has joined #openstack-horizon19:37
r1chardj0n3smorning19:40
*** lhcheng has quit IRC19:41
hurgleburglermorning19:41
TravTmorning19:41
r1chardj0n3sitxaka: I would like to help clean up eslint warnings; do you have patches in play so I can know what bits are already done?19:41
openstackgerritMerged openstack/horizon: Imported Translations from Zanata  https://review.openstack.org/28972919:41
itxakar1chardj0n3s, nope, nothing yet, was waiting for the --max-warnings patch to get in before starting the cleanup19:41
openstackgerritDmitry Ratushnyy proposed openstack/horizon: Fix actions inside instance details view page  https://review.openstack.org/28993219:42
r1chardj0n3sitxaka: ok, if you don't have anything in play I'll just start at the top or something19:42
r1chardj0n3salso19:43
r1chardj0n3s\o/ I win the pool here. I bet that no-one would respond to my [Horizon] email overnight.19:43
*** doug-fish has quit IRC19:45
openstackgerritMatt Borland proposed openstack/horizon: WIP: Fix property safety on magic search controller  https://review.openstack.org/29007219:45
*** doug-fish has joined #openstack-horizon19:45
*** kzaitsev_mb has quit IRC19:48
*** doug-fish has quit IRC19:50
*** ducttape_ has quit IRC19:51
*** ducttape_ has joined #openstack-horizon19:52
*** vijendar has quit IRC19:55
*** ediardo has quit IRC19:56
*** zul has quit IRC19:58
*** david_cu has joined #openstack-horizon20:00
*** kzaitsev_mb has joined #openstack-horizon20:01
openstackgerritItxaka Serrano Garcia proposed openstack/horizon: WIP: Optionaly require keypair on ng-launch-instance  https://review.openstack.org/24376220:02
*** zul has joined #openstack-horizon20:02
*** neelashah has quit IRC20:02
*** petertr7 is now known as petertr7_away20:03
*** Ephur has quit IRC20:03
itxakamatt-borland, would be really nice if you looked at that patch https://review.openstack.org/243762 so I can refine it in the morning while adding the test20:04
itxakathanks!20:04
*** david_cu has quit IRC20:04
itxakaand gooood nigth! The Division is calling me :D20:04
*** itxaka has quit IRC20:05
*** neelashah has joined #openstack-horizon20:05
*** petertr7_away is now known as petertr720:05
*** vijendar has joined #openstack-horizon20:06
*** gyee has quit IRC20:10
*** david_cu has joined #openstack-horizon20:14
*** gariveradlt has joined #openstack-horizon20:17
*** piet has joined #openstack-horizon20:18
*** aortega has quit IRC20:19
*** aortega has joined #openstack-horizon20:22
openstackgerritDmitry Ratushnyy proposed openstack/horizon: Policy should support AND and OR checks for panels  https://review.openstack.org/17598220:26
*** aortega has quit IRC20:29
*** jbell8 has quit IRC20:29
*** aortega has joined #openstack-horizon20:29
*** aortega has quit IRC20:34
*** ZZelle_ has joined #openstack-horizon20:35
*** belmoreira has quit IRC20:37
*** zul has quit IRC20:42
*** ducttape_ has quit IRC20:42
*** ducttape_ has joined #openstack-horizon20:44
leitanGuys, is there any way to dynamic manipulate the default_panel of a dashboard20:45
*** Daisy has joined #openstack-horizon20:46
*** ediardo has joined #openstack-horizon20:46
*** gariveradlt has quit IRC20:47
*** sergio_ has joined #openstack-horizon20:49
*** sergio_ is now known as Guest1653520:49
*** Daisy has quit IRC20:51
*** ZZelle__ has joined #openstack-horizon20:51
*** ZZelle__ has quit IRC20:51
david-lyleleitan: what do you mean by dynamic?20:54
*** zul has joined #openstack-horizon20:55
*** aortega has joined #openstack-horizon20:55
TravTdavid-lyle r1chardj0n3s robcresswell if you have a minute, can you look at this one?20:56
TravThttps://review.openstack.org/#/c/286268/20:56
r1chardj0n3sTravT: I've spent the last day and a half trying to figure out a plan to ever be able to release xstatic packages again (hence the wall of text email yesterday) :-(20:56
*** ediardo has quit IRC20:56
r1chardj0n3sI expect to be doing the same thing today20:56
r1chardj0n3ssince I have several folks locked in a room with me20:57
TravTok. that seems pretty important!20:57
*** vijendar has quit IRC20:57
david-lyleyou can alter the files in openstack_dashboard/enabled and set DEFAULT_PANEL=True on the desired panel https://github.com/openstack/horizon/blob/master/doc/source/topics/settings.rst#default_panel20:57
r1chardj0n3sit also seems unsolvable :-(20:57
leitandavid-lyle, i mean that for example if i want to enable an installed app, and based on what its installed the default panel of a dashboard changes dynamically20:57
david-lylesee ^^^20:57
TravTr1chardj0n3s: if you are saying that, then i'm scared... very, very scared20:57
r1chardj0n3swell, that email lists all the flawed options we could think of20:58
*** bapalm has quit IRC20:58
r1chardj0n3sI'm hoping we haven't thought of something20:58
r1chardj0n3swhich is why the email20:59
TravTokay, i saw it, but brain has been fairly occupied.20:59
r1chardj0n3syup20:59
TravTi will try to absorb it... will be late today if not tomorrow.20:59
TravTseems like mrunge might have some opinion here21:00
r1chardj0n3syup, I hope to walk through it in the meeting tomorrow21:00
leitandavid-lyle, i know, its the way that were doing it know, just wondering ifs theres a way to react to a settings.py variable to default panel X or panel Y21:00
r1chardj0n3sWell, it's ultimately the OS packagers who are to blame. Oh and the people who want to be able to Continuous Deployment. Them too.21:00
r1chardj0n3sBut the combination of Continuous Deployement and One Big Installation (ie. no venvs) is what's killing us21:01
r1chardj0n3severy single commit in OpenStack has to result in a completely working integrated system21:01
r1chardj0n3sand we can't guarantee that with xstatic without doing something, and we just don't know what that something should be yet21:01
TravTyeah, that seems to be the general idea...21:02
*** Mounica has quit IRC21:02
david-lyleleitan: those files in /enabled are python, you can put whatever python you want in there to decide if the value should be set21:02
r1chardj0n3shell we couldn't guarantee that with *heatclient* if you recall :/21:02
r1chardj0n3sbut that was because Horizon doesn't currently use upper-constraints, which I have on my TODO21:02
TravTfyi, gotta be in another call21:04
r1chardj0n3sone thing I'm unsure of, which TravT or david-lyle might be able to help with, is the relationship between horizon plugins and horizon - do the plugins list all the xstatic packages they use, even if horizon already installs them?21:04
david-lylewe can't guarantee it21:04
david-lylewe don't properly test clients or horizon end to end21:04
david-lyleand even if we could, we can guarantee that tests will pass and that's the best we'll ever be able to do21:04
*** ediardo has joined #openstack-horizon21:05
*** xinwu has quit IRC21:06
*** wolverineav has quit IRC21:06
david-lyler1chardj0n3s: they should, but don't I believe21:06
david-lyleassuming horizon pulls them in21:06
david-lylethey should if they require something specific that is21:06
*** gariveradlt has joined #openstack-horizon21:06
r1chardj0n3syeah. hmm21:06
* r1chardj0n3s disappears for a bit21:06
*** jprovazn has quit IRC21:06
*** wolverineav has joined #openstack-horizon21:06
david-lyleactually, sadly they don't even require horizon21:07
* david-lyle may be responsible for some of those21:07
*** xenogear has joined #openstack-horizon21:09
*** wolverineav has quit IRC21:10
*** ducttape_ has quit IRC21:13
*** ediardo has quit IRC21:14
*** bapalm has joined #openstack-horizon21:14
openstackgerritMerged openstack/horizon: Add missing column rxtx_factor to ng flavors table  https://review.openstack.org/28149421:14
*** ducttape_ has joined #openstack-horizon21:17
r1chardj0n3sdavid-lyle: yeah, if we could just say that Horizon was the only consumer of xstatic package upper-constraints (which is stupidly named, it should be called "pinned-constraints") then we could just put the constraints in Horizon repos and BOOM we can atomically update Horizon and its xstatic dependency versions and no breakage. Sadly...21:18
r1chardj0n3sI'm starting to think that vendoring the xstatic packages (or all Horizon plugins) is the way to go21:18
r1chardj0n3s</wink>21:19
*** jtomasek has quit IRC21:20
*** wolverineav has joined #openstack-horizon21:21
*** ediardo has joined #openstack-horizon21:23
*** zul has quit IRC21:25
*** neelashah has quit IRC21:26
* david-lyle so sad21:31
*** cloudtrainme has quit IRC21:31
*** cloudtrainme has joined #openstack-horizon21:33
leitandavid-lyle, that will do i guess, i can react there21:35
leitandavid-lyle, thanks21:36
*** lblanchard has quit IRC21:38
*** jtriley has quit IRC21:38
*** zul has joined #openstack-horizon21:39
*** leitan has quit IRC21:41
*** ediardo has quit IRC21:42
*** tqtran has joined #openstack-horizon21:42
*** lapalm has quit IRC21:49
*** neelashah has joined #openstack-horizon21:50
*** ediardo has joined #openstack-horizon21:53
*** ducttape_ has quit IRC21:53
*** xinwu has joined #openstack-horizon21:54
*** ducttape_ has joined #openstack-horizon21:54
*** TravT_ has joined #openstack-horizon21:55
*** ducttape_ has quit IRC21:56
*** ducttape_ has joined #openstack-horizon21:56
*** TravT has quit IRC21:56
*** Mounica has joined #openstack-horizon21:59
*** pauloewerton has quit IRC22:02
*** alexvictorchan has quit IRC22:08
*** Mounica has quit IRC22:11
*** ediardo has quit IRC22:12
*** petertr7 is now known as petertr7_away22:12
*** rhagarty_ has quit IRC22:25
*** rhagarty_ has joined #openstack-horizon22:25
*** rhagarty_ has quit IRC22:25
*** rhagarty_ has joined #openstack-horizon22:25
*** rhagarty_ has quit IRC22:26
*** rhagarty_ has joined #openstack-horizon22:26
*** rhagarty_ has quit IRC22:27
*** rhagarty__ has joined #openstack-horizon22:27
*** ducttape_ has quit IRC22:27
*** rhagarty__ has quit IRC22:27
*** rhagarty__ has joined #openstack-horizon22:27
*** rhagarty__ has quit IRC22:27
*** jpomeroy has quit IRC22:27
*** rhagarty__ has joined #openstack-horizon22:28
*** rhagarty__ has quit IRC22:28
*** rhagarty__ has joined #openstack-horizon22:28
*** rhagarty_ has joined #openstack-horizon22:29
*** rhagarty__ has quit IRC22:29
*** rhagarty_ has quit IRC22:29
*** rhagarty__ has joined #openstack-horizon22:29
*** jamielennox|away is now known as jamielennox22:29
*** rhagarty__ has quit IRC22:30
*** rhagarty__ has joined #openstack-horizon22:30
*** rhagarty__ has quit IRC22:30
*** rhagarty_ has joined #openstack-horizon22:30
*** rhagarty_ has quit IRC22:31
*** rhagarty__ has joined #openstack-horizon22:31
*** rhagarty__ has quit IRC22:31
*** rhagarty_ has joined #openstack-horizon22:31
*** rhagarty_ has quit IRC22:32
*** rhagarty__ has joined #openstack-horizon22:32
*** ducttape_ has joined #openstack-horizon22:32
*** rhagarty__ has quit IRC22:32
*** rhagarty__ has joined #openstack-horizon22:32
*** rhagarty__ has quit IRC22:32
*** rhagarty__ has joined #openstack-horizon22:33
*** rhagarty__ has quit IRC22:33
*** rhagarty__ has joined #openstack-horizon22:33
*** Mounica has joined #openstack-horizon22:34
*** rhagarty__ has quit IRC22:34
*** rhagarty_ has joined #openstack-horizon22:34
*** rhagarty__ has joined #openstack-horizon22:34
*** rhagarty_ has quit IRC22:34
*** gariveradlt has quit IRC22:35
*** rhagarty__ has quit IRC22:35
*** rhagarty__ has joined #openstack-horizon22:35
*** rhagarty__ has quit IRC22:35
*** rhagarty_ has joined #openstack-horizon22:35
*** rhagarty_ has quit IRC22:35
*** rhagarty_ has joined #openstack-horizon22:36
*** rhagarty__ has joined #openstack-horizon22:36
*** rhagarty_ has quit IRC22:36
*** rhagarty__ has quit IRC22:37
*** rhagarty_ has joined #openstack-horizon22:37
openstackgerritDiana Whitten proposed openstack/horizon: Horizon selects are now themable: Volumes  https://review.openstack.org/26381722:37
*** ediardo has joined #openstack-horizon22:37
*** rhagarty__ has joined #openstack-horizon22:37
*** rhagarty_ has quit IRC22:37
*** rhagarty__ has quit IRC22:38
*** rhagarty__ has joined #openstack-horizon22:38
openstackgerritDiana Whitten proposed openstack/horizon: Horizon selects are now themable: Volumes  https://review.openstack.org/26381722:38
*** rhagarty__ has quit IRC22:38
openstackgerritDiana Whitten proposed openstack/horizon: Horizon selects are now themable: Launch Instance  https://review.openstack.org/28967922:38
*** rhagarty__ has joined #openstack-horizon22:38
*** rhagarty__ has quit IRC22:38
*** rhagarty__ has joined #openstack-horizon22:39
*** rhagarty__ has quit IRC22:39
*** rhagarty_ has joined #openstack-horizon22:39
*** piet has quit IRC22:39
*** rhagarty_ has quit IRC22:39
*** rhagarty__ has joined #openstack-horizon22:39
*** rhagarty__ has quit IRC22:40
*** rhagarty_ has joined #openstack-horizon22:40
*** piet has joined #openstack-horizon22:40
*** rhagarty_ has quit IRC22:40
*** rhagarty_ has joined #openstack-horizon22:40
*** rhagarty__ has joined #openstack-horizon22:41
*** rhagarty_ has quit IRC22:41
*** rhagarty_ has joined #openstack-horizon22:41
*** rhagarty__ has quit IRC22:41
openstackgerritMatt Borland proposed openstack/horizon: Cleaning code to remove eslint warnings from Launch Instance  https://review.openstack.org/29004122:42
*** rhagarty_ has quit IRC22:42
*** rhagarty_ has joined #openstack-horizon22:42
*** rhagarty__ has joined #openstack-horizon22:43
*** rhagarty_ has quit IRC22:43
*** rhagarty__ has quit IRC22:43
*** rhagarty__ has joined #openstack-horizon22:43
matt-borlandr1chardj0n3s, I've been working on cleaning up eslint warnings:22:43
matt-borlandin Image and Launch Instance22:43
matt-borlandjust read back now22:43
*** rhagarty__ has quit IRC22:43
*** rhagarty__ has joined #openstack-horizon22:44
matt-borlandhttps://review.openstack.org/#/c/289570/ and https://review.openstack.org/#/c/290041/22:44
*** rhagarty__ has quit IRC22:44
*** rhagarty__ has joined #openstack-horizon22:44
*** rhagarty__ has quit IRC22:44
openstackgerritDiana Whitten proposed openstack/horizon: Launch Instance: Metadata should inherit from theme  https://review.openstack.org/28909322:44
openstackgerritDiana Whitten proposed openstack/horizon: Branding: Workflow cancel btn should be themable  https://review.openstack.org/28631322:44
openstackgerritDiana Whitten proposed openstack/horizon: Branding: Create Network should inherit from theme  https://review.openstack.org/28906722:44
*** rhagarty__ has joined #openstack-horizon22:44
*** rhagarty__ has quit IRC22:45
*** rhagarty__ has joined #openstack-horizon22:45
*** ducttape_ has quit IRC22:45
*** rhagarty__ has quit IRC22:45
*** rhagarty__ has joined #openstack-horizon22:45
*** rhagarty_ has joined #openstack-horizon22:46
*** rhagarty__ has quit IRC22:46
*** rhagarty_ has quit IRC22:46
*** rhagarty_ has joined #openstack-horizon22:46
matt-borlandr1chardj0n3s, I suggested in those patches that we use "requireParamDescription: false"22:46
*** rhagarty__ has joined #openstack-horizon22:47
*** rhagarty_ has quit IRC22:47
*** rhagarty_ has joined #openstack-horizon22:47
*** rhagarty__ has quit IRC22:47
*** rhagarty__ has joined #openstack-horizon22:48
*** rhagarty_ has quit IRC22:48
*** rhagarty__ has quit IRC22:48
*** rhagarty__ has joined #openstack-horizon22:48
*** rhagarty_ has joined #openstack-horizon22:49
*** rhagarty__ has quit IRC22:49
*** rhagarty__ has joined #openstack-horizon22:49
*** rhagarty_ has quit IRC22:49
*** rhagarty_ has joined #openstack-horizon22:50
*** rhagarty__ has quit IRC22:50
*** ducttape_ has joined #openstack-horizon22:50
*** rhagarty_ has quit IRC22:50
*** ducttape_ has quit IRC22:50
*** rhagarty_ has joined #openstack-horizon22:51
*** rhagarty_ has quit IRC22:51
r1chardj0n3smatt-borland: ok, cool. I will avoid the code in those patches (and read them for that thing)22:51
*** rhagarty_ has joined #openstack-horizon22:51
*** ducttape_ has joined #openstack-horizon22:51
*** rhagarty_ has quit IRC22:51
*** ducttape_ has quit IRC22:51
*** rhagarty_ has joined #openstack-horizon22:51
*** rhagarty_ has quit IRC22:52
*** rhagarty_ has joined #openstack-horizon22:52
*** rhagarty__ has joined #openstack-horizon22:52
*** rhagarty_ has quit IRC22:52
*** rhagarty_ has joined #openstack-horizon22:53
*** rhagarty__ has quit IRC22:53
*** ducttape_ has joined #openstack-horizon22:53
*** rhagarty_ has quit IRC22:53
*** ducttape_ has quit IRC22:53
*** rhagarty__ has joined #openstack-horizon22:53
*** rhagarty__ has quit IRC22:54
*** rhagarty__ has joined #openstack-horizon22:54
*** rhagarty_ has joined #openstack-horizon22:55
*** rhagarty__ has quit IRC22:55
*** ducttape_ has joined #openstack-horizon22:55
*** rhagarty__ has joined #openstack-horizon22:55
*** rhagarty_ has quit IRC22:55
*** rhagarty__ has quit IRC22:55
*** rhagarty__ has joined #openstack-horizon22:56
*** rhagarty__ has quit IRC22:56
*** rhagarty__ has joined #openstack-horizon22:56
*** rhagarty_ has joined #openstack-horizon22:57
*** rhagarty__ has quit IRC22:57
*** rhagarty_ has quit IRC22:57
*** rhagarty_ has joined #openstack-horizon22:57
*** rhagarty__ has joined #openstack-horizon22:58
*** rhagarty_ has quit IRC22:58
*** rhagarty__ has quit IRC22:58
*** rhagarty_ has joined #openstack-horizon22:58
*** rhagarty_ has quit IRC22:58
*** rhagarty_ has joined #openstack-horizon22:59
*** alexvictorchan has joined #openstack-horizon22:59
*** rhagarty_ has quit IRC22:59
*** rhagarty_ has joined #openstack-horizon22:59
*** rhagarty_ has quit IRC23:00
*** rhagarty__ has joined #openstack-horizon23:00
*** rhagarty__ has quit IRC23:00
*** rhagarty__ has joined #openstack-horizon23:00
*** rhagarty__ has quit IRC23:00
*** rhagarty__ has joined #openstack-horizon23:01
*** rhagarty_ has joined #openstack-horizon23:01
*** rhagarty__ has quit IRC23:01
*** rhagarty_ has quit IRC23:02
*** rhagarty_ has joined #openstack-horizon23:02
*** rhagarty_ has quit IRC23:02
*** rhagarty_ has joined #openstack-horizon23:02
*** rhagarty_ has quit IRC23:03
*** rhagarty_ has joined #openstack-horizon23:03
*** rhagarty_ has quit IRC23:03
*** david_cu has quit IRC23:03
*** rhagarty_ has joined #openstack-horizon23:03
*** rhagarty_ has quit IRC23:04
*** rhagarty__ has joined #openstack-horizon23:04
*** rhagarty__ has quit IRC23:04
*** rhagarty__ has joined #openstack-horizon23:04
*** rhagarty__ has quit IRC23:05
*** ediardo has quit IRC23:05
*** rhagarty__ has joined #openstack-horizon23:05
*** rhagarty__ has quit IRC23:06
*** rhagarty__ has joined #openstack-horizon23:06
*** rhagarty__ has quit IRC23:06
*** rhagarty__ has joined #openstack-horizon23:06
*** rhagarty_ has joined #openstack-horizon23:07
*** rhagarty__ has quit IRC23:07
*** rhagarty_ has quit IRC23:07
*** rhagarty_ has joined #openstack-horizon23:07
*** rhagarty_ has quit IRC23:08
*** rhagarty__ has joined #openstack-horizon23:08
*** rhagarty_ has joined #openstack-horizon23:08
*** rhagarty__ has quit IRC23:08
*** rhagarty__ has joined #openstack-horizon23:09
*** rhagarty_ has quit IRC23:09
*** cloudtrainme has quit IRC23:09
*** rhagarty__ has quit IRC23:09
*** rhagarty__ has joined #openstack-horizon23:09
*** rhagarty__ has quit IRC23:10
*** rhagarty__ has joined #openstack-horizon23:10
*** rhagarty__ has quit IRC23:10
*** rhagarty__ has joined #openstack-horizon23:10
*** rhagarty__ has quit IRC23:11
*** rhagarty__ has joined #openstack-horizon23:11
*** rhagarty__ has quit IRC23:11
*** rhagarty__ has joined #openstack-horizon23:11
*** rhagarty__ has quit IRC23:11
*** rhagarty__ has joined #openstack-horizon23:12
*** rhagarty__ has quit IRC23:12
*** rhagarty__ has joined #openstack-horizon23:12
*** rhagarty_ has joined #openstack-horizon23:13
*** rhagarty__ has quit IRC23:13
*** rhagarty__ has joined #openstack-horizon23:13
*** rhagarty_ has quit IRC23:13
*** rhagarty__ has quit IRC23:13
*** rhagarty__ has joined #openstack-horizon23:14
*** rhagarty_ has joined #openstack-horizon23:14
*** rhagarty__ has quit IRC23:14
*** rhagarty_ has quit IRC23:15
*** rhagarty_ has joined #openstack-horizon23:15
*** rhagarty_ has quit IRC23:15
*** rhagarty_ has joined #openstack-horizon23:15
*** rhagarty_ has quit IRC23:16
*** rhagarty_ has joined #openstack-horizon23:16
*** rhagarty__ has joined #openstack-horizon23:16
*** rhagarty_ has quit IRC23:16
*** rhagarty_ has joined #openstack-horizon23:17
*** rhagarty__ has quit IRC23:17
*** rhagarty__ has joined #openstack-horizon23:17
*** rhagarty_ has quit IRC23:17
openstackgerritDan Nguyen proposed openstack/horizon: Retrieve domain scoped token  https://review.openstack.org/14808223:17
*** rhagarty__ has quit IRC23:18
*** rhagarty__ has joined #openstack-horizon23:18
*** rhagarty__ has quit IRC23:18
*** rhagarty_ has joined #openstack-horizon23:18
*** rhagarty__ has joined #openstack-horizon23:19
*** rhagarty_ has quit IRC23:19
*** rhagarty_ has joined #openstack-horizon23:19
*** rhagarty__ has quit IRC23:19
*** rhagarty_ has quit IRC23:20
*** rhagarty_ has joined #openstack-horizon23:20
*** rhagarty_ has quit IRC23:20
*** rhagarty_ has joined #openstack-horizon23:20
*** rhagarty_ has quit IRC23:21
*** rhagarty__ has joined #openstack-horizon23:21
*** rhagarty__ has quit IRC23:21
*** rhagarty__ has joined #openstack-horizon23:21
*** rhagarty__ has quit IRC23:22
*** rhagarty_ has joined #openstack-horizon23:22
*** kzaitsev_mb has quit IRC23:22
*** rhagarty_ has quit IRC23:22
*** garthb has joined #openstack-horizon23:22
*** rhagarty_ has joined #openstack-horizon23:22
*** peristeri has quit IRC23:22
*** rhagarty__ has joined #openstack-horizon23:23
*** rhagarty_ has quit IRC23:23
*** neelashah has quit IRC23:23
*** rhagarty__ has quit IRC23:23
*** rhagarty__ has joined #openstack-horizon23:23
*** rhagarty_ has joined #openstack-horizon23:24
*** rhagarty__ has quit IRC23:24
*** rhagarty_ has quit IRC23:24
*** rhagarty_ has joined #openstack-horizon23:24
*** rhagarty_ has quit IRC23:25
*** rhagarty_ has joined #openstack-horizon23:25
*** rhagarty_ has quit IRC23:25
*** rhagarty_ has joined #openstack-horizon23:25
*** rhagarty_ has quit IRC23:25
*** rhagarty_ has joined #openstack-horizon23:26
*** rhagarty_ has quit IRC23:26
*** rhagarty_ has joined #openstack-horizon23:26
*** rhagarty_ has quit IRC23:26
*** rhagarty_ has joined #openstack-horizon23:27
*** rhagarty__ has joined #openstack-horizon23:27
*** rhagarty_ has quit IRC23:27
*** rhagarty__ has quit IRC23:27
*** rhagarty__ has joined #openstack-horizon23:28
*** rhagarty__ has quit IRC23:28
*** rhagarty__ has joined #openstack-horizon23:28
*** rhagarty_ has joined #openstack-horizon23:28
*** rhagarty__ has quit IRC23:28
*** rhagarty_ has quit IRC23:29
*** rhagarty_ has joined #openstack-horizon23:29
*** rhagarty__ has joined #openstack-horizon23:30
*** rhagarty_ has quit IRC23:30
*** rhagarty__ has quit IRC23:30
*** rhagarty__ has joined #openstack-horizon23:30
*** rhagarty__ has quit IRC23:31
*** rhagarty_ has joined #openstack-horizon23:31
*** rhagarty_ has quit IRC23:31
*** rhagarty_ has joined #openstack-horizon23:31
*** rhagarty_ has quit IRC23:32
*** rhagarty_ has joined #openstack-horizon23:32
*** rhagarty_ has quit IRC23:32
*** rhagarty_ has joined #openstack-horizon23:32
*** rhagarty_ has quit IRC23:32
*** rhagarty_ has joined #openstack-horizon23:33
*** sjmc7 has quit IRC23:33
*** rhagarty_ has quit IRC23:33
*** rhagarty_ has joined #openstack-horizon23:33
*** rhagarty__ has joined #openstack-horizon23:34
*** rhagarty_ has quit IRC23:34
*** Drago has quit IRC23:34
*** rhagarty__ has quit IRC23:34
*** rhagarty__ has joined #openstack-horizon23:34
*** rhagarty__ has quit IRC23:34
*** rhagarty__ has joined #openstack-horizon23:35
*** rhagarty__ has quit IRC23:35
*** rhagarty__ has joined #openstack-horizon23:35
*** rhagarty__ has quit IRC23:35
*** rhagarty__ has joined #openstack-horizon23:36
*** rhagarty__ has quit IRC23:36
*** rhagarty__ has joined #openstack-horizon23:36
*** rhagarty__ has quit IRC23:36
*** rhagarty_ has joined #openstack-horizon23:36
*** rhagarty__ has joined #openstack-horizon23:37
*** rhagarty_ has quit IRC23:37
*** rhagarty__ has quit IRC23:37
*** rhagarty__ has joined #openstack-horizon23:38
*** rhagarty__ has quit IRC23:38
*** rhagarty__ has joined #openstack-horizon23:38
*** matt-borland has quit IRC23:38
*** rhagarty__ has quit IRC23:38
*** rhagarty__ has joined #openstack-horizon23:38
*** rhagarty__ has quit IRC23:39
*** rhagarty_ has joined #openstack-horizon23:39
*** rhagarty_ has quit IRC23:39
*** rhagarty_ has joined #openstack-horizon23:39
*** rhagarty_ has quit IRC23:40
*** rhagarty_ has joined #openstack-horizon23:40
*** amotoki has quit IRC23:40
*** rhagarty_ has quit IRC23:40
*** rhagarty_ has joined #openstack-horizon23:40
*** rhagarty__ has joined #openstack-horizon23:41
*** rhagarty_ has quit IRC23:41
*** rhagarty_ has joined #openstack-horizon23:41
*** rhagarty__ has quit IRC23:41
*** rhagarty_ has quit IRC23:42
*** rhagarty_ has joined #openstack-horizon23:42
*** rhagarty__ has joined #openstack-horizon23:42
*** rhagarty_ has quit IRC23:43
*** rhagarty__ has quit IRC23:43
*** rhagarty__ has joined #openstack-horizon23:43
*** rhagarty_ has joined #openstack-horizon23:44
*** rhagarty__ has quit IRC23:44
*** rhagarty_ has quit IRC23:44
*** rhagarty__ has joined #openstack-horizon23:44
*** rhagarty__ has quit IRC23:44
*** rhagarty__ has joined #openstack-horizon23:45
*** rhagarty_ has joined #openstack-horizon23:45
*** rhagarty__ has quit IRC23:45
*** rhagarty__ has joined #openstack-horizon23:46
*** rhagarty_ has quit IRC23:46
*** rhagarty__ has quit IRC23:46
*** rhagarty__ has joined #openstack-horizon23:46
*** rhagarty__ has quit IRC23:46
*** rhagarty__ has joined #openstack-horizon23:47
*** rhagarty__ has quit IRC23:47
*** rhagarty__ has joined #openstack-horizon23:47
*** ducttape_ has quit IRC23:47
*** rhagarty__ has quit IRC23:47
*** rhagarty__ has joined #openstack-horizon23:48
*** rhagarty__ has quit IRC23:48
*** rhagarty__ has joined #openstack-horizon23:48
*** rhagarty_ has joined #openstack-horizon23:49
*** rhagarty__ has quit IRC23:49
*** rhagarty_ has quit IRC23:49
*** rhagarty_ has joined #openstack-horizon23:49
openstackgerritRichard Jones proposed openstack/horizon: Document additional release process for xstatic  https://review.openstack.org/28914223:50
*** rhagarty__ has joined #openstack-horizon23:50
*** rhagarty_ has quit IRC23:50
*** rhagarty__ has quit IRC23:51
*** rhagarty__ has joined #openstack-horizon23:51
*** rhagarty__ has quit IRC23:51
*** rhagarty__ has joined #openstack-horizon23:51
*** rhagarty__ has quit IRC23:52
*** rhagarty__ has joined #openstack-horizon23:52
*** rhagarty_ has joined #openstack-horizon23:52
*** rhagarty__ has quit IRC23:52
*** rhagarty_ has quit IRC23:53
*** rhagarty_ has joined #openstack-horizon23:53
*** rhagarty_ has quit IRC23:53
*** rhagarty_ has joined #openstack-horizon23:53
*** rhagarty_ has quit IRC23:54
*** rhagarty_ has joined #openstack-horizon23:54
*** rhagarty_ has quit IRC23:54
*** rhagarty_ has joined #openstack-horizon23:54
*** rhagarty__ has joined #openstack-horizon23:55
*** rhagarty_ has quit IRC23:55
*** rhagarty_ has joined #openstack-horizon23:55
*** rhagarty__ has quit IRC23:55
*** rhagarty__ has joined #openstack-horizon23:56
*** rhagarty_ has quit IRC23:56
*** rhagarty__ has quit IRC23:57
*** absubram has quit IRC23:57
*** rhagarty_ has joined #openstack-horizon23:57
*** rhagarty_ has quit IRC23:57
*** rhagarty_ has joined #openstack-horizon23:57
*** rhagarty_ has quit IRC23:57
*** rhagarty_ has joined #openstack-horizon23:57
*** rhagarty__ has joined #openstack-horizon23:58
*** rhagarty_ has quit IRC23:58
*** rhagarty_ has joined #openstack-horizon23:58
*** rhagarty__ has quit IRC23:58
*** rhagarty__ has joined #openstack-horizon23:59
*** rhagarty_ has quit IRC23:59
*** rhagarty__ has quit IRC23:59
*** rhagarty__ has joined #openstack-horizon23:59

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