Thursday, 2015-11-12

ducttape_I have a super ugly patch / fix00:00
ducttape_I bring this up in this room, for public shaming00:00
hurgleburglerOoo, now i want to see it too00:01
*** Piet has quit IRC00:02
*** doug-fish has joined #openstack-horizon00:02
ducttape_for some reason gerrit it being slow on my vm00:02
ducttape_did I not get the memo???00:03
openstackgerritEric Peterson proposed openstack/horizon: Prevent project detail link result in user log out  https://review.openstack.org/22243700:03
*** wolverineav has joined #openstack-horizon00:03
ducttape_boom!  there you go.  lhcheng - I think I might need to add more context to the policy check for projects00:03
ducttape_for key v3 that is00:03
ducttape_but keystone v3 is like writing code for bigfoot, amirite !?00:04
*** doug-fish has quit IRC00:06
*** jamielennox is now known as jamielennox|away00:08
lhchenghah00:11
lhchengcode looks good to me, just need to replace the commit summary of the patch00:11
lhcheng bpokorny esp_  may be able to respond more accurately about using v3:P00:13
esp_heya00:13
esp_who woke me up :)00:14
bpokornyHeh00:14
*** _ducttape_ has joined #openstack-horizon00:14
_ducttape_yeah, i thought I saw the policy for it, it looked up something like domain or project id or something00:15
bpokornyYeah, there's a patch out to add a v3 sample policy.00:15
esp_yeah, we have something like that here00:16
_ducttape_this is for a particular check, the one for identity:get_project00:16
esp_https://review.openstack.org/#/c/196328/00:16
_ducttape_https://review.openstack.org/#/c/222437/  is the check I speak of00:17
*** doug-fish has joined #openstack-horizon00:17
*** ducttape_ has quit IRC00:17
* esp_ lookin’00:17
_ducttape_I think I need to add project to the context for the policy check00:17
_ducttape_but really, I like to claim ignorance of the policy engine.... thus I let other people tell me what's wrong  ;)00:18
esp_hehe00:18
* _ducttape_ has a policy engine badge of honor00:18
*** kzaitsev_mb has quit IRC00:19
*** kzaitsev_mb has joined #openstack-horizon00:20
esp__ducttape_: is this the hyper link in the projects table?00:20
_ducttape_yep00:20
esp_supposed to go to project details but only admin can ever see it?00:20
_ducttape_if you click on the link, as a member - we log you out00:20
esp_right00:20
*** doug-fish has quit IRC00:21
esp_so, I recall david-lyle or lhcheng telling me…00:21
_ducttape_don't trust either of those guys00:21
esp_that *feature* made it’s way into horizon under the cover of darkness00:21
lhchenghah00:21
*** jamielennox|away is now known as jamielennox00:21
_ducttape_yeah, and it's fine.... except that its broken 95% of the time00:22
lhchengthose two are all crazy talks00:22
esp_I always thought that maybe it should be a full blown action in the dropdown button control on the right00:22
_ducttape_I like the link, it follows the other ux patterns00:22
stevemar_lhcheng: you're like 50% crazy talk00:22
_ducttape_having the table drop down is a lazy way to fix it, I think00:22
esp_yeah, but it’s hard to control the link with policy checks, permissions00:23
_ducttape_esp_ - not with a healthy amount of monkey patching and ducttape00:23
esp_yeah, it might be lazy, but the actions have full support of the policy checks00:23
_ducttape_#branding00:23
esp_links do not00:23
_ducttape_mine does ;)00:23
esp_hehe00:23
*** memogarcia has quit IRC00:23
esp_well, I guess if you can get it in there somehow…00:24
_ducttape_if you see the wright way to setup the policy check for v3 esp_ - please review and correct me as needed00:25
bpokorny_ducttape_: The policy check as you have it looks right to me for v3.00:26
esp_k, I think I tried it once a while a go with no success but I’ll take a look at what you got.00:26
lhchengstevemar_: I agree, I do my crazy talk when I am on the other room (keystone) :P00:26
bpokorny_ducttape_: Did you see some issue with that when using v3?00:26
_ducttape_ok.  thanks bpokorny esp_00:26
lhcheng_ducttape_: I think you need to pass a third argument to policy.check(..)00:26
_ducttape_thats my concern lhcheng, but I am not sure00:26
lhcheng_ducttape_: so that value of the target is accessible00:26
esp_thx bpokorny :)  I’m useless00:26
lhcheng_ducttape_: to make this check work: https://github.com/openstack/keystone/blob/master/etc/policy.v3cloudsample.json#L3800:27
_ducttape_exactly, that is my concern.   but I don't have a rich keystone v3 setup to test that with.00:27
bpokornynp, esp_ .  How many engineers does it take to make a policy check ;)00:28
_ducttape_I'll correct the comments later, but right now you guys can see if what I have is close or if I need that target arg00:28
_ducttape_bpokorny - we have a memo, some new cover sheets for the policy checks.   did you get that memo?00:29
*** Piet has joined #openstack-horizon00:29
bpokornyI think I forgot the TPS report.00:29
bpokornyI swear I'll remember next time though.00:29
* bpokorny looking for whether we have an example in the domains patch.00:31
esp__ducttape_: my memory just came back.  I had a bug from QA that said they wanted to display that link as plain text if the user (Member) didn’t have permissions.00:31
lhcheng_ducttape_: I think what you have is very close00:31
esp_I don’t know if you will try that route, I don’t recommend it :)00:31
lhcheng_ducttape_: does passing the target arg blow up when using v2?00:31
_ducttape_not sure.   I'm ready to kill a few braincells at this point00:32
*** kzaitsev_mb has quit IRC00:32
*** ybathia has joined #openstack-horizon00:32
*** memogarcia has joined #openstack-horizon00:32
*** kzaitsev_mb has joined #openstack-horizon00:33
_ducttape_I'll check it more tomorrow lhcheng, also I really should try our keystone v3 endpoint with this.   that endpoint is very lonely00:33
lhchengI'm fine with the code as is, since esp_ got a bug to fix that for v3 anyway :P00:33
esp_+100:34
lhcheng_ducttape_: cool00:34
*** _ducttape_ has quit IRC00:35
bpokornyI see we're doing similar checks in the domains patch: https://review.openstack.org/#/c/148082/86/openstack_dashboard/dashboards/identity/domains/tables.py00:35
bpokornypolicy_rules = (("identity", "identity:update_domain"),)00:35
bpokornyFor example.00:35
esp_yeh, it’s all coming back to me now00:37
bpokornySo I'm thinking the way Eric has it is correct.00:37
*** kzaitsev_mb has quit IRC00:38
*** kzaitsev_mb has joined #openstack-horizon00:39
*** amotoki has joined #openstack-horizon00:41
*** alexvictorchan has joined #openstack-horizon00:46
*** kzaitsev_mb has quit IRC00:46
*** kzaitsev_mb has joined #openstack-horizon00:48
*** nlahouti has quit IRC00:52
*** nlahouti has joined #openstack-horizon00:52
lhchengbpokorny: the policy check for v3 get_project requires a target.project, thinking it had to be passed somehow00:53
lhchenghttps://github.com/openstack/keystone/blob/master/etc/policy.v3cloudsample.json#L3800:53
bpokornylhcheng: I see what you're saying now.  Yeah, it looks like the target would have to be passed as well.00:54
*** memogarcia has quit IRC00:55
*** doug-fish has joined #openstack-horizon00:56
openstackgerritKyle Olivo proposed openstack/horizon: Split instance details and source in Launch Instance wizard.  https://review.openstack.org/23500400:57
*** aorourke_ is now known as aorourke00:57
*** emilyw has quit IRC00:58
lhchengbpokorny: yeah, I can't recall if it needs to be wrapped in a dict, but something have to be passed.00:58
*** ybathia has quit IRC00:59
*** aorourke is now known as aorourke-afk00:59
*** doug-fish has quit IRC01:00
bpokornyok.  I'll have to check if we need to make some changes for that for the domains patch as well.01:00
*** kyleolivo has quit IRC01:00
*** memogarcia has joined #openstack-horizon01:02
lhchengok01:02
*** julim has quit IRC01:02
*** kzaitsev_mb has quit IRC01:04
*** kzaitsev_mb has joined #openstack-horizon01:04
*** saksham has left #openstack-horizon01:07
*** rhagarty_ has joined #openstack-horizon01:07
*** kmartin_ has joined #openstack-horizon01:09
*** btully has quit IRC01:10
*** garthb__ has quit IRC01:10
*** rhagarty__ has quit IRC01:11
*** kzaitsev_mb has quit IRC01:11
*** wolverineav has quit IRC01:12
*** kmartin has quit IRC01:13
*** SimonChung has quit IRC01:13
*** raz_ has joined #openstack-horizon01:15
*** zhenguo has joined #openstack-horizon01:18
*** wolverineav has joined #openstack-horizon01:21
*** kzaitsev_mb has joined #openstack-horizon01:22
*** doug-fish has joined #openstack-horizon01:22
*** reedip has joined #openstack-horizon01:23
reedipDear All, Can you help with the review of the following gerrit IDs?01:23
reediphttps://review.openstack.org/#/c/238778/01:23
*** errolpais has joined #openstack-horizon01:25
reediphttps://review.openstack.org/#/c/232382/01:25
reedipIt would be great help , thanks in advance01:26
*** doug-fish has quit IRC01:27
lhchengreedip: comments added01:27
lhchengcode looks good, just have a minor issue on loading the update form01:27
reediplhcheng: thanks..... Got it , will update the new code01:28
reedipthanks a lot for your comments..01:28
*** nlahouti has quit IRC01:29
lhchengreedip: anytime01:33
*** kzaitsev_mb has quit IRC01:34
*** jbell8 has quit IRC01:35
*** itisha has joined #openstack-horizon01:39
*** mtanino has quit IRC01:45
*** kyleolivo has joined #openstack-horizon01:48
*** kyleolivo has quit IRC01:48
*** bpokorny has quit IRC01:53
*** btully has joined #openstack-horizon01:57
*** davidmichaelkarr has quit IRC02:00
*** doug-fish has joined #openstack-horizon02:02
openstackgerritTravis Tripp proposed openstack/horizon: Support docker image type in ng launch instance wizard  https://review.openstack.org/21789402:06
*** doug-fish has quit IRC02:06
*** memogarcia has quit IRC02:08
*** memogarcia has joined #openstack-horizon02:10
*** wolverin_ has joined #openstack-horizon02:11
*** wolverineav has quit IRC02:12
*** gyee has quit IRC02:14
*** errolpais has quit IRC02:15
*** davidmichaelkarr has joined #openstack-horizon02:17
*** raz_ has quit IRC02:17
*** raz_ has joined #openstack-horizon02:19
reediplhcheng: ping02:22
*** doug-fish has joined #openstack-horizon02:28
*** kzaitsev_mb has joined #openstack-horizon02:30
*** wolverineav has joined #openstack-horizon02:30
*** doug-fish has quit IRC02:33
*** wolverin_ has quit IRC02:33
*** kzaitsev_mb has quit IRC02:34
*** lnxnut has joined #openstack-horizon02:37
*** rebase has quit IRC02:41
*** zhurong has joined #openstack-horizon02:42
*** hurgleburgler has quit IRC02:43
*** wolverineav has quit IRC02:45
*** kyleolivo has joined #openstack-horizon02:49
*** jwy has quit IRC02:51
*** DaveJ__ has quit IRC02:55
*** Liuqing has joined #openstack-horizon02:59
*** kzaitsev_mb has joined #openstack-horizon03:00
openstackgerritThai Tran proposed openstack/horizon: Tutorial for extending a workflow  https://review.openstack.org/24440703:02
*** kmartin__ has joined #openstack-horizon03:03
*** rhagarty__ has joined #openstack-horizon03:03
openstackgerritThai Tran proposed openstack/horizon: Support angular workflow extension as a feature plugin  https://review.openstack.org/21430603:04
*** kzaitsev_mb has quit IRC03:06
*** kmartin_ has quit IRC03:06
*** rhagarty_ has quit IRC03:06
*** doug-fish has joined #openstack-horizon03:07
*** tqtran has quit IRC03:08
openstackgerritJustin Pomeroy proposed openstack/horizon: Support docker image type in ng launch instance wizard  https://review.openstack.org/21789403:08
*** shu has quit IRC03:08
*** memogarcia has quit IRC03:09
*** kyleolivo has quit IRC03:10
*** memogarcia has joined #openstack-horizon03:11
*** doug-fish has quit IRC03:11
lhchengreedip: pong03:17
reediplhcheng: I answered one of your comments03:17
reedipfor https://review.openstack.org/#/c/232382/03:17
reedipSeems an issue with pep803:17
*** zhurong_ has joined #openstack-horizon03:18
lhchengtry indenting it this way: https://github.com/openstack/horizon/blob/master/openstack_dashboard/api/network.py#L36-L3703:19
lhchengreedip: yeah, some times pep8 is too picky with indention..03:20
reediplhcheng: Ok, lemme try03:20
reedipDone03:21
*** zhurong has quit IRC03:21
reedip:), thanks, creating the new patch03:21
openstackgerritReedip proposed openstack/horizon: Add support for IP Version in Horizon FW-Rule  https://review.openstack.org/23238203:22
*** memogarcia has quit IRC03:23
*** neelashah has joined #openstack-horizon03:24
*** memogarcia has joined #openstack-horizon03:25
*** raz_ has quit IRC03:27
*** raz_ has joined #openstack-horizon03:29
*** doug-fish has joined #openstack-horizon03:34
*** doug-fish has quit IRC03:38
openstackgerritLin Hua Cheng proposed openstack/horizon: Remove usage of user project caching  https://review.openstack.org/24442003:40
*** wolverineav has joined #openstack-horizon03:42
openstackgerritLin Hua Cheng proposed openstack/django_openstack_auth: Revert - Cache the User's Project by Token ID  https://review.openstack.org/23560903:42
*** doug-fish has joined #openstack-horizon03:45
*** wolverineav has quit IRC03:47
*** doug-fish has quit IRC03:49
*** stevemar_ has quit IRC03:49
*** stevemar_ has joined #openstack-horizon03:50
*** zhurong has joined #openstack-horizon03:51
*** itisha has quit IRC03:51
*** stevemar_ has quit IRC03:53
*** memogarcia has quit IRC03:54
*** fedexo has joined #openstack-horizon03:54
*** zhurong_ has quit IRC03:54
*** memogarcia has joined #openstack-horizon03:56
*** flwang1 has quit IRC03:57
*** tonyb has joined #openstack-horizon03:57
openstackgerritMerged openstack/horizon: hz-page-header should allow string interpolations  https://review.openstack.org/22379303:57
*** kzaitsev_mb has joined #openstack-horizon04:02
*** kyleolivo has joined #openstack-horizon04:07
*** tqtran has joined #openstack-horizon04:07
*** tqtran has quit IRC04:08
*** kyleolivo has quit IRC04:12
*** lhcheng has quit IRC04:13
reediplhcheng: ping04:14
*** btully has quit IRC04:15
*** alexvictorchan has quit IRC04:21
*** alexvictorchan has joined #openstack-horizon04:21
*** hurgleburgler has joined #openstack-horizon04:23
*** saksham has joined #openstack-horizon04:25
openstackgerritDi XiaoLi proposed openstack/horizon: Add handle get_file when launch stack from horizon  https://review.openstack.org/24170004:27
*** zhurong has quit IRC04:28
*** lhcheng has joined #openstack-horizon04:28
*** masco__ has joined #openstack-horizon04:30
*** Liuqing has quit IRC04:31
*** saksham has left #openstack-horizon04:31
*** memogarcia has quit IRC04:39
*** memogarcia has joined #openstack-horizon04:41
*** wolverineav has joined #openstack-horizon04:44
*** wolverineav has quit IRC04:49
*** lhcheng has quit IRC04:49
*** rebase has joined #openstack-horizon04:50
*** lhcheng has joined #openstack-horizon05:01
openstackgerritReedip proposed openstack/horizon: Adding support for shared option in Network  https://review.openstack.org/23877805:05
*** Liuqing has joined #openstack-horizon05:16
*** btully has joined #openstack-horizon05:21
*** btully has quit IRC05:25
*** kzaitsev_mb has quit IRC05:27
*** reedip has quit IRC05:32
*** neelashah1 has joined #openstack-horizon05:41
*** neelashah has quit IRC05:41
*** fedexo has quit IRC05:42
*** mflobo has joined #openstack-horizon05:44
*** neelashah has joined #openstack-horizon05:44
*** neelashah1 has quit IRC05:45
*** neelashah1 has joined #openstack-horizon05:47
*** neelashah has quit IRC05:48
*** neelashah1 has quit IRC05:50
*** Liuqing_ has joined #openstack-horizon05:50
*** Liuqing has quit IRC05:52
*** btully has joined #openstack-horizon05:54
openstackgerritYAMAMOTO Takashi proposed openstack/horizon: Add Geneve support  https://review.openstack.org/23393305:59
openstackgerritYAMAMOTO Takashi proposed openstack/horizon: Add network types used by midonet  https://review.openstack.org/23297505:59
openstackgerritYAMAMOTO Takashi proposed openstack/horizon: Make neutron provider network configuration more flexible  https://review.openstack.org/23393205:59
openstackgerritYAMAMOTO Takashi proposed openstack/horizon: Sync segmentation ID ranges with Neutron  https://review.openstack.org/23393405:59
openstackgerritLin Hua Cheng proposed openstack/horizon: Remove usage of user project caching  https://review.openstack.org/24442006:06
*** kyleolivo has joined #openstack-horizon06:09
*** doug-fish has joined #openstack-horizon06:10
*** raz_ has quit IRC06:12
*** lhcheng has quit IRC06:13
*** jerrygb has quit IRC06:14
*** kyleolivo has quit IRC06:14
*** doug-fish has quit IRC06:15
*** wolverineav has joined #openstack-horizon06:32
*** tqtran has joined #openstack-horizon06:33
*** tqtran has quit IRC06:34
*** jbell8 has joined #openstack-horizon06:34
openstackgerritOpenStack Proposal Bot proposed openstack/horizon: Imported Translations from Zanata  https://review.openstack.org/24446106:35
*** wolverineav has quit IRC06:37
*** errolpais has joined #openstack-horizon06:43
*** nlahouti has joined #openstack-horizon06:44
*** nlahouti1 has joined #openstack-horizon06:46
*** nlahouti has quit IRC06:48
*** jhesketh has quit IRC06:54
*** Liuqing_ has quit IRC06:55
*** zhurong has joined #openstack-horizon06:56
*** sayan has joined #openstack-horizon06:57
*** jhesketh has joined #openstack-horizon06:59
*** alexvictorchan has quit IRC07:02
*** alexvictorchan has joined #openstack-horizon07:02
*** josecastroleon has joined #openstack-horizon07:03
*** mflobo has left #openstack-horizon07:10
*** wolverineav has joined #openstack-horizon07:14
*** aortega_ has quit IRC07:20
*** stevemar_ has joined #openstack-horizon07:21
*** Liuqing has joined #openstack-horizon07:22
*** yamamoto has quit IRC07:22
*** stevemar_ has quit IRC07:24
*** Liuqing has quit IRC07:26
*** wolverin_ has joined #openstack-horizon07:32
*** wolverineav has quit IRC07:35
*** rdopiera has joined #openstack-horizon07:43
*** Liuqing has joined #openstack-horizon07:44
*** wolverin_ has quit IRC07:47
*** wolverineav has joined #openstack-horizon07:48
*** wolverineav has quit IRC07:48
*** aix has joined #openstack-horizon07:55
*** errolpais has quit IRC07:57
*** josecastroleon has quit IRC07:59
*** yamamoto has joined #openstack-horizon08:01
*** Liuqing has quit IRC08:06
*** josecastroleon has joined #openstack-horizon08:08
*** lhcheng has joined #openstack-horizon08:09
*** Ala has joined #openstack-horizon08:09
*** Ala has quit IRC08:10
*** Ala has joined #openstack-horizon08:11
*** kyleolivo has joined #openstack-horizon08:13
*** kyleolivo has quit IRC08:18
*** nlahouti1 has quit IRC08:19
*** akanksha_ has joined #openstack-horizon08:22
*** rebase has quit IRC08:28
*** rebase has joined #openstack-horizon08:28
*** rebase has quit IRC08:29
*** yamamoto has quit IRC08:29
*** btully has quit IRC08:36
*** amotoki has quit IRC08:40
*** Pablo|off| has joined #openstack-horizon08:40
*** aortega has joined #openstack-horizon08:42
openstackgerritRob Cresswell proposed openstack/horizon: Separate agents tests from networks tests file  https://review.openstack.org/24415908:47
*** yamamoto has joined #openstack-horizon08:47
*** saksham has joined #openstack-horizon08:48
*** saksham has left #openstack-horizon08:48
openstackgerritRob Cresswell proposed openstack/horizon: Separate subnets tests from networks tests file  https://review.openstack.org/24410408:48
*** mpavlase has joined #openstack-horizon08:48
*** Pablo|off| is now known as pcaruana08:48
*** ygbo has joined #openstack-horizon08:48
*** romainh has joined #openstack-horizon08:49
*** wolverineav has joined #openstack-horizon08:49
*** rcernin has joined #openstack-horizon08:50
*** lhcheng has quit IRC08:53
*** wolverineav has quit IRC08:55
*** yamamoto has quit IRC08:56
*** jbell8 has quit IRC08:56
*** Liuqing has joined #openstack-horizon09:03
*** kzaitsev_mb has joined #openstack-horizon09:11
*** yamamoto has joined #openstack-horizon09:12
*** kyleolivo has joined #openstack-horizon09:14
*** yamamoto has quit IRC09:16
*** aix has quit IRC09:19
*** kyleolivo has quit IRC09:19
openstackgerritDi XiaoLi proposed openstack/horizon: Add handle get_file when launch stack from horizon  https://review.openstack.org/24170009:20
*** aix has joined #openstack-horizon09:21
*** btully has joined #openstack-horizon09:23
*** Liuqing has quit IRC09:23
robcresswelllhcheng_: Good call on the copyright, I've fixed another than I accidentally broke too.09:23
*** memogarcia has quit IRC09:25
*** btully has quit IRC09:27
*** memogarcia has joined #openstack-horizon09:32
*** JeanBriceCombebi has joined #openstack-horizon09:32
*** ygbo has quit IRC09:32
*** vgridnev has joined #openstack-horizon09:37
*** zhurong has quit IRC09:41
*** ygbo has joined #openstack-horizon09:45
*** zhurong has joined #openstack-horizon09:46
*** openstackgerrit has quit IRC09:46
*** openstackgerrit has joined #openstack-horizon09:46
*** JeanBriceCombebi has quit IRC09:47
*** JeanBriceCombebi has joined #openstack-horizon09:53
*** tosky has joined #openstack-horizon09:55
*** Drago has quit IRC09:56
*** Liuqing has joined #openstack-horizon09:57
*** memogarcia has quit IRC09:58
*** sayan has quit IRC09:58
*** ZZelle has joined #openstack-horizon10:02
*** ^Gal^ has quit IRC10:04
*** ^Gal^ has joined #openstack-horizon10:05
*** ^Gal^ has quit IRC10:06
*** memogarcia has joined #openstack-horizon10:06
*** ^Gal^ has joined #openstack-horizon10:06
*** sayan has joined #openstack-horizon10:13
*** openstackgerrit has quit IRC10:16
*** openstackgerrit has joined #openstack-horizon10:16
*** yamamoto has joined #openstack-horizon10:17
*** yamamoto has quit IRC10:22
*** kzaitsev_mb has quit IRC10:28
*** vgridnev has left #openstack-horizon10:29
*** vgridnev has quit IRC10:29
*** vgridnev has joined #openstack-horizon10:29
*** yamamoto has joined #openstack-horizon10:37
*** akanksha_ has quit IRC10:38
*** JeanBriceCombebi has quit IRC10:40
*** JeanBriceCombebi has joined #openstack-horizon10:40
*** memogarcia has quit IRC10:41
*** woo has quit IRC10:41
*** yamamoto has quit IRC10:45
*** vgridnev has quit IRC10:45
*** aix_ has joined #openstack-horizon10:48
*** mpavlase1 has joined #openstack-horizon10:49
*** vgridnev has joined #openstack-horizon10:49
*** rcernin has quit IRC10:49
*** rcernin has joined #openstack-horizon10:50
*** memogarcia has joined #openstack-horizon10:51
*** mpavlase has quit IRC10:51
*** aix has quit IRC10:51
*** aix_ has quit IRC10:53
*** memogarcia has quit IRC10:55
*** masco__ has quit IRC10:56
*** memogarcia has joined #openstack-horizon10:57
robcresswellamotoki, zhenguo: I put up the other patches to split up the Network tests btw. I saw you both reviewed the past ones :)11:02
*** aix_ has joined #openstack-horizon11:05
*** zhenguo has quit IRC11:07
*** e0ne has joined #openstack-horizon11:09
*** jamielennox is now known as jamielennox|away11:12
*** jerrygb has joined #openstack-horizon11:15
*** memogarcia has quit IRC11:16
*** romainh has left #openstack-horizon11:16
*** kyleolivo has joined #openstack-horizon11:16
*** jerrygb has quit IRC11:19
*** kyleolivo has quit IRC11:22
*** memogarcia has joined #openstack-horizon11:23
robcresswell>.< PhantomJS keeps crashing on the npm-run-test gate11:26
*** josecastroleon has quit IRC11:30
*** JeanBriceCombebi has quit IRC11:37
*** lnxnut has quit IRC11:39
*** memogarcia has quit IRC11:41
*** memogarcia has joined #openstack-horizon11:42
*** cloudtrainme has joined #openstack-horizon11:44
*** yamamoto has joined #openstack-horizon11:46
*** yamamoto has quit IRC11:51
openstackgerritMerged openstack/horizon: New Theme Work Needs Better Documentation  https://review.openstack.org/23872311:53
*** Liuqing has quit IRC12:03
*** zhurong has quit IRC12:08
*** romainh has joined #openstack-horizon12:10
*** memogarcia has quit IRC12:11
*** nitzikow has joined #openstack-horizon12:11
robcresswellr1chardj0n3s: npm-run-test has become my nemesis https://review.openstack.org/#/c/244159/12:13
mrungejust drop it robcresswell12:16
mrungenobody cares about npm apparently12:16
* mrunge hides12:16
*** memogarcia has joined #openstack-horizon12:19
*** josecastroleon has joined #openstack-horizon12:19
*** yamamoto has joined #openstack-horizon12:23
*** wolverineav has joined #openstack-horizon12:26
robcresswellmrunge: :p12:27
robcresswellmrunge: It's not even a JS patch and its totally blocked by phantomjs! So annoying :(12:28
mrungerobcresswell, interesting question is, how that phantomjs could merge then12:29
*** wolverineav has quit IRC12:30
*** memogarcia has quit IRC12:43
*** pauloewerton has joined #openstack-horizon12:44
robcresswellmrunge: Its a very useful tool, but its unusually unstable right now.12:45
mrungeI'm not disagreeing here12:46
*** memogarcia has joined #openstack-horizon12:50
*** cloudtrainme has quit IRC12:58
*** cloudtrainme has joined #openstack-horizon13:00
*** sayan has quit IRC13:05
*** ducttape_ has joined #openstack-horizon13:08
*** jpomeroy has joined #openstack-horizon13:09
*** jerrygb has joined #openstack-horizon13:15
*** ducttape_ has quit IRC13:17
*** jerrygb_ has joined #openstack-horizon13:18
*** zhurong has joined #openstack-horizon13:19
*** kyleolivo has joined #openstack-horizon13:20
*** jerrygb has quit IRC13:22
*** zhurong has quit IRC13:24
*** kyleolivo has quit IRC13:25
*** doug-fish has joined #openstack-horizon13:26
*** nitzikow has quit IRC13:27
*** sayan has joined #openstack-horizon13:27
*** memogarcia has quit IRC13:27
*** memogarcia has joined #openstack-horizon13:29
*** nitzikow has joined #openstack-horizon13:31
openstackgerritRob Cresswell proposed openstack/horizon: Add dev docs for SCSS/and styling in Horizon  https://review.openstack.org/24465213:31
*** zhurong has joined #openstack-horizon13:31
robcresswelldavid-lyle: Dev docs on styling, first draft ^^13:31
robcresswellDamn whitespace.13:32
openstackgerritRob Cresswell proposed openstack/horizon: Add dev docs for SCSS/and styling in Horizon  https://review.openstack.org/24465213:32
openstackgerritRob Cresswell proposed openstack/horizon: Add dev docs for SCSS/and styling in Horizon  https://review.openstack.org/24465213:34
openstackgerritPaulo Ewerton Gomes Fragoso proposed openstack/horizon: Adding Identity NGProjects REST API  https://review.openstack.org/20858113:34
openstackgerritPaulo Ewerton Gomes Fragoso proposed openstack/horizon: Adding Identity NGProjects Angular API  https://review.openstack.org/20907313:35
*** zhurong has quit IRC13:36
*** stevemar_ has joined #openstack-horizon13:38
*** jerrygb_ has quit IRC13:39
openstackgerritPaulo Ewerton Gomes Fragoso proposed openstack/horizon: Adding Identity NGProjects API  https://review.openstack.org/20858113:40
*** memogarcia has quit IRC13:42
*** jprovazn has joined #openstack-horizon13:44
*** Piet has quit IRC13:45
*** lhcheng has joined #openstack-horizon13:45
*** nitzikow has quit IRC13:48
*** lhcheng has quit IRC13:49
*** nitzikow has joined #openstack-horizon13:50
*** e0ne has quit IRC13:51
*** memogarcia has joined #openstack-horizon13:51
*** e0ne has joined #openstack-horizon13:52
*** nitzikow has quit IRC13:53
*** nitzikow has joined #openstack-horizon13:53
*** oetrog has joined #openstack-horizon13:56
*** nitzikow has quit IRC13:57
*** _crobertsrh is now known as crobertsrh13:58
*** nitzikow has joined #openstack-horizon13:59
*** oetrog_ has joined #openstack-horizon14:00
*** oetrog has quit IRC14:00
*** JeanBriceCombebi has joined #openstack-horizon14:00
*** julim has joined #openstack-horizon14:00
*** nitzikow has quit IRC14:02
*** e0ne has quit IRC14:04
*** cloudtrainme has quit IRC14:04
*** nitzikow_ has joined #openstack-horizon14:04
*** oetrog_ has quit IRC14:04
*** yamamoto has quit IRC14:06
*** lapalm has joined #openstack-horizon14:06
*** lhcheng has joined #openstack-horizon14:08
*** nitzikow_ has quit IRC14:10
*** cloudtrainme has joined #openstack-horizon14:12
*** memogarcia has quit IRC14:12
openstackgerritCiaran O Tuathail proposed openstack/horizon: Updates how 0 usage is displayed  https://review.openstack.org/24467614:13
*** lhcheng has quit IRC14:13
*** nitzikow has joined #openstack-horizon14:13
*** e0ne has joined #openstack-horizon14:13
*** wolverineav has joined #openstack-horizon14:14
*** ducttape_ has joined #openstack-horizon14:15
*** memogarcia has joined #openstack-horizon14:17
*** JeanBriceCombebi has quit IRC14:17
*** adelia has joined #openstack-horizon14:17
*** JeanBriceCombebi has joined #openstack-horizon14:18
*** wolverineav has quit IRC14:19
*** ducttape_ has quit IRC14:20
*** nitzikow has quit IRC14:21
*** nitzikow_ has joined #openstack-horizon14:21
*** jerrygb has joined #openstack-horizon14:22
*** nitzikow_ has quit IRC14:24
*** lblanchard has joined #openstack-horizon14:24
*** memogarcia has quit IRC14:26
*** nitzikow has joined #openstack-horizon14:27
openstackgerritJustin Pomeroy proposed openstack/horizon: Add action for editing instance metadata  https://review.openstack.org/24362414:27
*** nitzikow has quit IRC14:27
*** nitzikow has joined #openstack-horizon14:28
*** matt-borland has joined #openstack-horizon14:28
*** adelia has quit IRC14:30
*** nitzikow has quit IRC14:30
*** adelia has joined #openstack-horizon14:30
*** adelia has quit IRC14:32
*** memogarcia has joined #openstack-horizon14:32
*** adelia has joined #openstack-horizon14:32
*** petertr7_away is now known as petertr714:33
*** nitzikow has joined #openstack-horizon14:35
*** nitzikow_ has joined #openstack-horizon14:36
*** nitzikow has quit IRC14:36
*** neelashah has joined #openstack-horizon14:38
*** adelia has quit IRC14:38
*** adelia has joined #openstack-horizon14:39
*** memogarcia has quit IRC14:40
*** ^Gal^ has quit IRC14:40
*** memogarcia has joined #openstack-horizon14:42
*** peristeri has joined #openstack-horizon14:43
*** adelia has quit IRC14:43
*** raz_ has joined #openstack-horizon14:44
openstackgerritMatt Borland proposed openstack/horizon: Image Detail Redesign (Angular/UX)  https://review.openstack.org/17388514:44
openstackgerritThomas Bechtold proposed openstack/horizon: Add local_settings.d/ dir for settings snippets  https://review.openstack.org/24397414:47
*** petertr7 is now known as petertr7_away14:47
*** petertr7_away is now known as petertr714:49
*** memogarcia has quit IRC14:56
openstackgerritMatt Borland proposed openstack/horizon: Add unit tests for load-edit directive  https://review.openstack.org/23778814:56
*** ducttape_ has joined #openstack-horizon14:57
*** ducttape_ has quit IRC14:57
*** ducttape_ has joined #openstack-horizon14:58
*** memogarcia has joined #openstack-horizon14:59
openstackgerritMatt Borland proposed openstack/horizon: Split instance details and source in Launch Instance wizard.  https://review.openstack.org/23500415:02
*** ducttape_ has quit IRC15:03
*** oetrog has joined #openstack-horizon15:04
*** oetrog has quit IRC15:04
matt-borlandrobcresswell, how's it going?  It seems things are on a roll!15:04
*** crobertsrh has left #openstack-horizon15:05
*** yamamoto has joined #openstack-horizon15:06
*** ducttape_ has joined #openstack-horizon15:06
*** crobertsrh has joined #openstack-horizon15:07
*** stevemar_ has quit IRC15:08
*** adelia has joined #openstack-horizon15:08
robcresswellmatt-borland: On a review spree today, moving through priorities.15:10
robcresswellmatt-borland: Just put up some dev docs for styling, so thats a bit more on our criticals too15:11
*** yamamoto has quit IRC15:11
*** btully has joined #openstack-horizon15:12
*** memogarcia has quit IRC15:13
*** lnxnut has joined #openstack-horizon15:16
*** memogarcia has joined #openstack-horizon15:16
openstackgerritRob Cresswell proposed openstack/horizon: Add dev docs for SCSS/and styling in Horizon  https://review.openstack.org/24465215:21
*** kyleolivo has joined #openstack-horizon15:22
*** mpavlase1 has quit IRC15:22
*** kyleolivo has quit IRC15:26
*** garthb has joined #openstack-horizon15:28
*** memogarcia has quit IRC15:29
*** stevemar_ has joined #openstack-horizon15:29
*** mtanino has joined #openstack-horizon15:31
ducttape_david-lyle - was there some keystone v3 issues with horizon right now?   I'm seeing v3 not working too15:31
*** vgridnev has quit IRC15:32
david-lyleducttape_: orly?15:33
david-lyleI use v3 by default, albeit with a jokingly small setup15:33
ducttape_yep.   I updated the two spots in local_settings.   something isn't right.  I'm still digging into it, but I know there was recent chatter about this15:33
david-lylethe OPENSTACK_API_VERSION bit is the only real requirement15:34
david-lyleare you looking for multidomain or single?15:34
david-lylemy general usage is multi15:34
matt-borlandrobcresswell, yeah, saw that...awesome15:35
*** memogarcia has joined #openstack-horizon15:35
david-lyleducttape_: what is the symptom you are seeing?15:37
ducttape_david-lyle - just trying to login w v3, working on something to support v3 policy file15:37
ducttape_can't login15:37
david-lylethe v3 policy file is a train-wreck IMHO15:37
david-lyleand will not work without esp's patches15:37
* ducttape_ pulls out import pdb; pdb.set_trace()15:37
ducttape_orly?15:37
david-lyleand the d-o-a patches15:38
ducttape_fml15:38
david-lyleyup15:38
ducttape_holy jebus15:38
david-lylein this case "sample" is latin for "crappy example"15:38
ducttape_so then, it seems like going too far with v3 policy file support, is a bit premature for my fix15:38
ducttape_I speak more french than latin, and my french is very rusty15:39
david-lyleyes, v3 policy file will not work without fundamental changes. dead stop.15:39
*** aortega has quit IRC15:39
ducttape_you'll have to pardon my french, most of the time15:39
*** vijendar has joined #openstack-horizon15:39
ducttape_david-lyle - this is a important change, in regards to15:39
david-lyleIf you are really gungho on v3 policy file, I'd try the patch chain esp has proposed15:40
ducttape_https://review.openstack.org/#/c/222437/   - it is for the stupid links on the project page, how they log out people15:40
ducttape_or they log out 90% of the users15:40
david-lyleducttape_: yeah I haven't gotten back to fixing that15:41
david-lyle:(15:41
ducttape_I did15:41
ducttape_there is a fix for it, works  -except for the v3 policy file support15:41
david-lyleI'd ignore the v3 policy aspect15:42
david-lylepatch looks sane15:42
ducttape_well, tell that to lhcheng then :P15:42
david-lyleoh I'll tell him15:42
*** adelia_ has joined #openstack-horizon15:42
david-lylepassing in the target is not bad form though15:42
*** lhcheng has joined #openstack-horizon15:42
ducttape_I was willing to spend time to get v3 policy file supported, but I didn't recall that keystone v3 policy file support was such a sweet hot mess15:43
david-lyleducttape_: SWEET HOT MESS15:43
ducttape_adding in the target is pretty much harmless, fine enough15:43
david-lylemore emphasis15:43
david-lyleducttape_: it's more accurate15:43
ducttape_you are lucky I didn't use my french to describe it15:43
* david-lyle feels lucky15:44
ducttape_this brings up another issue / rant15:44
ducttape_if you want policy files to be flexible, it seems like you need to constantly make code changes - right?15:45
*** lhcheng has quit IRC15:45
ducttape_in order to pass in these extra args ?15:45
ducttape_amirite david-lyle ?15:45
david-lyleducttape_: if you change the rule to require a target, then yes15:45
*** adelia has quit IRC15:46
david-lylebut if you change the rule to a role, no15:46
ducttape_yeah, thats my point.   what if I wanted policy to check region, for example15:46
*** memogarcia has quit IRC15:46
*** ^Gal^ has joined #openstack-horizon15:46
*** petertr7 is now known as petertr7_away15:46
ducttape_it's better than nothing, but it's still not quite all that flexible15:46
david-lyletarget is a region?15:46
ducttape_sure, why not?15:47
ducttape_or some other piece of information15:47
ducttape_something that is in the current context / thread local scope15:47
*** lhcheng has joined #openstack-horizon15:47
ducttape_lhcheng   you following us?15:47
david-lylelhcheng: is bouncing in and out15:48
ducttape_at least for v3 support, I'll add the target - but I didn't know / forgot v3 policy file support reqd so many patches15:48
*** petertr7_away is now known as petertr715:49
*** JeanBriceCombebi has quit IRC15:49
*** tosky has quit IRC15:50
david-lyleI'm not sure a way to support without code changes, suggestions?15:51
*** memogarcia has joined #openstack-horizon15:51
ducttape_a way to support more dynamic policy files you mean david-lyle ?15:51
*** Piet has joined #openstack-horizon15:51
PietUX Cores - can you review https://invis.io/4U4WTZ426 and approve or not approve?15:52
david-lylemore flexible targets15:52
ducttape_right15:52
ducttape_I'm not sure either, and you'd likely have to make code changes in several projects15:52
*** aix_ has quit IRC15:52
ducttape_unless you make this some type of remote api (yuck)15:52
*** JeanBriceCombebi has joined #openstack-horizon15:53
david-lylethe policy scheme is rather limited, but not sure how to improve15:53
ducttape_but even then, it wouldn't really fix this, the more I think about it15:53
ducttape_I have the answer!15:53
david-lylereally dynamic policy isn't going to work15:53
ducttape_keystone v4 !15:53
* david-lyle runs15:53
* ducttape_ clears the room15:54
*** lapalm has quit IRC15:54
*** jtriley has joined #openstack-horizon15:54
*** lapalm has joined #openstack-horizon15:54
*** alexvictorchan has quit IRC15:56
*** memogarcia has quit IRC15:56
*** alexvictorchan has joined #openstack-horizon15:56
*** aix has joined #openstack-horizon15:56
*** cloudtrainme has quit IRC15:56
* robcresswell opens IRC, reads chat, pretends he isn't here15:56
sjmc7i just got cold shivers. what’s going on?15:57
*** JeanBriceCombebi has quit IRC15:57
ducttape_we are going straight to keystone v415:58
ducttape_damn the consequences15:58
*** ^Gal^ has quit IRC15:58
*** alexvictorchan has quit IRC15:59
*** aorourke-afk is now known as aorourke15:59
*** lapalm has quit IRC15:59
sjmc7i’m going back to bed15:59
*** ^Gal^ has joined #openstack-horizon16:00
*** adelia_ has quit IRC16:00
*** adelia has joined #openstack-horizon16:01
sjmc7oh, the policy files? yes, they are slippery16:01
*** wolverineav has joined #openstack-horizon16:02
*** JeanBriceCombebi has joined #openstack-horizon16:02
openstackgerritRob Cresswell proposed openstack/horizon: Add dev docs for SCSS/and styling in Horizon  https://review.openstack.org/24465216:02
*** memogarcia has joined #openstack-horizon16:03
*** crobertsrh has quit IRC16:04
*** Ala has quit IRC16:05
*** crobertsrh has joined #openstack-horizon16:06
*** wolverineav has quit IRC16:07
matt-borlandTravT, when you're available, let's confer briefly re: https://review.openstack.org/#/c/236832/ and 'visibility'16:07
*** jbell8 has joined #openstack-horizon16:08
iurygregoryhey people, how can i have access to openstack invision?16:09
david-lyleiurygregory: PM me or Piet your email16:10
*** neelashah1 has joined #openstack-horizon16:11
*** neelashah has quit IRC16:13
*** Ala has joined #openstack-horizon16:13
*** nlahouti has joined #openstack-horizon16:16
*** memogarcia has quit IRC16:16
*** stevemar_ has quit IRC16:17
*** stevemar_ has joined #openstack-horizon16:18
*** nlahouti has quit IRC16:18
PietDo we need to revisit Quick Launch?16:20
PietI feel like there is kind of a battle between shortening workflows for experts and keeping them long for novies16:21
*** vgridnev has joined #openstack-horizon16:21
matt-borlandI would vote against looking at quick launch just now.16:22
*** nlahouti has joined #openstack-horizon16:22
TravTmatt-borland: re vsibility?16:23
matt-borlandah, yeah!16:23
matt-borlandTravT, just wondering, did you want the the change to only affect > Glance v116:23
*** memogarcia has joined #openstack-horizon16:23
matt-borlandthat is, glance v1 -> is_public and > v1 -> visibility?16:24
TravTi think the horizion rest api should just be visbility16:24
TravTand on horizon server side do the mapping16:24
matt-borlandgotcha, that makes sense16:24
TravTto is_public if needed for glance v116:24
matt-borlandyep, cool16:24
matt-borlandthanks16:25
TravTnp16:25
*** crobertsrh has left #openstack-horizon16:25
*** Ala has quit IRC16:25
*** memogarcia has quit IRC16:26
*** kyleolivo has joined #openstack-horizon16:29
*** memogarcia has joined #openstack-horizon16:30
robcresswellPiet: Quick launch?16:31
PietYeah...accommodates both Adv and Novice users in the workflows16:32
*** aortega has joined #openstack-horizon16:32
*** Drago has joined #openstack-horizon16:33
*** Drago has quit IRC16:33
*** neelashah has joined #openstack-horizon16:33
*** Drago has joined #openstack-horizon16:33
*** kyleolivo has quit IRC16:34
*** neelashah1 has quit IRC16:34
*** Drago1 has joined #openstack-horizon16:34
*** Drago1 has quit IRC16:35
*** Drago1 has joined #openstack-horizon16:35
*** nlahouti has quit IRC16:35
*** Drago has quit IRC16:36
*** kmartin__ has quit IRC16:36
*** nlahouti has joined #openstack-horizon16:37
*** neelashah1 has joined #openstack-horizon16:37
*** neelashah has quit IRC16:38
hurgleburglerIt'd be nice if the wizards had a short circuit option16:39
hurgleburglerand an Advanced View16:39
hurgleburglerprobably something that we can store as a user preference also16:39
robcresswellWait I'm unsure what we're referring to by quick launch16:39
*** rdopiera has quit IRC16:39
*** neelashah has joined #openstack-horizon16:40
*** memogarcia has quit IRC16:41
*** neelashah1 has quit IRC16:41
*** romainh has left #openstack-horizon16:42
*** kmartin has joined #openstack-horizon16:42
ducttape_Piet - our issue w new launch instance is that it is too noisy / too busy.  that is the feedback our support team provides me.   so then I wouldn't move it to prod16:44
ducttape_fwiw16:44
*** wolverineav has joined #openstack-horizon16:44
*** bpokorny has joined #openstack-horizon16:46
*** mpavlase has joined #openstack-horizon16:47
*** aix has quit IRC16:49
*** memogarcia has joined #openstack-horizon16:49
*** kzaitsev_mb has joined #openstack-horizon16:49
*** rcernin has quit IRC16:50
*** lapalm has joined #openstack-horizon16:50
*** petertr7 is now known as petertr7_away16:52
*** memogarcia has quit IRC16:54
robcresswellducttape_: That primarily the transfer tables? I think they are very info-dense for a simple selection.16:55
*** kyleolivo has joined #openstack-horizon16:55
openstackgerritJustin Pomeroy proposed openstack/horizon: Support angular workflow extension as a feature plugin  https://review.openstack.org/21430616:56
*** gyee has joined #openstack-horizon16:56
*** saksham has joined #openstack-horizon16:57
ducttape_robcresswell - I'm not sure there is any one thing.  It's more of all the screens you start out with, the warning icons right off the bat.   It's just more to deal with (vs the old one)16:57
ducttape_It's probably a bunch of aspects together, that causes the concern16:58
*** memogarcia has joined #openstack-horizon16:58
ducttape_Right now it seems like we are trying to expose all the things to users.   I'm not sure that helps, UX wise16:58
*** petertr7_away is now known as petertr716:59
ducttape_but no easy / clear answer16:59
*** mohankumar has joined #openstack-horizon16:59
*** josecastroleon has quit IRC16:59
*** kyleolivo has quit IRC17:00
robcresswellducttape_: True. There may be better ways to give feedback than what appears to be a danger sign.17:00
*** crobertsrh has joined #openstack-horizon17:02
sjmc7i think we enabled the new one so we should start getting feedback soon17:02
*** e0ne has quit IRC17:02
robcresswellIt still really needs to disable the Launch button after one click17:03
robcresswellYou can still spam it to do multiple17:04
sjmc7users all behave exactly as we expect them to.17:04
robcresswelllol17:04
*** garthb has quit IRC17:05
sjmc7i do agree the warning signs right off the bat are a bit intimidating17:05
robcresswellThe big one though is that people will definitely double click it, whether by accident, or because it doesnt respond in 200ms17:05
*** pcaruana has quit IRC17:06
ducttape_make it so it has a 5 click minimum, that should help17:06
robcresswellWith a pop up modal that says how many more times you must click17:06
ducttape_maybe something like up up down down, left right left right..... etc.   like a nintendo cheat code17:07
robcresswellhaha17:07
sjmc7FINISH HIM!17:07
*** kyleolivo has joined #openstack-horizon17:07
*** kyleolivo has quit IRC17:07
*** JeanBriceCombebi has quit IRC17:07
hurgleburglerducttape_ +117:07
*** kyleolivo has joined #openstack-horizon17:07
*** kyleolivo has quit IRC17:08
PietIt interesting because I spoke with someone that moves between the workflows based on the use case.  In one case, the work was repetitive and new what choices he was making.  In another case, he wasn't quite sure what he needed and used the longer workflow.17:09
*** mpavlase has quit IRC17:10
Piet"knew" what choices he was making17:10
*** memogarcia has quit IRC17:10
ducttape_I could see that, each one is a bit clearer for certain choices vs others17:10
hurgleburglerThat's why it would be nice to store the short circuit or preference per use17:10
hurgleburglerlocal storage or something…17:10
hurgleburglerper workflow*17:11
PietThe problem is that we're trying to consolidate two use cases.17:11
PietWhich hurts everyone17:11
hurgleburgler'the last time, for this wizard, the user selected the condensed workflow … show him that one this time too'17:11
hurgleburgleror her :-D17:11
PietTravis was suggesting that we revisit Quick Launch or possibly giving a choice between a wizard and long form17:12
robcresswellThere's a lot of things we could do if Horizon had some db storage behind it. Like designing a networking topology by dragging and dropping and storing it, that would be kinda nice.17:12
*** memogarcia has joined #openstack-horizon17:13
openstackgerritMatt Borland proposed openstack/horizon: Add API to Create/Update/Delete Images in Glance  https://review.openstack.org/23683217:13
PietWe could also have your previous choices preselected in the workflow17:13
*** lhcheng has quit IRC17:13
hurgleburglerTravT also wanted to allow table column configuration per user17:13
*** exploreshaifali has joined #openstack-horizon17:13
* TravT huh, what?17:14
hurgleburglerwe can store all of that in local storage17:14
TravTYeah, we can start with local storage for user prefs17:14
robcresswellOh great, this guy17:14
TravTwhich would surely lead to bug reports of "my prefs don't save!"17:14
robcresswell:)17:14
TravTwhen they switch computer machines.17:15
hurgleburglerso we'd need export/import user preferences functionality17:15
hurgleburglerexport it to a json file or something17:15
PietAlso, one word of warning...most people in this room are advanced users.  Newbies are generally not represented17:15
hurgleburglerit'd be nice to configure that offline in a json file too17:15
*** lhcheng has joined #openstack-horizon17:15
*** alexvictorchan has joined #openstack-horizon17:15
TravTyeah, i was just telling Piet how when I created the searchlight demo I was creating a bunch of images, bunch of instances, etc.17:16
TravTat first i used new launch instance17:16
TravTthen since i was doing the same thing, i switched to old launch instance17:16
TravTthen i added a ton of images and some other stuff17:16
TravTand i found the drop downs hard to find my stuff in17:17
TravTso went back to new launch instance17:17
*** jtriley has quit IRC17:17
TravTand then when i built a new devstack, said, screw this, and just scripted it17:17
david-lyleanother horizon success story :-D17:18
*** SimonChung has joined #openstack-horizon17:18
TravThehe17:18
PietIt kind of makes sense though, different UIs for different needs17:19
TravTwell, for me the moral was that when i know exactly what i'm going to pick and there aren't a lot of choices to pick from, the simplicity of old launch instance worked.17:19
*** Drago1 has quit IRC17:19
david-lyle"horizon, so the CLIs don't seem so bad" ™17:19
TravTonce there were a lot of choices, i found the searching and more info on new launch instance to be handy17:20
Pietdavid-lyle LMAO17:20
lhchengducttape_: sorry, was on a call awhile ago.17:20
TravTbut then at some point when you are doing the same thing over and over, scripting works... which is what we already know.17:20
* lhcheng reads logs17:20
openstackgerritMatt Borland proposed openstack/horizon: Add API to Create/Update/Delete Images in Glance  https://review.openstack.org/23683217:20
ducttape_lhcheng - let me save you the time.17:21
PietOhhhhh oh17:21
ducttape_I'll get the target in that patch, but keystone v3 policy support, it's not a huge blocker right now.   not really worth -117:21
ducttape_since keystone v3 and policy support is not really there yet17:22
ducttape_make sense ?17:22
ducttape_seem ok?17:22
david-lylewell keystone v3 and the v3SAMPLE policy file support is not there17:22
ducttape_right,  kv3 kinda works17:22
ducttape_as long as you treat it like v2 policy files17:23
ducttape_which is like keystone v2.65346517:23
lhchengducttape_: yup, the -1 was for the wrong commit msg17:23
*** flwang1 has joined #openstack-horizon17:23
lhchengmakes sense to me17:23
ducttape_ok.  Ill add target too, just need 20 minutes of not being interrupted by fire drills17:24
lhchengesp_ will take care of fixing that for v3 policy file anyway ;)17:24
* ducttape_ spits out his cereal, makes a mess of his monitor17:24
*** rcernin has joined #openstack-horizon17:24
*** kyleolivo has joined #openstack-horizon17:25
lhchengthey have a big patch for making horizon work with v3 policy file17:25
robcresswellHey awesome my patch got past npm-run-test gate17:25
robcresswellOnly took 5 rechecks17:25
lhchengrobcresswell: how many rechecks did you have to run? :P17:25
lhchenglol17:25
robcresswellI gave up and lapalm took over17:25
robcresswelllhcheng: https://review.openstack.org/#/c/244159/17:26
lhchengrobcresswell: why did you gave up on my patch?17:26
lapalmrobcresswell: o hey it worked....17:26
ducttape_recheck as a service - big tent this17:26
lhchengrobcresswell: https://review.openstack.org/#/c/243897/17:26
lapalmrobcresswell: Looks like I have the magic touch ;)17:27
lhchengrobcresswell: npm passed at one run, but then grenda failed17:27
lhcheng(facepalm)17:27
david-lyleis anyone looking at the npm job?17:27
robcresswelllhcheng: hahaha, I was just commenting that I thought we were doomed17:27
lapalmducttape_: RaaS, I like it17:27
Pietducttape_ I'll buy you a growler of beer if you approve the LBaaS17:27
robcresswelldavid-lyle: There's a bug out, but I dont think so. It's an intermitted PhantomJS crash17:27
robcresswellintermittent*17:27
lhchenglapalm: does your service offer have free trial period?17:27
david-lylerobcresswell: still likely something we can do to address it17:28
ducttape_Piet - lbaas being a trainwreck, is not worth bribery.   it is a mess today, and the review makes it worse17:28
david-lylethe version of phantomjs hasn't changed17:28
robcresswelldavid-lyle: I wasn't disagreeing, just updating you. Bug is here: https://bugs.launchpad.net/horizon/+bug/151473417:28
openstackLaunchpad bug 1514734 in OpenStack Dashboard (Horizon) "gate-horizon-npm-run-lint times out" [Critical,New]17:28
ducttape_the stuff already in the new repo, is in the right direction, for lbaas17:28
robcresswellOh no wait, I think thats separate17:28
lapalmlhcheng: 1st one is free, no guarantees, 100% no money back17:29
lhchenglapalm: hah17:29
*** ygbo has quit IRC17:29
robcresswellSometimes I think we should just replace zuul with a coin flip, same success rate17:29
lhchenglapalm: if you have the magic touch, I only need the first recheck.17:29
Pietducttape_ You circumvented to proposed design?17:29
ducttape_horizon and UX are two different things.   lbaas already had changes underway17:30
lapalmlhcheng: I like to have it almost work on the first try to get my customers hooked17:30
*** Drago has joined #openstack-horizon17:30
ducttape_and what they have right now, is in a better direction17:30
*** Drago has quit IRC17:31
*** Drago has joined #openstack-horizon17:31
Pietducttape_ based on your opinion n=117:31
ducttape_Piet - if you want to go ahead and merge UX stuff, you can always proceed (even with me objecting)17:31
Pietducttape_ We will17:32
*** josecastroleon has joined #openstack-horizon17:32
matt-borlandTravT, you probably noticed, kyleolivo may have fixed the problem you were encountering with the Launch Instance source split.17:34
TravTmatt-borland: oh, ok17:35
TravTi'll take a look17:35
matt-borlandthanks!17:35
Pietducttape_ BTW - I did take the time to review with another operator who completely disagrees with you.  Again, n=1 but it is another data point17:36
ducttape_thats fine.   there are 4 of us already working on the new stuff, contributing code17:36
*** kyleolivo has quit IRC17:36
*** wolverineav has quit IRC17:37
ducttape_there was an ebay session at the summit, I think what they have is where we would like to go.  but I get it.... lots of different actors17:37
TravTso, i don't have a rat in the race, but it does seem that if there are alternate designs they should be shared in mocks if available.17:39
*** mohankumar has quit IRC17:40
*** petertr7 is now known as petertr7_away17:40
*** memogarcia has quit IRC17:41
*** ccesario has quit IRC17:42
ducttape_https://github.com/openstack/neutron-lbaas-dashboard - TravT17:43
*** aix has joined #openstack-horizon17:43
*** memogarcia has joined #openstack-horizon17:43
ducttape_thats the first work to support lbaas v217:43
ducttape_it was reviewed in earlier revisions17:43
*** mohankumar has joined #openstack-horizon17:44
*** jtriley has joined #openstack-horizon17:44
ducttape_the problem with lbaas (in its current form and what is under review), is that users need to setup tons of discrete little items.   the pool, the vip, the members, the health checks.... these are all separate steps17:44
ducttape_and if a users just wants an http/https load balancer, its a mess of steps with little insight to where you are in the process17:45
sjmc7i find neutron to be much the same in general17:45
ducttape_the new code tries to combine a lot of that into a single (give me a lb) screen / workflow17:45
ducttape_sjmc7 - yep, it is17:46
openstackgerritShu Shen proposed openstack/horizon: Use a new token for heat client  https://review.openstack.org/24478817:46
*** david-lyle has quit IRC17:46
sjmc7there’s definitely a case for networkign for simplifying but with an ‘advanced’ view17:47
*** ccesario has joined #openstack-horizon17:48
sjmc7i should take a look at the lbaas stuff17:48
ducttape_yep sjmc7.  I think this is a big part of the new launch instance stuff.   I think there was a misunderstanding - when people complained it is hard to launch an instance, really this was b/c neutron required 20 steps before you could launch an instance17:49
ducttape_instead of fixing the network setup, we worked on something else17:49
sjmc7:)17:49
sjmc7this is why i wanted a ‘give me a floating ip’ checkbox17:49
*** e0ne has joined #openstack-horizon17:50
sjmc7too many things to remember to do first17:50
ducttape_oh, you need to make 20 neutron and nova api calls for that, 6 screen minimum17:50
*** jtriley has quit IRC17:50
ducttape_;)17:50
hurgleburglerlol17:50
sjmc7you’re only barely exaggerating17:50
ducttape_I KNOW!17:50
sjmc7actually, that’s one area where horizon can be much more convenient than the CLIs17:51
ducttape_It's funny b/c it's true17:51
ducttape_also, It's sad b/c it's true17:51
*** tqtran has joined #openstack-horizon17:51
sjmc7are all the new neutron sub-services going to have their own repos?17:51
sjmc7for dashboard components?17:51
*** saksham has quit IRC17:51
sjmc7i haven’t paid enough attention, someone’s going to ask me to pull them into our deployments soon17:52
ducttape_sjmc7 - yes, the move is for horizon plugins, and many of them will be in different repos17:52
ducttape_though core stuff like nova / neutron / swift will likely remain in the horizon repo17:53
sjmc7yeah, i remember those conversations17:53
*** memogarcia has quit IRC17:53
*** kyleolivo has joined #openstack-horizon17:55
*** tosky has joined #openstack-horizon17:56
*** memogarcia has joined #openstack-horizon18:00
*** lapalm has quit IRC18:01
*** errolpais has joined #openstack-horizon18:01
*** kzaitsev_mb has quit IRC18:04
*** wolverineav has joined #openstack-horizon18:06
*** garthb has joined #openstack-horizon18:06
*** memogarcia has quit IRC18:11
*** memogarcia has joined #openstack-horizon18:13
*** TravT has quit IRC18:14
*** memogarcia has quit IRC18:16
*** josecastroleon has quit IRC18:16
*** memogarcia has joined #openstack-horizon18:23
*** memogarcia has quit IRC18:26
openstackgerritMatt Borland proposed openstack/horizon: Add API to Create/Update/Delete Images in Glance  https://review.openstack.org/23683218:27
*** mohankumar has quit IRC18:27
*** flwang1 has quit IRC18:28
*** memogarcia has joined #openstack-horizon18:29
*** petertr7_away is now known as petertr718:32
*** raz_ has quit IRC18:33
openstackgerritThai Tran proposed openstack/horizon: Plugin Docs  https://review.openstack.org/23370918:37
*** zul has quit IRC18:41
*** jbell8 has quit IRC18:42
*** zul has joined #openstack-horizon18:42
*** EmilienM has quit IRC18:42
*** EmilienM has joined #openstack-horizon18:45
*** e0ne has quit IRC18:47
*** saksham has joined #openstack-horizon18:47
*** wolverineav has quit IRC18:47
*** petertr7 is now known as petertr7_away18:47
*** wolverineav has joined #openstack-horizon18:47
*** saksham has left #openstack-horizon18:50
*** tosky has quit IRC18:53
*** petertr7_away is now known as petertr718:56
*** gyee has quit IRC18:56
*** Piet has quit IRC18:57
*** memogarcia has quit IRC18:58
*** memogarcia has joined #openstack-horizon19:01
*** lapalm has joined #openstack-horizon19:02
*** Piet has joined #openstack-horizon19:04
*** kmartin has quit IRC19:05
*** kmartin has joined #openstack-horizon19:06
*** Piet has quit IRC19:09
*** neelashah has quit IRC19:11
*** neelashah1 has joined #openstack-horizon19:11
*** lapalm has quit IRC19:11
*** lapalm has joined #openstack-horizon19:12
*** aix has quit IRC19:15
*** sweetJeebus has joined #openstack-horizon19:15
*** bpokorny_ has joined #openstack-horizon19:15
sweetJeebusgood day everyone.19:17
*** bpokorny has quit IRC19:19
*** nlahouti has quit IRC19:24
*** nlahouti has joined #openstack-horizon19:24
*** memogarcia has quit IRC19:27
*** bpokorny_ has quit IRC19:29
*** bpokorny has joined #openstack-horizon19:29
sweetJeebusI'm working on an interesting configuration for horizon. We have kilo-keystone, liberty-horizon, and icehouse everything else. I'm moving to the v3 api, which is giving me mixed results. I've actually had a fair amount of success, but it hasn't been complete.19:30
openstackgerritRob Cresswell proposed openstack/horizon: Add breadcrumbs to final details pages  https://review.openstack.org/24356619:31
openstackgerritRob Cresswell proposed openstack/horizon: Separate subnets tests from networks tests file  https://review.openstack.org/24410419:31
openstackgerritRob Cresswell proposed openstack/horizon: Separate agents tests from networks tests file  https://review.openstack.org/24415919:31
sweetJeebusI thought I'd ask y'all for some advice while I put together a test matrix for further investigation. Of particular interest to me is the policy files. I've come under the impression that the various horizon policy files need to mirror the various controller policy files (like a nova.policy and neutron.policy)19:32
sweetJeebusis that true?19:33
sjmc7david-lyle’s the best person to ask, although ducttape_ was discussing this earlier19:35
sjmc7but yes, that is the case19:35
ducttape_sweetJeebus - awesome nic19:35
ducttape_I use your name quite frequently, truth be told19:35
sweetJeebusnice19:36
ducttape_the policy files for keystone v3 are a bit of a mess, in my experience19:37
ducttape_and require some extra patches in various spots19:37
mfischeven Jeebus can't figure out KeystoneV319:37
ducttape_but if you want to use keystone v3 endpoint  with v2 policy, that works ok19:37
sweetJeebusokay, so I'm going to compare the horizon policy files vs the various services and make sure they're the same (ish)19:37
sweetJeebusokay19:37
*** flwang1 has joined #openstack-horizon19:37
ducttape_rofl mfisch   +100019:37
ducttape_stevemar_   can you see above?19:38
ducttape_even Jebus can't use keystone v3  ;)19:38
openstackgerritLin Hua Cheng proposed openstack/horizon: Fix config ordering for identity plugin file  https://review.openstack.org/24483919:38
*** med_ is now known as openstackgerrit_19:39
openstackgerrit_David Lyle proposed oepnstack/horizon: Roll keystone back to v2 forever.19:40
*** openstackgerrit_ is now known as med_19:40
stevemar_ducttape_: let me get y'all my small violin19:40
sweetJeebusso I take the v2 policies defined in the other services and make sure to have the same policies in my horizon-liberty install. Is there anything else I should be aware of?19:40
ducttape_hah19:40
sweetJeebusAgain, I'll figure everything out, but maybe I can save some time by consulting the oracles ;)19:41
ducttape_sweetJeebus - I would say you should be able to make the 2 changes in local_settings.py to switch over to v3.   keep all the policy files as is19:41
ducttape_that *should* work fine19:41
ducttape_but if you want keystone v3 policy type stuff, you are in for some more serious "opportunities"19:42
sweetJeebushrm... sorry ducttape_... I don't think the 2 changes thing worked for me. Which 2 did you have in mind?19:42
sweetJeebusI'll also happily give you a report of what I had to do to make this work19:42
ducttape_https://github.com/openstack/horizon/blob/master/openstack_dashboard/local/local_settings.py.example#L51   is one19:43
ducttape_https://github.com/openstack/horizon/blob/master/openstack_dashboard/local/local_settings.py.example#L143  is the other19:43
*** errolpais has quit IRC19:43
sweetJeebusright now, our controllers run nova-scheduler, neutron, glance, and horizon. I just recently untangled keystone from it ('tangled' meaning 'chef cookbooks')19:43
sweetJeebusthanks ducttape_19:44
sweetJeebusI'll let you know what happens with those19:44
ducttape_sweetJeebus - if you get keystone v3 working with policy files, then please let us know.    "sweetJeebus! u can get keystone v3 working!"  I can see the marketing memos now19:44
sweetJeebusawesome19:45
sweetJeebuss/if/when/, bro ;)19:45
ducttape_no doubt19:45
*** sayan has quit IRC19:46
*** sayan has joined #openstack-horizon19:47
ducttape_I wonder if sweetJeebus has any kids..... maybe sweetBabyJeebus   ???19:49
*** kyleolivo has quit IRC19:49
mfischsomeone is making eric's day19:50
ducttape_* 10019:50
med_<snort>19:50
* med_ hears the LOL on both sides of the room19:50
med_he calls his kid Junior (but birth cert says sweetBabyJeebus)19:51
sweetJeebus3 sweetBabyJeebuses19:52
*** sweetJeebus_ has joined #openstack-horizon19:55
sweetJeebus_Back19:56
*** sweetJeebus has quit IRC19:57
sweetJeebus_so I did make both of those changes, ducttape_19:57
sweetJeebus_and found I could log in after altering the endpoints in the keystone db (they had to roll to v3)19:57
sweetJeebus_but I'm running into problems with volumes and networks as I try to navigate through19:58
ducttape_hmm, ok.   any more detail on that?19:58
ducttape_I wonder if you have a v3 token or something, and those services don't like that?19:59
ducttape_didn't you have something like icehouse for those services?19:59
sweetJeebus_yeah, its all icehouse20:00
sweetJeebus_except keystone and horizon20:00
sweetJeebus_as for details... here's my plan20:00
*** doug-fish has quit IRC20:01
sweetJeebus_I'm going to go ahead and execute a test matrix and then fill y'all in on the results. That way we can have something documented to work on20:02
sweetJeebus_it seems like my biggest problems, however, are cinder and neutron.. though it may be a nova scheduling thing. I'm not sure20:03
*** jbell8 has joined #openstack-horizon20:03
sweetJeebus_I have a whole dashboard to test, and the problems desperately need me to organize them before I address them20:03
*** pauloewerton has quit IRC20:04
*** iurygregory has quit IRC20:04
*** kyleolivo has joined #openstack-horizon20:05
*** ericksonsantos has quit IRC20:05
*** doug-fish has joined #openstack-horizon20:05
openstackgerritThai Tran proposed openstack/horizon: Tutorial for extending a workflow  https://review.openstack.org/24440720:08
openstackgerritThai Tran proposed openstack/horizon: Adding CREATE action to identity users panel  https://review.openstack.org/22229720:11
openstackgerritEric Peterson proposed openstack/horizon: Prevent project detail link result in user log out  https://review.openstack.org/22243720:15
*** jtriley has joined #openstack-horizon20:17
*** ongk has joined #openstack-horizon20:19
ducttape_lhcheng - online?20:20
*** nitzikow_ has quit IRC20:28
*** ducttape_ has quit IRC20:31
*** nitzikow has joined #openstack-horizon20:31
*** kmartin has quit IRC20:35
*** memogarcia has joined #openstack-horizon20:40
*** neelashah has joined #openstack-horizon20:40
*** neelashah1 has quit IRC20:43
*** neelashah1 has joined #openstack-horizon20:44
*** neelashah has quit IRC20:45
*** memogarcia has quit IRC20:46
*** neelashah has joined #openstack-horizon20:47
*** neelashah1 has quit IRC20:48
*** errolpais has joined #openstack-horizon20:49
*** nlahouti has quit IRC20:50
*** davidmichaelkarr has quit IRC20:50
*** neelashah has quit IRC20:51
*** neelashah has joined #openstack-horizon20:52
*** neelashah has quit IRC20:54
*** memogarcia has joined #openstack-horizon20:55
*** cloudtrainme has joined #openstack-horizon20:55
*** matt-borland has quit IRC20:57
*** memogarcia has quit IRC20:57
r1chardj0n3smorning20:57
*** gyee has joined #openstack-horizon20:58
*** dsneddon is now known as dsneddon_lunch20:58
*** crobertsrh has quit IRC21:01
*** ducttape_ has joined #openstack-horizon21:01
*** clu_ has joined #openstack-horizon21:04
*** kmartin has joined #openstack-horizon21:07
*** jprovazn has quit IRC21:08
*** kmartin has quit IRC21:08
*** kmartin has joined #openstack-horizon21:08
*** davidmichaelkarr has joined #openstack-horizon21:11
*** nitzikow has quit IRC21:13
*** aortega_ has joined #openstack-horizon21:15
*** aortega has quit IRC21:16
*** yamamoto has joined #openstack-horizon21:16
*** aortega has joined #openstack-horizon21:18
*** TravT has joined #openstack-horizon21:18
*** sweetJeebus_ has quit IRC21:18
*** aortega_ has quit IRC21:19
*** aortega has quit IRC21:19
*** aortega has joined #openstack-horizon21:19
*** aortega has quit IRC21:21
*** aortega has joined #openstack-horizon21:21
*** Piet has joined #openstack-horizon21:22
*** wolverin_ has joined #openstack-horizon21:23
*** aortega has quit IRC21:24
*** jbell8 has quit IRC21:24
*** aortega has joined #openstack-horizon21:24
*** yamamoto has quit IRC21:24
*** stevemar_ has quit IRC21:25
*** wolverineav has quit IRC21:27
*** petertr7 is now known as petertr7_away21:28
*** mpavlase has joined #openstack-horizon21:29
*** petertr7_away is now known as petertr721:32
*** memogarcia has joined #openstack-horizon21:35
*** crobertsrh has joined #openstack-horizon21:35
*** adelia_ has joined #openstack-horizon21:36
*** wolverin_ has quit IRC21:36
*** wolverineav has joined #openstack-horizon21:37
*** adelia has quit IRC21:39
*** adelia_ has quit IRC21:45
*** adelia has joined #openstack-horizon21:46
*** matt-borland has joined #openstack-horizon21:47
*** memogarcia has quit IRC21:48
*** nlahouti has joined #openstack-horizon21:49
*** neelashah has joined #openstack-horizon21:49
*** jhesketh has quit IRC21:50
*** memogarcia has joined #openstack-horizon21:51
*** ZZelle has quit IRC21:51
*** ZZelle has joined #openstack-horizon21:53
*** jhesketh has joined #openstack-horizon21:53
*** dsneddon_lunch is now known as dsneddon21:54
*** e0ne has joined #openstack-horizon21:54
*** sayan_ has joined #openstack-horizon21:54
*** sayan has quit IRC21:55
*** jbell8 has joined #openstack-horizon21:58
*** jtriley_ has joined #openstack-horizon21:58
*** memogarcia has quit IRC21:58
*** lhcheng has quit IRC21:59
*** lhcheng has joined #openstack-horizon22:00
*** jtriley has quit IRC22:00
*** jtriley_ has quit IRC22:02
*** nlahouti has quit IRC22:03
*** lblanchard has quit IRC22:04
*** petertr7 is now known as petertr7_away22:04
*** jamielennox|away is now known as jamielennox22:05
*** exploreshaifali has quit IRC22:05
*** vgridnev has quit IRC22:05
*** nlahouti has joined #openstack-horizon22:05
*** yamamoto has joined #openstack-horizon22:05
*** kyleolivo has quit IRC22:06
lhchengducttape_: back, but on a meeting..22:07
ducttape_review updated for that project thing.  I thought the commit message was ok.22:07
ducttape_not sure what you were looking for?22:08
*** matt-borland has quit IRC22:10
*** matt-borland has joined #openstack-horizon22:10
*** matt-borland has quit IRC22:11
*** matt-borland has joined #openstack-horizon22:12
lhchengthe commit msg described the bug but not the patch22:13
lhchengsomething like don't display project link if user does not have privilege?22:13
ducttape_sure.  I can do that.  I see your point22:13
ducttape_keep in mind - if we start bike shedding about commit messages, last time this meant 10 patches in about 10 minutes.   :P22:14
*** julim has quit IRC22:14
lhchengwe don't need to describe the bug again in detail. yeah but this commit is way off from the patch22:15
lhcheng*commit msg22:15
openstackgerritEric Peterson proposed openstack/horizon: Prevent project detail link result in user log out  https://review.openstack.org/22243722:15
ducttape_there we go.... now it's time for others to change the commit message22:16
*** david-lyle has joined #openstack-horizon22:16
*** ChanServ sets mode: +o david-lyle22:16
ducttape_we need to have at least 10 changes in the next 10 minutes for this22:16
ducttape_the clock is ticking now22:16
sjmc7you can edit the commit message inline!22:16
ducttape_I know22:16
ducttape_last time, we went bananas going back and forth on this22:16
sjmc7… but you are a purist?22:16
ducttape_with a name like ducttape_ , no, I am not a purist22:17
sjmc7touche22:17
ducttape_and lhcheng knows this about me, he has low expectations22:18
doug-fishlooking at this change https://review.openstack.org/#/c/244864/1  IMO it's a suitable change to backport, but I'm not sure sure how the new configuration option should be tagged. Suggestions?22:20
*** crobertsrh is now known as _crobertsrh22:21
ducttape_david-lyle - is there a way for you to set the room topic?22:22
*** kyleolivo has joined #openstack-horizon22:23
*** memogarcia has joined #openstack-horizon22:23
ducttape_doug-fish - that seems like backporting a new feature.  I think that is frowned upon22:24
krotscheckmatt-borland: Whatever happened to that eslint rule that was going to be added?22:26
doug-fishducttape_: well that's a fair discussion to have (I disagree) ... but let's say we did agree it was a bug best handled by a new config option - do we know how to do that?22:26
ducttape_this is why we have the rule of not backporting, so we avoid these talks22:27
doug-fishducttape_: are you saying you don't want to talk to me?22:28
doug-fish:-(22:28
doug-fish;-(22:28
ducttape_doug-fish - I understand the desire to have this backported22:28
ducttape_but be ready to have a strange discussion22:28
* doug-fish ready22:29
ducttape_of "this is ok to backport a feature and this is not"22:29
ducttape_what is worth it and what is not?22:29
ducttape_what about the new network topology?   could you backport that?22:29
ducttape_it gets weird, and arbitrary22:30
doug-fishducttape_: well that's easy: no - it changed behavior without any explicit config selection22:30
doug-fishplus translation22:30
*** ducttape_ has quit IRC22:31
doug-fishducttape_: I'd agree ultimately it is arbitrary.22:31
*** ducttape_ has joined #openstack-horizon22:31
ducttape_sorry, was bounced22:32
*** lapalm has quit IRC22:32
doug-fishbut conditionally hiding a field that should be conditionally hidden + requiring a specific config choice to have a behavior change seems pretty safe to me.22:32
ducttape_pandora's box.....   when will it end22:32
openstackgerritReedip proposed openstack/horizon: Adding support for shared option in Network  https://review.openstack.org/23877822:32
*** lnxnut has quit IRC22:32
doug-fishliberty-eol22:33
ducttape_thats not what I mean22:34
doug-fishI know22:34
ducttape_;)22:34
ducttape_TOPIC #openstack-horizon22:34
ducttape_I've tried to get david-lyle to change the topic, to match our conversation from earlier  http://eavesdrop.openstack.org/irclogs/%23openstack-horizon/%23openstack-horizon.2015-11-12.log.html#t2015-11-12T19:37:3222:36
ducttape_:(22:37
TravTducttape_: you can change, but you have to be channel op22:40
TravTdavid-lyle: Here's the patch we were talking about a bit ago with the DOM manipulation thing. https://review.openstack.org/#/c/219925/22:40
*** david-lyle changes topic to "even sweetJebus can't make keystone v3 work"22:41
ducttape_YAY!22:41
*** david-lyle changes topic to "OpenStack Horizon"22:42
matt-borlandlol22:42
*** memogarcia has quit IRC22:43
ducttape_too bad sweetJebus is no longer with us, would have found it pretty funny22:44
ducttape_and no, that's not religious commentary22:44
*** peristeri has quit IRC22:48
*** matt-borland has quit IRC22:52
*** ducttape_ has quit IRC22:56
*** ducttape_ has joined #openstack-horizon22:56
*** stevemar_ has joined #openstack-horizon22:56
*** pumaranikar has joined #openstack-horizon22:57
*** stevemar_ has quit IRC22:59
*** ducttape_ has quit IRC23:01
openstackgerritMichael Krotscheck proposed openstack/horizon: Upgraded eslint-config-openstack to 1.2.3  https://review.openstack.org/24490823:03
openstackgerritMichael Krotscheck proposed openstack/horizon: Enable no-multi-spaces  https://review.openstack.org/24490923:03
openstackgerritMichael Krotscheck proposed openstack/horizon: Enable no-unused-vars  https://review.openstack.org/24491023:03
*** memogarcia has joined #openstack-horizon23:03
krotscheckrobcresswell: ^^ Started working on the list of new rules. I fyou get time, feel free to pick one and enable it.23:03
*** neelashah has quit IRC23:04
*** vijendar has quit IRC23:05
krotscheck(Note, there's about 1000 new linting errors)23:07
*** ZZelle has quit IRC23:08
*** jpomeroy has quit IRC23:09
*** jamielennox is now known as jamielennox|away23:13
david-lyletqtran: ping23:13
*** memogarcia has quit IRC23:16
openstackgerritMichael Krotscheck proposed openstack/horizon: Enable radix  https://review.openstack.org/24491423:17
*** aix has joined #openstack-horizon23:18
*** darrenc is now known as darrenc_afk23:18
*** gyee has quit IRC23:19
*** gyee has joined #openstack-horizon23:21
*** jamielennox|away is now known as jamielennox23:22
*** kmartin has quit IRC23:23
*** wolverin_ has joined #openstack-horizon23:25
*** wolverineav has quit IRC23:29
openstackgerritMichael Krotscheck proposed openstack/horizon: Enable semi-spacing  https://review.openstack.org/24492023:29
*** jbell8 has quit IRC23:32
*** nlahouti has quit IRC23:35
*** darrenc_afk is now known as darrenc23:39
*** nlahouti has joined #openstack-horizon23:39
*** adelia_ has joined #openstack-horizon23:40
*** nlahouti has quit IRC23:40
*** nlahouti1 has joined #openstack-horizon23:40
*** SimonChung has quit IRC23:42
*** SimonChung1 has joined #openstack-horizon23:42
*** SimonChung has joined #openstack-horizon23:43
*** SimonChung has quit IRC23:43
*** SimonChung2 has joined #openstack-horizon23:43
*** SimonChung1 has quit IRC23:43
*** adelia has quit IRC23:44
*** SimonChung has joined #openstack-horizon23:44
*** SimonChung2 has quit IRC23:44
*** adelia_ has quit IRC23:45
*** ongk has quit IRC23:46
*** ducttape_ has joined #openstack-horizon23:47
*** pumaranikar has quit IRC23:50
bpokornyducttape_: Have you tested this patch with Keystone v2 in a situation where a user is admin on some projects and just Member on others?  https://review.openstack.org/#/c/222437/23:50
*** jbell8 has joined #openstack-horizon23:50
bpokornyI was just testing it with v3 and saw some issues in that situation, but not sure if it's only related to v3.23:51
ducttape_I tested it where I was admin in one project, _member_ in the other23:52
bpokornyWhat I saw was the links show or are text only for all projects, based on just whether the user is an admin on the currently scoped project.23:52
bpokornyok.  If that worked fine for you, it must be just something with v3 or my setup.23:52
ducttape_if you are in keystone v2, the links should only work when you are scoped to a project where you also have admin23:52
ducttape_I hooked up against v3 for auth etc.... but I did not get all the policy patches in place23:53
ducttape_also hooked up for v223:53
bpokornyJust to make sure I understand what you tested - In v2, if you're scoped to a project where you have admin, the links are text only for any projects you only have _member_ on?23:55
*** e0ne has quit IRC23:56

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