Friday, 2016-06-17

openstackgerritDiana Whitten proposed openstack/horizon: Align Legacy Workflows: Firewalls  https://review.openstack.org/33082600:03
openstackgerritEddie Ramirez proposed openstack/horizon: Server-side filtering Identity  https://review.openstack.org/32411200:04
*** piet has quit IRC00:06
*** uxdanielle has joined #openstack-horizon00:09
openstackgerritMerged openstack/horizon: Imported Translations from Zanata  https://review.openstack.org/32929800:11
*** roxanaghe has joined #openstack-horizon00:17
*** amotoki has quit IRC00:17
*** yingjun has joined #openstack-horizon00:21
*** roxanaghe has quit IRC00:21
openstackgerritDiana Whitten proposed openstack/horizon: Align Legacy Workflows: Admin/Host Aggregates  https://review.openstack.org/33026800:24
*** yingjun has quit IRC00:26
*** yingjun has joined #openstack-horizon00:26
*** zul has joined #openstack-horizon00:28
*** yingjun has quit IRC00:30
*** yingjun has joined #openstack-horizon00:32
*** shu-mutou-AFK is now known as shu-mutou00:32
*** weezS has joined #openstack-horizon00:34
*** Mounica has quit IRC00:36
*** Mounica has joined #openstack-horizon00:38
*** sacharya_ has quit IRC00:38
*** bpokorny has quit IRC00:41
*** Mounica has quit IRC00:45
openstackgerritDiana Whitten proposed openstack/horizon: Remove 'default' theme styles  https://review.openstack.org/31085700:49
openstackgerritDiana Whitten proposed openstack/horizon: Datepicker should inherit from theme  https://review.openstack.org/31893300:51
*** hurgleburgler has quit IRC00:53
*** sdake has joined #openstack-horizon00:58
*** zhurong has joined #openstack-horizon01:00
*** weezS has quit IRC01:13
*** sdake has quit IRC01:14
*** sdake has joined #openstack-horizon01:16
*** roxanaghe has joined #openstack-horizon01:17
*** roxanaghe has quit IRC01:22
*** sdake_ has joined #openstack-horizon01:22
*** uxdanielle has quit IRC01:24
*** sdake has quit IRC01:24
*** clu_ has quit IRC01:28
openstackgerritAllen proposed openstack/horizon: Modified Router "Set Gateway" Form Submit message  https://review.openstack.org/32872801:31
*** Daisy has joined #openstack-horizon01:33
*** mtanino has quit IRC01:45
*** Daisy has quit IRC01:47
*** wangbo has quit IRC01:48
*** Daisy has joined #openstack-horizon01:48
*** wangbo has joined #openstack-horizon01:49
*** Daisy has quit IRC01:52
*** wangbo has quit IRC01:56
*** sacharya has joined #openstack-horizon01:59
*** Daisy has joined #openstack-horizon02:06
*** dan_nguyen has quit IRC02:07
*** sacharya_ has joined #openstack-horizon02:09
*** garthb has joined #openstack-horizon02:10
*** sacharya has quit IRC02:13
*** hurgleburgler has joined #openstack-horizon02:14
*** ChanServ sets mode: +v hurgleburgler02:14
*** sdake has joined #openstack-horizon02:16
*** roxanaghe has joined #openstack-horizon02:18
*** sdake_ has quit IRC02:19
*** piet has joined #openstack-horizon02:22
*** mtanino has joined #openstack-horizon02:22
*** roxanaghe has quit IRC02:23
*** wolverin_ has joined #openstack-horizon02:34
*** wolverin_ has quit IRC02:34
*** piet has quit IRC02:35
*** wolverin_ has joined #openstack-horizon02:35
*** wangbo has joined #openstack-horizon02:35
*** wolverineav has quit IRC02:37
*** wolverin_ has quit IRC02:40
*** wangbo has quit IRC02:40
openstackgerritRichard Jones proposed openstack/horizon: Document additional release process for xstatic  https://review.openstack.org/28914202:43
*** ArcTanSusan has joined #openstack-horizon02:48
errrtsufiev: I just figured out how to include a stand alone javascript file which is just basic javascript with some jquery stuff in it. its actually very easy but I couldnt find any documentation on it. #1 add the file to openstack_dashboard/static/dashboard/js/ #2 in local_settings.py add: HORIZON_CONFIG["js_files"] = ["custom/js/myfile.js"] #3 python manage.py collectstatic --noinput; python02:51
errrmanage.py compress #4 profit.02:51
*** garthb has quit IRC02:52
*** wangbo has joined #openstack-horizon02:52
*** lblanchard has joined #openstack-horizon02:52
*** zhurong_ has joined #openstack-horizon02:53
*** uxdanielle has joined #openstack-horizon02:54
*** zhurong has quit IRC02:56
*** wangbo has quit IRC02:57
*** tpeoples has joined #openstack-horizon02:58
*** uxdanielle has quit IRC03:01
*** jamielennox is now known as jamielennox|away03:03
tpeoplesHi, is there a way I can run specific tests using tox instead of run_tests.sh? I'm trying `tox -v -e py27 -- foo.bar.foo` but the manager.py command doesn't like that.03:04
r1chardj0n3stpeoples: it should ... hmmm03:05
*** gyee has quit IRC03:07
*** amotoki has joined #openstack-horizon03:07
*** amotoki has quit IRC03:09
tpeoplesmanage.py test: error: unrecognized arguments: openstack_dashboard.test.api_tests.network_tests :(03:12
r1chardj0n3syes03:12
r1chardj0n3sI'm seeing that also. It's because two test_label args are being passed03:13
r1chardj0n3sI think I know how to fix03:13
tpeoples"horizon" and then "foobar"?03:14
r1chardj0n3sI think we need to file a bug for this because the fix isn't as simple as I'd thought thanks to the ... strange structure of the tox config03:16
r1chardj0n3stpeoples: would you like to file the bug?03:16
r1chardj0n3sunfortunately I don't think it's possible to do the equivalent of project=`echo $testargs | awk -F. '{print $1}'` in tox03:18
*** jamielennox|away is now known as jamielennox03:19
*** roxanaghe has joined #openstack-horizon03:19
tpeoplesr1chardj0n3s: sure, i can file the bug03:19
r1chardj0n3sthanks03:20
r1chardj0n3sthe basic problem is that there's no way in tox to reproduce the run_tests_subset functionality in run_tests.sh03:20
r1chardj0n3salthough...03:21
*** dan_nguyen has joined #openstack-horizon03:21
r1chardj0n3sahah!03:23
r1chardj0n3sok, I have a patch, once the bug is in place03:23
*** roxanaghe has quit IRC03:24
r1chardj0n3stpeoples: let me know when the bug is up, I'll file this patch against it and you can get on with your work :-)03:25
tpeoplesr1chardj0n3s: sorry, sidetracked watching copa america. filed https://bugs.launchpad.net/horizon/+bug/159353703:28
openstackLaunchpad bug 1593537 in OpenStack Dashboard (Horizon) "Unable to run a subset of tests using tox" [Undecided,New]03:28
openstackgerritRichard Jones proposed openstack/horizon: Fix tox lines so test_label may be specified  https://review.openstack.org/33086803:29
r1chardj0n3stpeoples ^^03:30
tpeoplesr1chardj0n3s: thanks, will try that out in a few min and post a +103:34
*** akulshin has joined #openstack-horizon03:35
openstackgerritSanjana proposed openstack/horizon: Adding Ceilometer Alarms page  https://review.openstack.org/25164403:45
*** Daisy has quit IRC03:55
*** Daisy has joined #openstack-horizon03:55
*** lblanchard has quit IRC03:57
*** Daisy has quit IRC03:58
*** Daisy has joined #openstack-horizon03:58
*** amotoki has joined #openstack-horizon04:00
*** weezS has joined #openstack-horizon04:07
*** Daisy has quit IRC04:11
*** Daisy has joined #openstack-horizon04:11
*** ArcTanSusan has quit IRC04:15
*** Daisy has quit IRC04:16
*** amotoki has quit IRC04:18
*** yingjun has quit IRC04:22
*** yingjun has joined #openstack-horizon04:22
*** yingjun has quit IRC04:27
*** dan_nguyen has quit IRC04:34
*** tqtran has quit IRC04:36
*** masco has joined #openstack-horizon04:38
*** akulshin has quit IRC04:40
*** yingjun has joined #openstack-horizon04:43
*** amotoki has joined #openstack-horizon04:45
*** yamamoto has quit IRC04:46
*** sdake_ has joined #openstack-horizon04:50
*** sdake has quit IRC04:53
*** Daisy has joined #openstack-horizon04:53
*** garthb has joined #openstack-horizon04:57
*** garthb has quit IRC04:58
*** Daisy has quit IRC05:02
*** Daisy has joined #openstack-horizon05:02
*** sguduru has joined #openstack-horizon05:03
*** ratailor has joined #openstack-horizon05:05
*** sacharya_ has quit IRC05:06
*** Daisy has quit IRC05:07
*** Daisy has joined #openstack-horizon05:07
*** yingjun has quit IRC05:09
*** yingjun has joined #openstack-horizon05:09
*** Daisy has quit IRC05:10
*** Daisy has joined #openstack-horizon05:10
*** wolverineav has joined #openstack-horizon05:11
*** yingjun has quit IRC05:14
*** wolverineav has quit IRC05:16
*** TravT has joined #openstack-horizon05:18
*** ChanServ sets mode: +v TravT05:18
*** wolverineav has joined #openstack-horizon05:19
*** roxanagh_ has joined #openstack-horizon05:20
*** TravT has quit IRC05:20
*** TravT_ has joined #openstack-horizon05:21
*** ChanServ sets mode: +v TravT_05:21
*** TravT_ has quit IRC05:22
*** TravT has joined #openstack-horizon05:22
*** ChanServ sets mode: +v TravT05:22
*** roxanagh_ has quit IRC05:25
*** TravT_ has joined #openstack-horizon05:25
*** ChanServ sets mode: +v TravT_05:25
*** TravT has quit IRC05:26
*** yamamoto has joined #openstack-horizon05:26
*** sdake has joined #openstack-horizon05:27
*** yingjun has joined #openstack-horizon05:29
*** TravT_ has quit IRC05:30
*** sdake_ has quit IRC05:31
*** Daisy has quit IRC05:32
*** Daisy has joined #openstack-horizon05:32
*** Daisy has quit IRC05:37
*** sdake_ has joined #openstack-horizon05:38
*** sdake has quit IRC05:41
*** Daisy has joined #openstack-horizon05:42
*** TravT_ has joined #openstack-horizon05:45
*** ChanServ sets mode: +v TravT_05:45
openstackgerritKenji Ishii proposed openstack/horizon: Supports extra properties in project and user  https://review.openstack.org/28698905:45
openstackgerritKenji Ishii proposed openstack/horizon: Add a parameter fixed ip when creating a port  https://review.openstack.org/32510405:47
*** TravT_ has quit IRC05:49
*** TravT has joined #openstack-horizon05:49
*** ChanServ sets mode: +v TravT05:49
*** sdake_ has quit IRC05:50
*** TravT has quit IRC05:53
*** amotoki has quit IRC05:56
*** amotoki has joined #openstack-horizon06:02
*** TravT has joined #openstack-horizon06:03
*** ChanServ sets mode: +v TravT06:03
*** Daisy has quit IRC06:04
*** Daisy has joined #openstack-horizon06:04
*** belmoreira has joined #openstack-horizon06:06
*** TravT has quit IRC06:08
*** TravT has joined #openstack-horizon06:08
*** ChanServ sets mode: +v TravT06:08
*** Daisy has quit IRC06:09
*** TravT has quit IRC06:12
openstackgerritzhang.xiuhua proposed openstack/horizon: Use named interpolation instead of positional  https://review.openstack.org/32977406:13
*** TravT has joined #openstack-horizon06:13
*** ChanServ sets mode: +v TravT06:13
openstackgerritKenji Ishii proposed openstack/horizon: Add a condition whether displaying the link jump to Encryption page  https://review.openstack.org/29340706:13
*** Daisy has joined #openstack-horizon06:15
*** TravT has quit IRC06:17
*** TravT has joined #openstack-horizon06:18
*** ChanServ sets mode: +v TravT06:18
*** TravT has quit IRC06:22
*** TravT has joined #openstack-horizon06:22
*** ChanServ sets mode: +v TravT06:22
*** rcernin has joined #openstack-horizon06:23
*** mtanino has quit IRC06:24
*** david-lyle has quit IRC06:26
*** TravT_ has joined #openstack-horizon06:27
*** ChanServ sets mode: +v TravT_06:27
*** mpavlase has joined #openstack-horizon06:27
*** tmazur has joined #openstack-horizon06:27
*** TravT has quit IRC06:28
*** pcaruana has joined #openstack-horizon06:29
*** TravT_ has quit IRC06:31
*** TravT has joined #openstack-horizon06:32
*** ChanServ sets mode: +v TravT06:32
*** TravT has quit IRC06:36
*** TravT has joined #openstack-horizon06:37
*** ChanServ sets mode: +v TravT06:37
*** akulshin has joined #openstack-horizon06:37
*** r1chardj0n3s is now known as r1chardj0n3s_afk06:40
*** TravT has quit IRC06:41
*** TravT has joined #openstack-horizon06:41
*** ChanServ sets mode: +v TravT06:41
*** akulshin has quit IRC06:42
*** akulshin has joined #openstack-horizon06:42
*** TravT_ has joined #openstack-horizon06:46
*** ChanServ sets mode: +v TravT_06:46
*** TravT has quit IRC06:46
*** akulshin has quit IRC06:48
*** Daisy_ has joined #openstack-horizon06:50
*** TravT_ has quit IRC06:50
*** TravT has joined #openstack-horizon06:51
*** ChanServ sets mode: +v TravT06:51
*** Daisy has quit IRC06:52
*** TravT has quit IRC06:55
*** TravT has joined #openstack-horizon06:56
*** ChanServ sets mode: +v TravT06:56
*** Daisy_ has quit IRC06:57
*** Daisy has joined #openstack-horizon06:58
*** TravT has quit IRC07:00
*** TravT has joined #openstack-horizon07:00
*** ChanServ sets mode: +v TravT07:00
*** weezS has quit IRC07:01
*** amotoki has quit IRC07:03
*** TravT has quit IRC07:04
*** TravT has joined #openstack-horizon07:05
*** ChanServ sets mode: +v TravT07:05
*** javeriak has joined #openstack-horizon07:09
*** TravT has quit IRC07:09
*** TravT has joined #openstack-horizon07:10
*** ChanServ sets mode: +v TravT07:10
*** tesseract has joined #openstack-horizon07:10
*** hogepodge has quit IRC07:12
*** TravT has quit IRC07:14
*** TravT_ has joined #openstack-horizon07:14
*** ChanServ sets mode: +v TravT_07:14
*** TravT_ has quit IRC07:19
*** TravT has joined #openstack-horizon07:19
*** ChanServ sets mode: +v TravT07:19
*** jprovazn has joined #openstack-horizon07:20
*** jprovazn has quit IRC07:21
*** roxanaghe has joined #openstack-horizon07:22
*** TravT_ has joined #openstack-horizon07:24
*** ChanServ sets mode: +v TravT_07:24
*** TravT has quit IRC07:24
mrungenpm tests are becoming more and more an annoyance07:25
mrungefyi, I'm trying to push a fix for a CVE through the gate https://review.openstack.org/#/c/329996/107:26
*** roxanaghe has quit IRC07:27
*** TravT_ has quit IRC07:29
*** TravT has joined #openstack-horizon07:29
*** ChanServ sets mode: +v TravT07:29
*** javeriak has quit IRC07:31
*** javeriak has joined #openstack-horizon07:31
*** dmk0202 has joined #openstack-horizon07:32
*** TravT has quit IRC07:33
*** dmk0202 has quit IRC07:33
*** TravT has joined #openstack-horizon07:33
*** ChanServ sets mode: +v TravT07:33
*** TravT has quit IRC07:38
*** TravT has joined #openstack-horizon07:38
*** ChanServ sets mode: +v TravT07:38
*** javeriak has quit IRC07:42
*** TravT has quit IRC07:42
*** TravT has joined #openstack-horizon07:43
*** ChanServ sets mode: +v TravT07:43
*** javeriak has joined #openstack-horizon07:45
*** rcernin has quit IRC07:45
*** Daisy has quit IRC07:46
*** Daisy has joined #openstack-horizon07:46
*** aortega has joined #openstack-horizon07:47
*** TravT has quit IRC07:48
*** TravT_ has joined #openstack-horizon07:48
*** ChanServ sets mode: +v TravT_07:48
openstackgerritzzxwill proposed openstack/horizon: Rename jenkins to zuul  https://review.openstack.org/33093507:49
*** aortega_ has quit IRC07:50
*** Daisy has quit IRC07:51
*** Daisy has joined #openstack-horizon07:51
*** TravT has joined #openstack-horizon07:52
*** ChanServ sets mode: +v TravT07:52
*** TravT_ has quit IRC07:52
*** TravT has quit IRC07:56
*** TravT has joined #openstack-horizon07:57
*** ChanServ sets mode: +v TravT07:57
*** yamamoto has quit IRC08:01
*** TravT_ has joined #openstack-horizon08:02
*** ChanServ sets mode: +v TravT_08:02
*** TravT has quit IRC08:02
*** TravT_ has quit IRC08:06
*** TravT has joined #openstack-horizon08:06
*** ChanServ sets mode: +v TravT08:06
*** ygbo has joined #openstack-horizon08:07
*** rcernin has joined #openstack-horizon08:10
openstackgerritDavanum Srinivas (dims) proposed openstack/horizon: [WIP] Testing latest u-c  https://review.openstack.org/30342908:10
openstackgerritDavanum Srinivas (dims) proposed openstack/horizon: [WIP] Testing latest u-c  https://review.openstack.org/30342908:10
*** TravT has quit IRC08:11
*** TravT has joined #openstack-horizon08:11
*** ChanServ sets mode: +v TravT08:11
*** TravT has quit IRC08:15
*** TravT has joined #openstack-horizon08:16
*** ChanServ sets mode: +v TravT08:16
*** TravT has quit IRC08:20
*** ameade has quit IRC08:21
*** TravT has joined #openstack-horizon08:21
*** ChanServ sets mode: +v TravT08:21
*** v12aml has quit IRC08:22
*** jlvillal has quit IRC08:22
*** jlvillal has joined #openstack-horizon08:22
*** ameade has joined #openstack-horizon08:22
*** binBASH has quit IRC08:22
*** roxanaghe has joined #openstack-horizon08:23
*** binBASH has joined #openstack-horizon08:23
*** v12aml has joined #openstack-horizon08:23
*** javeriak has quit IRC08:24
*** TravT has quit IRC08:25
*** TravT has joined #openstack-horizon08:26
*** ChanServ sets mode: +v TravT08:26
*** Daisy has quit IRC08:26
*** Daisy has joined #openstack-horizon08:26
*** dmk0202 has joined #openstack-horizon08:27
*** roxanaghe has quit IRC08:28
*** Daisy_ has joined #openstack-horizon08:29
*** TravT has quit IRC08:30
*** TravT has joined #openstack-horizon08:30
*** ChanServ sets mode: +v TravT08:30
*** Daisy has quit IRC08:33
*** pjm6_ has joined #openstack-horizon08:33
*** TravT_ has joined #openstack-horizon08:35
*** ChanServ sets mode: +v TravT_08:35
*** TravT has quit IRC08:35
*** liuyulong has quit IRC08:36
*** mkrcmari__ has joined #openstack-horizon08:36
*** tovchinnikova has joined #openstack-horizon08:36
*** jlvillal has quit IRC08:37
*** aortega_ has joined #openstack-horizon08:37
*** ntpttr_ has quit IRC08:38
*** ttrifonov_ has joined #openstack-horizon08:38
*** woodburn has quit IRC08:39
*** yamamoto has joined #openstack-horizon08:39
*** mflobo1 has joined #openstack-horizon08:39
*** TravT_ has quit IRC08:39
*** rodrigods has quit IRC08:40
*** TravT has joined #openstack-horizon08:40
*** ChanServ sets mode: +v TravT08:40
openstackgerritMerged openstack/horizon: Stop memoizing on request arguments in nova api  https://review.openstack.org/15039208:40
*** pumaranikar has quit IRC08:40
*** ntpttr_ has joined #openstack-horizon08:40
*** rodrigods has joined #openstack-horizon08:41
*** harlowja_ has quit IRC08:41
*** jlvillal has joined #openstack-horizon08:42
*** Daisy_ has quit IRC08:42
*** jmccrory has quit IRC08:42
*** Daisy has joined #openstack-horizon08:42
*** mvk_ has quit IRC08:42
*** aortega has quit IRC08:42
*** m3m0 has quit IRC08:42
*** liuyulong_ has joined #openstack-horizon08:42
*** liuyulong_ has quit IRC08:42
*** woodburn has joined #openstack-horizon08:42
*** tmazur has quit IRC08:43
*** pjm6 has quit IRC08:43
*** ttrifonov has quit IRC08:43
*** mdavidson has quit IRC08:43
*** mflobo has quit IRC08:43
*** jmccrory has joined #openstack-horizon08:43
*** pumaranikar has joined #openstack-horizon08:43
*** TravT has quit IRC08:44
*** mdavidson has joined #openstack-horizon08:44
*** TravT has joined #openstack-horizon08:45
*** ChanServ sets mode: +v TravT08:45
*** m3m0 has joined #openstack-horizon08:45
*** tpeoples has quit IRC08:47
*** Daisy_ has joined #openstack-horizon08:47
*** TravT has quit IRC08:49
*** tpeoples has joined #openstack-horizon08:49
*** kzaitsev_mb has joined #openstack-horizon08:50
*** Daisy has quit IRC08:50
*** TravT has joined #openstack-horizon08:54
*** ChanServ sets mode: +v TravT08:54
*** Daisy has joined #openstack-horizon08:58
*** Daisy_ has quit IRC08:58
*** TravT_ has joined #openstack-horizon08:59
*** ChanServ sets mode: +v TravT_08:59
*** sguduru has quit IRC08:59
*** TravT has quit IRC08:59
*** sguduru has joined #openstack-horizon09:00
*** javeriak has joined #openstack-horizon09:02
*** TravT_ has quit IRC09:03
*** Daisy_ has joined #openstack-horizon09:04
*** Daisy_ has quit IRC09:06
*** Daisy has quit IRC09:06
*** TravT has joined #openstack-horizon09:08
*** ChanServ sets mode: +v TravT09:08
*** TravT_ has joined #openstack-horizon09:13
*** ChanServ sets mode: +v TravT_09:13
*** TravT has quit IRC09:13
*** TravT_ has quit IRC09:17
*** TravT has joined #openstack-horizon09:18
*** ChanServ sets mode: +v TravT09:18
*** openstackgerrit has quit IRC09:18
*** openstackgerrit has joined #openstack-horizon09:19
*** TravT has quit IRC09:22
*** TravT has joined #openstack-horizon09:22
*** ChanServ sets mode: +v TravT09:22
*** TravT has quit IRC09:26
*** TravT has joined #openstack-horizon09:27
*** ChanServ sets mode: +v TravT09:27
tsufieverrr, that's great! Could you please file a bug regarding insufficient Horizon documentation?09:27
*** TravT has quit IRC09:31
*** TravT has joined #openstack-horizon09:32
*** ChanServ sets mode: +v TravT09:32
yingjunHi, could any core review this patch: https://review.openstack.org/#/c/221616/, it’s a follow on patch for blueprint: https://review.openstack.org/#/q/topic:bp/volume-type-access, after this patch, the bp can be closed.. Thanks!09:34
*** yingjun has quit IRC09:34
*** TravT has quit IRC09:36
*** TravT has joined #openstack-horizon09:37
*** ChanServ sets mode: +v TravT09:37
*** kzaitsev_mb has quit IRC09:41
*** TravT has quit IRC09:41
*** TravT has joined #openstack-horizon09:41
*** ChanServ sets mode: +v TravT09:41
*** kzaitsev_mb has joined #openstack-horizon09:42
*** TravT has quit IRC09:45
*** TravT has joined #openstack-horizon09:46
*** ChanServ sets mode: +v TravT09:46
*** TravT has quit IRC09:50
*** TravT has joined #openstack-horizon09:51
*** ChanServ sets mode: +v TravT09:51
*** TravT has quit IRC09:55
*** TravT has joined #openstack-horizon09:55
*** ChanServ sets mode: +v TravT09:55
*** TravT has quit IRC10:00
*** TravT has joined #openstack-horizon10:00
*** ChanServ sets mode: +v TravT10:00
*** openstackgerrit has quit IRC10:03
*** openstackgerrit has joined #openstack-horizon10:04
*** TravT has quit IRC10:04
*** TravT has joined #openstack-horizon10:05
*** ChanServ sets mode: +v TravT10:05
*** rcernin has quit IRC10:05
*** zhurong_ has quit IRC10:06
*** kzaitsev_mb has quit IRC10:06
*** TravT has quit IRC10:10
openstackgerritDavanum Srinivas (dims) proposed openstack/horizon: [WIP] Testing latest u-c  https://review.openstack.org/30342910:10
*** mrunge has quit IRC10:18
*** shu-mutou is now known as shu-mutou-AFK10:20
*** ttrifonov_ has quit IRC10:22
*** TravT has joined #openstack-horizon10:24
*** ChanServ sets mode: +v TravT10:24
*** roxanaghe has joined #openstack-horizon10:24
*** tosky has joined #openstack-horizon10:27
*** mrunge has joined #openstack-horizon10:28
*** ChanServ sets mode: +v mrunge10:28
*** roxanaghe has quit IRC10:29
*** TravT has quit IRC10:29
*** TravT_ has joined #openstack-horizon10:29
*** ChanServ sets mode: +v TravT_10:29
*** ttrifonov has joined #openstack-horizon10:32
*** TravT_ has quit IRC10:33
*** TravT has joined #openstack-horizon10:33
*** ChanServ sets mode: +v TravT10:33
*** TravT has quit IRC10:38
*** TravT has joined #openstack-horizon10:43
*** ChanServ sets mode: +v TravT10:43
*** permalac has joined #openstack-horizon10:47
*** TravT_ has joined #openstack-horizon10:47
*** ChanServ sets mode: +v TravT_10:47
*** TravT has quit IRC10:47
*** TravT_ has quit IRC10:52
*** hogepodge has joined #openstack-horizon10:54
rdopiera_ygbo: wow, it merged, I can't believe!10:55
rdopiera_ygbo: congratulations!10:55
*** rdopiera_ is now known as rdopiera10:55
*** TravT has joined #openstack-horizon10:57
*** ChanServ sets mode: +v TravT10:57
*** yingjun has joined #openstack-horizon10:58
*** TravT has quit IRC11:01
*** TravT has joined #openstack-horizon11:02
*** ChanServ sets mode: +v TravT11:02
*** TravT has quit IRC11:06
*** TravT_ has joined #openstack-horizon11:06
*** ChanServ sets mode: +v TravT_11:06
*** yingjun has quit IRC11:11
*** TravT_ has quit IRC11:11
*** yingjun has joined #openstack-horizon11:11
*** TravT has joined #openstack-horizon11:11
*** ChanServ sets mode: +v TravT11:11
*** TravT has quit IRC11:15
*** yingjun has quit IRC11:16
*** TravT has joined #openstack-horizon11:16
*** ChanServ sets mode: +v TravT11:16
*** TravT has quit IRC11:20
*** TravT has joined #openstack-horizon11:21
*** ChanServ sets mode: +v TravT11:21
*** kzaitsev_mb has joined #openstack-horizon11:25
*** TravT has quit IRC11:25
*** roxanaghe has joined #openstack-horizon11:25
*** TravT has joined #openstack-horizon11:25
*** ChanServ sets mode: +v TravT11:25
*** jtriley has joined #openstack-horizon11:28
*** kzaitsev_mb has quit IRC11:29
*** TravT has quit IRC11:29
*** roxanaghe has quit IRC11:29
*** TravT has joined #openstack-horizon11:30
*** ChanServ sets mode: +v TravT11:30
*** dims has left #openstack-horizon11:34
*** TravT has quit IRC11:34
*** TravT has joined #openstack-horizon11:35
*** ChanServ sets mode: +v TravT11:35
*** kzaitsev_mb has joined #openstack-horizon11:35
*** lblanchard has joined #openstack-horizon11:37
*** TravT has quit IRC11:39
*** yingjun has joined #openstack-horizon11:39
*** TravT has joined #openstack-horizon11:39
*** ChanServ sets mode: +v TravT11:39
ygbordopiera: Great news :-)11:40
*** TravT_ has joined #openstack-horizon11:44
*** ChanServ sets mode: +v TravT_11:44
*** DevBox has joined #openstack-horizon11:44
*** TravT has quit IRC11:45
*** masco has quit IRC11:45
*** zhurong has joined #openstack-horizon11:47
*** rcernin has joined #openstack-horizon11:47
*** zhurong has quit IRC11:48
*** TravT_ has quit IRC11:49
*** TravT has joined #openstack-horizon11:49
*** ChanServ sets mode: +v TravT11:49
*** TravT has quit IRC11:53
*** tovchinnikova has quit IRC11:54
*** TravT has joined #openstack-horizon11:54
*** ChanServ sets mode: +v TravT11:54
*** sguduru has quit IRC11:55
*** DevBox has quit IRC11:56
*** TravT has quit IRC11:58
*** TravT has joined #openstack-horizon11:59
*** ChanServ sets mode: +v TravT11:59
*** brunotikami has joined #openstack-horizon12:01
*** jtriley has quit IRC12:02
*** jtriley has joined #openstack-horizon12:03
*** TravT has quit IRC12:03
*** TravT_ has joined #openstack-horizon12:03
*** ChanServ sets mode: +v TravT_12:03
*** dave-mccowan has joined #openstack-horizon12:04
*** dmk0202 has quit IRC12:05
*** mtanino has joined #openstack-horizon12:07
*** TravT_ has quit IRC12:08
*** TravT has joined #openstack-horizon12:08
*** ChanServ sets mode: +v TravT12:08
*** rreimberg has joined #openstack-horizon12:11
*** javeriak has quit IRC12:11
*** javeriak has joined #openstack-horizon12:12
*** javeriak has quit IRC12:12
*** TravT_ has joined #openstack-horizon12:13
*** ChanServ sets mode: +v TravT_12:13
*** TravT has quit IRC12:13
*** TravT_ has quit IRC12:17
*** kzaitsev_mb has quit IRC12:17
*** TravT has joined #openstack-horizon12:17
*** ChanServ sets mode: +v TravT12:17
*** jtriley has quit IRC12:20
*** TravT has quit IRC12:22
*** TravT has joined #openstack-horizon12:22
*** ChanServ sets mode: +v TravT12:22
*** roxanaghe has joined #openstack-horizon12:26
*** TravT has quit IRC12:26
*** TravT has joined #openstack-horizon12:27
*** ChanServ sets mode: +v TravT12:27
*** roxanaghe has quit IRC12:30
*** kzaitsev_mb has joined #openstack-horizon12:31
*** TravT_ has joined #openstack-horizon12:31
*** ChanServ sets mode: +v TravT_12:31
*** TravT has quit IRC12:31
*** pauloewerton has joined #openstack-horizon12:34
*** TravT_ has quit IRC12:36
*** kzaitsev_mb has quit IRC12:36
*** TravT has joined #openstack-horizon12:36
*** ChanServ sets mode: +v TravT12:36
*** piet has joined #openstack-horizon12:37
*** peristeri has joined #openstack-horizon12:40
*** TravT_ has joined #openstack-horizon12:41
*** ChanServ sets mode: +v TravT_12:41
*** kzaitsev_mb has joined #openstack-horizon12:41
*** TravT has quit IRC12:41
*** rreimberg has left #openstack-horizon12:41
*** TravT_ has quit IRC12:46
*** TravT has joined #openstack-horizon12:46
*** ChanServ sets mode: +v TravT12:46
*** TravT_ has joined #openstack-horizon12:50
*** ChanServ sets mode: +v TravT_12:50
*** TravT has quit IRC12:51
*** matt-borland has joined #openstack-horizon12:53
*** TravT has joined #openstack-horizon12:55
*** ChanServ sets mode: +v TravT12:55
*** mpavlase has quit IRC12:55
*** TravT_ has quit IRC12:56
*** TravT has quit IRC13:00
*** TravT has joined #openstack-horizon13:00
*** ChanServ sets mode: +v TravT13:00
*** TravT has quit IRC13:04
*** zhurong has joined #openstack-horizon13:08
*** TravT has joined #openstack-horizon13:09
*** ChanServ sets mode: +v TravT13:09
*** uxdanielle has joined #openstack-horizon13:10
*** TravT has quit IRC13:14
*** TravT_ has joined #openstack-horizon13:14
*** ChanServ sets mode: +v TravT_13:14
*** yingjun has quit IRC13:16
*** yingjun has joined #openstack-horizon13:16
*** TravT_ has quit IRC13:18
*** TravT has joined #openstack-horizon13:19
*** ChanServ sets mode: +v TravT13:19
*** yingjun has quit IRC13:21
*** TravT has quit IRC13:24
*** TravT_ has joined #openstack-horizon13:24
*** ChanServ sets mode: +v TravT_13:24
*** yohoffman has joined #openstack-horizon13:25
*** roxanaghe has joined #openstack-horizon13:27
*** TravT_ has quit IRC13:28
*** TravT has joined #openstack-horizon13:28
*** ChanServ sets mode: +v TravT13:28
*** roxanaghe has quit IRC13:31
*** TravT has quit IRC13:33
*** TravT has joined #openstack-horizon13:33
*** ChanServ sets mode: +v TravT13:33
*** mtanino has quit IRC13:35
*** yingjun has joined #openstack-horizon13:36
*** TravT has quit IRC13:37
*** TravT has joined #openstack-horizon13:38
*** ChanServ sets mode: +v TravT13:38
*** TravT has quit IRC13:42
*** cardeois__ has joined #openstack-horizon13:42
*** TravT has joined #openstack-horizon13:42
*** ChanServ sets mode: +v TravT13:42
*** piet has quit IRC13:45
*** cardeois__ has quit IRC13:47
*** cardeois__ has joined #openstack-horizon13:47
*** TravT has quit IRC13:47
*** TravT_ has joined #openstack-horizon13:47
*** ChanServ sets mode: +v TravT_13:47
*** piet has joined #openstack-horizon13:48
*** piet has quit IRC13:49
*** ametts has joined #openstack-horizon13:50
*** TravT_ has quit IRC13:51
*** edtubill has joined #openstack-horizon13:52
*** TravT has joined #openstack-horizon13:52
*** ChanServ sets mode: +v TravT13:52
*** rodrigods has quit IRC13:52
*** rodrigods has joined #openstack-horizon13:52
openstackgerritMatt Borland proposed openstack/horizon: Using registration for auto-generation of Image feature  https://review.openstack.org/30956113:54
*** zhurong has quit IRC13:55
*** zhurong has joined #openstack-horizon13:56
*** TravT_ has joined #openstack-horizon13:56
*** ChanServ sets mode: +v TravT_13:56
*** TravT has quit IRC13:57
*** zhurong has quit IRC14:00
*** TravT has joined #openstack-horizon14:01
*** ChanServ sets mode: +v TravT14:01
*** TravT_ has quit IRC14:01
*** sjmc7 has joined #openstack-horizon14:05
*** TravT has quit IRC14:06
*** TravT has joined #openstack-horizon14:06
*** ChanServ sets mode: +v TravT14:06
*** zhurong has joined #openstack-horizon14:07
*** TravT has quit IRC14:10
*** TravT has joined #openstack-horizon14:10
*** ChanServ sets mode: +v TravT14:10
lcastellmorning o/14:10
*** sdake has joined #openstack-horizon14:12
openstackgerritOpenStack Proposal Bot proposed openstack/django_openstack_auth: Updated from global requirements  https://review.openstack.org/33116214:13
*** TravT has quit IRC14:15
*** TravT has joined #openstack-horizon14:16
*** ChanServ sets mode: +v TravT14:16
*** zul has quit IRC14:16
*** zul has joined #openstack-horizon14:16
*** jtriley has joined #openstack-horizon14:17
*** TravT has quit IRC14:20
*** TravT has joined #openstack-horizon14:20
*** ChanServ sets mode: +v TravT14:20
*** zul_ has joined #openstack-horizon14:21
*** mtanino has joined #openstack-horizon14:21
*** jtriley has quit IRC14:22
*** zul has quit IRC14:23
*** TravT_ has joined #openstack-horizon14:25
*** ChanServ sets mode: +v TravT_14:25
*** TravT has quit IRC14:25
*** roxanaghe has joined #openstack-horizon14:28
*** TravT_ has quit IRC14:29
*** kbaikov has quit IRC14:29
*** yingjun has quit IRC14:30
*** yingjun has joined #openstack-horizon14:30
*** yingjun_ has joined #openstack-horizon14:32
*** david-lyle has joined #openstack-horizon14:32
*** yingjun has quit IRC14:32
*** roxanaghe has quit IRC14:32
openstackgerritMatt Borland proposed openstack/horizon: Using registration for auto-generation of Image feature  https://review.openstack.org/30956114:34
*** zhurong has quit IRC14:36
*** TravT has joined #openstack-horizon14:39
*** ChanServ sets mode: +v TravT14:39
*** jtriley has joined #openstack-horizon14:40
*** sacharya has joined #openstack-horizon14:40
*** TravT has quit IRC14:43
*** TravT has joined #openstack-horizon14:44
*** ChanServ sets mode: +v TravT14:44
openstackgerritTatiana Ovchinnikova proposed openstack/manila-ui: Clean Security Services modal forms  https://review.openstack.org/32944114:45
*** sacharya_ has joined #openstack-horizon14:47
*** TravT has quit IRC14:48
*** ratailor has quit IRC14:48
*** TravT has joined #openstack-horizon14:48
*** ChanServ sets mode: +v TravT14:48
*** sacharya has quit IRC14:50
*** Mounica has joined #openstack-horizon14:51
openstackgerritDiana Whitten proposed openstack/horizon: Align Legacy Workflows: Identity/Domains  https://review.openstack.org/33074914:52
openstackgerritDiana Whitten proposed openstack/horizon: Align Legacy Workflows: Project/Networks  https://review.openstack.org/33073514:52
openstackgerritDiana Whitten proposed openstack/horizon: Align Legacy Workflows: Firewalls  https://review.openstack.org/33082614:52
openstackgerritDiana Whitten proposed openstack/horizon: Align Legacy Workflows: Project/Volumes  https://review.openstack.org/33071314:52
openstackgerritDiana Whitten proposed openstack/horizon: Align Legacy Workflows: Admin/Flavors  https://review.openstack.org/33027614:52
openstackgerritDiana Whitten proposed openstack/horizon: Align Legacy Workflows: Project/Access & Security  https://review.openstack.org/33069314:52
openstackgerritDiana Whitten proposed openstack/horizon: Align Legacy Workflows: Identity/Projects  https://review.openstack.org/33069014:52
openstackgerritDiana Whitten proposed openstack/horizon: Align Legacy Workflows: Admin/Defaults  https://review.openstack.org/33027114:53
*** Mounica has quit IRC14:53
*** TravT has quit IRC14:53
*** weezS has joined #openstack-horizon14:53
*** TravT has joined #openstack-horizon14:53
*** ChanServ sets mode: +v TravT14:53
*** pcaruana has quit IRC14:54
*** TravT has quit IRC14:57
*** TravT has joined #openstack-horizon14:58
*** ChanServ sets mode: +v TravT14:58
*** roxanaghe has joined #openstack-horizon14:59
*** TravT has quit IRC15:02
*** roxanaghe has quit IRC15:03
*** tesseract has quit IRC15:05
*** Mounica has joined #openstack-horizon15:05
*** rcernin has quit IRC15:07
*** TravT has joined #openstack-horizon15:07
*** ChanServ sets mode: +v TravT15:07
*** TravT has quit IRC15:07
*** TravT has joined #openstack-horizon15:08
*** ChanServ sets mode: +v TravT15:08
*** amotoki has joined #openstack-horizon15:09
*** jtriley has quit IRC15:11
openstackgerritTimur Sufiev proposed openstack/horizon: [WIP] Support for Glance v2  https://review.openstack.org/32003915:14
*** dan_nguyen has joined #openstack-horizon15:18
*** sdake has quit IRC15:20
*** ygbo has quit IRC15:27
*** tyr__ has joined #openstack-horizon15:29
openstackgerritMatt Borland proposed openstack/horizon: Fix hz-dynamic-table formatting for magic-search and actions  https://review.openstack.org/32999415:29
*** dan_nguyen has quit IRC15:32
*** tyr__ has quit IRC15:33
openstackgerritMatt Borland proposed openstack/horizon: Fix hz-dynamic-table formatting for magic-search and actions  https://review.openstack.org/32999415:34
*** jtriley has joined #openstack-horizon15:35
*** dan_nguyen has joined #openstack-horizon15:36
*** belmoreira has quit IRC15:40
matt-borlandhere's a patch to LBaaS...it wasn't taking OPENSTACK_ENDPOINT_TYPE into account for its Barbican calls: https://review.openstack.org/#/c/330697/15:43
*** ezpz has joined #openstack-horizon15:49
*** bpokorny has joined #openstack-horizon15:49
*** sdake has joined #openstack-horizon15:51
*** dan_nguyen has quit IRC15:51
*** cardeois__ has quit IRC15:52
*** cardeois__ has joined #openstack-horizon15:53
*** jtriley has quit IRC15:57
*** dan_nguyen has joined #openstack-horizon15:59
*** jtriley has joined #openstack-horizon16:01
*** bpokorny has quit IRC16:01
*** bpokorny has joined #openstack-horizon16:02
*** permalac has quit IRC16:03
*** roxanaghe has joined #openstack-horizon16:06
*** sdake has quit IRC16:07
*** jtriley has quit IRC16:07
openstackgerritJuan Pablo lopez Gutierrez proposed openstack/horizon: Server-side filtering networks  https://review.openstack.org/32918416:07
*** dmk0202 has joined #openstack-horizon16:09
*** javeriak has joined #openstack-horizon16:10
*** mdavidson has quit IRC16:11
*** jtriley has joined #openstack-horizon16:15
*** roxanaghe has quit IRC16:15
*** roxanaghe has joined #openstack-horizon16:22
*** ChanServ sets mode: +o david-lyle16:29
*** jtriley has quit IRC16:30
-openstackstatus- NOTICE: zuul was restarted for a software upgrade; events between 16:08 and 16:30 were missed, please recheck any changes uploaded during that time16:33
*** jtriley has joined #openstack-horizon16:36
*** yingjun_ has quit IRC16:37
*** yingjun has joined #openstack-horizon16:37
*** jtriley has quit IRC16:41
*** gyee has joined #openstack-horizon16:42
*** yingjun has quit IRC16:42
*** pushkaru has joined #openstack-horizon16:47
*** weezS has quit IRC16:51
*** harlowja has joined #openstack-horizon16:53
andrewbogottAre there any basic architectural docs about horizon?  Like, something as basic as "Models inherit from X, Views inherit from Y, etc."17:01
*** cardeois___ has joined #openstack-horizon17:03
*** clu_ has joined #openstack-horizon17:04
*** ChanServ sets mode: +v clu_17:04
*** ccesario has quit IRC17:05
*** bpokorny has quit IRC17:06
*** cardeois__ has quit IRC17:07
*** javeriak_ has joined #openstack-horizon17:07
*** javeriak has quit IRC17:07
*** cardeois___ has quit IRC17:08
*** yamamoto has quit IRC17:10
*** jtriley has joined #openstack-horizon17:11
*** mvk_ has joined #openstack-horizon17:11
mrungeandrewbogott, not really. at least, not to my knowledge17:11
andrewbogott:(17:11
mrungeyou probably saw the api reference? http://docs.openstack.org/developer/horizon/#api-reference17:12
mrungeand also http://docs.openstack.org/developer/horizon/sourcecode/autoindex.html17:12
*** amotoki has quit IRC17:13
andrewbogottyeah, lots of details but I could use an overview.  right now it feels like… "Throw all these classes and templates in to a bag and shake it up and some of them might spontaneously interact with other ones!"17:13
*** mkrcmari__ has quit IRC17:15
*** bpokorny has joined #openstack-horizon17:16
*** ccesario has joined #openstack-horizon17:19
*** uxdanielle has quit IRC17:20
brunotikamiandrewbogott I felt this way as well when starting17:21
*** yohoffman has quit IRC17:22
*** dsneddon has quit IRC17:25
*** uxdanielle has joined #openstack-horizon17:25
openstackgerritTimur Sufiev proposed openstack/horizon: [WIP] Support for Glance v2  https://review.openstack.org/32003917:26
andrewbogottHere's my question of the moment… I have a template with17:29
andrewbogott<button class="btn btn-primary" type="submit">{% trans "Edit" %}</button>17:29
andrewbogottHow do I make that button do something?17:29
andrewbogott(I'm guessing the answer is 'it depends' and that it depends on a LOT of things)17:30
tsufievbpokorny, I DID IT! Look at https://review.openstack.org/#/c/320039/9..1017:30
*** piet has joined #openstack-horizon17:31
bpokornytsufiev: Do you mean unit tests pass for the latest patch set?17:32
tsufievyes, passed locally for me17:33
bpokornyNice job!17:33
bpokornyThose were tough to get passing without a lot of weird stuff in the code.17:34
tsufievnot sure if we really need to have so much unit tests for nova17:34
*** tyr__ has joined #openstack-horizon17:34
bpokornyIt's great you got them passing with just modifications to the tests.17:34
tsufievlook like 75% garbage to me17:34
tsufievI'm a lazy developer :)17:35
tsufievno way I could have rewritten them completely17:35
bpokornyCool, looks like you've got a bunch that test v1 and v2.17:37
bpokornyI'll review the lastest. Looks good so far :)17:38
*** wolverineav has quit IRC17:39
*** tyr__ has quit IRC17:40
*** sdake has joined #openstack-horizon17:40
*** wolverineav has joined #openstack-horizon17:40
*** pauloewerton has quit IRC17:43
*** bpokorny has quit IRC17:44
*** wolverineav has quit IRC17:45
matt-borlandtsufiev, so what is the word on the street about using the auth token as in https://review.openstack.org/#/c/317365/11/openstack_dashboard/api/glance.py...should we just expose that via an API to the client side?17:45
matt-borlandI mean, it's no more secret at this phase if we sneak it into the image object, or if we have an api for it17:46
matt-borlandI have people asking about how to initiate CORS fetches, etc.17:46
* matt-borland of course now I have to go to lunch17:46
*** dsneddon has joined #openstack-horizon17:48
tsufievmatt-borland, honestly, no idea. I'd like to get some security people to review this patch, but don't know how to reach out to them17:48
sjmc7#openstack-security?17:50
*** pauloewerton has joined #openstack-horizon17:50
*** tosky has quit IRC17:52
*** Mounica has quit IRC17:55
*** gyee has quit IRC17:55
openstackgerritMerged openstack/horizon: Trivial: Remove unused 'horizon.app.core.images.events'  https://review.openstack.org/31922318:02
*** harlowja has quit IRC18:04
*** kzaitsev_mb has quit IRC18:06
*** javeriak_ has quit IRC18:09
*** tyr__ has joined #openstack-horizon18:10
*** yamamoto has joined #openstack-horizon18:10
*** javeriak has joined #openstack-horizon18:10
*** xiangxinyong has quit IRC18:13
*** xiangxinyong has joined #openstack-horizon18:14
*** weezS has joined #openstack-horizon18:15
*** Mounica has joined #openstack-horizon18:17
*** jtriley has quit IRC18:18
*** wolverineav has joined #openstack-horizon18:18
*** wolverineav has quit IRC18:19
*** wolverineav has joined #openstack-horizon18:19
tsufievsjmc7, who would have thought :)... thanks for the tip!18:19
*** jtriley has joined #openstack-horizon18:19
*** wolverineav has quit IRC18:19
*** wolverineav has joined #openstack-horizon18:20
*** sjmc7 has quit IRC18:22
*** yamamoto has quit IRC18:24
*** aortega_ has quit IRC18:24
*** mkrcmari__ has joined #openstack-horizon18:25
*** mvk_ has quit IRC18:28
*** aortega has joined #openstack-horizon18:33
*** pushkaru has quit IRC18:36
*** sjmc7 has joined #openstack-horizon18:40
*** weezS has quit IRC18:52
*** weezS has joined #openstack-horizon18:53
*** jtriley has quit IRC18:53
*** weezS has quit IRC18:57
*** javeriak has quit IRC18:59
*** javeriak has joined #openstack-horizon19:08
*** gyee has joined #openstack-horizon19:17
*** zackf has quit IRC19:23
*** Marcellin has joined #openstack-horizon19:24
*** piet has quit IRC19:25
*** piet has joined #openstack-horizon19:26
*** pushkaru has joined #openstack-horizon19:31
*** harlowja has joined #openstack-horizon19:32
openstackgerritMerged openstack/horizon: Horizon selects are now themable: Identity Panels  https://review.openstack.org/32464019:35
openstackgerritMatt Borland proposed openstack/horizon: Using registration for auto-generation of Image feature  https://review.openstack.org/30956119:35
openstackgerritMerged openstack/horizon: UX: Remove duplicated view title under Settings section  https://review.openstack.org/31841419:35
openstackgerritMatt Borland proposed openstack/horizon: Modified modal error message to display properly when present  https://review.openstack.org/31760819:48
*** pauloewerton has quit IRC19:49
*** piet has quit IRC20:00
openstackgerritCindy Lu proposed openstack/horizon: cleanup for ng create volume workflow  https://review.openstack.org/29601120:03
*** hurgleburgler has quit IRC20:06
*** dan_nguyen has quit IRC20:09
*** edtubill has quit IRC20:12
*** piet has joined #openstack-horizon20:13
*** wolverin_ has joined #openstack-horizon20:13
*** wolverineav has quit IRC20:16
*** wolverin_ has quit IRC20:26
*** wolverineav has joined #openstack-horizon20:26
*** mvk_ has joined #openstack-horizon20:34
*** mkrcmari__ has quit IRC20:38
*** hurgleburgler has joined #openstack-horizon20:39
*** ChanServ sets mode: +v hurgleburgler20:39
*** jtriley has joined #openstack-horizon20:39
*** pushkaru has quit IRC20:44
*** brunotikami has quit IRC20:53
*** mkrcmari__ has joined #openstack-horizon20:54
*** mvk_ has quit IRC20:57
openstackgerritJuan Pablo lopez Gutierrez proposed openstack/horizon: Improved table deletion efficiency  https://review.openstack.org/32228221:00
*** mvk has joined #openstack-horizon21:01
*** mkrcmari__ has quit IRC21:02
*** davidlenwell has quit IRC21:02
jlopezgutsufiev: I looked at images but in pagination is using the default images, it is not createing or deleting, I modified the instances integration tests21:03
*** jtriley has quit IRC21:03
*** javeriak has quit IRC21:04
*** jtriley has joined #openstack-horizon21:09
*** davidlenwell has joined #openstack-horizon21:13
*** ametts has quit IRC21:13
*** piet has quit IRC21:15
openstackgerritDaniel Castellanos proposed openstack/horizon: Magic Search Wrapper/Server-side (API) filtering for swift UI  https://review.openstack.org/32722421:16
*** edtubill has joined #openstack-horizon21:19
openstackgerritMerged openstack/horizon: Enhance policy rules to workflow actions  https://review.openstack.org/14415221:21
*** edtubill has quit IRC21:22
*** dave-mccowan has quit IRC21:26
*** weezS has joined #openstack-horizon21:28
*** jtriley has quit IRC21:30
openstackgerritMerged openstack/horizon: Prevent creation of subnet via RBAC during new network creation  https://review.openstack.org/14415321:32
*** dmk0202 has quit IRC21:33
*** dmk0202 has joined #openstack-horizon21:34
openstackgerritMatt Borland proposed openstack/horizon: Using registration for auto-generation of Image feature  https://review.openstack.org/30956121:35
*** dsneddon has quit IRC21:36
*** erlon has quit IRC21:36
openstackgerritDaniel Castellanos proposed openstack/horizon: Stop memoizing on request argument in neutron api  https://review.openstack.org/31625821:41
openstackgerritDaniel Castellanos proposed openstack/horizon: stop memoizing on request argument in cinder api  https://review.openstack.org/31475021:41
openstackgerritMatt Borland proposed openstack/horizon: Using registration for auto-generation of Image feature  https://review.openstack.org/30956121:43
openstackgerritMatt Borland proposed openstack/horizon: Fix hz-dynamic-table formatting for magic-search and actions  https://review.openstack.org/32999421:43
*** dmk0202 has quit IRC21:50
*** ezpz has quit IRC21:52
*** aortega has quit IRC21:53
*** dsneddon has joined #openstack-horizon21:54
*** edtubill has joined #openstack-horizon21:56
*** aortega has joined #openstack-horizon21:58
openstackgerritMatt Borland proposed openstack/horizon: Using registration for auto-generation of Image feature  https://review.openstack.org/30956121:58
*** edtubill has quit IRC21:58
openstackgerritYing Zuo proposed openstack/horizon: Fix css class for cancel button on metadata modal  https://review.openstack.org/33136122:00
openstackgerritDiana Whitten proposed openstack/horizon: Modals should inherit from the theme  https://review.openstack.org/30958122:07
lcastellsomebody around?22:08
david-lylelcastell, o/22:08
lcastello/ david-lyle, quick quiestion22:09
lcastellquestion**22:09
lcastellwho can change the BPs status from one to another? like from unkown to started.. or is this automatically done?22:09
*** pushkaru has joined #openstack-horizon22:10
david-lylelcastell, the assignee or a core22:10
lcastellcool22:10
david-lylefeel free to update the status on your own blueprints22:10
lcastellgreat! thanks david-lyle22:11
david-lylelcastell, np22:11
openstackgerritMatt Borland proposed openstack/horizon: Fix hz-dynamic-table formatting for magic-search and actions  https://review.openstack.org/32999422:14
openstackgerritMatt Borland proposed openstack/horizon: Using registration for auto-generation of Image feature  https://review.openstack.org/30956122:16
openstackgerritThai Tran proposed openstack/horizon: Documentation for translation in horizon  https://review.openstack.org/32800822:18
*** matt-borland has quit IRC22:18
*** lblanchard has quit IRC22:22
*** pjm6_ is now known as pjm622:24
*** peristeri has quit IRC22:30
*** ppiela has quit IRC22:35
*** dan_nguyen has joined #openstack-horizon22:37
*** sdake has quit IRC22:38
*** weezS has quit IRC22:39
*** mvk_ has joined #openstack-horizon22:39
*** sdake has joined #openstack-horizon22:41
*** weezS has joined #openstack-horizon22:42
*** mvk has quit IRC22:42
*** edtubill has joined #openstack-horizon22:44
*** sjmc7 has quit IRC22:45
*** aortega has quit IRC22:45
*** aortega has joined #openstack-horizon22:47
openstackgerritDiana Whitten proposed openstack/horizon: Added SELECTABLE_THEMES setting  https://review.openstack.org/31775722:49
*** uxdanielle has quit IRC22:49
openstackgerritTyr Johanson proposed openstack/horizon: [WIP] Resource Action Enablements  https://review.openstack.org/32970022:49
*** tyr__ has quit IRC22:49
*** edtubill has quit IRC22:51
openstackgerritDavid Lyle proposed openstack/horizon: updating neutron policy file  https://review.openstack.org/33137022:51
*** edtubill has joined #openstack-horizon22:52
*** edtubill has quit IRC23:08
*** lblanchard has joined #openstack-horizon23:09
*** lblanchard has quit IRC23:11
*** sacharya_ has quit IRC23:13
openstackgerritDiana Whitten proposed openstack/horizon: Align Legacy Workflows: Identity/Projects  https://review.openstack.org/33069023:14
*** Marcellin has quit IRC23:16
*** dave-mccowan has joined #openstack-horizon23:22
*** weezS has quit IRC23:22
*** dave-mccowan has quit IRC23:26
*** jtriley has joined #openstack-horizon23:26
*** jtriley has quit IRC23:30
*** aortega has quit IRC23:31
*** aortega has joined #openstack-horizon23:35
*** hurgleburgler has quit IRC23:36
*** pushkaru has quit IRC23:37
*** hurgleburgler has joined #openstack-horizon23:38
*** ChanServ sets mode: +v hurgleburgler23:38
*** Mounica has quit IRC23:42
*** gyee has quit IRC23:46
*** pushkaru has joined #openstack-horizon23:47
openstackgerritYing Zuo proposed openstack/horizon: Check if volume type encryption is enabled before retrieving the data  https://review.openstack.org/33138023:53
openstackgerritMerged openstack/horizon: Show instance lock/unlock actions based on the locked status  https://review.openstack.org/27284123:54
*** weezS has joined #openstack-horizon23:57
*** hurgleburgler has quit IRC23:58

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