*** lcastell has quit IRC | 00:11 | |
*** jtriley has joined #openstack-horizon | 00:23 | |
*** ying_zuo has quit IRC | 00:28 | |
*** wolverineav has quit IRC | 00:28 | |
*** wolverineav has joined #openstack-horizon | 00:28 | |
*** ducttape_ has joined #openstack-horizon | 00:54 | |
*** jtriley has quit IRC | 00:57 | |
*** wolverineav has quit IRC | 01:11 | |
*** wolverin_ has joined #openstack-horizon | 01:14 | |
*** wolverin_ has quit IRC | 01:18 | |
*** ducttape_ has quit IRC | 01:19 | |
*** ducttape_ has joined #openstack-horizon | 01:20 | |
openstackgerrit | Akihiro Motoki proposed openstack/horizon master: Fix neutron API tests https://review.openstack.org/467808 | 01:22 |
---|---|---|
*** ducttap__ has joined #openstack-horizon | 01:25 | |
*** ducttap__ has quit IRC | 01:27 | |
*** ducttap__ has joined #openstack-horizon | 01:28 | |
*** ducttap__ has quit IRC | 01:28 | |
*** ducttape_ has quit IRC | 01:28 | |
openstackgerrit | Akihiro Motoki proposed openstack/horizon master: Remove openstack_dashboard.api.network_base https://review.openstack.org/466644 | 02:01 |
openstackgerrit | Akihiro Motoki proposed openstack/horizon master: Move SG and FIP API wrapper to api.neutron https://review.openstack.org/466645 | 02:01 |
*** zhurong has joined #openstack-horizon | 02:05 | |
*** lucasxu has joined #openstack-horizon | 02:33 | |
*** itlinux has joined #openstack-horizon | 02:37 | |
*** itlinux has quit IRC | 03:03 | |
*** lucasxu has quit IRC | 03:06 | |
*** lucasxu has joined #openstack-horizon | 03:08 | |
*** ducttape_ has joined #openstack-horizon | 03:16 | |
*** ducttap__ has joined #openstack-horizon | 03:17 | |
*** ducttape_ has quit IRC | 03:17 | |
*** lucasxu has quit IRC | 03:18 | |
*** ducttap__ has quit IRC | 03:51 | |
*** ducttape_ has joined #openstack-horizon | 04:08 | |
*** zhurong has quit IRC | 04:08 | |
*** ducttape_ has quit IRC | 04:12 | |
*** yamamoto has quit IRC | 04:13 | |
*** yamamoto has joined #openstack-horizon | 04:13 | |
*** zhurong has joined #openstack-horizon | 04:16 | |
*** yamamoto has quit IRC | 04:17 | |
*** yingjun has joined #openstack-horizon | 04:30 | |
*** jtomasek has quit IRC | 04:46 | |
*** yamamoto has joined #openstack-horizon | 05:01 | |
*** gyee has quit IRC | 05:03 | |
*** udesale has joined #openstack-horizon | 05:17 | |
*** ratailor has joined #openstack-horizon | 05:24 | |
openstackgerrit | Merged openstack/horizon master: Fix neutron API tests https://review.openstack.org/467808 | 05:25 |
*** masco has joined #openstack-horizon | 06:08 | |
*** rcernin has joined #openstack-horizon | 06:18 | |
*** pcaruana has joined #openstack-horizon | 06:20 | |
*** _pyokan has joined #openstack-horizon | 06:39 | |
*** rajalokan has quit IRC | 06:40 | |
*** zhurong has quit IRC | 07:30 | |
*** jpich has joined #openstack-horizon | 07:35 | |
*** zhurong has joined #openstack-horizon | 07:45 | |
*** itxaka has joined #openstack-horizon | 07:51 | |
*** _pyokan has quit IRC | 08:25 | |
*** _pyokan has joined #openstack-horizon | 08:31 | |
*** zhurong has quit IRC | 08:54 | |
*** e0ne has joined #openstack-horizon | 08:56 | |
openstackgerrit | Beth Elwell proposed openstack/horizon master: Adds basic angular QoS panel to Horizon https://review.openstack.org/418828 | 09:04 |
*** zhurong has joined #openstack-horizon | 09:04 | |
*** udesale has quit IRC | 09:34 | |
*** zhurong has quit IRC | 09:35 | |
*** yingjun has quit IRC | 09:37 | |
*** udesale has joined #openstack-horizon | 09:39 | |
*** mvk_ has quit IRC | 09:41 | |
*** udesale has quit IRC | 09:48 | |
*** udesale has joined #openstack-horizon | 09:53 | |
*** adriant has quit IRC | 09:58 | |
*** mvk has joined #openstack-horizon | 10:09 | |
*** yamamoto has quit IRC | 10:11 | |
*** ducttape_ has joined #openstack-horizon | 10:13 | |
*** ducttape_ has quit IRC | 10:18 | |
*** udesale has quit IRC | 10:23 | |
*** udesale has joined #openstack-horizon | 10:23 | |
*** _pyokan has quit IRC | 10:24 | |
*** yamamoto has joined #openstack-horizon | 10:58 | |
betherly | hi folks! working on a bug where if you launch an instance using a volume with min_disk, it doesnt stop you selecting flavors with smaller disk than the minimum. this error does not occur where the instance is created using an image | 11:06 |
betherly | im wondering if someone can help me understand how the code is finding the min_disk of the volume as it is still technically the min_disk of the image that has been used to create the volume | 11:06 |
betherly | so if i use the same methods used to filter results as for images, i find i cannot do this as there isnt actually a min_disk attribute connected to the volume as the volume is connected to the image | 11:07 |
betherly | does that sort of make sense? | 11:07 |
robcresswell | betherly: I thought min_disk was a flavor/image thing? | 11:08 |
betherly | ye. so did i. but theres definitely a bug | 11:08 |
betherly | so if you try creating a volume using an image and then use that to launch an instance | 11:09 |
betherly | there is still an associated min disk and min ram if you view the details | 11:09 |
betherly | but! if you then go to select flavors, all flavors are still available to select. | 11:10 |
robcresswell | okay, so its from the image | 11:10 |
betherly | yep the volume is using an image. | 11:10 |
betherly | but in selecting to launch from a volume that makes use of an image, it then removes the filtering | 11:11 |
*** rubasov has quit IRC | 11:25 | |
*** yingjun has joined #openstack-horizon | 11:27 | |
*** rubasov has joined #openstack-horizon | 11:28 | |
betherly | robcresswell: any ideas how / where images are associated with the volumes? havent had any luck in searches so far | 11:28 |
betherly | they are obviously connected enough that the details drawer shows min disk under selected volume but i cant work out where thats coming from :/ | 11:29 |
*** jtomasek has joined #openstack-horizon | 11:46 | |
betherly | robcresswell: dont worry think ive found it :D | 11:53 |
*** udesale has quit IRC | 11:59 | |
*** udesale has joined #openstack-horizon | 11:59 | |
*** udesale has quit IRC | 11:59 | |
robcresswell | betherly: It sounds like LI just doesnt look at the min_disk from the vol metadata | 12:00 |
betherly | robcresswell: source.volume_image_metadata.min_disk | 12:00 |
betherly | thats how it finds it ^ | 12:01 |
*** ratailor has quit IRC | 12:04 | |
openstackgerrit | Beth Elwell proposed openstack/horizon master: Should not be able to choose flavor < volume.image.min_disk https://review.openstack.org/468018 | 12:10 |
*** masco has quit IRC | 12:13 | |
*** ducttape_ has joined #openstack-horizon | 12:27 | |
*** yingjun has quit IRC | 12:37 | |
*** ducttape_ has quit IRC | 12:43 | |
*** yamamoto has quit IRC | 12:56 | |
*** yamamoto has joined #openstack-horizon | 13:02 | |
*** chlong has quit IRC | 13:06 | |
*** lucasxu has joined #openstack-horizon | 13:16 | |
*** wolverineav has joined #openstack-horizon | 13:18 | |
*** lucasxu has quit IRC | 13:27 | |
*** lucasxu has joined #openstack-horizon | 13:27 | |
*** jtriley has joined #openstack-horizon | 13:33 | |
*** lucasxu has quit IRC | 13:33 | |
*** lblanchard has joined #openstack-horizon | 13:33 | |
*** lucasxu has joined #openstack-horizon | 13:35 | |
*** lucasxu has quit IRC | 13:43 | |
*** lucasxu has joined #openstack-horizon | 13:43 | |
*** lblanchard has quit IRC | 13:45 | |
*** lblanchard has joined #openstack-horizon | 13:46 | |
openstackgerrit | Merged openstack/horizon master: Remove unnecessary escaping of volume name https://review.openstack.org/465933 | 13:54 |
*** lcastell has joined #openstack-horizon | 14:03 | |
*** rajalokan has joined #openstack-horizon | 14:06 | |
*** ducttape_ has joined #openstack-horizon | 14:07 | |
*** jtomasek has quit IRC | 14:16 | |
*** weezS has joined #openstack-horizon | 14:22 | |
tonygunk | Guys - using Ocata and Horizon and wanted to see why clicking on instances in GUI makes two identical API calls for limits http://paste.openstack.org/show/610646/ | 14:23 |
*** udesale has joined #openstack-horizon | 14:23 | |
*** udesale has quit IRC | 14:23 | |
*** yamamoto has quit IRC | 14:24 | |
*** udesale has joined #openstack-horizon | 14:24 | |
openstackgerrit | Bence Romsics proposed openstack/horizon master: WIP Idea to avoid duplication of port subtype filtering logic https://review.openstack.org/468050 | 14:24 |
e0ne | robcresswell: hi. could you please restore https://review.openstack.org/#/c/317757? I'll send updated version with test | 14:25 |
*** ducttape_ has quit IRC | 14:27 | |
e0ne | robcresswell: thank you! | 14:27 |
*** chlong has joined #openstack-horizon | 14:27 | |
*** ducttape_ has joined #openstack-horizon | 14:34 | |
*** ducttape_ has quit IRC | 14:35 | |
robcresswell | tonygunk: No idea, I'm afraid | 14:35 |
*** ducttape_ has joined #openstack-horizon | 14:35 | |
tonygunk | robcresswell: ok - so looks like it must be something in my environment i need to debug | 14:37 |
*** lucasxu has quit IRC | 14:39 | |
*** yamamoto has joined #openstack-horizon | 14:39 | |
*** ducttape_ has quit IRC | 14:39 | |
openstackgerrit | Ivan Kolodyazhny proposed openstack/horizon master: Added SELECTABLE_THEMES setting https://review.openstack.org/317757 | 14:43 |
*** yamamoto has quit IRC | 14:44 | |
openstackgerrit | Ivan Kolodyazhny proposed openstack/horizon master: Added SELECTABLE_THEMES setting https://review.openstack.org/317757 | 14:44 |
*** udesale has quit IRC | 14:48 | |
openstackgerrit | Ivan Kolodyazhny proposed openstack/horizon master: Added SELECTABLE_THEMES setting https://review.openstack.org/317757 | 14:50 |
*** gyee has joined #openstack-horizon | 14:50 | |
*** lucasxu has joined #openstack-horizon | 14:56 | |
*** TravT has joined #openstack-horizon | 14:56 | |
*** ChanServ sets mode: +v TravT | 14:56 | |
*** dave-mccowan has joined #openstack-horizon | 15:01 | |
openstackgerrit | Ivan Kolodyazhny proposed openstack/horizon master: Introduce ddt library for tests https://review.openstack.org/468058 | 15:05 |
*** yamamoto has joined #openstack-horizon | 15:20 | |
*** yamamoto has quit IRC | 15:20 | |
*** yingjun has joined #openstack-horizon | 15:22 | |
*** ducttape_ has joined #openstack-horizon | 15:24 | |
*** alexvictorchan has quit IRC | 15:25 | |
*** yingjun has quit IRC | 15:29 | |
*** wolverineav has quit IRC | 15:34 | |
*** wolverineav has joined #openstack-horizon | 15:34 | |
*** pcaruana has quit IRC | 15:38 | |
*** yingjun has joined #openstack-horizon | 15:38 | |
*** pcaruana has joined #openstack-horizon | 15:39 | |
*** itxaka has quit IRC | 15:40 | |
*** wolverineav has quit IRC | 15:42 | |
*** yingjun has quit IRC | 15:43 | |
*** e0ne has quit IRC | 15:51 | |
openstackgerrit | wei.ying proposed openstack/horizon master: Remove the duplicate method call when retrieving the instance log https://review.openstack.org/468079 | 16:00 |
*** lucasxu has quit IRC | 16:03 | |
*** lucasxu has joined #openstack-horizon | 16:03 | |
*** rajalokan has quit IRC | 16:08 | |
*** jpich has quit IRC | 16:17 | |
*** alexvictorchan has joined #openstack-horizon | 16:19 | |
*** savvas has quit IRC | 16:19 | |
*** yamamoto has joined #openstack-horizon | 16:21 | |
*** pcaruana has quit IRC | 16:30 | |
*** pcaruana has joined #openstack-horizon | 16:30 | |
*** yamamoto has quit IRC | 16:32 | |
*** udesale has joined #openstack-horizon | 16:39 | |
*** rcernin has quit IRC | 16:40 | |
*** weezS has quit IRC | 16:47 | |
*** ppiela_ has joined #openstack-horizon | 16:48 | |
*** ppiela has quit IRC | 16:49 | |
*** jtomasek has joined #openstack-horizon | 16:53 | |
*** mvk has quit IRC | 16:57 | |
*** yamamoto has joined #openstack-horizon | 17:06 | |
*** yamamoto has quit IRC | 17:10 | |
*** udesale has quit IRC | 17:20 | |
*** lucasxu has quit IRC | 17:20 | |
*** savvas has joined #openstack-horizon | 17:43 | |
*** weezS has joined #openstack-horizon | 17:54 | |
*** ducttape_ has quit IRC | 18:00 | |
*** david-lyle has joined #openstack-horizon | 18:12 | |
*** ChanServ sets mode: +o david-lyle | 18:12 | |
*** david-lyle has quit IRC | 18:19 | |
*** ducttape_ has joined #openstack-horizon | 18:25 | |
*** lucasxu has joined #openstack-horizon | 18:25 | |
*** weezS has quit IRC | 18:53 | |
*** e0ne has joined #openstack-horizon | 19:01 | |
*** yamamoto has joined #openstack-horizon | 19:08 | |
*** pcaruana has quit IRC | 19:09 | |
*** ppiela_ has quit IRC | 19:10 | |
*** mvk has joined #openstack-horizon | 19:11 | |
*** yamamoto has quit IRC | 19:13 | |
openstackgerrit | Akihiro Motoki proposed openstack/horizon master: Retrieve quota and usage only for resources really required https://review.openstack.org/456416 | 19:13 |
*** e0ne has quit IRC | 19:17 | |
*** jtomasek_ has joined #openstack-horizon | 19:17 | |
*** wolverineav has joined #openstack-horizon | 19:17 | |
*** wolverineav has quit IRC | 19:22 | |
openstackgerrit | Merged openstack/horizon master: Remove the duplicate method call when retrieving the instance log https://review.openstack.org/468079 | 19:23 |
*** e0ne has joined #openstack-horizon | 19:27 | |
openstackgerrit | Merged openstack/django_openstack_auth master: Imported Translations from Zanata https://review.openstack.org/466671 | 19:31 |
*** ppiela has joined #openstack-horizon | 19:45 | |
*** lblanchard has quit IRC | 19:55 | |
*** jamielennox is now known as jamielennox|away | 19:56 | |
*** amotoki is now known as amotoki_away | 19:58 | |
*** amotoki_away is now known as amotoki | 19:59 | |
*** amotoki is now known as amotoki_away | 19:59 | |
*** david-lyle has joined #openstack-horizon | 20:12 | |
*** ChanServ sets mode: +o david-lyle | 20:12 | |
*** chlong has quit IRC | 20:15 | |
*** david-lyle has quit IRC | 20:17 | |
*** lucasxu has quit IRC | 20:21 | |
*** lucasxu has joined #openstack-horizon | 20:22 | |
*** chlong has joined #openstack-horizon | 20:33 | |
*** chlong has quit IRC | 20:37 | |
*** chlong has joined #openstack-horizon | 20:38 | |
*** jtomasek_ has quit IRC | 21:04 | |
*** e0ne has quit IRC | 21:05 | |
*** itlinux has joined #openstack-horizon | 21:05 | |
*** ducttape_ has quit IRC | 21:06 | |
*** jtriley has quit IRC | 21:06 | |
*** chlong has quit IRC | 21:11 | |
*** wolverineav has joined #openstack-horizon | 21:20 | |
*** wolverineav has quit IRC | 21:24 | |
*** dave-mccowan has quit IRC | 21:33 | |
*** lucasxu has quit IRC | 21:39 | |
*** itlinux has quit IRC | 21:42 | |
*** itlinux has joined #openstack-horizon | 22:22 | |
*** ttrifonov has quit IRC | 22:28 | |
*** ttrifonov has joined #openstack-horizon | 22:29 | |
*** jamielennox|away is now known as jamielennox | 22:36 | |
*** ducttape_ has joined #openstack-horizon | 22:48 | |
*** gary-smith_ has joined #openstack-horizon | 22:48 | |
*** jamespd has left #openstack-horizon | 22:52 | |
*** alexvictorchan has quit IRC | 22:55 | |
*** lcastell has quit IRC | 22:58 | |
*** itlinux has quit IRC | 23:07 | |
*** alexvictorchan has joined #openstack-horizon | 23:07 | |
*** weezS has joined #openstack-horizon | 23:09 | |
*** ducttape_ has quit IRC | 23:15 | |
*** ducttape_ has joined #openstack-horizon | 23:16 | |
*** weezS has quit IRC | 23:19 | |
*** alexvictorchan has quit IRC | 23:19 | |
*** weezS has joined #openstack-horizon | 23:20 | |
*** ducttape_ has quit IRC | 23:30 | |
*** gary-smith_ has quit IRC | 23:34 | |
*** gary-smith_ has joined #openstack-horizon | 23:46 | |
*** yingjun has joined #openstack-horizon | 23:49 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!