Thursday, 2015-03-05

*** SimonChung1 has quit IRC00:00
*** SimonChung has joined #openstack-horizon00:00
*** ZZelle has quit IRC00:03
*** ericpete_ has quit IRC00:05
*** ZZelle has joined #openstack-horizon00:11
openstackgerritShaoquan Chen proposed openstack/horizon: WIP - Launch Instance Model  https://review.openstack.org/15892900:13
openstackgerritRichard Jones proposed openstack/horizon: WIP - Launch Instance Step - Access and Security  https://review.openstack.org/15894900:14
r1chardj0n3shave I mentioned how much I don't like this way of structuring angular code?00:21
r1chardj0n3s  module.controller('LaunchInstanceAccessAndSecurityHelpCtrl', [00:21
r1chardj0n3s    '$scope',00:21
r1chardj0n3s    LaunchInstanceAccessAndSecurityHelpCtrl00:21
r1chardj0n3s  ]);00:21
r1chardj0n3s  function LaunchInstanceAccessAndSecurityCtrl($scope, $log) {00:21
r1chardj0n3ssqchen ^^00:22
sqchenHi00:22
r1chardj0n3sthe function definition and arguments lists are in totally separate places :(00:22
r1chardj0n3ssuch a pain00:22
sqchenyou can change it to the format you like, I have no problems with code style.00:23
openstackgerritKelly Domico proposed openstack/horizon: Updated transfer tables with table directives  https://review.openstack.org/15954100:23
*** Piet has joined #openstack-horizon00:25
sqchenr1chardj0n3s: Does it sound ok?00:25
r1chardj0n3sthanks00:25
tqtranongk: you're gonna hate me for what Im about to suggest Kelly00:25
sqchennp00:25
openstackgerritKelly Domico proposed openstack/horizon: Demo for transfer tables  https://review.openstack.org/15542000:26
ongktqtran: uh oh, I just added your basic table :)00:26
ongkonly need 1 file00:26
tqtran>< it might not be that bad, but it could be bad, not sure until you try it00:26
tqtranhttps://review.openstack.org/#/c/159541/10/horizon/static/angular/action-button/action-button.html00:26
ongkhaha, using the ui-bootstrap dropdown?00:27
ongktqtran: to see the basic table - go to http://localhost:9000/identity/users/basic00:28
tqtranyes, but i dont think the changes will be too drastic00:28
r1chardj0n3ssqchen, ongk: so I'm working on security/access panel, and the transfer table isn't picking up the data that's being loaded in for the securityGroups00:29
tqtranjust have to follow new html format with dropdown directive attached. hopefully nothing breaks....00:29
* tqtran keeping fingers crossed.00:29
r1chardj0n3s($scope.model.securityGroups that is)00:29
r1chardj0n3sI think the model codes onGetSecutyGroups needs to copy the received data into the existing array on the model, rather than replace the array00:30
r1chardj0n3sotherwise the transfer table code has a ref to an old array that never gets updated00:31
r1chardj0n3ssqchen, ongk: what do you think?00:31
sqchenr1chardj0n3s: Right, the model is still in progress, I can change it now.00:31
*** sbfox1 has joined #openstack-horizon00:31
r1chardj0n3ssqchen: yep, so in the model code, when we receive the new array we need to replace the existing array contents (will be empty) with the new array contents00:32
r1chardj0n3sI think a concat would suffice00:33
sqchenI know what need to do:…00:33
r1chardj0n3sbut we'll have the same issue with novaExtensions and serviceCatalog objects00:33
sqchen1. array.length = 0;00:33
ongktqtran: sure, doesn’t look too bad. Gonna head home from the office but I’ll take a look tonight after some dinner :)00:33
sqchenand then insert the data in the old array00:33
openstackgerritBrian Tully proposed openstack/horizon: Updated Wizard Help Panel Design  https://review.openstack.org/16055500:34
ongkr1chardj0n3s, sqchen: let me know if I need to do anything on the transfer table side00:34
r1chardj0n3ssqchen: ok, if you're cool to make that change then go for it; I'd be happy to otherwise00:34
tqtranongk: ok awesome, i'll continue to review the code in the mean time00:34
openstackgerritBrian Tully proposed openstack/horizon: WIP - Launch Instance Step - Select Source  https://review.openstack.org/15893400:34
r1chardj0n3songk: I don't think so at this point, thanks, just wanted to give you a heads-up on the issue00:34
*** sbfox has quit IRC00:34
ongkok cool. I”m off to get dinner then.00:35
r1chardj0n3scya ongk :)00:35
sqchenr1chardj0n3s: Yes, I am going to do the change now.00:35
tqtranhave a good dinner00:35
r1chardj0n3sok thanks sqchen00:35
*** sbfox1 has quit IRC00:38
*** stevemar has quit IRC00:39
openstackgerritBrian Tully proposed openstack/horizon: WIP - Launch Instance Step - Select Source  https://review.openstack.org/15893400:40
*** devlaps has quit IRC00:41
*** david-lyle has quit IRC00:43
openstackgerritChris Johnson proposed openstack/horizon: Fix tutorial to correctly display custom dashboard/panel  https://review.openstack.org/16152100:43
*** fischerw has quit IRC00:51
openstackgerritBrian Tully proposed openstack/horizon: Updated Wizard Help Panel Design  https://review.openstack.org/16055500:53
openstackgerritBrian Tully proposed openstack/horizon: WIP - Launch Instance Step - Select Source  https://review.openstack.org/15893400:55
*** tnovacik has quit IRC00:55
openstackgerritShaoquan Chen proposed openstack/horizon: WIP - Launch Instance Model  https://review.openstack.org/15892900:57
openstackgerritBrian Tully proposed openstack/horizon: Updated Wizard Help Panel Design  https://review.openstack.org/16055501:00
openstackgerritBrian Tully proposed openstack/horizon: WIP - Launch Instance Step - Select Source  https://review.openstack.org/15893401:01
*** Madkiss_ has joined #openstack-horizon01:02
*** Madkiss has quit IRC01:02
*** Madkiss_ is now known as Madkiss01:02
*** Anticimex has quit IRC01:05
*** Anticimex has joined #openstack-horizon01:05
r1chardj0n3sthanks for that sqchen01:09
sqchennp01:09
r1chardj0n3snow I'm trying to figure out why gerrit won't let me rebase the security/access patch to get that change you made...01:09
r1chardj0n3sweird01:10
*** SimonChung has quit IRC01:10
*** SimonChung1 has joined #openstack-horizon01:10
sqchenenabled function has an issue.01:10
sqchengive me a sec01:10
r1chardj0n3syup01:10
*** alexvictorchan has quit IRC01:11
*** kmartin has quit IRC01:11
*** ZZelle_ has quit IRC01:12
openstackgerritShaoquan Chen proposed openstack/horizon: WIP - Launch Instance Model  https://review.openstack.org/15892901:15
r1chardj0n3sstill no rebase button in gerrit. oh well, I'll do it manually I suppose01:16
openstackgerritBrian Tully proposed openstack/horizon: WIP - Launch Instance Step - Select Source  https://review.openstack.org/15893401:17
*** tqtran has quit IRC01:21
openstackgerritRichard Jones proposed openstack/horizon: WIP - Launch Instance Step - Access and Security  https://review.openstack.org/15894901:21
*** amotoki has joined #openstack-horizon01:35
openstackgerritTravis Tripp proposed openstack/horizon: WIP - Launch Instance Model  https://review.openstack.org/15892901:36
*** gyee has quit IRC01:36
r1chardj0n3ssqchen: can confirm with your change the transfer table in security/access now picks up the source data correctly01:41
openstackgerritRichard Jones proposed openstack/horizon: WIP - Launch Instance Step - Access and Security  https://review.openstack.org/15894901:41
*** dboik has joined #openstack-horizon01:44
*** dboik has quit IRC01:48
*** SimonChung1 has quit IRC01:48
*** jamielennox is now known as jamielennox|lunc01:51
openstackgerritBrian Tully proposed openstack/horizon: Updated Wizard Help Panel Design  https://review.openstack.org/16055501:56
openstackgerritBrian Tully proposed openstack/horizon: WIP - Launch Instance Step - Select Source  https://review.openstack.org/15893401:57
openstackgerritBrian Tully proposed openstack/horizon: WIP - Launch Instance Step - Select Source  https://review.openstack.org/15893401:59
openstackgerritBrian Tully proposed openstack/horizon: WIP - Launch Instance Step - Select Source  https://review.openstack.org/15893402:00
*** iamjarvo has joined #openstack-horizon02:09
*** ybathia has quit IRC02:09
*** TravT_ has joined #openstack-horizon02:16
*** Longgeek has joined #openstack-horizon02:16
*** stevemar has joined #openstack-horizon02:16
*** alanf-mc has quit IRC02:17
*** bpokorny_ has joined #openstack-horizon02:17
*** abramley_ has joined #openstack-horizon02:20
*** bpokorny has quit IRC02:20
*** rwsu_ has joined #openstack-horizon02:21
*** abramley has quit IRC02:21
*** jwy has quit IRC02:21
*** boltR has quit IRC02:21
*** TravT has quit IRC02:21
*** rwsu has quit IRC02:21
*** abramley_ is now known as abramley02:21
*** Longgeek has quit IRC02:22
*** Longgeek has joined #openstack-horizon02:24
*** Longgeek has quit IRC02:25
*** Longgeek has joined #openstack-horizon02:25
*** boltR has joined #openstack-horizon02:26
*** jwy has joined #openstack-horizon02:26
*** david-lyle has joined #openstack-horizon02:33
*** rwsu_ is now known as rwsu-afk02:35
*** bpokorny has joined #openstack-horizon02:35
*** bpokorny_ has quit IRC02:38
*** bpokorny has quit IRC02:42
*** bpokorny has joined #openstack-horizon02:43
r1chardj0n3ssqchen: around?02:44
sqchenyes02:45
*** neelashah has joined #openstack-horizon02:45
r1chardj0n3sI've got a wizard styling issue, could I just get you into a vidyo call for a moment pls?02:45
sqchenok02:46
r1chardj0n3sthanks, gimme a sec02:46
r1chardj0n3shttps://vc.rackspace.com/flex.html?roomdirect.html&key=xMJqU0ycOR5zNXikprTV9KJnww pls02:46
*** jamielennox|lunc is now known as jamielennox02:47
*** bpokorny has quit IRC02:47
sqchenr1chardj0n3s: I am in it now02:48
r1chardj0n3ssorry for cutting you off there!02:54
sqchennp02:55
sqchenley me know when you updated your patch02:55
openstackgerritRichard Jones proposed openstack/horizon: WIP - Launch Instance Step - Access and Security  https://review.openstack.org/15894902:55
r1chardj0n3sok, is updated02:55
r1chardj0n3s:)02:56
openstackgerritShaoquan Chen proposed openstack/horizon: WIP - Launch Instance Step - Access and Security  https://review.openstack.org/15894902:56
r1chardj0n3sapologies for the inconsistent indentation in the HTML - I'm trying to convince my damn editor to indent at 2 spaces and failing :/02:56
*** rm_work is now known as rm_work|away03:02
openstackgerritShaoquan Chen proposed openstack/horizon: WIP - Launch instance - common style  https://review.openstack.org/16022103:06
*** david-lyle has quit IRC03:07
openstackgerritShaoquan Chen proposed openstack/horizon: WIP - Launch Instance Model  https://review.openstack.org/15892903:07
openstackgerritShaoquan Chen proposed openstack/horizon: WIP - Launch Instance Step - Access and Security  https://review.openstack.org/15894903:07
sqchenr1chardj0n3s: done03:07
*** ccrouch is now known as ccrouch-afk03:10
r1chardj0n3sThanks sqchen, I'll check out in a bit (am afk for a while)03:26
*** iamjarvo has quit IRC03:28
*** ericpeterson has joined #openstack-horizon03:28
*** yingjun has joined #openstack-horizon03:35
*** neelashah has quit IRC03:43
*** jwy has quit IRC03:44
*** jamielennox is now known as jamielennox|away03:45
*** yingjun has quit IRC03:50
*** yingjun has joined #openstack-horizon03:50
*** ericpeterson has quit IRC03:53
*** yingjun has quit IRC03:55
*** mmdurrant has quit IRC04:00
*** nlahouti has quit IRC04:02
*** tzumainn has quit IRC04:10
*** sbfox has joined #openstack-horizon04:16
*** mfisch has quit IRC04:32
*** mfisch has joined #openstack-horizon04:33
*** mfisch is now known as Guest6389204:34
openstackgerritMerged openstack/horizon: Clean up whitespace in settings files  https://review.openstack.org/16134304:45
openstackgerritShaoquan Chen proposed openstack/horizon: WIP - Launch Instance Model  https://review.openstack.org/15892904:47
openstackgerritOpenStack Proposal Bot proposed openstack/django_openstack_auth: Updated from global requirements  https://review.openstack.org/16157304:49
*** zhenguo has joined #openstack-horizon04:49
*** zhenguo_ has joined #openstack-horizon04:49
*** zhenguo__ has joined #openstack-horizon04:49
openstackgerritOpenStack Proposal Bot proposed openstack/horizon: Updated from global requirements  https://review.openstack.org/16157404:50
*** harlowja is now known as harlowja_away04:57
*** masco has joined #openstack-horizon05:00
*** SimonChung has joined #openstack-horizon05:07
openstackgerritShaoquan Chen proposed openstack/horizon: WIP - Launch instance - common style  https://review.openstack.org/16022105:08
*** stevemar has quit IRC05:13
openstackgerritShaoquan Chen proposed openstack/horizon: WIP - Launch instance - common style  https://review.openstack.org/16022105:14
openstackgerritShaoquan Chen proposed openstack/horizon: WIP - Launch Instance Model  https://review.openstack.org/15892905:16
openstackgerritMerged openstack/horizon: Move variables from accordion nav to _variables.scss  https://review.openstack.org/15808205:21
openstackgerritShaoquan Chen proposed openstack/horizon: WIP - Launch Instance Step - Select Flavor  https://review.openstack.org/15894505:26
openstackgerritShaoquan Chen proposed openstack/horizon: WIP - Launch Instance Step - Access and Security  https://review.openstack.org/15894905:26
openstackgerritShaoquan Chen proposed openstack/horizon: WIP - Launch Instance Step - Network  https://review.openstack.org/15895005:26
openstackgerritShaoquan Chen proposed openstack/horizon: WIP - Launch Instance Step - Post Creation  https://review.openstack.org/15895305:26
openstackgerritShaoquan Chen proposed openstack/horizon: Updated Wizard Help Panel Design  https://review.openstack.org/16055505:27
openstackgerritShaoquan Chen proposed openstack/horizon: WIP - Launch Instance Step - Select Source  https://review.openstack.org/15893405:29
*** sbfox has quit IRC05:33
openstackgerritMasco Kaliyamoorthy proposed openstack/horizon: admin state column added in router table  https://review.openstack.org/15525705:33
*** yingjun has joined #openstack-horizon05:40
*** yingjun has joined #openstack-horizon05:41
openstackgerritShaoquan Chen proposed openstack/horizon: WIP - Launch instance - common style  https://review.openstack.org/16022105:42
openstackgerritShaoquan Chen proposed openstack/horizon: WIP - Launch Instance Model  https://review.openstack.org/15892905:43
openstackgerritShaoquan Chen proposed openstack/horizon: WIP - Launch Instance Step - Select Source  https://review.openstack.org/15893405:43
openstackgerritShaoquan Chen proposed openstack/horizon: Updated Wizard Help Panel Design  https://review.openstack.org/16055505:43
*** iamjarvo has joined #openstack-horizon05:53
*** _gryf|afk is now known as _gryf06:02
*** alexvictorchan has joined #openstack-horizon06:04
*** echevemaster has joined #openstack-horizon06:07
openstackgerritKanchan Gupta proposed openstack/horizon: Modified "remote" column in the secgroup table  https://review.openstack.org/16160706:09
openstackgerritOpenStack Proposal Bot proposed openstack/horizon: Imported Translations from Transifex  https://review.openstack.org/16160806:11
*** iamjarvo has quit IRC06:20
*** iamjarvo has joined #openstack-horizon06:21
openstackgerritMasco Kaliyamoorthy proposed openstack/horizon: Support of rescue instance in Horizon  https://review.openstack.org/10737906:26
*** SimonChung1 has joined #openstack-horizon06:30
*** SimonChung has quit IRC06:32
*** echevemaster has quit IRC06:35
*** e0ne has joined #openstack-horizon06:36
*** lhcheng has quit IRC06:37
*** e0ne has quit IRC06:38
*** sbfox has joined #openstack-horizon06:42
*** e0ne has joined #openstack-horizon06:42
*** iamjarvo has quit IRC06:43
*** e0ne has quit IRC06:43
*** ishant has joined #openstack-horizon06:48
*** oro has joined #openstack-horizon06:51
*** Krast has joined #openstack-horizon06:51
*** ericpeterson has joined #openstack-horizon06:54
*** stevemar has joined #openstack-horizon06:55
*** ericpeterson has quit IRC06:58
*** mpavlase has joined #openstack-horizon07:09
*** yingjun has quit IRC07:09
*** zz_ttrifonov is now known as ttrifonov07:12
*** yingjun has joined #openstack-horizon07:13
*** yingjun has quit IRC07:14
*** mpavlase has quit IRC07:19
*** nlahouti has joined #openstack-horizon07:24
*** yingjun has joined #openstack-horizon07:26
*** dkorn has joined #openstack-horizon07:28
*** lhcheng has joined #openstack-horizon07:28
*** nlahouti has quit IRC07:30
*** nlahouti has joined #openstack-horizon07:31
*** yingjun has quit IRC07:31
*** yingjun has joined #openstack-horizon07:31
*** dkorn has quit IRC07:33
*** openstackgerrit has quit IRC07:36
*** openstackgerrit has joined #openstack-horizon07:36
openstackgerritMerged openstack/horizon: REST API to support create instance angular (Neutron).  https://review.openstack.org/15886707:38
openstackgerritDaniel Korn proposed openstack/horizon: Integration tests - networkspage and test  https://review.openstack.org/13902807:40
*** rdopiera has joined #openstack-horizon07:42
*** william_home has joined #openstack-horizon07:44
*** ttrifonov is now known as zz_ttrifonov07:50
*** alexvictorchan has quit IRC07:57
*** markus_z has joined #openstack-horizon07:57
*** oro has quit IRC08:01
*** tnovacik has joined #openstack-horizon08:06
*** nlahouti has quit IRC08:09
openstackgerritNeill Cox proposed openstack/horizon: WIP - Launch Instance Step - Access and Security  https://review.openstack.org/15894908:12
*** jprovazn has joined #openstack-horizon08:15
*** Ala has joined #openstack-horizon08:15
*** jtomasek has joined #openstack-horizon08:15
*** yingjun has quit IRC08:17
openstackgerritMerged openstack/horizon: Updated from global requirements  https://review.openstack.org/16157408:20
openstackgerritNeill Cox proposed openstack/horizon: WIP - Launch Instance Model  https://review.openstack.org/15892908:22
*** yingjun has joined #openstack-horizon08:22
neillcsqchen: TravT_: ^^08:22
neillcchanges needed to make the kepypairs transfer table work08:22
neillc(which is not to say this is perfect or even good yet)08:23
openstackgerritMerged openstack/django_openstack_auth: Updated from global requirements  https://review.openstack.org/16157308:25
openstackgerritShaoquan Chen proposed openstack/horizon: Updated Wizard Help Panel Design  https://review.openstack.org/16055508:28
*** dkorn1 has joined #openstack-horizon08:30
*** Krast has quit IRC08:33
*** MaxV has joined #openstack-horizon08:35
*** mpavlase has joined #openstack-horizon08:36
*** zz_ttrifonov is now known as ttrifonov08:38
openstackgerritBrian Tully proposed openstack/horizon: WIP - Launch Instance Step - Select Source  https://review.openstack.org/15893408:39
openstackgerritShaoquan Chen proposed openstack/horizon: WIP - Launch Instance Step - Select Source  https://review.openstack.org/15893408:47
openstackgerritShaoquan Chen proposed openstack/horizon: WIP - Launch Instance Step - Select Source  https://review.openstack.org/15893408:48
*** JeanBriceCombebi has joined #openstack-horizon08:52
*** mhorban has quit IRC08:53
*** ishant is now known as tnashi08:54
*** jcoufal has joined #openstack-horizon08:54
*** tnashi is now known as ishant08:55
*** mhorban has joined #openstack-horizon08:57
*** stevemar has quit IRC09:03
*** stevemar has joined #openstack-horizon09:04
*** oro has joined #openstack-horizon09:06
*** JeanBriceCombebi has quit IRC09:06
*** ygbo has joined #openstack-horizon09:18
*** lhcheng has quit IRC09:39
*** yingjun has quit IRC09:40
*** lhcheng has joined #openstack-horizon09:42
*** robcresswell_afk is now known as robcresswell09:46
*** tosky has joined #openstack-horizon09:46
*** sqchen has left #openstack-horizon09:47
openstackgerritMerged openstack/horizon: Imported Translations from Transifex  https://review.openstack.org/16160809:49
*** sayan has joined #openstack-horizon09:53
*** lhcheng has quit IRC10:04
*** yingjun has joined #openstack-horizon10:15
*** yingjun has joined #openstack-horizon10:15
*** masco has quit IRC10:15
*** kiseok7_ has joined #openstack-horizon10:16
*** yingjun has quit IRC10:19
openstackgerritSergey Reshetnyak proposed openstack/horizon: Replacing data_processing with data-processing  https://review.openstack.org/16119110:26
*** e0ne has joined #openstack-horizon10:26
*** e0ne is now known as e0ne_10:26
*** e0ne_ has quit IRC10:27
*** e0ne has joined #openstack-horizon10:27
*** alexpilotti has joined #openstack-horizon10:34
*** yingjun has joined #openstack-horizon10:35
openstackgerritLuigi Toscano proposed openstack/horizon: Add test_sahara_image_registry  https://review.openstack.org/11263110:36
openstackgerritLuigi Toscano proposed openstack/horizon: Add test_sahara_create_delete_job_binary test method  https://review.openstack.org/11383010:36
*** binBASH has joined #openstack-horizon10:50
binBASHHi, quick question. How to prevent html escaping in a DataTable field?10:50
*** aix has joined #openstack-horizon10:55
*** e0ne is now known as e0ne_11:00
*** yingjun has quit IRC11:09
*** e0ne_ has quit IRC11:11
*** e0ne has joined #openstack-horizon11:14
*** yingjun has joined #openstack-horizon11:16
rdopierabinBASH: wrap it in mark_safe()11:22
rdopierabinBASH: from django.utils.safestring import mark_safe11:23
*** mrunge has joined #openstack-horizon11:26
*** sbfox has quit IRC11:27
openstackgerritMerged openstack/horizon: admin state column added in router table  https://review.openstack.org/15525711:27
*** stevemar has quit IRC11:28
binBASHI owe you a beer rdopiera :)11:28
binBASHmuch thanks11:28
*** ishant has quit IRC11:41
*** ishant has joined #openstack-horizon11:42
*** EmilienM|afk is now known as EmilienM12:04
*** yingjun has quit IRC12:06
openstackgerritRadomir Dopieralski proposed openstack/horizon: Use oslo.config for Horizon and Django configuration  https://review.openstack.org/10052112:08
*** iamjarvo has joined #openstack-horizon12:10
*** e0ne is now known as e0ne_12:20
*** e0ne_ has quit IRC12:30
*** ishant has quit IRC12:31
*** MaxV has quit IRC12:31
*** jcoufal_ has joined #openstack-horizon12:34
*** jcoufal has quit IRC12:37
*** ccard__ has quit IRC12:43
*** raildo_away is now known as raildo12:51
*** ccard__ has joined #openstack-horizon12:55
openstackgerritJiri Tomasek proposed openstack/tuskar-ui: Required parameters check as part of deployment validation  https://review.openstack.org/16036812:57
openstackgerritTomáš Nová?ik proposed openstack/horizon: Add html source code on test failure for debugging  https://review.openstack.org/15846112:57
*** sayan has quit IRC13:10
*** tzumainn has joined #openstack-horizon13:12
openstackgerritRadomir Dopieralski proposed openstack/tuskar-ui: Don't crash when a bulk action is done with empty node list  https://review.openstack.org/16170613:19
*** amotoki has quit IRC13:21
*** e0ne has joined #openstack-horizon13:29
*** aix has quit IRC13:34
*** tnovacik has quit IRC13:39
*** _crobertsrh has quit IRC13:45
*** crobertsrh has joined #openstack-horizon13:45
openstackgerritSergey Reshetnyak proposed openstack/horizon: Replacing data_processing with data-processing  https://review.openstack.org/16119113:46
*** crobertsrh has quit IRC13:46
*** crobertsrh has joined #openstack-horizon13:47
*** aix has joined #openstack-horizon14:02
*** dboik has joined #openstack-horizon14:05
*** iamjarvo has quit IRC14:07
*** cbader has joined #openstack-horizon14:09
robcresswelldavid-lyle: I assume it isn't worth fixing minor Launch Instance UI issues? The alignment is off on the Flavour Details on the right hand side, but if its about to be replaced there's no need to fix it.14:12
*** neelashah has joined #openstack-horizon14:14
*** tnovacik has joined #openstack-horizon14:16
*** peristeri has joined #openstack-horizon14:17
openstackgerritRadomir Dopieralski proposed openstack/tuskar-ui: Don't crash when a bulk action is done with empty node list  https://review.openstack.org/16170614:18
*** lblanchard has joined #openstack-horizon14:18
*** radez_g0n3 is now known as radez14:18
*** amotoki has joined #openstack-horizon14:23
*** Drago has joined #openstack-horizon14:27
*** Drago has quit IRC14:31
openstackgerritTravis Tripp proposed openstack/horizon: WIP - Launch instance - common style  https://review.openstack.org/16022114:33
openstackgerritTravis Tripp proposed openstack/horizon: WIP - Launch Instance Model  https://review.openstack.org/15892914:33
*** mattfarina has joined #openstack-horizon14:35
*** mmdurrant has joined #openstack-horizon14:37
*** absubram has joined #openstack-horizon14:39
*** iamjarvo has joined #openstack-horizon14:39
*** mmdurrant has quit IRC14:40
*** dkorn1 has quit IRC14:42
*** e0ne is now known as e0ne_14:47
*** Drago has joined #openstack-horizon14:48
*** Drago has quit IRC14:49
*** Drago has joined #openstack-horizon14:49
*** ttrifonov is now known as zz_ttrifonov14:50
*** krykowski has joined #openstack-horizon14:50
openstackgerritRadomir Dopieralski proposed openstack/tuskar-ui: Don't crash when a bulk action is done with empty node list  https://review.openstack.org/16170614:55
*** radez is now known as radez_g0n314:56
openstackgerritTravis Tripp proposed openstack/horizon: WIP - Launch Instance Model  https://review.openstack.org/15892914:58
*** ericpeterson has joined #openstack-horizon15:00
*** e0ne_ is now known as e0ne15:08
*** smc7 has joined #openstack-horizon15:10
openstackgerritCarlos Gonçalves proposed openstack/horizon: Add 'Download Image' option to Images table  https://review.openstack.org/7479915:13
openstackgerritMatt Borland proposed openstack/horizon: Angular Filter files  https://review.openstack.org/15784815:14
*** tnovacik has quit IRC15:18
openstackgerritMatt Borland proposed openstack/horizon: WIP - Instance Details UX/Angular redesign  https://review.openstack.org/15360215:22
*** tosky has quit IRC15:22
*** matt-borland has joined #openstack-horizon15:23
*** jprovazn has quit IRC15:23
pkarikhHi folks! Which service quotas should I update when I get "Error: Quota exceeded for security group rule: Requested 14, but available -5" error?15:24
*** tosky has joined #openstack-horizon15:24
*** iamjarvo has quit IRC15:24
openstackgerritMatt Borland proposed openstack/horizon: Add New UX CSS for Upcoming Detail Screens  https://review.openstack.org/15888115:24
*** vijendar has joined #openstack-horizon15:26
*** mwhagedorn has joined #openstack-horizon15:27
openstackgerritChad Roberts proposed openstack/horizon: Guided job execution page for Sahara  https://review.openstack.org/14791815:27
*** mwhagedo_ has joined #openstack-horizon15:29
*** JeanBriceCombebi has joined #openstack-horizon15:29
*** mwhagedo_ has quit IRC15:30
openstackgerritMatt Borland proposed openstack/horizon: WIP - Instance Details UX/Angular redesign  https://review.openstack.org/15360215:31
ericpetersonpkarikh - I'd start with nova, possibly neutron if that isn't it15:31
pkarikhericpeterson: I've inspected both of them, there is no quota with "-5" value15:32
*** iamjarvo has joined #openstack-horizon15:33
*** iamjarvo has quit IRC15:33
ericpetersonhttp://docs.openstack.org/user-guide-admin/content/cli_set_quotas.html   nova15:33
*** iamjarvo has joined #openstack-horizon15:33
*** krykowski has quit IRC15:33
ericpetersonI don't think your question is a horizon question15:34
ericpetersonsomehow I think you went over the quota, like maybe you created 14 and then someone set your quota to a lower value after the fact15:35
*** ccrouch-afk is now known as ccrouch15:36
*** woodm1979 has joined #openstack-horizon15:42
*** jtriley has joined #openstack-horizon15:43
*** rdopiera has quit IRC15:44
openstackgerritMatt Borland proposed openstack/horizon: WIP - Launch Instance Step - Network  https://review.openstack.org/15895015:46
*** jprovazn has joined #openstack-horizon15:53
pkarikhericpeterson: thanks!15:58
*** mmdurrant has joined #openstack-horizon16:00
*** TravT_ has quit IRC16:00
*** jeblair has joined #openstack-horizon16:00
*** TravT has joined #openstack-horizon16:01
*** xnox has joined #openstack-horizon16:01
xnoxHello #openstack-infra redirected me here.16:01
xnoxXStatic-* packages do not declare valid license in the source16:02
*** dboik_ has joined #openstack-horizon16:02
xnoxit's declared in pypi metadata / setup.py as -> "(same as $foo)"16:02
xnoxwhich is not a valid license, e.g. not a tag from https://spdx.org/licenses/16:02
*** kmartin has joined #openstack-horizon16:03
*** fischerw has joined #openstack-horizon16:03
xnoxwould you be open to patch all the XStatic-* packages to have valid license terms? E.g. "MIT" rather than "(same as Angular)"16:03
*** smc7 has quit IRC16:03
*** dboik has quit IRC16:05
robcresswellxnox: *All* XStatic packages?16:07
xnoxrobcresswell: well, good point. I'm concerned about *all* that are dependencies of horizon =)16:09
xnoxrobcresswell: and well things that are published at https://github.com/stackforge -> is/are openstack project upstream for those?16:10
*** smc7 has joined #openstack-horizon16:10
robcresswellxnox: No I understood that you were referring to all the Horizon dependencies. I was just surprised that every license was incorrect, rather than a few.16:12
xnoxrobcresswell: http://paste.ubuntu.com/10540686/16:12
*** oro has quit IRC16:13
xnoxand it's clearly generated tag ->16:13
xnoxfrom xstatic.pkg import angular as xs16:13
xnoxlicense=xs.LICENSE,16:13
xnoxLICENSE = '(same as %s)' % DISPLAY_NAME16:13
*** SimonChung1 has quit IRC16:16
*** MaxV has joined #openstack-horizon16:17
*** Anticimex has quit IRC16:19
*** neelashah has quit IRC16:19
robcresswellxnox: Huh. That is interesting. So the licenses should be explicitly stated, rather than just saying "same as ____"16:19
robcresswellrobcresswell: Normally mrunge and rdopiera are the people in the know regarding packaging16:20
robcresswellxnox ^^16:20
*** victorfeitosa has joined #openstack-horizon16:20
*** Anticimex has joined #openstack-horizon16:20
robcresswell(Replied to myself, derp)16:20
xnoxrobcresswell: yes, as that's no license at all. Or so the lawyers around my desk are saying =/ it's the same crap as one cannot say "License: compatible with Debian Free Software Guidelines" -> as that's not a license either.16:21
*** stevemar has joined #openstack-horizon16:21
xnoxrobcresswell: mrunge: i'm happy to send in patches to change those to the right license tags.16:22
openstackgerritChad Roberts proposed openstack/horizon: Fixing up job binary creation in data processing  https://review.openstack.org/16176416:22
xnoxaka dereference "same as $foo" to $(licese_of($foo))16:22
rhagartyquestion - I'm putting in a new Horizon feature that requires a new version of python-cinderclient (1.1.1), which has not been releaed yet. How is this typically handled? Do I need to wait for the release?16:24
doug-fishI think merging https://review.openstack.org/#/c/159303/ would be a nice small step in getting django_openstack_auth cleared up16:26
doug-fishYour PTL likes it ... you should like it too!16:26
doug-fish:-)16:26
*** alexvictorchan has joined #openstack-horizon16:27
robcresswellrhagarty: Afaik you have to wait for the cinderclient. We have a similar thing with Neutron. Push the patch upstream and add a workflow -1, then leave a comment explaining the WIP16:30
*** david-lyle has joined #openstack-horizon16:30
*** robcresswell is now known as robcresswell_afk16:31
*** Guest63892 is now known as mfisch16:31
*** mfisch has joined #openstack-horizon16:31
doug-fishrhagarty: yeah, robcresswell_afk is right.  You can put it out for review but it cannot be merged until python-cinderclient is released16:31
rhagartyrobcresswell, I thought the "Depends-On" tag was a way to specify using a newer release in a different project. Not so?16:32
*** neelashah has joined #openstack-horizon16:33
*** neelashah1 has joined #openstack-horizon16:34
*** woodm1979 has quit IRC16:34
*** woodm1979 has joined #openstack-horizon16:34
doug-fishrhagarty: I haven't seen that tag used in horizon.  I don't see anything wrong with it - in any case the dependency needs to be delivered before you code can be merged16:35
rhagartydoug-fish, ok - thanks16:35
doug-fishsure np16:35
*** neelashah has quit IRC16:38
*** neelashah has joined #openstack-horizon16:40
*** neelashah1 has quit IRC16:43
*** rwsu-afk is now known as rwsu16:43
openstackgerritDoug Fish proposed openstack/django_openstack_auth: WIP: Sample keystone client usage for k2k federation  https://review.openstack.org/16085116:46
openstackgerritMatt Borland proposed openstack/horizon: WIP - Launch Instance Step - Network  https://review.openstack.org/15895016:47
*** amotoki has quit IRC16:53
openstackgerritBrian Tully proposed openstack/horizon: Updated Wizard Help Panel Design  https://review.openstack.org/16055516:56
openstackgerritMatt Borland proposed openstack/horizon: WIP - Launch Instance Step - Network  https://review.openstack.org/15895016:57
*** sayan has joined #openstack-horizon16:59
openstackgerritMatt Borland proposed openstack/horizon: WIP - Launch Instance Step - Network  https://review.openstack.org/15895017:00
*** JeanBriceCombebi has quit IRC17:01
openstackgerritGeorge Peristerakis proposed openstack/horizon: Refactoring the exceptions lists  https://review.openstack.org/15790417:02
*** JeanBriceCombebi has joined #openstack-horizon17:02
*** iamjarvo has quit IRC17:03
*** iamjarvo_ has joined #openstack-horizon17:03
*** Anticimex has quit IRC17:04
*** nlahouti has joined #openstack-horizon17:05
*** markus_z has quit IRC17:05
*** Anticimex has joined #openstack-horizon17:06
*** rp1369 has joined #openstack-horizon17:08
rp1369Hi, at dashboard when i click at resource usage, it reports "Daily Usage Report Per Project" table. then there is a column in this table named as "Value (Avg)". could i some how change the label "Value (Avg)" to something else ?17:08
*** bpokorny has joined #openstack-horizon17:08
*** nlahouti has quit IRC17:09
*** oro has joined #openstack-horizon17:11
openstackgerritTravis Tripp proposed openstack/horizon: Magic Search Enablement  https://review.openstack.org/15748117:13
peristerirp1369: Are you suggesting a correction?17:13
openstackgerritTravis Tripp proposed openstack/horizon: Magic Search Demo in Users table  https://review.openstack.org/15138617:13
*** SimonChung has joined #openstack-horizon17:15
rp1369peristeri, yes but on the environment im using it. "value (avg)" is not very friendly for a client i know of, and told me to change it. is it possible?17:15
openstackgerritBrian Tully proposed openstack/horizon: WIP - Launch Instance Step - Select Source  https://review.openstack.org/15893417:15
*** bpokorny has quit IRC17:16
*** bpokorny has joined #openstack-horizon17:18
peristerirp1369: yes, you can either change it in the html in the openstack_dashboard/dashboard/project/monitoring/templates and contribute it to the community17:19
peristerirp1369: or change it in the po and maintain the change everytime you upgrade.17:19
rp1369peristeri thanks alot, but where is this openstack_dashboard/dashboard/project/monitoring/templates17:21
rp1369i have /etc/openstack_dashboard/ but there is no directory as dashboard in it17:22
*** Longgeek has quit IRC17:22
rp1369peristeri, oh nvm i found it in /usr/share folder thanks alot17:24
openstackgerritMatt Borland proposed openstack/horizon: WIP - Launch Instance Step - Network  https://review.openstack.org/15895017:25
*** Ala has quit IRC17:26
*** sbfox has joined #openstack-horizon17:27
*** nlahouti has joined #openstack-horizon17:28
rp1369peristeri, this is the files containing "Value (avg)" where the last two lines are about tables and views. http://paste.openstack.org/show/189411/    but they are python codes, if i change them will it take effect imidiatly or should i compile it again?17:29
*** sbfox1 has joined #openstack-horizon17:30
*** sayan has quit IRC17:30
*** sbfox has quit IRC17:32
*** JeanBriceCombebi has quit IRC17:34
*** ygbo has quit IRC17:37
*** morganfainberg has joined #openstack-horizon17:40
* morganfainberg is surprised to not have already been here when ericpeterson came to poke keystone channel...17:41
* morganfainberg lurks in more channels...17:41
openstackgerritMatt Borland proposed openstack/horizon: WIP - Launch Instance Step - Network  https://review.openstack.org/15895017:43
ericpetersonmorganfainberg - the keystone channel gets crazy and scares me, PKI v3 federated inherited hierarchical role assignments..... makes my head spin.  I do web stuff and pictures of cats.17:45
stevemarericpeterson, we like pictures of cats too17:46
*** mrunge has quit IRC17:47
morganfainbergericpeterson: :)17:49
*** lhcheng_ has joined #openstack-horizon17:49
*** ChanServ sets mode: +o david-lyle17:50
*** neelashah has quit IRC17:52
*** SimonChung has quit IRC17:52
openstackgerritChad Roberts proposed openstack/horizon: Fixing up job binary creation in data processing  https://review.openstack.org/16176417:53
*** alanf-mc has joined #openstack-horizon17:58
*** mmdurrant has quit IRC17:58
*** harlowja_away is now known as harlowja17:58
*** dkorn has joined #openstack-horizon18:06
*** dboik_ has quit IRC18:06
*** dboik has joined #openstack-horizon18:07
*** radez_g0n3 is now known as radez18:09
*** oro has quit IRC18:11
*** rp1369 has left #openstack-horizon18:12
*** jtomasek has quit IRC18:12
*** shivrao has joined #openstack-horizon18:13
shivraohi could someone please review this: https://review.openstack.org/#/c/157246/218:13
*** e0ne has quit IRC18:15
*** sayan has joined #openstack-horizon18:17
*** jcoufal_ has quit IRC18:18
*** jgravel has quit IRC18:22
*** ybathia has joined #openstack-horizon18:23
openstackgerritMatt Borland proposed openstack/horizon: WIP - Image Details UX/Angular redesign  https://review.openstack.org/15840918:24
*** iamjarvo_ has quit IRC18:25
mattfarinadavid-lyle got a minute to PM?18:28
david-lyleon the phone, will ping when off18:28
mattfarinano rush. thanks18:29
*** jwy has joined #openstack-horizon18:30
*** iamjarvo has joined #openstack-horizon18:31
openstackgerritDan Nguyen proposed openstack/horizon: Retrieve domain scoped token  https://review.openstack.org/14808218:33
*** aix has quit IRC18:40
*** oro has joined #openstack-horizon18:42
*** dboik_ has joined #openstack-horizon18:44
*** Drago has quit IRC18:44
*** dboik_ has quit IRC18:45
*** dboik_ has joined #openstack-horizon18:45
*** dboik has quit IRC18:46
*** smc7 has quit IRC18:47
*** jrist has joined #openstack-horizon18:47
*** jwy has quit IRC18:48
*** dboik_ has quit IRC18:50
*** jwy has joined #openstack-horizon18:51
*** sambetts has quit IRC18:51
*** dboik has joined #openstack-horizon18:51
*** sambetts has joined #openstack-horizon18:52
*** DCWilliams_VA has joined #openstack-horizon18:53
*** SimonChung has joined #openstack-horizon18:53
*** SimonChung has quit IRC19:01
*** gyee has joined #openstack-horizon19:01
esphey folks this patch could use some eyes, it’s just an example v3 policy file checked into horizon19:02
esphttps://review.openstack.org/#/c/151018/19:02
espthx in advanced19:02
*** woodm1979 has quit IRC19:04
*** tosky has quit IRC19:08
openstackgerritKelly Domico proposed openstack/horizon: Updated transfer tables with table directives  https://review.openstack.org/15954119:10
openstackgerritKelly Domico proposed openstack/horizon: Demo for transfer tables and basic table  https://review.openstack.org/15542019:10
*** neelashah has joined #openstack-horizon19:13
*** jprovazn has quit IRC19:17
*** oro has quit IRC19:18
*** lhcheng_ is now known as lhcheng19:19
*** dkorn has quit IRC19:23
*** e0ne has joined #openstack-horizon19:24
*** DCWilliams_VA has quit IRC19:25
*** DCWilliams_VA has joined #openstack-horizon19:26
*** oro has joined #openstack-horizon19:26
*** DCWilliams_VA has quit IRC19:26
*** DCWilliams_VA has joined #openstack-horizon19:26
*** sqchen has joined #openstack-horizon19:27
openstackgerritThiago Paiva Brito proposed openstack/horizon: Create Project with Parent  https://review.openstack.org/11946919:27
*** smc7 has joined #openstack-horizon19:29
*** david-lyle has quit IRC19:29
openstackgerritTyr Johanson proposed openstack/horizon: Angular-based Modal Wait Spinner Widget  https://review.openstack.org/15881919:32
*** rm_work|away is now known as rm_work19:34
*** matt-borland has quit IRC19:37
openstackgerritTyr Johanson proposed openstack/horizon: Modal Wait Spinner Demo  https://review.openstack.org/15883519:39
openstackgerritTyr Johanson proposed openstack/horizon: Modal Wait Spinner Demo  https://review.openstack.org/15883519:43
*** oro has quit IRC19:45
*** woodm1979 has joined #openstack-horizon19:51
*** DCWilliams_VA has quit IRC19:52
*** Sukhdev has joined #openstack-horizon19:53
*** mpavlase has quit IRC19:54
*** MaxV has quit IRC20:00
*** Drago has joined #openstack-horizon20:02
*** Drago has quit IRC20:02
*** Drago has joined #openstack-horizon20:02
*** bpokorny_ has joined #openstack-horizon20:02
*** sqchen has quit IRC20:05
*** bpokorny has quit IRC20:06
*** SimonChung has joined #openstack-horizon20:06
*** SimonChung has quit IRC20:07
*** SimonChung1 has joined #openstack-horizon20:07
*** bpokorny has joined #openstack-horizon20:08
*** bpokorny_ has quit IRC20:11
*** fifieldt has quit IRC20:11
*** fifieldt_ has joined #openstack-horizon20:12
*** jgravel has joined #openstack-horizon20:15
*** vishwanathj has joined #openstack-horizon20:17
*** DaveJ__ has quit IRC20:20
*** Longgeek has joined #openstack-horizon20:23
*** victorfeitosa has quit IRC20:23
*** sqchen has joined #openstack-horizon20:25
*** openstackgerrit has quit IRC20:25
*** openstackgerrit has joined #openstack-horizon20:26
*** Longgeek has quit IRC20:27
openstackgerritBrian Tully proposed openstack/horizon: Updated Wizard Help Panel Design  https://review.openstack.org/16055520:29
openstackgerritBrian Tully proposed openstack/horizon: WIP - Launch Instance Step - Select Source  https://review.openstack.org/15893420:33
*** SimonChung1 has quit IRC20:35
openstackgerritBrian Tully proposed openstack/horizon: WIP - Launch Instance Step - Select Source  https://review.openstack.org/15893420:41
openstackgerritBrian Tully proposed openstack/horizon: Updated Wizard Help Panel Design  https://review.openstack.org/16055520:41
*** david-lyle_afk has joined #openstack-horizon20:45
*** ZZelle_ has joined #openstack-horizon20:46
*** david-lyle_afk has quit IRC20:47
*** david-lyle_afk has joined #openstack-horizon20:47
*** sbfox1 has quit IRC20:49
*** MaxV has joined #openstack-horizon20:51
r1chardj0n3smorning20:54
openstackgerritKelly Domico proposed openstack/horizon: Updated Wizard Help Panel Design  https://review.openstack.org/16055520:56
*** mpavlase has joined #openstack-horizon20:56
openstackgerritKelly Domico proposed openstack/horizon: WIP - Launch Instance Step - Select Source  https://review.openstack.org/15893420:57
*** sqchen has quit IRC20:58
*** sqchen has joined #openstack-horizon20:59
*** sbfox has joined #openstack-horizon21:02
*** raildo is now known as raildo_away21:03
*** david-lyle_afk is now known as david-lyle21:03
*** ChanServ sets mode: +o david-lyle21:03
openstackgerritKelly Domico proposed openstack/horizon: WIP - Launch Instance Step - Select Source  https://review.openstack.org/15893421:06
*** nlahouti has quit IRC21:08
*** zz_ttrifonov is now known as ttrifonov21:11
openstackgerritMatt Borland proposed openstack/horizon: WIP - Image Details UX/Angular redesign  https://review.openstack.org/15840921:19
*** crobertsrh has quit IRC21:19
openstackgerritMatt Borland proposed openstack/horizon: WIP - Image Details UX/Angular redesign  https://review.openstack.org/15840921:20
iamjarvohi all, I am running into this problem "Recoverable error: Malformed request URL: URL's project_id 'None' doesn't match Context's project_id 'None' (HTTP 400) (Request-ID: req-5a1c4a27-7186-45cd-8│················21:21
iamjarvo999-86109cf27fdf)"21:21
iamjarvowhile using this patch: https://review.openstack.org/#/c/148082/ using curl i get the same error21:21
david-lyleHorizon meeting long posted to Wiki for March 4, gleaned from my IRC log, I'm sure there's a better place, but this is expedient: https://wiki.openstack.org/wiki/Meetings/Horizon/March4Log21:27
david-lylelinked off the meetings page21:28
openstackgerritShaoquan Chen proposed openstack/horizon: WIP - Launch instance - common style  https://review.openstack.org/16022121:34
openstackgerritShaoquan Chen proposed openstack/horizon: WIP - Launch Instance Model  https://review.openstack.org/15892921:37
openstackgerritShaoquan Chen proposed openstack/horizon: WIP - Launch Instance Step - Select Source  https://review.openstack.org/15893421:38
david-lyleiamjarvo: that's not much to go on21:44
iamjarvodavid-lyle agreed, i think i might be on to something though21:45
iamjarvowill get back to you shortly21:45
david-lyleok21:45
iamjarvosorry for the short message above bug is bumming me out :(21:45
david-lyleno worries21:45
david-lylejust couldn't analyze based on that21:46
*** MaxV has quit IRC21:49
*** neelashah has quit IRC21:50
*** nlahouti has joined #openstack-horizon21:51
*** iamjarvo has quit IRC21:53
*** Sukhdev has quit IRC21:53
*** iamjarvo has joined #openstack-horizon21:54
*** jamielennox|away is now known as jamielennox21:56
openstackgerritDavid Lyle proposed openstack/django_openstack_auth: Add domain scoped token to session in multidomain  https://review.openstack.org/14115321:57
*** ttrifonov is now known as zz_ttrifonov21:59
openstackgerritBrian Tully proposed openstack/horizon: WIP - Launch Instance Model  https://review.openstack.org/15892921:59
openstackgerritBrian Tully proposed openstack/horizon: WIP - Launch Instance Step - Select Source  https://review.openstack.org/15893421:59
openstackgerritBrian Tully proposed openstack/horizon: WIP - Launch instance - common style  https://review.openstack.org/16022121:59
TravTr1chardj0n3s: tqtran: david-lyle: are you all around?22:01
r1chardj0n3sI'm here22:02
david-lyleyeah22:02
david-lyleis it 2PM PST or 3PM PST ?22:02
*** bpokorny_ has joined #openstack-horizon22:02
david-lyleor both?22:02
TravTvirtual sprint in #openstack-sprint time, if your up for it.22:02
david-lyle:P22:02
TravT2 PM - 3 PM22:02
* TravT hasn't learned how to type yet22:03
*** clu_ has joined #openstack-horizon22:03
mattfarinadavid-lyle got a minute?22:03
*** bpokorny has quit IRC22:05
iamjarvoesp david-lyle got it working! turns out our cloud_admin was lacking a default project22:06
david-lylemattfarina: yeah, sorry changed locations and IRC, lost context22:07
*** sbfox has quit IRC22:09
*** tqtran has joined #openstack-horizon22:09
*** tqtran has quit IRC22:09
*** lblanchard has quit IRC22:10
*** shivrao_ has joined #openstack-horizon22:12
iamjarvofigured it out by creating another admin and comparing attributes22:13
iamjarvothanks for your help!22:13
*** Sukhdev has joined #openstack-horizon22:13
*** shivrao has quit IRC22:14
*** ybathia has quit IRC22:17
*** tqtran has joined #openstack-horizon22:17
*** oro has joined #openstack-horizon22:18
*** sbfox has joined #openstack-horizon22:18
*** stevemar has quit IRC22:20
*** stevemar has joined #openstack-horizon22:20
*** sayan has quit IRC22:22
*** neelashah has joined #openstack-horizon22:24
*** tnovacik has joined #openstack-horizon22:24
*** dak419 has quit IRC22:28
*** ybathia has joined #openstack-horizon22:29
*** lhcheng has quit IRC22:33
*** SimonChung has joined #openstack-horizon22:36
*** lhcheng has joined #openstack-horizon22:42
*** e0ne has quit IRC22:44
*** dboik_ has joined #openstack-horizon22:48
*** nlahouti has quit IRC22:49
*** nlahouti has joined #openstack-horizon22:51
*** dboik has quit IRC22:52
*** dboik_ has quit IRC22:53
openstackgerritDavid Lyle proposed openstack/django_openstack_auth: Add domain scoped token to session in multidomain  https://review.openstack.org/14115322:53
*** smc7 has quit IRC22:53
openstackgerritKelly Domico proposed openstack/horizon: Updated transfer tables with table directives  https://review.openstack.org/15954122:55
openstackgerritKelly Domico proposed openstack/horizon: Demo for transfer tables and basic table  https://review.openstack.org/15542022:55
*** peristeri has quit IRC22:56
*** neelashah has quit IRC23:01
*** mattfarina has quit IRC23:02
openstackgerritMatt Borland proposed openstack/horizon: Base dashboard Jasmine framework  https://review.openstack.org/15712823:02
openstackgerritDavid Lyle proposed openstack/horizon: Demo of Jasmine Dashboard Tests  https://review.openstack.org/16084123:07
*** jtriley has quit IRC23:08
*** tnovacik has quit IRC23:09
*** dkorn has joined #openstack-horizon23:10
openstackgerritKelly Domico proposed openstack/horizon: Updated transfer tables with table directives  https://review.openstack.org/15954123:13
openstackgerritKelly Domico proposed openstack/horizon: Demo for transfer tables and basic table  https://review.openstack.org/15542023:13
*** Anticimex has quit IRC23:16
*** Anticimex has joined #openstack-horizon23:17
*** mpavlase has quit IRC23:19
*** dboik_ has joined #openstack-horizon23:21
*** oro has quit IRC23:21
openstackgerritRichard Hagarty proposed openstack/horizon: (WIP) Added volume type description for volume type  https://review.openstack.org/13387223:24
*** clu_ has quit IRC23:26
*** sbfox has quit IRC23:27
*** ybathia has quit IRC23:39
*** ericpeterson has quit IRC23:41
*** davelowe has quit IRC23:42
*** ybathia has joined #openstack-horizon23:43
*** ybathia has quit IRC23:43
*** woodm1979 has quit IRC23:46
*** clu_ has joined #openstack-horizon23:46
*** jwy has quit IRC23:46
*** openstack has joined #openstack-horizon23:53
*** SimonChung has quit IRC23:54
*** SimonChung has joined #openstack-horizon23:56

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