openstackgerrit | Diana Whitten proposed openstack/horizon: Align Legacy Workflows: Firewalls https://review.openstack.org/330826 | 00:03 |
---|---|---|
openstackgerrit | Eddie Ramirez proposed openstack/horizon: Server-side filtering Identity https://review.openstack.org/324112 | 00:04 |
*** piet has quit IRC | 00:06 | |
*** uxdanielle has joined #openstack-horizon | 00:09 | |
openstackgerrit | Merged openstack/horizon: Imported Translations from Zanata https://review.openstack.org/329298 | 00:11 |
*** roxanaghe has joined #openstack-horizon | 00:17 | |
*** amotoki has quit IRC | 00:17 | |
*** yingjun has joined #openstack-horizon | 00:21 | |
*** roxanaghe has quit IRC | 00:21 | |
openstackgerrit | Diana Whitten proposed openstack/horizon: Align Legacy Workflows: Admin/Host Aggregates https://review.openstack.org/330268 | 00:24 |
*** yingjun has quit IRC | 00:26 | |
*** yingjun has joined #openstack-horizon | 00:26 | |
*** zul has joined #openstack-horizon | 00:28 | |
*** yingjun has quit IRC | 00:30 | |
*** yingjun has joined #openstack-horizon | 00:32 | |
*** shu-mutou-AFK is now known as shu-mutou | 00:32 | |
*** weezS has joined #openstack-horizon | 00:34 | |
*** Mounica has quit IRC | 00:36 | |
*** Mounica has joined #openstack-horizon | 00:38 | |
*** sacharya_ has quit IRC | 00:38 | |
*** bpokorny has quit IRC | 00:41 | |
*** Mounica has quit IRC | 00:45 | |
openstackgerrit | Diana Whitten proposed openstack/horizon: Remove 'default' theme styles https://review.openstack.org/310857 | 00:49 |
openstackgerrit | Diana Whitten proposed openstack/horizon: Datepicker should inherit from theme https://review.openstack.org/318933 | 00:51 |
*** hurgleburgler has quit IRC | 00:53 | |
*** sdake has joined #openstack-horizon | 00:58 | |
*** zhurong has joined #openstack-horizon | 01:00 | |
*** weezS has quit IRC | 01:13 | |
*** sdake has quit IRC | 01:14 | |
*** sdake has joined #openstack-horizon | 01:16 | |
*** roxanaghe has joined #openstack-horizon | 01:17 | |
*** roxanaghe has quit IRC | 01:22 | |
*** sdake_ has joined #openstack-horizon | 01:22 | |
*** uxdanielle has quit IRC | 01:24 | |
*** sdake has quit IRC | 01:24 | |
*** clu_ has quit IRC | 01:28 | |
openstackgerrit | Allen proposed openstack/horizon: Modified Router "Set Gateway" Form Submit message https://review.openstack.org/328728 | 01:31 |
*** Daisy has joined #openstack-horizon | 01:33 | |
*** mtanino has quit IRC | 01:45 | |
*** Daisy has quit IRC | 01:47 | |
*** wangbo has quit IRC | 01:48 | |
*** Daisy has joined #openstack-horizon | 01:48 | |
*** wangbo has joined #openstack-horizon | 01:49 | |
*** Daisy has quit IRC | 01:52 | |
*** wangbo has quit IRC | 01:56 | |
*** sacharya has joined #openstack-horizon | 01:59 | |
*** Daisy has joined #openstack-horizon | 02:06 | |
*** dan_nguyen has quit IRC | 02:07 | |
*** sacharya_ has joined #openstack-horizon | 02:09 | |
*** garthb has joined #openstack-horizon | 02:10 | |
*** sacharya has quit IRC | 02:13 | |
*** hurgleburgler has joined #openstack-horizon | 02:14 | |
*** ChanServ sets mode: +v hurgleburgler | 02:14 | |
*** sdake has joined #openstack-horizon | 02:16 | |
*** roxanaghe has joined #openstack-horizon | 02:18 | |
*** sdake_ has quit IRC | 02:19 | |
*** piet has joined #openstack-horizon | 02:22 | |
*** mtanino has joined #openstack-horizon | 02:22 | |
*** roxanaghe has quit IRC | 02:23 | |
*** wolverin_ has joined #openstack-horizon | 02:34 | |
*** wolverin_ has quit IRC | 02:34 | |
*** piet has quit IRC | 02:35 | |
*** wolverin_ has joined #openstack-horizon | 02:35 | |
*** wangbo has joined #openstack-horizon | 02:35 | |
*** wolverineav has quit IRC | 02:37 | |
*** wolverin_ has quit IRC | 02:40 | |
*** wangbo has quit IRC | 02:40 | |
openstackgerrit | Richard Jones proposed openstack/horizon: Document additional release process for xstatic https://review.openstack.org/289142 | 02:43 |
*** ArcTanSusan has joined #openstack-horizon | 02:48 | |
errr | tsufiev: 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; python | 02:51 |
errr | manage.py compress #4 profit. | 02:51 |
*** garthb has quit IRC | 02:52 | |
*** wangbo has joined #openstack-horizon | 02:52 | |
*** lblanchard has joined #openstack-horizon | 02:52 | |
*** zhurong_ has joined #openstack-horizon | 02:53 | |
*** uxdanielle has joined #openstack-horizon | 02:54 | |
*** zhurong has quit IRC | 02:56 | |
*** wangbo has quit IRC | 02:57 | |
*** tpeoples has joined #openstack-horizon | 02:58 | |
*** uxdanielle has quit IRC | 03:01 | |
*** jamielennox is now known as jamielennox|away | 03:03 | |
tpeoples | Hi, 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 |
r1chardj0n3s | tpeoples: it should ... hmmm | 03:05 |
*** gyee has quit IRC | 03:07 | |
*** amotoki has joined #openstack-horizon | 03:07 | |
*** amotoki has quit IRC | 03:09 | |
tpeoples | manage.py test: error: unrecognized arguments: openstack_dashboard.test.api_tests.network_tests :( | 03:12 |
r1chardj0n3s | yes | 03:12 |
r1chardj0n3s | I'm seeing that also. It's because two test_label args are being passed | 03:13 |
r1chardj0n3s | I think I know how to fix | 03:13 |
tpeoples | "horizon" and then "foobar"? | 03:14 |
r1chardj0n3s | I 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 config | 03:16 |
r1chardj0n3s | tpeoples: would you like to file the bug? | 03:16 |
r1chardj0n3s | unfortunately I don't think it's possible to do the equivalent of project=`echo $testargs | awk -F. '{print $1}'` in tox | 03:18 |
*** jamielennox|away is now known as jamielennox | 03:19 | |
*** roxanaghe has joined #openstack-horizon | 03:19 | |
tpeoples | r1chardj0n3s: sure, i can file the bug | 03:19 |
r1chardj0n3s | thanks | 03:20 |
r1chardj0n3s | the basic problem is that there's no way in tox to reproduce the run_tests_subset functionality in run_tests.sh | 03:20 |
r1chardj0n3s | although... | 03:21 |
*** dan_nguyen has joined #openstack-horizon | 03:21 | |
r1chardj0n3s | ahah! | 03:23 |
r1chardj0n3s | ok, I have a patch, once the bug is in place | 03:23 |
*** roxanaghe has quit IRC | 03:24 | |
r1chardj0n3s | tpeoples: 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 |
tpeoples | r1chardj0n3s: sorry, sidetracked watching copa america. filed https://bugs.launchpad.net/horizon/+bug/1593537 | 03:28 |
openstack | Launchpad bug 1593537 in OpenStack Dashboard (Horizon) "Unable to run a subset of tests using tox" [Undecided,New] | 03:28 |
openstackgerrit | Richard Jones proposed openstack/horizon: Fix tox lines so test_label may be specified https://review.openstack.org/330868 | 03:29 |
r1chardj0n3s | tpeoples ^^ | 03:30 |
tpeoples | r1chardj0n3s: thanks, will try that out in a few min and post a +1 | 03:34 |
*** akulshin has joined #openstack-horizon | 03:35 | |
openstackgerrit | Sanjana proposed openstack/horizon: Adding Ceilometer Alarms page https://review.openstack.org/251644 | 03:45 |
*** Daisy has quit IRC | 03:55 | |
*** Daisy has joined #openstack-horizon | 03:55 | |
*** lblanchard has quit IRC | 03:57 | |
*** Daisy has quit IRC | 03:58 | |
*** Daisy has joined #openstack-horizon | 03:58 | |
*** amotoki has joined #openstack-horizon | 04:00 | |
*** weezS has joined #openstack-horizon | 04:07 | |
*** Daisy has quit IRC | 04:11 | |
*** Daisy has joined #openstack-horizon | 04:11 | |
*** ArcTanSusan has quit IRC | 04:15 | |
*** Daisy has quit IRC | 04:16 | |
*** amotoki has quit IRC | 04:18 | |
*** yingjun has quit IRC | 04:22 | |
*** yingjun has joined #openstack-horizon | 04:22 | |
*** yingjun has quit IRC | 04:27 | |
*** dan_nguyen has quit IRC | 04:34 | |
*** tqtran has quit IRC | 04:36 | |
*** masco has joined #openstack-horizon | 04:38 | |
*** akulshin has quit IRC | 04:40 | |
*** yingjun has joined #openstack-horizon | 04:43 | |
*** amotoki has joined #openstack-horizon | 04:45 | |
*** yamamoto has quit IRC | 04:46 | |
*** sdake_ has joined #openstack-horizon | 04:50 | |
*** sdake has quit IRC | 04:53 | |
*** Daisy has joined #openstack-horizon | 04:53 | |
*** garthb has joined #openstack-horizon | 04:57 | |
*** garthb has quit IRC | 04:58 | |
*** Daisy has quit IRC | 05:02 | |
*** Daisy has joined #openstack-horizon | 05:02 | |
*** sguduru has joined #openstack-horizon | 05:03 | |
*** ratailor has joined #openstack-horizon | 05:05 | |
*** sacharya_ has quit IRC | 05:06 | |
*** Daisy has quit IRC | 05:07 | |
*** Daisy has joined #openstack-horizon | 05:07 | |
*** yingjun has quit IRC | 05:09 | |
*** yingjun has joined #openstack-horizon | 05:09 | |
*** Daisy has quit IRC | 05:10 | |
*** Daisy has joined #openstack-horizon | 05:10 | |
*** wolverineav has joined #openstack-horizon | 05:11 | |
*** yingjun has quit IRC | 05:14 | |
*** wolverineav has quit IRC | 05:16 | |
*** TravT has joined #openstack-horizon | 05:18 | |
*** ChanServ sets mode: +v TravT | 05:18 | |
*** wolverineav has joined #openstack-horizon | 05:19 | |
*** roxanagh_ has joined #openstack-horizon | 05:20 | |
*** TravT has quit IRC | 05:20 | |
*** TravT_ has joined #openstack-horizon | 05:21 | |
*** ChanServ sets mode: +v TravT_ | 05:21 | |
*** TravT_ has quit IRC | 05:22 | |
*** TravT has joined #openstack-horizon | 05:22 | |
*** ChanServ sets mode: +v TravT | 05:22 | |
*** roxanagh_ has quit IRC | 05:25 | |
*** TravT_ has joined #openstack-horizon | 05:25 | |
*** ChanServ sets mode: +v TravT_ | 05:25 | |
*** TravT has quit IRC | 05:26 | |
*** yamamoto has joined #openstack-horizon | 05:26 | |
*** sdake has joined #openstack-horizon | 05:27 | |
*** yingjun has joined #openstack-horizon | 05:29 | |
*** TravT_ has quit IRC | 05:30 | |
*** sdake_ has quit IRC | 05:31 | |
*** Daisy has quit IRC | 05:32 | |
*** Daisy has joined #openstack-horizon | 05:32 | |
*** Daisy has quit IRC | 05:37 | |
*** sdake_ has joined #openstack-horizon | 05:38 | |
*** sdake has quit IRC | 05:41 | |
*** Daisy has joined #openstack-horizon | 05:42 | |
*** TravT_ has joined #openstack-horizon | 05:45 | |
*** ChanServ sets mode: +v TravT_ | 05:45 | |
openstackgerrit | Kenji Ishii proposed openstack/horizon: Supports extra properties in project and user https://review.openstack.org/286989 | 05:45 |
openstackgerrit | Kenji Ishii proposed openstack/horizon: Add a parameter fixed ip when creating a port https://review.openstack.org/325104 | 05:47 |
*** TravT_ has quit IRC | 05:49 | |
*** TravT has joined #openstack-horizon | 05:49 | |
*** ChanServ sets mode: +v TravT | 05:49 | |
*** sdake_ has quit IRC | 05:50 | |
*** TravT has quit IRC | 05:53 | |
*** amotoki has quit IRC | 05:56 | |
*** amotoki has joined #openstack-horizon | 06:02 | |
*** TravT has joined #openstack-horizon | 06:03 | |
*** ChanServ sets mode: +v TravT | 06:03 | |
*** Daisy has quit IRC | 06:04 | |
*** Daisy has joined #openstack-horizon | 06:04 | |
*** belmoreira has joined #openstack-horizon | 06:06 | |
*** TravT has quit IRC | 06:08 | |
*** TravT has joined #openstack-horizon | 06:08 | |
*** ChanServ sets mode: +v TravT | 06:08 | |
*** Daisy has quit IRC | 06:09 | |
*** TravT has quit IRC | 06:12 | |
openstackgerrit | zhang.xiuhua proposed openstack/horizon: Use named interpolation instead of positional https://review.openstack.org/329774 | 06:13 |
*** TravT has joined #openstack-horizon | 06:13 | |
*** ChanServ sets mode: +v TravT | 06:13 | |
openstackgerrit | Kenji Ishii proposed openstack/horizon: Add a condition whether displaying the link jump to Encryption page https://review.openstack.org/293407 | 06:13 |
*** Daisy has joined #openstack-horizon | 06:15 | |
*** TravT has quit IRC | 06:17 | |
*** TravT has joined #openstack-horizon | 06:18 | |
*** ChanServ sets mode: +v TravT | 06:18 | |
*** TravT has quit IRC | 06:22 | |
*** TravT has joined #openstack-horizon | 06:22 | |
*** ChanServ sets mode: +v TravT | 06:22 | |
*** rcernin has joined #openstack-horizon | 06:23 | |
*** mtanino has quit IRC | 06:24 | |
*** david-lyle has quit IRC | 06:26 | |
*** TravT_ has joined #openstack-horizon | 06:27 | |
*** ChanServ sets mode: +v TravT_ | 06:27 | |
*** mpavlase has joined #openstack-horizon | 06:27 | |
*** tmazur has joined #openstack-horizon | 06:27 | |
*** TravT has quit IRC | 06:28 | |
*** pcaruana has joined #openstack-horizon | 06:29 | |
*** TravT_ has quit IRC | 06:31 | |
*** TravT has joined #openstack-horizon | 06:32 | |
*** ChanServ sets mode: +v TravT | 06:32 | |
*** TravT has quit IRC | 06:36 | |
*** TravT has joined #openstack-horizon | 06:37 | |
*** ChanServ sets mode: +v TravT | 06:37 | |
*** akulshin has joined #openstack-horizon | 06:37 | |
*** r1chardj0n3s is now known as r1chardj0n3s_afk | 06:40 | |
*** TravT has quit IRC | 06:41 | |
*** TravT has joined #openstack-horizon | 06:41 | |
*** ChanServ sets mode: +v TravT | 06:41 | |
*** akulshin has quit IRC | 06:42 | |
*** akulshin has joined #openstack-horizon | 06:42 | |
*** TravT_ has joined #openstack-horizon | 06:46 | |
*** ChanServ sets mode: +v TravT_ | 06:46 | |
*** TravT has quit IRC | 06:46 | |
*** akulshin has quit IRC | 06:48 | |
*** Daisy_ has joined #openstack-horizon | 06:50 | |
*** TravT_ has quit IRC | 06:50 | |
*** TravT has joined #openstack-horizon | 06:51 | |
*** ChanServ sets mode: +v TravT | 06:51 | |
*** Daisy has quit IRC | 06:52 | |
*** TravT has quit IRC | 06:55 | |
*** TravT has joined #openstack-horizon | 06:56 | |
*** ChanServ sets mode: +v TravT | 06:56 | |
*** Daisy_ has quit IRC | 06:57 | |
*** Daisy has joined #openstack-horizon | 06:58 | |
*** TravT has quit IRC | 07:00 | |
*** TravT has joined #openstack-horizon | 07:00 | |
*** ChanServ sets mode: +v TravT | 07:00 | |
*** weezS has quit IRC | 07:01 | |
*** amotoki has quit IRC | 07:03 | |
*** TravT has quit IRC | 07:04 | |
*** TravT has joined #openstack-horizon | 07:05 | |
*** ChanServ sets mode: +v TravT | 07:05 | |
*** javeriak has joined #openstack-horizon | 07:09 | |
*** TravT has quit IRC | 07:09 | |
*** TravT has joined #openstack-horizon | 07:10 | |
*** ChanServ sets mode: +v TravT | 07:10 | |
*** tesseract has joined #openstack-horizon | 07:10 | |
*** hogepodge has quit IRC | 07:12 | |
*** TravT has quit IRC | 07:14 | |
*** TravT_ has joined #openstack-horizon | 07:14 | |
*** ChanServ sets mode: +v TravT_ | 07:14 | |
*** TravT_ has quit IRC | 07:19 | |
*** TravT has joined #openstack-horizon | 07:19 | |
*** ChanServ sets mode: +v TravT | 07:19 | |
*** jprovazn has joined #openstack-horizon | 07:20 | |
*** jprovazn has quit IRC | 07:21 | |
*** roxanaghe has joined #openstack-horizon | 07:22 | |
*** TravT_ has joined #openstack-horizon | 07:24 | |
*** ChanServ sets mode: +v TravT_ | 07:24 | |
*** TravT has quit IRC | 07:24 | |
mrunge | npm tests are becoming more and more an annoyance | 07:25 |
mrunge | fyi, I'm trying to push a fix for a CVE through the gate https://review.openstack.org/#/c/329996/1 | 07:26 |
*** roxanaghe has quit IRC | 07:27 | |
*** TravT_ has quit IRC | 07:29 | |
*** TravT has joined #openstack-horizon | 07:29 | |
*** ChanServ sets mode: +v TravT | 07:29 | |
*** javeriak has quit IRC | 07:31 | |
*** javeriak has joined #openstack-horizon | 07:31 | |
*** dmk0202 has joined #openstack-horizon | 07:32 | |
*** TravT has quit IRC | 07:33 | |
*** dmk0202 has quit IRC | 07:33 | |
*** TravT has joined #openstack-horizon | 07:33 | |
*** ChanServ sets mode: +v TravT | 07:33 | |
*** TravT has quit IRC | 07:38 | |
*** TravT has joined #openstack-horizon | 07:38 | |
*** ChanServ sets mode: +v TravT | 07:38 | |
*** javeriak has quit IRC | 07:42 | |
*** TravT has quit IRC | 07:42 | |
*** TravT has joined #openstack-horizon | 07:43 | |
*** ChanServ sets mode: +v TravT | 07:43 | |
*** javeriak has joined #openstack-horizon | 07:45 | |
*** rcernin has quit IRC | 07:45 | |
*** Daisy has quit IRC | 07:46 | |
*** Daisy has joined #openstack-horizon | 07:46 | |
*** aortega has joined #openstack-horizon | 07:47 | |
*** TravT has quit IRC | 07:48 | |
*** TravT_ has joined #openstack-horizon | 07:48 | |
*** ChanServ sets mode: +v TravT_ | 07:48 | |
openstackgerrit | zzxwill proposed openstack/horizon: Rename jenkins to zuul https://review.openstack.org/330935 | 07:49 |
*** aortega_ has quit IRC | 07:50 | |
*** Daisy has quit IRC | 07:51 | |
*** Daisy has joined #openstack-horizon | 07:51 | |
*** TravT has joined #openstack-horizon | 07:52 | |
*** ChanServ sets mode: +v TravT | 07:52 | |
*** TravT_ has quit IRC | 07:52 | |
*** TravT has quit IRC | 07:56 | |
*** TravT has joined #openstack-horizon | 07:57 | |
*** ChanServ sets mode: +v TravT | 07:57 | |
*** yamamoto has quit IRC | 08:01 | |
*** TravT_ has joined #openstack-horizon | 08:02 | |
*** ChanServ sets mode: +v TravT_ | 08:02 | |
*** TravT has quit IRC | 08:02 | |
*** TravT_ has quit IRC | 08:06 | |
*** TravT has joined #openstack-horizon | 08:06 | |
*** ChanServ sets mode: +v TravT | 08:06 | |
*** ygbo has joined #openstack-horizon | 08:07 | |
*** rcernin has joined #openstack-horizon | 08:10 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/horizon: [WIP] Testing latest u-c https://review.openstack.org/303429 | 08:10 |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/horizon: [WIP] Testing latest u-c https://review.openstack.org/303429 | 08:10 |
*** TravT has quit IRC | 08:11 | |
*** TravT has joined #openstack-horizon | 08:11 | |
*** ChanServ sets mode: +v TravT | 08:11 | |
*** TravT has quit IRC | 08:15 | |
*** TravT has joined #openstack-horizon | 08:16 | |
*** ChanServ sets mode: +v TravT | 08:16 | |
*** TravT has quit IRC | 08:20 | |
*** ameade has quit IRC | 08:21 | |
*** TravT has joined #openstack-horizon | 08:21 | |
*** ChanServ sets mode: +v TravT | 08:21 | |
*** v12aml has quit IRC | 08:22 | |
*** jlvillal has quit IRC | 08:22 | |
*** jlvillal has joined #openstack-horizon | 08:22 | |
*** ameade has joined #openstack-horizon | 08:22 | |
*** binBASH has quit IRC | 08:22 | |
*** roxanaghe has joined #openstack-horizon | 08:23 | |
*** binBASH has joined #openstack-horizon | 08:23 | |
*** v12aml has joined #openstack-horizon | 08:23 | |
*** javeriak has quit IRC | 08:24 | |
*** TravT has quit IRC | 08:25 | |
*** TravT has joined #openstack-horizon | 08:26 | |
*** ChanServ sets mode: +v TravT | 08:26 | |
*** Daisy has quit IRC | 08:26 | |
*** Daisy has joined #openstack-horizon | 08:26 | |
*** dmk0202 has joined #openstack-horizon | 08:27 | |
*** roxanaghe has quit IRC | 08:28 | |
*** Daisy_ has joined #openstack-horizon | 08:29 | |
*** TravT has quit IRC | 08:30 | |
*** TravT has joined #openstack-horizon | 08:30 | |
*** ChanServ sets mode: +v TravT | 08:30 | |
*** Daisy has quit IRC | 08:33 | |
*** pjm6_ has joined #openstack-horizon | 08:33 | |
*** TravT_ has joined #openstack-horizon | 08:35 | |
*** ChanServ sets mode: +v TravT_ | 08:35 | |
*** TravT has quit IRC | 08:35 | |
*** liuyulong has quit IRC | 08:36 | |
*** mkrcmari__ has joined #openstack-horizon | 08:36 | |
*** tovchinnikova has joined #openstack-horizon | 08:36 | |
*** jlvillal has quit IRC | 08:37 | |
*** aortega_ has joined #openstack-horizon | 08:37 | |
*** ntpttr_ has quit IRC | 08:38 | |
*** ttrifonov_ has joined #openstack-horizon | 08:38 | |
*** woodburn has quit IRC | 08:39 | |
*** yamamoto has joined #openstack-horizon | 08:39 | |
*** mflobo1 has joined #openstack-horizon | 08:39 | |
*** TravT_ has quit IRC | 08:39 | |
*** rodrigods has quit IRC | 08:40 | |
*** TravT has joined #openstack-horizon | 08:40 | |
*** ChanServ sets mode: +v TravT | 08:40 | |
openstackgerrit | Merged openstack/horizon: Stop memoizing on request arguments in nova api https://review.openstack.org/150392 | 08:40 |
*** pumaranikar has quit IRC | 08:40 | |
*** ntpttr_ has joined #openstack-horizon | 08:40 | |
*** rodrigods has joined #openstack-horizon | 08:41 | |
*** harlowja_ has quit IRC | 08:41 | |
*** jlvillal has joined #openstack-horizon | 08:42 | |
*** Daisy_ has quit IRC | 08:42 | |
*** jmccrory has quit IRC | 08:42 | |
*** Daisy has joined #openstack-horizon | 08:42 | |
*** mvk_ has quit IRC | 08:42 | |
*** aortega has quit IRC | 08:42 | |
*** m3m0 has quit IRC | 08:42 | |
*** liuyulong_ has joined #openstack-horizon | 08:42 | |
*** liuyulong_ has quit IRC | 08:42 | |
*** woodburn has joined #openstack-horizon | 08:42 | |
*** tmazur has quit IRC | 08:43 | |
*** pjm6 has quit IRC | 08:43 | |
*** ttrifonov has quit IRC | 08:43 | |
*** mdavidson has quit IRC | 08:43 | |
*** mflobo has quit IRC | 08:43 | |
*** jmccrory has joined #openstack-horizon | 08:43 | |
*** pumaranikar has joined #openstack-horizon | 08:43 | |
*** TravT has quit IRC | 08:44 | |
*** mdavidson has joined #openstack-horizon | 08:44 | |
*** TravT has joined #openstack-horizon | 08:45 | |
*** ChanServ sets mode: +v TravT | 08:45 | |
*** m3m0 has joined #openstack-horizon | 08:45 | |
*** tpeoples has quit IRC | 08:47 | |
*** Daisy_ has joined #openstack-horizon | 08:47 | |
*** TravT has quit IRC | 08:49 | |
*** tpeoples has joined #openstack-horizon | 08:49 | |
*** kzaitsev_mb has joined #openstack-horizon | 08:50 | |
*** Daisy has quit IRC | 08:50 | |
*** TravT has joined #openstack-horizon | 08:54 | |
*** ChanServ sets mode: +v TravT | 08:54 | |
*** Daisy has joined #openstack-horizon | 08:58 | |
*** Daisy_ has quit IRC | 08:58 | |
*** TravT_ has joined #openstack-horizon | 08:59 | |
*** ChanServ sets mode: +v TravT_ | 08:59 | |
*** sguduru has quit IRC | 08:59 | |
*** TravT has quit IRC | 08:59 | |
*** sguduru has joined #openstack-horizon | 09:00 | |
*** javeriak has joined #openstack-horizon | 09:02 | |
*** TravT_ has quit IRC | 09:03 | |
*** Daisy_ has joined #openstack-horizon | 09:04 | |
*** Daisy_ has quit IRC | 09:06 | |
*** Daisy has quit IRC | 09:06 | |
*** TravT has joined #openstack-horizon | 09:08 | |
*** ChanServ sets mode: +v TravT | 09:08 | |
*** TravT_ has joined #openstack-horizon | 09:13 | |
*** ChanServ sets mode: +v TravT_ | 09:13 | |
*** TravT has quit IRC | 09:13 | |
*** TravT_ has quit IRC | 09:17 | |
*** TravT has joined #openstack-horizon | 09:18 | |
*** ChanServ sets mode: +v TravT | 09:18 | |
*** openstackgerrit has quit IRC | 09:18 | |
*** openstackgerrit has joined #openstack-horizon | 09:19 | |
*** TravT has quit IRC | 09:22 | |
*** TravT has joined #openstack-horizon | 09:22 | |
*** ChanServ sets mode: +v TravT | 09:22 | |
*** TravT has quit IRC | 09:26 | |
*** TravT has joined #openstack-horizon | 09:27 | |
*** ChanServ sets mode: +v TravT | 09:27 | |
tsufiev | errr, that's great! Could you please file a bug regarding insufficient Horizon documentation? | 09:27 |
*** TravT has quit IRC | 09:31 | |
*** TravT has joined #openstack-horizon | 09:32 | |
*** ChanServ sets mode: +v TravT | 09:32 | |
yingjun | Hi, 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 IRC | 09:34 | |
*** TravT has quit IRC | 09:36 | |
*** TravT has joined #openstack-horizon | 09:37 | |
*** ChanServ sets mode: +v TravT | 09:37 | |
*** kzaitsev_mb has quit IRC | 09:41 | |
*** TravT has quit IRC | 09:41 | |
*** TravT has joined #openstack-horizon | 09:41 | |
*** ChanServ sets mode: +v TravT | 09:41 | |
*** kzaitsev_mb has joined #openstack-horizon | 09:42 | |
*** TravT has quit IRC | 09:45 | |
*** TravT has joined #openstack-horizon | 09:46 | |
*** ChanServ sets mode: +v TravT | 09:46 | |
*** TravT has quit IRC | 09:50 | |
*** TravT has joined #openstack-horizon | 09:51 | |
*** ChanServ sets mode: +v TravT | 09:51 | |
*** TravT has quit IRC | 09:55 | |
*** TravT has joined #openstack-horizon | 09:55 | |
*** ChanServ sets mode: +v TravT | 09:55 | |
*** TravT has quit IRC | 10:00 | |
*** TravT has joined #openstack-horizon | 10:00 | |
*** ChanServ sets mode: +v TravT | 10:00 | |
*** openstackgerrit has quit IRC | 10:03 | |
*** openstackgerrit has joined #openstack-horizon | 10:04 | |
*** TravT has quit IRC | 10:04 | |
*** TravT has joined #openstack-horizon | 10:05 | |
*** ChanServ sets mode: +v TravT | 10:05 | |
*** rcernin has quit IRC | 10:05 | |
*** zhurong_ has quit IRC | 10:06 | |
*** kzaitsev_mb has quit IRC | 10:06 | |
*** TravT has quit IRC | 10:10 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack/horizon: [WIP] Testing latest u-c https://review.openstack.org/303429 | 10:10 |
*** mrunge has quit IRC | 10:18 | |
*** shu-mutou is now known as shu-mutou-AFK | 10:20 | |
*** ttrifonov_ has quit IRC | 10:22 | |
*** TravT has joined #openstack-horizon | 10:24 | |
*** ChanServ sets mode: +v TravT | 10:24 | |
*** roxanaghe has joined #openstack-horizon | 10:24 | |
*** tosky has joined #openstack-horizon | 10:27 | |
*** mrunge has joined #openstack-horizon | 10:28 | |
*** ChanServ sets mode: +v mrunge | 10:28 | |
*** roxanaghe has quit IRC | 10:29 | |
*** TravT has quit IRC | 10:29 | |
*** TravT_ has joined #openstack-horizon | 10:29 | |
*** ChanServ sets mode: +v TravT_ | 10:29 | |
*** ttrifonov has joined #openstack-horizon | 10:32 | |
*** TravT_ has quit IRC | 10:33 | |
*** TravT has joined #openstack-horizon | 10:33 | |
*** ChanServ sets mode: +v TravT | 10:33 | |
*** TravT has quit IRC | 10:38 | |
*** TravT has joined #openstack-horizon | 10:43 | |
*** ChanServ sets mode: +v TravT | 10:43 | |
*** permalac has joined #openstack-horizon | 10:47 | |
*** TravT_ has joined #openstack-horizon | 10:47 | |
*** ChanServ sets mode: +v TravT_ | 10:47 | |
*** TravT has quit IRC | 10:47 | |
*** TravT_ has quit IRC | 10:52 | |
*** hogepodge has joined #openstack-horizon | 10:54 | |
rdopiera_ | ygbo: wow, it merged, I can't believe! | 10:55 |
rdopiera_ | ygbo: congratulations! | 10:55 |
*** rdopiera_ is now known as rdopiera | 10:55 | |
*** TravT has joined #openstack-horizon | 10:57 | |
*** ChanServ sets mode: +v TravT | 10:57 | |
*** yingjun has joined #openstack-horizon | 10:58 | |
*** TravT has quit IRC | 11:01 | |
*** TravT has joined #openstack-horizon | 11:02 | |
*** ChanServ sets mode: +v TravT | 11:02 | |
*** TravT has quit IRC | 11:06 | |
*** TravT_ has joined #openstack-horizon | 11:06 | |
*** ChanServ sets mode: +v TravT_ | 11:06 | |
*** yingjun has quit IRC | 11:11 | |
*** TravT_ has quit IRC | 11:11 | |
*** yingjun has joined #openstack-horizon | 11:11 | |
*** TravT has joined #openstack-horizon | 11:11 | |
*** ChanServ sets mode: +v TravT | 11:11 | |
*** TravT has quit IRC | 11:15 | |
*** yingjun has quit IRC | 11:16 | |
*** TravT has joined #openstack-horizon | 11:16 | |
*** ChanServ sets mode: +v TravT | 11:16 | |
*** TravT has quit IRC | 11:20 | |
*** TravT has joined #openstack-horizon | 11:21 | |
*** ChanServ sets mode: +v TravT | 11:21 | |
*** kzaitsev_mb has joined #openstack-horizon | 11:25 | |
*** TravT has quit IRC | 11:25 | |
*** roxanaghe has joined #openstack-horizon | 11:25 | |
*** TravT has joined #openstack-horizon | 11:25 | |
*** ChanServ sets mode: +v TravT | 11:25 | |
*** jtriley has joined #openstack-horizon | 11:28 | |
*** kzaitsev_mb has quit IRC | 11:29 | |
*** TravT has quit IRC | 11:29 | |
*** roxanaghe has quit IRC | 11:29 | |
*** TravT has joined #openstack-horizon | 11:30 | |
*** ChanServ sets mode: +v TravT | 11:30 | |
*** dims has left #openstack-horizon | 11:34 | |
*** TravT has quit IRC | 11:34 | |
*** TravT has joined #openstack-horizon | 11:35 | |
*** ChanServ sets mode: +v TravT | 11:35 | |
*** kzaitsev_mb has joined #openstack-horizon | 11:35 | |
*** lblanchard has joined #openstack-horizon | 11:37 | |
*** TravT has quit IRC | 11:39 | |
*** yingjun has joined #openstack-horizon | 11:39 | |
*** TravT has joined #openstack-horizon | 11:39 | |
*** ChanServ sets mode: +v TravT | 11:39 | |
ygbo | rdopiera: Great news :-) | 11:40 |
*** TravT_ has joined #openstack-horizon | 11:44 | |
*** ChanServ sets mode: +v TravT_ | 11:44 | |
*** DevBox has joined #openstack-horizon | 11:44 | |
*** TravT has quit IRC | 11:45 | |
*** masco has quit IRC | 11:45 | |
*** zhurong has joined #openstack-horizon | 11:47 | |
*** rcernin has joined #openstack-horizon | 11:47 | |
*** zhurong has quit IRC | 11:48 | |
*** TravT_ has quit IRC | 11:49 | |
*** TravT has joined #openstack-horizon | 11:49 | |
*** ChanServ sets mode: +v TravT | 11:49 | |
*** TravT has quit IRC | 11:53 | |
*** tovchinnikova has quit IRC | 11:54 | |
*** TravT has joined #openstack-horizon | 11:54 | |
*** ChanServ sets mode: +v TravT | 11:54 | |
*** sguduru has quit IRC | 11:55 | |
*** DevBox has quit IRC | 11:56 | |
*** TravT has quit IRC | 11:58 | |
*** TravT has joined #openstack-horizon | 11:59 | |
*** ChanServ sets mode: +v TravT | 11:59 | |
*** brunotikami has joined #openstack-horizon | 12:01 | |
*** jtriley has quit IRC | 12:02 | |
*** jtriley has joined #openstack-horizon | 12:03 | |
*** TravT has quit IRC | 12:03 | |
*** TravT_ has joined #openstack-horizon | 12:03 | |
*** ChanServ sets mode: +v TravT_ | 12:03 | |
*** dave-mccowan has joined #openstack-horizon | 12:04 | |
*** dmk0202 has quit IRC | 12:05 | |
*** mtanino has joined #openstack-horizon | 12:07 | |
*** TravT_ has quit IRC | 12:08 | |
*** TravT has joined #openstack-horizon | 12:08 | |
*** ChanServ sets mode: +v TravT | 12:08 | |
*** rreimberg has joined #openstack-horizon | 12:11 | |
*** javeriak has quit IRC | 12:11 | |
*** javeriak has joined #openstack-horizon | 12:12 | |
*** javeriak has quit IRC | 12:12 | |
*** TravT_ has joined #openstack-horizon | 12:13 | |
*** ChanServ sets mode: +v TravT_ | 12:13 | |
*** TravT has quit IRC | 12:13 | |
*** TravT_ has quit IRC | 12:17 | |
*** kzaitsev_mb has quit IRC | 12:17 | |
*** TravT has joined #openstack-horizon | 12:17 | |
*** ChanServ sets mode: +v TravT | 12:17 | |
*** jtriley has quit IRC | 12:20 | |
*** TravT has quit IRC | 12:22 | |
*** TravT has joined #openstack-horizon | 12:22 | |
*** ChanServ sets mode: +v TravT | 12:22 | |
*** roxanaghe has joined #openstack-horizon | 12:26 | |
*** TravT has quit IRC | 12:26 | |
*** TravT has joined #openstack-horizon | 12:27 | |
*** ChanServ sets mode: +v TravT | 12:27 | |
*** roxanaghe has quit IRC | 12:30 | |
*** kzaitsev_mb has joined #openstack-horizon | 12:31 | |
*** TravT_ has joined #openstack-horizon | 12:31 | |
*** ChanServ sets mode: +v TravT_ | 12:31 | |
*** TravT has quit IRC | 12:31 | |
*** pauloewerton has joined #openstack-horizon | 12:34 | |
*** TravT_ has quit IRC | 12:36 | |
*** kzaitsev_mb has quit IRC | 12:36 | |
*** TravT has joined #openstack-horizon | 12:36 | |
*** ChanServ sets mode: +v TravT | 12:36 | |
*** piet has joined #openstack-horizon | 12:37 | |
*** peristeri has joined #openstack-horizon | 12:40 | |
*** TravT_ has joined #openstack-horizon | 12:41 | |
*** ChanServ sets mode: +v TravT_ | 12:41 | |
*** kzaitsev_mb has joined #openstack-horizon | 12:41 | |
*** TravT has quit IRC | 12:41 | |
*** rreimberg has left #openstack-horizon | 12:41 | |
*** TravT_ has quit IRC | 12:46 | |
*** TravT has joined #openstack-horizon | 12:46 | |
*** ChanServ sets mode: +v TravT | 12:46 | |
*** TravT_ has joined #openstack-horizon | 12:50 | |
*** ChanServ sets mode: +v TravT_ | 12:50 | |
*** TravT has quit IRC | 12:51 | |
*** matt-borland has joined #openstack-horizon | 12:53 | |
*** TravT has joined #openstack-horizon | 12:55 | |
*** ChanServ sets mode: +v TravT | 12:55 | |
*** mpavlase has quit IRC | 12:55 | |
*** TravT_ has quit IRC | 12:56 | |
*** TravT has quit IRC | 13:00 | |
*** TravT has joined #openstack-horizon | 13:00 | |
*** ChanServ sets mode: +v TravT | 13:00 | |
*** TravT has quit IRC | 13:04 | |
*** zhurong has joined #openstack-horizon | 13:08 | |
*** TravT has joined #openstack-horizon | 13:09 | |
*** ChanServ sets mode: +v TravT | 13:09 | |
*** uxdanielle has joined #openstack-horizon | 13:10 | |
*** TravT has quit IRC | 13:14 | |
*** TravT_ has joined #openstack-horizon | 13:14 | |
*** ChanServ sets mode: +v TravT_ | 13:14 | |
*** yingjun has quit IRC | 13:16 | |
*** yingjun has joined #openstack-horizon | 13:16 | |
*** TravT_ has quit IRC | 13:18 | |
*** TravT has joined #openstack-horizon | 13:19 | |
*** ChanServ sets mode: +v TravT | 13:19 | |
*** yingjun has quit IRC | 13:21 | |
*** TravT has quit IRC | 13:24 | |
*** TravT_ has joined #openstack-horizon | 13:24 | |
*** ChanServ sets mode: +v TravT_ | 13:24 | |
*** yohoffman has joined #openstack-horizon | 13:25 | |
*** roxanaghe has joined #openstack-horizon | 13:27 | |
*** TravT_ has quit IRC | 13:28 | |
*** TravT has joined #openstack-horizon | 13:28 | |
*** ChanServ sets mode: +v TravT | 13:28 | |
*** roxanaghe has quit IRC | 13:31 | |
*** TravT has quit IRC | 13:33 | |
*** TravT has joined #openstack-horizon | 13:33 | |
*** ChanServ sets mode: +v TravT | 13:33 | |
*** mtanino has quit IRC | 13:35 | |
*** yingjun has joined #openstack-horizon | 13:36 | |
*** TravT has quit IRC | 13:37 | |
*** TravT has joined #openstack-horizon | 13:38 | |
*** ChanServ sets mode: +v TravT | 13:38 | |
*** TravT has quit IRC | 13:42 | |
*** cardeois__ has joined #openstack-horizon | 13:42 | |
*** TravT has joined #openstack-horizon | 13:42 | |
*** ChanServ sets mode: +v TravT | 13:42 | |
*** piet has quit IRC | 13:45 | |
*** cardeois__ has quit IRC | 13:47 | |
*** cardeois__ has joined #openstack-horizon | 13:47 | |
*** TravT has quit IRC | 13:47 | |
*** TravT_ has joined #openstack-horizon | 13:47 | |
*** ChanServ sets mode: +v TravT_ | 13:47 | |
*** piet has joined #openstack-horizon | 13:48 | |
*** piet has quit IRC | 13:49 | |
*** ametts has joined #openstack-horizon | 13:50 | |
*** TravT_ has quit IRC | 13:51 | |
*** edtubill has joined #openstack-horizon | 13:52 | |
*** TravT has joined #openstack-horizon | 13:52 | |
*** ChanServ sets mode: +v TravT | 13:52 | |
*** rodrigods has quit IRC | 13:52 | |
*** rodrigods has joined #openstack-horizon | 13:52 | |
openstackgerrit | Matt Borland proposed openstack/horizon: Using registration for auto-generation of Image feature https://review.openstack.org/309561 | 13:54 |
*** zhurong has quit IRC | 13:55 | |
*** zhurong has joined #openstack-horizon | 13:56 | |
*** TravT_ has joined #openstack-horizon | 13:56 | |
*** ChanServ sets mode: +v TravT_ | 13:56 | |
*** TravT has quit IRC | 13:57 | |
*** zhurong has quit IRC | 14:00 | |
*** TravT has joined #openstack-horizon | 14:01 | |
*** ChanServ sets mode: +v TravT | 14:01 | |
*** TravT_ has quit IRC | 14:01 | |
*** sjmc7 has joined #openstack-horizon | 14:05 | |
*** TravT has quit IRC | 14:06 | |
*** TravT has joined #openstack-horizon | 14:06 | |
*** ChanServ sets mode: +v TravT | 14:06 | |
*** zhurong has joined #openstack-horizon | 14:07 | |
*** TravT has quit IRC | 14:10 | |
*** TravT has joined #openstack-horizon | 14:10 | |
*** ChanServ sets mode: +v TravT | 14:10 | |
lcastell | morning o/ | 14:10 |
*** sdake has joined #openstack-horizon | 14:12 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/django_openstack_auth: Updated from global requirements https://review.openstack.org/331162 | 14:13 |
*** TravT has quit IRC | 14:15 | |
*** TravT has joined #openstack-horizon | 14:16 | |
*** ChanServ sets mode: +v TravT | 14:16 | |
*** zul has quit IRC | 14:16 | |
*** zul has joined #openstack-horizon | 14:16 | |
*** jtriley has joined #openstack-horizon | 14:17 | |
*** TravT has quit IRC | 14:20 | |
*** TravT has joined #openstack-horizon | 14:20 | |
*** ChanServ sets mode: +v TravT | 14:20 | |
*** zul_ has joined #openstack-horizon | 14:21 | |
*** mtanino has joined #openstack-horizon | 14:21 | |
*** jtriley has quit IRC | 14:22 | |
*** zul has quit IRC | 14:23 | |
*** TravT_ has joined #openstack-horizon | 14:25 | |
*** ChanServ sets mode: +v TravT_ | 14:25 | |
*** TravT has quit IRC | 14:25 | |
*** roxanaghe has joined #openstack-horizon | 14:28 | |
*** TravT_ has quit IRC | 14:29 | |
*** kbaikov has quit IRC | 14:29 | |
*** yingjun has quit IRC | 14:30 | |
*** yingjun has joined #openstack-horizon | 14:30 | |
*** yingjun_ has joined #openstack-horizon | 14:32 | |
*** david-lyle has joined #openstack-horizon | 14:32 | |
*** yingjun has quit IRC | 14:32 | |
*** roxanaghe has quit IRC | 14:32 | |
openstackgerrit | Matt Borland proposed openstack/horizon: Using registration for auto-generation of Image feature https://review.openstack.org/309561 | 14:34 |
*** zhurong has quit IRC | 14:36 | |
*** TravT has joined #openstack-horizon | 14:39 | |
*** ChanServ sets mode: +v TravT | 14:39 | |
*** jtriley has joined #openstack-horizon | 14:40 | |
*** sacharya has joined #openstack-horizon | 14:40 | |
*** TravT has quit IRC | 14:43 | |
*** TravT has joined #openstack-horizon | 14:44 | |
*** ChanServ sets mode: +v TravT | 14:44 | |
openstackgerrit | Tatiana Ovchinnikova proposed openstack/manila-ui: Clean Security Services modal forms https://review.openstack.org/329441 | 14:45 |
*** sacharya_ has joined #openstack-horizon | 14:47 | |
*** TravT has quit IRC | 14:48 | |
*** ratailor has quit IRC | 14:48 | |
*** TravT has joined #openstack-horizon | 14:48 | |
*** ChanServ sets mode: +v TravT | 14:48 | |
*** sacharya has quit IRC | 14:50 | |
*** Mounica has joined #openstack-horizon | 14:51 | |
openstackgerrit | Diana Whitten proposed openstack/horizon: Align Legacy Workflows: Identity/Domains https://review.openstack.org/330749 | 14:52 |
openstackgerrit | Diana Whitten proposed openstack/horizon: Align Legacy Workflows: Project/Networks https://review.openstack.org/330735 | 14:52 |
openstackgerrit | Diana Whitten proposed openstack/horizon: Align Legacy Workflows: Firewalls https://review.openstack.org/330826 | 14:52 |
openstackgerrit | Diana Whitten proposed openstack/horizon: Align Legacy Workflows: Project/Volumes https://review.openstack.org/330713 | 14:52 |
openstackgerrit | Diana Whitten proposed openstack/horizon: Align Legacy Workflows: Admin/Flavors https://review.openstack.org/330276 | 14:52 |
openstackgerrit | Diana Whitten proposed openstack/horizon: Align Legacy Workflows: Project/Access & Security https://review.openstack.org/330693 | 14:52 |
openstackgerrit | Diana Whitten proposed openstack/horizon: Align Legacy Workflows: Identity/Projects https://review.openstack.org/330690 | 14:52 |
openstackgerrit | Diana Whitten proposed openstack/horizon: Align Legacy Workflows: Admin/Defaults https://review.openstack.org/330271 | 14:53 |
*** Mounica has quit IRC | 14:53 | |
*** TravT has quit IRC | 14:53 | |
*** weezS has joined #openstack-horizon | 14:53 | |
*** TravT has joined #openstack-horizon | 14:53 | |
*** ChanServ sets mode: +v TravT | 14:53 | |
*** pcaruana has quit IRC | 14:54 | |
*** TravT has quit IRC | 14:57 | |
*** TravT has joined #openstack-horizon | 14:58 | |
*** ChanServ sets mode: +v TravT | 14:58 | |
*** roxanaghe has joined #openstack-horizon | 14:59 | |
*** TravT has quit IRC | 15:02 | |
*** roxanaghe has quit IRC | 15:03 | |
*** tesseract has quit IRC | 15:05 | |
*** Mounica has joined #openstack-horizon | 15:05 | |
*** rcernin has quit IRC | 15:07 | |
*** TravT has joined #openstack-horizon | 15:07 | |
*** ChanServ sets mode: +v TravT | 15:07 | |
*** TravT has quit IRC | 15:07 | |
*** TravT has joined #openstack-horizon | 15:08 | |
*** ChanServ sets mode: +v TravT | 15:08 | |
*** amotoki has joined #openstack-horizon | 15:09 | |
*** jtriley has quit IRC | 15:11 | |
openstackgerrit | Timur Sufiev proposed openstack/horizon: [WIP] Support for Glance v2 https://review.openstack.org/320039 | 15:14 |
*** dan_nguyen has joined #openstack-horizon | 15:18 | |
*** sdake has quit IRC | 15:20 | |
*** ygbo has quit IRC | 15:27 | |
*** tyr__ has joined #openstack-horizon | 15:29 | |
openstackgerrit | Matt Borland proposed openstack/horizon: Fix hz-dynamic-table formatting for magic-search and actions https://review.openstack.org/329994 | 15:29 |
*** dan_nguyen has quit IRC | 15:32 | |
*** tyr__ has quit IRC | 15:33 | |
openstackgerrit | Matt Borland proposed openstack/horizon: Fix hz-dynamic-table formatting for magic-search and actions https://review.openstack.org/329994 | 15:34 |
*** jtriley has joined #openstack-horizon | 15:35 | |
*** dan_nguyen has joined #openstack-horizon | 15:36 | |
*** belmoreira has quit IRC | 15:40 | |
matt-borland | here'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-horizon | 15:49 | |
*** bpokorny has joined #openstack-horizon | 15:49 | |
*** sdake has joined #openstack-horizon | 15:51 | |
*** dan_nguyen has quit IRC | 15:51 | |
*** cardeois__ has quit IRC | 15:52 | |
*** cardeois__ has joined #openstack-horizon | 15:53 | |
*** jtriley has quit IRC | 15:57 | |
*** dan_nguyen has joined #openstack-horizon | 15:59 | |
*** jtriley has joined #openstack-horizon | 16:01 | |
*** bpokorny has quit IRC | 16:01 | |
*** bpokorny has joined #openstack-horizon | 16:02 | |
*** permalac has quit IRC | 16:03 | |
*** roxanaghe has joined #openstack-horizon | 16:06 | |
*** sdake has quit IRC | 16:07 | |
*** jtriley has quit IRC | 16:07 | |
openstackgerrit | Juan Pablo lopez Gutierrez proposed openstack/horizon: Server-side filtering networks https://review.openstack.org/329184 | 16:07 |
*** dmk0202 has joined #openstack-horizon | 16:09 | |
*** javeriak has joined #openstack-horizon | 16:10 | |
*** mdavidson has quit IRC | 16:11 | |
*** jtriley has joined #openstack-horizon | 16:15 | |
*** roxanaghe has quit IRC | 16:15 | |
*** roxanaghe has joined #openstack-horizon | 16:22 | |
*** ChanServ sets mode: +o david-lyle | 16:29 | |
*** jtriley has quit IRC | 16: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 time | 16:33 | |
*** jtriley has joined #openstack-horizon | 16:36 | |
*** yingjun_ has quit IRC | 16:37 | |
*** yingjun has joined #openstack-horizon | 16:37 | |
*** jtriley has quit IRC | 16:41 | |
*** gyee has joined #openstack-horizon | 16:42 | |
*** yingjun has quit IRC | 16:42 | |
*** pushkaru has joined #openstack-horizon | 16:47 | |
*** weezS has quit IRC | 16:51 | |
*** harlowja has joined #openstack-horizon | 16:53 | |
andrewbogott | Are 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-horizon | 17:03 | |
*** clu_ has joined #openstack-horizon | 17:04 | |
*** ChanServ sets mode: +v clu_ | 17:04 | |
*** ccesario has quit IRC | 17:05 | |
*** bpokorny has quit IRC | 17:06 | |
*** cardeois__ has quit IRC | 17:07 | |
*** javeriak_ has joined #openstack-horizon | 17:07 | |
*** javeriak has quit IRC | 17:07 | |
*** cardeois___ has quit IRC | 17:08 | |
*** yamamoto has quit IRC | 17:10 | |
*** jtriley has joined #openstack-horizon | 17:11 | |
*** mvk_ has joined #openstack-horizon | 17:11 | |
mrunge | andrewbogott, not really. at least, not to my knowledge | 17:11 |
andrewbogott | :( | 17:11 |
mrunge | you probably saw the api reference? http://docs.openstack.org/developer/horizon/#api-reference | 17:12 |
mrunge | and also http://docs.openstack.org/developer/horizon/sourcecode/autoindex.html | 17:12 |
*** amotoki has quit IRC | 17:13 | |
andrewbogott | yeah, 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 IRC | 17:15 | |
*** bpokorny has joined #openstack-horizon | 17:16 | |
*** ccesario has joined #openstack-horizon | 17:19 | |
*** uxdanielle has quit IRC | 17:20 | |
brunotikami | andrewbogott I felt this way as well when starting | 17:21 |
*** yohoffman has quit IRC | 17:22 | |
*** dsneddon has quit IRC | 17:25 | |
*** uxdanielle has joined #openstack-horizon | 17:25 | |
openstackgerrit | Timur Sufiev proposed openstack/horizon: [WIP] Support for Glance v2 https://review.openstack.org/320039 | 17:26 |
andrewbogott | Here's my question of the moment… I have a template with | 17:29 |
andrewbogott | <button class="btn btn-primary" type="submit">{% trans "Edit" %}</button> | 17:29 |
andrewbogott | How 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 |
tsufiev | bpokorny, I DID IT! Look at https://review.openstack.org/#/c/320039/9..10 | 17:30 |
*** piet has joined #openstack-horizon | 17:31 | |
bpokorny | tsufiev: Do you mean unit tests pass for the latest patch set? | 17:32 |
tsufiev | yes, passed locally for me | 17:33 |
bpokorny | Nice job! | 17:33 |
bpokorny | Those were tough to get passing without a lot of weird stuff in the code. | 17:34 |
tsufiev | not sure if we really need to have so much unit tests for nova | 17:34 |
*** tyr__ has joined #openstack-horizon | 17:34 | |
bpokorny | It's great you got them passing with just modifications to the tests. | 17:34 |
tsufiev | look like 75% garbage to me | 17:34 |
tsufiev | I'm a lazy developer :) | 17:35 |
tsufiev | no way I could have rewritten them completely | 17:35 |
bpokorny | Cool, looks like you've got a bunch that test v1 and v2. | 17:37 |
bpokorny | I'll review the lastest. Looks good so far :) | 17:38 |
*** wolverineav has quit IRC | 17:39 | |
*** tyr__ has quit IRC | 17:40 | |
*** sdake has joined #openstack-horizon | 17:40 | |
*** wolverineav has joined #openstack-horizon | 17:40 | |
*** pauloewerton has quit IRC | 17:43 | |
*** bpokorny has quit IRC | 17:44 | |
*** wolverineav has quit IRC | 17:45 | |
matt-borland | tsufiev, 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-borland | I mean, it's no more secret at this phase if we sneak it into the image object, or if we have an api for it | 17:46 |
matt-borland | I have people asking about how to initiate CORS fetches, etc. | 17:46 |
* matt-borland of course now I have to go to lunch | 17:46 | |
*** dsneddon has joined #openstack-horizon | 17:48 | |
tsufiev | matt-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 them | 17:48 |
sjmc7 | #openstack-security? | 17:50 |
*** pauloewerton has joined #openstack-horizon | 17:50 | |
*** tosky has quit IRC | 17:52 | |
*** Mounica has quit IRC | 17:55 | |
*** gyee has quit IRC | 17:55 | |
openstackgerrit | Merged openstack/horizon: Trivial: Remove unused 'horizon.app.core.images.events' https://review.openstack.org/319223 | 18:02 |
*** harlowja has quit IRC | 18:04 | |
*** kzaitsev_mb has quit IRC | 18:06 | |
*** javeriak_ has quit IRC | 18:09 | |
*** tyr__ has joined #openstack-horizon | 18:10 | |
*** yamamoto has joined #openstack-horizon | 18:10 | |
*** javeriak has joined #openstack-horizon | 18:10 | |
*** xiangxinyong has quit IRC | 18:13 | |
*** xiangxinyong has joined #openstack-horizon | 18:14 | |
*** weezS has joined #openstack-horizon | 18:15 | |
*** Mounica has joined #openstack-horizon | 18:17 | |
*** jtriley has quit IRC | 18:18 | |
*** wolverineav has joined #openstack-horizon | 18:18 | |
*** wolverineav has quit IRC | 18:19 | |
*** wolverineav has joined #openstack-horizon | 18:19 | |
tsufiev | sjmc7, who would have thought :)... thanks for the tip! | 18:19 |
*** jtriley has joined #openstack-horizon | 18:19 | |
*** wolverineav has quit IRC | 18:19 | |
*** wolverineav has joined #openstack-horizon | 18:20 | |
*** sjmc7 has quit IRC | 18:22 | |
*** yamamoto has quit IRC | 18:24 | |
*** aortega_ has quit IRC | 18:24 | |
*** mkrcmari__ has joined #openstack-horizon | 18:25 | |
*** mvk_ has quit IRC | 18:28 | |
*** aortega has joined #openstack-horizon | 18:33 | |
*** pushkaru has quit IRC | 18:36 | |
*** sjmc7 has joined #openstack-horizon | 18:40 | |
*** weezS has quit IRC | 18:52 | |
*** weezS has joined #openstack-horizon | 18:53 | |
*** jtriley has quit IRC | 18:53 | |
*** weezS has quit IRC | 18:57 | |
*** javeriak has quit IRC | 18:59 | |
*** javeriak has joined #openstack-horizon | 19:08 | |
*** gyee has joined #openstack-horizon | 19:17 | |
*** zackf has quit IRC | 19:23 | |
*** Marcellin has joined #openstack-horizon | 19:24 | |
*** piet has quit IRC | 19:25 | |
*** piet has joined #openstack-horizon | 19:26 | |
*** pushkaru has joined #openstack-horizon | 19:31 | |
*** harlowja has joined #openstack-horizon | 19:32 | |
openstackgerrit | Merged openstack/horizon: Horizon selects are now themable: Identity Panels https://review.openstack.org/324640 | 19:35 |
openstackgerrit | Matt Borland proposed openstack/horizon: Using registration for auto-generation of Image feature https://review.openstack.org/309561 | 19:35 |
openstackgerrit | Merged openstack/horizon: UX: Remove duplicated view title under Settings section https://review.openstack.org/318414 | 19:35 |
openstackgerrit | Matt Borland proposed openstack/horizon: Modified modal error message to display properly when present https://review.openstack.org/317608 | 19:48 |
*** pauloewerton has quit IRC | 19:49 | |
*** piet has quit IRC | 20:00 | |
openstackgerrit | Cindy Lu proposed openstack/horizon: cleanup for ng create volume workflow https://review.openstack.org/296011 | 20:03 |
*** hurgleburgler has quit IRC | 20:06 | |
*** dan_nguyen has quit IRC | 20:09 | |
*** edtubill has quit IRC | 20:12 | |
*** piet has joined #openstack-horizon | 20:13 | |
*** wolverin_ has joined #openstack-horizon | 20:13 | |
*** wolverineav has quit IRC | 20:16 | |
*** wolverin_ has quit IRC | 20:26 | |
*** wolverineav has joined #openstack-horizon | 20:26 | |
*** mvk_ has joined #openstack-horizon | 20:34 | |
*** mkrcmari__ has quit IRC | 20:38 | |
*** hurgleburgler has joined #openstack-horizon | 20:39 | |
*** ChanServ sets mode: +v hurgleburgler | 20:39 | |
*** jtriley has joined #openstack-horizon | 20:39 | |
*** pushkaru has quit IRC | 20:44 | |
*** brunotikami has quit IRC | 20:53 | |
*** mkrcmari__ has joined #openstack-horizon | 20:54 | |
*** mvk_ has quit IRC | 20:57 | |
openstackgerrit | Juan Pablo lopez Gutierrez proposed openstack/horizon: Improved table deletion efficiency https://review.openstack.org/322282 | 21:00 |
*** mvk has joined #openstack-horizon | 21:01 | |
*** mkrcmari__ has quit IRC | 21:02 | |
*** davidlenwell has quit IRC | 21:02 | |
jlopezgu | tsufiev: I looked at images but in pagination is using the default images, it is not createing or deleting, I modified the instances integration tests | 21:03 |
*** jtriley has quit IRC | 21:03 | |
*** javeriak has quit IRC | 21:04 | |
*** jtriley has joined #openstack-horizon | 21:09 | |
*** davidlenwell has joined #openstack-horizon | 21:13 | |
*** ametts has quit IRC | 21:13 | |
*** piet has quit IRC | 21:15 | |
openstackgerrit | Daniel Castellanos proposed openstack/horizon: Magic Search Wrapper/Server-side (API) filtering for swift UI https://review.openstack.org/327224 | 21:16 |
*** edtubill has joined #openstack-horizon | 21:19 | |
openstackgerrit | Merged openstack/horizon: Enhance policy rules to workflow actions https://review.openstack.org/144152 | 21:21 |
*** edtubill has quit IRC | 21:22 | |
*** dave-mccowan has quit IRC | 21:26 | |
*** weezS has joined #openstack-horizon | 21:28 | |
*** jtriley has quit IRC | 21:30 | |
openstackgerrit | Merged openstack/horizon: Prevent creation of subnet via RBAC during new network creation https://review.openstack.org/144153 | 21:32 |
*** dmk0202 has quit IRC | 21:33 | |
*** dmk0202 has joined #openstack-horizon | 21:34 | |
openstackgerrit | Matt Borland proposed openstack/horizon: Using registration for auto-generation of Image feature https://review.openstack.org/309561 | 21:35 |
*** dsneddon has quit IRC | 21:36 | |
*** erlon has quit IRC | 21:36 | |
openstackgerrit | Daniel Castellanos proposed openstack/horizon: Stop memoizing on request argument in neutron api https://review.openstack.org/316258 | 21:41 |
openstackgerrit | Daniel Castellanos proposed openstack/horizon: stop memoizing on request argument in cinder api https://review.openstack.org/314750 | 21:41 |
openstackgerrit | Matt Borland proposed openstack/horizon: Using registration for auto-generation of Image feature https://review.openstack.org/309561 | 21:43 |
openstackgerrit | Matt Borland proposed openstack/horizon: Fix hz-dynamic-table formatting for magic-search and actions https://review.openstack.org/329994 | 21:43 |
*** dmk0202 has quit IRC | 21:50 | |
*** ezpz has quit IRC | 21:52 | |
*** aortega has quit IRC | 21:53 | |
*** dsneddon has joined #openstack-horizon | 21:54 | |
*** edtubill has joined #openstack-horizon | 21:56 | |
*** aortega has joined #openstack-horizon | 21:58 | |
openstackgerrit | Matt Borland proposed openstack/horizon: Using registration for auto-generation of Image feature https://review.openstack.org/309561 | 21:58 |
*** edtubill has quit IRC | 21:58 | |
openstackgerrit | Ying Zuo proposed openstack/horizon: Fix css class for cancel button on metadata modal https://review.openstack.org/331361 | 22:00 |
openstackgerrit | Diana Whitten proposed openstack/horizon: Modals should inherit from the theme https://review.openstack.org/309581 | 22:07 |
lcastell | somebody around? | 22:08 |
david-lyle | lcastell, o/ | 22:08 |
lcastell | o/ david-lyle, quick quiestion | 22:09 |
lcastell | question** | 22:09 |
lcastell | who 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-horizon | 22:10 | |
david-lyle | lcastell, the assignee or a core | 22:10 |
lcastell | cool | 22:10 |
david-lyle | feel free to update the status on your own blueprints | 22:10 |
lcastell | great! thanks david-lyle | 22:11 |
david-lyle | lcastell, np | 22:11 |
openstackgerrit | Matt Borland proposed openstack/horizon: Fix hz-dynamic-table formatting for magic-search and actions https://review.openstack.org/329994 | 22:14 |
openstackgerrit | Matt Borland proposed openstack/horizon: Using registration for auto-generation of Image feature https://review.openstack.org/309561 | 22:16 |
openstackgerrit | Thai Tran proposed openstack/horizon: Documentation for translation in horizon https://review.openstack.org/328008 | 22:18 |
*** matt-borland has quit IRC | 22:18 | |
*** lblanchard has quit IRC | 22:22 | |
*** pjm6_ is now known as pjm6 | 22:24 | |
*** peristeri has quit IRC | 22:30 | |
*** ppiela has quit IRC | 22:35 | |
*** dan_nguyen has joined #openstack-horizon | 22:37 | |
*** sdake has quit IRC | 22:38 | |
*** weezS has quit IRC | 22:39 | |
*** mvk_ has joined #openstack-horizon | 22:39 | |
*** sdake has joined #openstack-horizon | 22:41 | |
*** weezS has joined #openstack-horizon | 22:42 | |
*** mvk has quit IRC | 22:42 | |
*** edtubill has joined #openstack-horizon | 22:44 | |
*** sjmc7 has quit IRC | 22:45 | |
*** aortega has quit IRC | 22:45 | |
*** aortega has joined #openstack-horizon | 22:47 | |
openstackgerrit | Diana Whitten proposed openstack/horizon: Added SELECTABLE_THEMES setting https://review.openstack.org/317757 | 22:49 |
*** uxdanielle has quit IRC | 22:49 | |
openstackgerrit | Tyr Johanson proposed openstack/horizon: [WIP] Resource Action Enablements https://review.openstack.org/329700 | 22:49 |
*** tyr__ has quit IRC | 22:49 | |
*** edtubill has quit IRC | 22:51 | |
openstackgerrit | David Lyle proposed openstack/horizon: updating neutron policy file https://review.openstack.org/331370 | 22:51 |
*** edtubill has joined #openstack-horizon | 22:52 | |
*** edtubill has quit IRC | 23:08 | |
*** lblanchard has joined #openstack-horizon | 23:09 | |
*** lblanchard has quit IRC | 23:11 | |
*** sacharya_ has quit IRC | 23:13 | |
openstackgerrit | Diana Whitten proposed openstack/horizon: Align Legacy Workflows: Identity/Projects https://review.openstack.org/330690 | 23:14 |
*** Marcellin has quit IRC | 23:16 | |
*** dave-mccowan has joined #openstack-horizon | 23:22 | |
*** weezS has quit IRC | 23:22 | |
*** dave-mccowan has quit IRC | 23:26 | |
*** jtriley has joined #openstack-horizon | 23:26 | |
*** jtriley has quit IRC | 23:30 | |
*** aortega has quit IRC | 23:31 | |
*** aortega has joined #openstack-horizon | 23:35 | |
*** hurgleburgler has quit IRC | 23:36 | |
*** pushkaru has quit IRC | 23:37 | |
*** hurgleburgler has joined #openstack-horizon | 23:38 | |
*** ChanServ sets mode: +v hurgleburgler | 23:38 | |
*** Mounica has quit IRC | 23:42 | |
*** gyee has quit IRC | 23:46 | |
*** pushkaru has joined #openstack-horizon | 23:47 | |
openstackgerrit | Ying Zuo proposed openstack/horizon: Check if volume type encryption is enabled before retrieving the data https://review.openstack.org/331380 | 23:53 |
openstackgerrit | Merged openstack/horizon: Show instance lock/unlock actions based on the locked status https://review.openstack.org/272841 | 23:54 |
*** weezS has joined #openstack-horizon | 23:57 | |
*** hurgleburgler has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!