*** rkukura has joined #openstack-dev | 00:05 | |
*** ncode has quit IRC | 00:08 | |
*** samkottler is now known as samkottler|out | 00:12 | |
openstackgerrit | A change was merged to openstack/nova: Accept role list from either X-Roles or X-Role https://review.openstack.org/11979 | 00:12 |
---|---|---|
*** markmcclain has joined #openstack-dev | 00:15 | |
rmk | vishy: Sorry did you ping yesterday? | 00:22 |
vishy | rmk: yeah i did, but I ended up getting mikal to look at it | 00:23 |
*** daddyjoseph97 has quit IRC | 00:23 | |
vishy | I was going to ask you what you thought about making hard_reboot regrab backing files if they are missing | 00:23 |
*** zul has quit IRC | 00:25 | |
*** zul has joined #openstack-dev | 00:25 | |
rmk | Ah cool | 00:25 |
rmk | Responded earlier to my snapshot thread. Also been throwing around another sort of related idea to actually store the qcow2 images in backed format. As in, only the delta is stored in glance. | 00:28 |
rmk | Would be really cool for backups. | 00:28 |
*** milner has quit IRC | 00:30 | |
rmk | The snapshot would need to store metadata about its parent image so that both were retrieved when launching a new image from it | 00:30 |
rmk | Similar to how amis work with their kernel and ramdisks | 00:31 |
lifeless | mmm, it would make deleting an image much more complex | 00:33 |
*** thingee_zz is now known as thingee | 00:33 | |
*** devanand1 has joined #openstack-dev | 00:33 | |
*** jtran has joined #openstack-dev | 00:34 | |
rmk | Yep would have to know about any dependencies and block deletions | 00:34 |
rmk | But it's a worthwhile trade off if you ask me | 00:34 |
*** jtran has left #openstack-dev | 00:34 | |
openstackgerrit | A change was merged to openstack/glance: Add 'bytes' to image size rejection message https://review.openstack.org/11803 | 00:35 |
rmk | I can't even tell you guys how many questions we get around snapshots and how limited people feel by the way they currently work | 00:35 |
lifeless | alternatively, you could delete from reporting, keep the relation using uuids or some unique value, and do a background rewrite to remove the dependency, then fully delete. | 00:36 |
rmk | The terminology is partially to blame | 00:36 |
lifeless | rmk: yeah, I can imagine that | 00:36 |
rmk | Yep that would make sense too | 00:36 |
rmk | I guess the general point is to store deltas when possible where today that's never the case | 00:36 |
rmk | I dont think it's a huge amount of code eight | 00:37 |
rmk | Either | 00:37 |
*** martine has joined #openstack-dev | 00:37 | |
*** mikal has quit IRC | 00:37 | |
*** devananda has quit IRC | 00:37 | |
*** mikal has joined #openstack-dev | 00:37 | |
lifeless | rmk: what limits are your questioners running into? | 00:38 |
lifeless | rmk: performance? customisation ? | 00:38 |
rmk | Performance and disk consumption | 00:38 |
*** cp16net is now known as cp16net|away | 00:38 | |
*** cp16net|away is now known as cp16net | 00:38 | |
rmk | Performance being the most significant by far | 00:39 |
lifeless | rmk: do you use the swift backend ? | 00:39 |
lifeless | [for glance] | 00:39 |
rmk | Well the problem isn't glance at all | 00:39 |
rmk | It's the process of extracting the entire image and transferring it over | 00:39 |
lifeless | during the snapshot ? | 00:39 |
rmk | Then if you choose to use it, transferring it back and converting it | 00:39 |
rmk | The entire process is slow and hits the network+disks hard | 00:40 |
lifeless | so yeah, there are two operations there. For many images, they will be cached on the compute node when the snapshot is initiated, so there should be no need to copy it over | 00:40 |
lifeless | but for execution, the likelyhood of an arbitrary image being locally cached drops substantially | 00:41 |
rmk | Right unless theres nas in play which a lot of our clients have opted to use | 00:41 |
vishy | rmk: might be best to punt that into cinder | 00:52 |
*** dolphm has joined #openstack-dev | 00:52 | |
vishy | rmk: as in use boot from volume and have the snapshot command pass the request on to cinder for instance snapshot | 00:52 |
*** zaitcev has quit IRC | 00:53 | |
*** markmcclain has quit IRC | 00:53 | |
rmk | That implies using volumes though | 00:53 |
rmk | Is there a reason not to improve this at the instance store level if we can? | 00:54 |
lifeless | rmk: clearly no reason not to; the tradeoff in complexity is non-trivial though - goes from KV store to DAG | 00:54 |
lifeless | thats a huge jump in possible bugs (including performance and data loss) | 00:55 |
*** ncode has joined #openstack-dev | 00:58 | |
lifeless | rmk: so I speculate that vishy is wondering whether that complexity is able to be better contained in cinder | 00:58 |
rmk | Sure | 00:58 |
rmk | Was just throwing the idea around for now. That may ultimately make the most sense. | 00:59 |
*** andrewsmedina has joined #openstack-dev | 01:02 | |
*** lloydde has joined #openstack-dev | 01:06 | |
*** andrewbogott is now known as andrewbogott_afk | 01:07 | |
*** lloydde has quit IRC | 01:11 | |
*** jkff has quit IRC | 01:13 | |
*** arosen has quit IRC | 01:15 | |
vishy | rmk: I just don't want to maintain multiple methods of snapshotting. | 01:18 |
*** jkff has joined #openstack-dev | 01:19 | |
*** maurosr has joined #openstack-dev | 01:22 | |
*** maurosr has quit IRC | 01:26 | |
openstackgerrit | A change was merged to openstack/swift: Misc. swift-bench improvements. https://review.openstack.org/11984 | 01:28 |
*** markmcclain has joined #openstack-dev | 01:29 | |
*** Mandell has quit IRC | 01:33 | |
*** dolphm has quit IRC | 01:34 | |
*** PotHix has quit IRC | 01:35 | |
*** roge has quit IRC | 01:38 | |
*** nati_ueno has quit IRC | 01:42 | |
*** xchu has joined #openstack-dev | 01:53 | |
*** adjohn has joined #openstack-dev | 01:55 | |
*** littleidea has quit IRC | 01:57 | |
*** jdurgin has quit IRC | 01:58 | |
*** littleidea has joined #openstack-dev | 01:58 | |
*** JeDii has joined #openstack-dev | 01:59 | |
*** anniec has quit IRC | 01:59 | |
*** nati_ueno has joined #openstack-dev | 02:01 | |
*** nati_ueno has quit IRC | 02:04 | |
*** nati_ueno has joined #openstack-dev | 02:05 | |
*** spiffxp has quit IRC | 02:13 | |
*** spiffxp has joined #openstack-dev | 02:18 | |
*** mikal has quit IRC | 02:20 | |
*** mikal has joined #openstack-dev | 02:20 | |
jgriffith | rmk: There will likely be some discussions/work around this in Cinder in the Grizzly time frame | 02:20 |
*** adalbas has quit IRC | 02:21 | |
*** johnpur has quit IRC | 02:22 | |
*** markmcclain has quit IRC | 02:22 | |
*** spiffxp has quit IRC | 02:22 | |
*** hemna has quit IRC | 02:26 | |
*** spiffxp has joined #openstack-dev | 02:33 | |
*** pixelbeat has quit IRC | 02:34 | |
*** zhuadl has joined #openstack-dev | 02:37 | |
*** littleidea has joined #openstack-dev | 02:42 | |
*** dolphm has joined #openstack-dev | 02:44 | |
*** arosen has joined #openstack-dev | 02:44 | |
*** sacharya has joined #openstack-dev | 02:46 | |
*** dolphm has quit IRC | 02:49 | |
*** samkottler|out is now known as samkottler | 02:49 | |
Madkiss | https://github.com/madkiss/openstack-resource-agents | 02:50 |
Madkiss | hrhr. | 02:50 |
*** markmcclain has joined #openstack-dev | 02:50 | |
*** martine has quit IRC | 02:51 | |
*** martine has joined #openstack-dev | 02:51 | |
*** littleidea has quit IRC | 02:52 | |
*** nati_uen_ has joined #openstack-dev | 02:53 | |
*** nati_ueno has quit IRC | 02:56 | |
*** cp16net is now known as cp16net|away | 02:58 | |
rkukura | arosen: do you have a second? | 02:59 |
*** jkff has quit IRC | 03:03 | |
*** Ryan_Lane has quit IRC | 03:03 | |
*** negronjl has joined #openstack-dev | 03:06 | |
*** mjfork has quit IRC | 03:12 | |
*** s0mik has joined #openstack-dev | 03:19 | |
*** jkff has joined #openstack-dev | 03:19 | |
*** jkff has quit IRC | 03:20 | |
*** markmcclain has quit IRC | 03:24 | |
*** jkff has joined #openstack-dev | 03:25 | |
*** martine has quit IRC | 03:28 | |
*** markmcclain has joined #openstack-dev | 03:29 | |
*** jkff has quit IRC | 03:32 | |
*** samkottler has quit IRC | 03:33 | |
*** samkottler has joined #openstack-dev | 03:33 | |
*** markmcclain has quit IRC | 03:33 | |
*** thinrhino has joined #openstack-dev | 03:35 | |
*** zhuadl has quit IRC | 03:37 | |
*** hugokuo has quit IRC | 03:38 | |
*** thinrhino has quit IRC | 03:38 | |
*** JeDii has quit IRC | 03:40 | |
*** Ryan_Lane has joined #openstack-dev | 03:41 | |
*** tacy_lee1 has joined #openstack-dev | 03:43 | |
*** tacy_lee1 has left #openstack-dev | 03:43 | |
*** spiffxp has quit IRC | 03:48 | |
*** spiffxp has joined #openstack-dev | 03:58 | |
*** nati_uen_ has quit IRC | 04:01 | |
*** nati_ueno has joined #openstack-dev | 04:02 | |
*** ncode has quit IRC | 04:02 | |
*** lloydde has joined #openstack-dev | 04:06 | |
*** shang has quit IRC | 04:07 | |
*** littleidea has joined #openstack-dev | 04:09 | |
*** smoser has quit IRC | 04:16 | |
*** smoser has joined #openstack-dev | 04:16 | |
*** s0mik has quit IRC | 04:17 | |
*** andrewsmedina has quit IRC | 04:21 | |
*** andrewsmedina has joined #openstack-dev | 04:23 | |
*** samkottler is now known as samkottler|afk | 04:25 | |
*** s0mik has joined #openstack-dev | 04:28 | |
*** spiffxp has quit IRC | 04:32 | |
*** s0mik has quit IRC | 04:36 | |
*** EmilienM has joined #openstack-dev | 04:36 | |
*** EmilienM has left #openstack-dev | 04:36 | |
*** andrewsmedina has quit IRC | 04:38 | |
*** EmilienM has joined #openstack-dev | 04:39 | |
*** jkff has joined #openstack-dev | 04:41 | |
*** garyk has quit IRC | 04:42 | |
*** koolhead17 has joined #openstack-dev | 04:45 | |
*** sacharya has quit IRC | 04:47 | |
*** thinrhino has joined #openstack-dev | 04:47 | |
*** nati_uen_ has joined #openstack-dev | 04:50 | |
*** nati_uen_ has quit IRC | 04:52 | |
*** nati_uen_ has joined #openstack-dev | 04:52 | |
*** nati_ueno has quit IRC | 04:53 | |
*** tacy_lee1 has joined #openstack-dev | 04:58 | |
*** thingee is now known as thingee_zz | 04:59 | |
*** thingee_zz is now known as thingee_zzz | 05:00 | |
*** Mandell has joined #openstack-dev | 05:01 | |
*** nati_uen_ has quit IRC | 05:03 | |
*** tacy_lee1 has left #openstack-dev | 05:06 | |
*** anniec has joined #openstack-dev | 05:07 | |
*** JStoker has quit IRC | 05:15 | |
*** jkff has quit IRC | 05:15 | |
*** dolphm has joined #openstack-dev | 05:24 | |
*** chmouel has quit IRC | 05:25 | |
*** koolhead17 has quit IRC | 05:33 | |
*** littleidea has quit IRC | 05:35 | |
*** garyk has joined #openstack-dev | 05:36 | |
*** JStoker has joined #openstack-dev | 05:36 | |
*** Mandell has quit IRC | 05:36 | |
*** Mandell has joined #openstack-dev | 05:37 | |
*** Mandell has quit IRC | 05:41 | |
*** koolhead17 has joined #openstack-dev | 05:46 | |
openstackgerrit | A change was merged to openstack/quantum: fix bug where network owned resources block delete https://review.openstack.org/11996 | 05:55 |
*** GheRivero has joined #openstack-dev | 05:59 | |
*** hattwick has quit IRC | 06:00 | |
*** Mandell has joined #openstack-dev | 06:01 | |
*** thovden has joined #openstack-dev | 06:08 | |
*** thovden has quit IRC | 06:16 | |
*** zhuadl has joined #openstack-dev | 06:18 | |
arosen | HI rkukura sorry i never got your message I was logged in else where when you messaged me. | 06:27 |
arosen | i'm here now though :) | 06:27 |
*** mindpixel has joined #openstack-dev | 06:33 | |
*** rohitk has joined #openstack-dev | 06:37 | |
*** Mandell has quit IRC | 06:40 | |
*** GheRivero has quit IRC | 06:40 | |
*** anniec has left #openstack-dev | 06:48 | |
*** mrunge has joined #openstack-dev | 06:50 | |
*** rafaduran has joined #openstack-dev | 06:51 | |
*** GheRivero has joined #openstack-dev | 06:54 | |
*** lloydde has quit IRC | 06:55 | |
*** lloydde has joined #openstack-dev | 06:55 | |
*** Slower has quit IRC | 06:59 | |
*** lloydde has quit IRC | 07:00 | |
*** dachary has joined #openstack-dev | 07:01 | |
*** Ryan_Lane has quit IRC | 07:04 | |
*** Ryan_Lane has joined #openstack-dev | 07:05 | |
*** tacy_lee1 has joined #openstack-dev | 07:05 | |
*** tacy_lee1 has left #openstack-dev | 07:06 | |
*** Ryan_Lane has quit IRC | 07:13 | |
*** zhuadl_ has joined #openstack-dev | 07:15 | |
*** dansmith_ has joined #openstack-dev | 07:16 | |
*** dansmith has quit IRC | 07:17 | |
*** zhuadl has quit IRC | 07:18 | |
*** zhuadl_ is now known as zhuadl | 07:18 | |
*** reidrac has joined #openstack-dev | 07:23 | |
*** cp16net|away is now known as cp16net | 07:28 | |
*** zhuadl has quit IRC | 07:32 | |
*** tacy_lee1 has joined #openstack-dev | 07:32 | |
*** zhuadl has joined #openstack-dev | 07:33 | |
*** tacy_lee1 has left #openstack-dev | 07:38 | |
*** zing has joined #openstack-dev | 07:41 | |
*** GheRivero has quit IRC | 07:50 | |
*** GheRivero has joined #openstack-dev | 07:51 | |
*** chmouel has joined #openstack-dev | 08:00 | |
*** zhuadl has quit IRC | 08:00 | |
*** chmouel has quit IRC | 08:03 | |
*** derekh has joined #openstack-dev | 08:04 | |
*** dave_mcn has quit IRC | 08:05 | |
*** cloudfly has quit IRC | 08:12 | |
*** rmk has quit IRC | 08:12 | |
*** almaisan-away is now known as al-maisan | 08:13 | |
*** rmk has joined #openstack-dev | 08:19 | |
*** zaneb has joined #openstack-dev | 08:19 | |
*** cloudfly has joined #openstack-dev | 08:19 | |
*** darraghb has joined #openstack-dev | 08:24 | |
*** rmk has quit IRC | 08:25 | |
*** cloudfly has quit IRC | 08:26 | |
*** cloudfly has joined #openstack-dev | 08:27 | |
*** rmk has joined #openstack-dev | 08:28 | |
*** erikzaadi has joined #openstack-dev | 08:28 | |
*** rbasak has joined #openstack-dev | 08:30 | |
*** apevec has joined #openstack-dev | 08:31 | |
*** apevec has joined #openstack-dev | 08:31 | |
*** rafaduran has quit IRC | 08:34 | |
*** wb_ has joined #openstack-dev | 08:40 | |
*** hattwick has joined #openstack-dev | 08:42 | |
*** cloudfly has quit IRC | 08:57 | |
*** rmk has quit IRC | 08:59 | |
*** pixelbeat has joined #openstack-dev | 08:59 | |
*** cloudfly has joined #openstack-dev | 09:00 | |
*** rmk has joined #openstack-dev | 09:07 | |
Adri2000 | looking at nova blueprints, I doubt https://blueprints.launchpad.net/nova/+spec/robertpattinson will be implemented :) | 09:07 |
*** cloudfly has quit IRC | 09:09 | |
*** cloudfly has joined #openstack-dev | 09:10 | |
*** rods1 has joined #openstack-dev | 09:11 | |
*** jongleur has joined #openstack-dev | 09:11 | |
jongleur | Hi. I would like to change the dashboards VNC viewer to have an adjustable size in the user interface; but I don't find that view in the dashboard-source. any hints? | 09:12 |
EmilienM | did you check http://goo.gl/ngvtR ? | 09:14 |
EmilienM | ^ jongleur | 09:14 |
uvirtbot | EmilienM: Error: "jongleur" is not a valid command. | 09:14 |
EmilienM | -> /usr/share/pyshared/horizon/dashboards/nova/templates/nova/instances_and_volumes/instances/_detail_vnc.html | 09:15 |
jongleur | now I did, yes ;) thanks | 09:16 |
jongleur | are patches welcome here? I mean - I don't want to set up a fixed new size that's plain different; but make the iframe adjustable in size (works for me when changing that using firebug) | 09:17 |
jongleur | my idea is to have an adjustable vnc window that allows to be resized by the user according to his needs: browser window size, VM resolution and so on | 09:18 |
*** cloudfly has quit IRC | 09:18 | |
jongleur | and (at least, if): where's that code in github? | 09:20 |
*** koolhead17 has quit IRC | 09:20 | |
*** cloudfly has joined #openstack-dev | 09:22 | |
*** jongleur has quit IRC | 09:24 | |
*** chmouel has joined #openstack-dev | 09:26 | |
*** jongleur has joined #openstack-dev | 09:27 | |
*** Edward_Zhang has joined #openstack-dev | 09:27 | |
*** rods1 has quit IRC | 09:27 | |
*** rods1 has joined #openstack-dev | 09:30 | |
*** cloudfly has quit IRC | 09:31 | |
EmilienM | jongleur: you can do that in javascript I guess | 09:33 |
*** Edward_Zhang has quit IRC | 09:33 | |
*** Edward_Zhang_ has joined #openstack-dev | 09:33 | |
*** Edward_Zhang_ is now known as Edward_Zhang | 09:34 | |
jongleur | EmilienM: sure, I think I can do it even in html ;) | 09:34 |
jongleur | (or css) | 09:34 |
EmilienM | don't forget to share :p | 09:34 |
jongleur | my problem was just to find the place in source, as it's not helpful to adjust it in firebug again and again | 09:34 |
jongleur | EmilienM: that's why I ask if the patch is welcome ;) | 09:35 |
*** chmouel has quit IRC | 09:35 | |
*** cloudfly has joined #openstack-dev | 09:36 | |
EmilienM | if you can't get a response here, use https://answers.launchpad.net/horizon/+addquestion | 09:37 |
*** chmouel has joined #openstack-dev | 09:42 | |
*** rohitk_1 has joined #openstack-dev | 09:44 | |
*** rohitk has quit IRC | 09:44 | |
*** rohitk has joined #openstack-dev | 09:49 | |
*** rohitk_1 has quit IRC | 09:51 | |
*** Edward_Zhang_ has joined #openstack-dev | 10:04 | |
*** Edward_Zhang has quit IRC | 10:05 | |
*** Edward_Zhang_ is now known as Edward_Zhang | 10:05 | |
*** xchu has quit IRC | 10:05 | |
*** rods1 has quit IRC | 10:08 | |
*** zhuadl has joined #openstack-dev | 10:09 | |
*** mikal has quit IRC | 10:13 | |
*** mikal has joined #openstack-dev | 10:14 | |
*** rmk has quit IRC | 10:16 | |
*** al-maisan is now known as almaisan-away | 10:22 | |
*** Edward_Zhang has quit IRC | 10:23 | |
*** kyriakos has joined #openstack-dev | 10:24 | |
*** rmk has joined #openstack-dev | 10:25 | |
*** jongleur has quit IRC | 10:34 | |
*** zhuadl has quit IRC | 10:36 | |
*** zhuadl has joined #openstack-dev | 10:36 | |
*** jongleur has joined #openstack-dev | 10:36 | |
*** cloudvirt has joined #openstack-dev | 10:36 | |
*** zhuadl has quit IRC | 10:43 | |
*** ijw has left #openstack-dev | 10:45 | |
*** ijw has joined #openstack-dev | 10:45 | |
*** ijw has left #openstack-dev | 10:45 | |
*** ijw has joined #openstack-dev | 10:46 | |
*** ollie2 has joined #openstack-dev | 10:51 | |
*** mrunge has quit IRC | 10:52 | |
*** thinrhin_ has joined #openstack-dev | 10:55 | |
*** thinrhino has quit IRC | 10:58 | |
*** cloudvirt has quit IRC | 10:59 | |
*** thinrhino has joined #openstack-dev | 11:00 | |
*** koolhead17 has joined #openstack-dev | 11:03 | |
ollie2 | Hi, could someone here approve my application to the 'openstack Contributors' launchpad team, my entry on wiki.openstack.org/Contributors is 'Oliver leahy' and the link to my CLA signature is at https://rackspace.echosign.com/verifier?tx=Z5M9RGU3P4I54C Thanks | 11:03 |
*** thinrhin_ has quit IRC | 11:03 | |
*** adalbas has joined #openstack-dev | 11:04 | |
*** cloudvirt has joined #openstack-dev | 11:11 | |
chmouel | ollie2: done. | 11:15 |
*** milner has joined #openstack-dev | 11:16 | |
*** mnewby has joined #openstack-dev | 11:23 | |
*** thinrhin_ has joined #openstack-dev | 11:26 | |
ollie2 | chmouel Thank you! | 11:28 |
*** thinrhino has quit IRC | 11:29 | |
*** mjfork has joined #openstack-dev | 11:33 | |
*** waa has quit IRC | 11:41 | |
*** maurosr has joined #openstack-dev | 11:43 | |
*** rafaduran has joined #openstack-dev | 11:47 | |
*** zaneb has quit IRC | 12:01 | |
*** zaneb has joined #openstack-dev | 12:01 | |
*** mrunge has joined #openstack-dev | 12:02 | |
*** gongysh has joined #openstack-dev | 12:05 | |
*** shang has joined #openstack-dev | 12:10 | |
*** almaisan-away is now known as al-maisan | 12:17 | |
*** martine has joined #openstack-dev | 12:19 | |
*** lts has joined #openstack-dev | 12:19 | |
openstackgerrit | A change was merged to openstack/nova: Fix PEP8 issues. https://review.openstack.org/12051 | 12:20 |
*** dolphm_ has joined #openstack-dev | 12:24 | |
*** thinrhin_ has quit IRC | 12:26 | |
*** cloudvirt has quit IRC | 12:28 | |
*** halfss has joined #openstack-dev | 12:30 | |
*** mrunge has quit IRC | 12:31 | |
*** rods1 has joined #openstack-dev | 12:36 | |
*** jrd-redhat has joined #openstack-dev | 12:38 | |
*** cloudvirt has joined #openstack-dev | 12:38 | |
*** roge has joined #openstack-dev | 12:41 | |
*** halfss has quit IRC | 12:41 | |
*** sandywalsh has joined #openstack-dev | 12:43 | |
*** littleidea has joined #openstack-dev | 12:43 | |
*** sandywalsh_ has quit IRC | 12:44 | |
*** zaneb has quit IRC | 12:44 | |
*** zaneb has joined #openstack-dev | 12:45 | |
*** tgall_foo has quit IRC | 12:56 | |
*** kbringard has joined #openstack-dev | 12:57 | |
*** thinrhino has joined #openstack-dev | 12:59 | |
*** markmc has joined #openstack-dev | 12:59 | |
*** maurosr has quit IRC | 13:01 | |
*** GheRivero has quit IRC | 13:03 | |
*** dprince has joined #openstack-dev | 13:03 | |
*** sandywalsh_ has joined #openstack-dev | 13:06 | |
*** maurosr has joined #openstack-dev | 13:07 | |
*** maurosr has quit IRC | 13:07 | |
*** sandywalsh has quit IRC | 13:07 | |
*** zhuadl has joined #openstack-dev | 13:07 | |
*** maurosr has joined #openstack-dev | 13:08 | |
*** blamar has joined #openstack-dev | 13:10 | |
chmouel | mtaylor: ping | 13:11 |
*** salv-orlando has joined #openstack-dev | 13:15 | |
*** mrunge has joined #openstack-dev | 13:17 | |
*** e1mer has quit IRC | 13:19 | |
*** samkottler|afk is now known as samkottler | 13:23 | |
*** jongleur has quit IRC | 13:26 | |
*** nati_ueno has joined #openstack-dev | 13:27 | |
LinuxJedi | chmouel: he is at burning man | 13:28 |
*** martine has quit IRC | 13:28 | |
LinuxJedi | chmouel: no internet/phone/civilisation until next week | 13:28 |
*** japage has joined #openstack-dev | 13:28 | |
*** rpedde_away is now known as rpedde | 13:29 | |
chmouel | LinuxJedi: oh cool, cheers. | 13:29 |
*** nati_ueno has quit IRC | 13:30 | |
*** nati_ueno has joined #openstack-dev | 13:30 | |
*** tgall_foo has joined #openstack-dev | 13:31 | |
*** tgall_foo has quit IRC | 13:31 | |
*** tgall_foo has joined #openstack-dev | 13:31 | |
*** mtreinish has joined #openstack-dev | 13:31 | |
*** blamar has quit IRC | 13:34 | |
*** blamar has joined #openstack-dev | 13:38 | |
*** zaneb has quit IRC | 13:45 | |
*** cloudvirt has quit IRC | 13:46 | |
*** dspano has joined #openstack-dev | 13:47 | |
*** sacharya has joined #openstack-dev | 13:48 | |
*** GheRivero has joined #openstack-dev | 13:49 | |
*** halfss has joined #openstack-dev | 13:54 | |
*** thinrhino has quit IRC | 13:54 | |
*** tgall_foo has quit IRC | 13:55 | |
*** sacharya has quit IRC | 13:55 | |
*** edygarcia has joined #openstack-dev | 13:57 | |
*** cloudvirt has joined #openstack-dev | 13:57 | |
*** Mandell has joined #openstack-dev | 13:58 | |
*** cloudvirt has quit IRC | 14:00 | |
*** jimfehlig has joined #openstack-dev | 14:00 | |
*** rpedde is now known as rpedde_away | 14:02 | |
*** Mandell has quit IRC | 14:02 | |
*** tgall_foo has joined #openstack-dev | 14:03 | |
*** tgall_foo has quit IRC | 14:03 | |
*** tgall_foo has joined #openstack-dev | 14:03 | |
*** PotHix has joined #openstack-dev | 14:07 | |
*** Mandell has joined #openstack-dev | 14:09 | |
*** sunxin has joined #openstack-dev | 14:10 | |
*** andrewsmedina has joined #openstack-dev | 14:11 | |
*** zhuxuegang has joined #openstack-dev | 14:13 | |
*** Mandell has quit IRC | 14:13 | |
*** nati_uen_ has joined #openstack-dev | 14:18 | |
*** datsun180b has joined #openstack-dev | 14:19 | |
*** jkff has joined #openstack-dev | 14:20 | |
mjfork | can anyone explain what the sm_* tables are in Cinder? are they specific to the Xen driver in some manner? | 14:21 |
*** wb_ has quit IRC | 14:21 | |
*** nati_ueno has quit IRC | 14:22 | |
*** salv-orlando has quit IRC | 14:23 | |
*** jtran has joined #openstack-dev | 14:24 | |
*** ncode has joined #openstack-dev | 14:28 | |
*** sacharya has joined #openstack-dev | 14:29 | |
*** matiu has quit IRC | 14:32 | |
openstackgerrit | A change was merged to openstack/nova: Do not run pylint by default https://review.openstack.org/12077 | 14:33 |
*** dachary has quit IRC | 14:33 | |
*** dachary has joined #openstack-dev | 14:34 | |
*** zhuadl has quit IRC | 14:35 | |
*** tgall_foo has quit IRC | 14:36 | |
*** sunxin has quit IRC | 14:36 | |
*** nati_uen_ has quit IRC | 14:39 | |
*** nati_ueno has joined #openstack-dev | 14:40 | |
*** salv-orlando has joined #openstack-dev | 14:44 | |
*** apevec has quit IRC | 14:44 | |
*** tgall_foo has joined #openstack-dev | 14:45 | |
*** tgall_foo has quit IRC | 14:45 | |
*** tgall_foo has joined #openstack-dev | 14:45 | |
*** s0mik has joined #openstack-dev | 14:48 | |
bcwaldon | jerdfelt: ping | 14:50 |
*** mrunge has quit IRC | 14:50 | |
Adri2000 | why does InstancesTypes have both an id and a flavorid? what's the purpose of flavorid? | 14:57 |
EmilienM | nice shot Adri2000 :) | 14:59 |
*** utlemming has quit IRC | 15:00 | |
*** maoy has joined #openstack-dev | 15:01 | |
*** tgall_foo has quit IRC | 15:01 | |
*** s0mik has quit IRC | 15:01 | |
*** reidrac has quit IRC | 15:02 | |
*** utlemming has joined #openstack-dev | 15:05 | |
Adri2000 | EmilienM: hmm? there must be a reason :) (which may or may not still be valid today) | 15:06 |
*** matiu has joined #openstack-dev | 15:06 | |
*** matiu has quit IRC | 15:06 | |
*** matiu has joined #openstack-dev | 15:06 | |
EmilienM | Adri2000: I just check the database, that's strange :D | 15:07 |
EmilienM | that's a good question for nova specialists | 15:07 |
bcwaldon | Adri2000: I can share that fun fact with you | 15:08 |
bcwaldon | Adri2000: so the 'id' is the internal autoincrement identifier for that table | 15:08 |
bcwaldon | Adri2000: the 'flavorid' is a string field used to represent the instance type, or flavor, in the openstack compute api | 15:09 |
bcwaldon | Adri2000: flavorid can be reused as you create new instance type objects while the integer id cannot | 15:09 |
*** nati_uen_ has joined #openstack-dev | 15:09 | |
bcwaldon | Adri2000: so it *does* have a purpose, however hacky it might look | 15:10 |
*** nati_ueno has quit IRC | 15:12 | |
Adri2000 | ok. I asked after "nova-manage flavor create" forced me to give a "flavor id". maybe by default it could automatically generate it? | 15:13 |
bcwaldon | Adri2000: that would be nice | 15:18 |
bcwaldon | Adri2000: would you like to file a bug? | 15:19 |
Adri2000 | will do, and will try to prepare a patch | 15:21 |
bcwaldon | Adri2000: awesome | 15:21 |
rohitk | Can I put two bug IDs in the commit message "Fixes LP Bug" line such that Gerrit updates both bugs in LP? | 15:24 |
*** maoy has quit IRC | 15:24 | |
*** maoy has joined #openstack-dev | 15:25 | |
*** nati_uen_ has quit IRC | 15:25 | |
*** zhuxuegang has quit IRC | 15:26 | |
bcwaldon | rohitk: I think it will, but it will only use a single gerrit topic (which doesnt really matter) | 15:26 |
*** heckj has joined #openstack-dev | 15:27 | |
*** andrewbogott_afk is now known as andrewbogott | 15:27 | |
rohitk | bcwaldon: yes, it doesnt matter to me, thanks, will give it a try | 15:27 |
bcwaldon | rohitk: keep in mind it would be best to break bug fixes up when possible | 15:27 |
rohitk | bcwaldon: yes, thats best practice, but in this particular case I had two kill two birds in a shot :) | 15:28 |
bcwaldon | rohitk: yep, and sometimes there are exceptions! | 15:28 |
*** jerry_ has joined #openstack-dev | 15:29 | |
rohitk | bcwaldon: do those bugs need to be space separated ? Like Fixes LP Bug #123 #456 ? | 15:30 |
uvirtbot | Launchpad bug 123 in launchpad "There's no direct way to see the project info when translating it" [Medium,Fix released] https://launchpad.net/bugs/123 | 15:30 |
bcwaldon | rohitk: put them on separate lines | 15:30 |
rohitk | bcawaldon:ok | 15:30 |
*** jerry_ has left #openstack-dev | 15:31 | |
*** zaneb has joined #openstack-dev | 15:32 | |
*** mindpixel has quit IRC | 15:33 | |
*** jkff has quit IRC | 15:35 | |
bcwaldon | jerdfelt: https://review.openstack.org/#/c/11612/ | 15:37 |
*** halfss has quit IRC | 15:39 | |
bcwaldon | CI TEAM, ASSEMBLE! | 15:39 |
bcwaldon | jeblair slash clarkb | 15:39 |
clarkb | bcwaldon: yes? | 15:40 |
bcwaldon | So this is test run makes it evident that there's some leakage between test runs: http://logs.openstack.org/12127/1/check/gate-glance-python27/1610/console.html | 15:40 |
bcwaldon | clarkb: I added a migration 16 in a completely separate branch | 15:40 |
bcwaldon | clarkb: and the tests blew up about it on a completely different review | 15:40 |
bcwaldon | clarkb: I'll say 'completely' one more time just for good measure | 15:41 |
*** salv-orlando has quit IRC | 15:41 | |
*** rnirmal has joined #openstack-dev | 15:42 | |
*** erikzaadi has quit IRC | 15:43 | |
jeblair | bcwaldon: what's the other change (where you added 16)? | 15:43 |
bcwaldon | https://review.openstack.org/#/c/12090/ | 15:44 |
*** garyk has quit IRC | 15:47 | |
*** arosen has quit IRC | 15:47 | |
*** tgall_foo has joined #openstack-dev | 15:49 | |
*** tgall_foo has quit IRC | 15:49 | |
*** tgall_foo has joined #openstack-dev | 15:49 | |
*** cp16net is now known as cp16net|away | 15:49 | |
jgriffith | markmc: ping | 15:50 |
markmc | jgriffith, yo | 15:50 |
jgriffith | markmc: Hey man... just curious, did that PPB request regarding headers I filed ever go anywhere? | 15:50 |
jgriffith | markmc: More accurately did you guys ever get any notification/visibility on it? | 15:51 |
*** daddyjoseph97 has joined #openstack-dev | 15:51 | |
markmc | jgriffith, nope, there's not been a PPB meeting since | 15:51 |
jgriffith | markmc: Oh.. good point | 15:51 |
markmc | jgriffith, I'm not sure how it all works, actually | 15:51 |
jgriffith | :) | 15:51 |
jgriffith | LOL | 15:51 |
markmc | jgriffith, there's not been a meeting since I joined it :) | 15:51 |
markmc | oh, yeah | 15:52 |
jgriffith | markmc: Me neither, didn't know if there was a magic email list that received notifications or if I need to raise my hand at the next meeting | 15:52 |
markmc | I don't think I'm even on its mailing list | 15:52 |
markmc | https://lists.launchpad.net/openstack-poc/ | 15:52 |
jgriffith | markmc: Ahhh | 15:52 |
jgriffith | Cool! | 15:52 |
markmc | I expect we'll sort it out not that it's being renamed to the Technical Committee | 15:52 |
markmc | now that ... | 15:52 |
*** salv-orlando has joined #openstack-dev | 15:52 | |
*** al-maisan is now known as almaisan-away | 15:53 | |
jgriffith | markmc: Either that or confuse it a bit | 15:53 |
jgriffith | :) | 15:53 |
*** jdurgin has joined #openstack-dev | 15:53 | |
clarkb | jeblair: bcwaldon looks like https://jenkins.openstack.org/job/gate-glance-python27/1608/consoleFull failed for the same reason | 15:53 |
*** nati_ueno has joined #openstack-dev | 15:56 | |
*** rnirmal_ has joined #openstack-dev | 15:56 | |
bcwaldon | ameade: hey | 15:57 |
*** salv-orlando has quit IRC | 15:57 | |
*** datsun180b has quit IRC | 15:58 | |
*** rohitk has quit IRC | 15:58 | |
*** datsun180b_ has joined #openstack-dev | 15:58 | |
*** rnirmal has quit IRC | 15:59 | |
*** rnirmal_ is now known as rnirmal | 15:59 | |
*** datsun180b_ has quit IRC | 15:59 | |
heckj | markmc: It's sort of the natural order to leave new PTLs so of wondering WTF is going on - don't take it personally :-) | 16:00 |
mjfork | jgriffith: can you tell me about the sm_flavors table in Cinder? is it some how specific to xen? | 16:00 |
bcwaldon | jeblair: and https://review.openstack.org/#/c/12119/ gave me a link to a failed test run that returns a 404 | 16:01 |
jgriffith | mjfork: Yes, it's specific to Xen | 16:01 |
bcwaldon | jeblair: http://logs.openstack.org/12119/5/gate/gate-python-glanceclient-python26/328 | 16:01 |
jgriffith | mjfork: TBH if you want details you'll probably be better off talking to Renuka about them | 16:01 |
mjfork | jgriffith: no, thats ok. wanted to make sure i was interpreting right. | 16:02 |
*** salv-orlando has joined #openstack-dev | 16:02 | |
jgriffith | mjfork: Yep, all the sm_ references are Xen specific | 16:02 |
*** jkff has joined #openstack-dev | 16:02 | |
jeblair | bcwaldon: https://jenkins.openstack.org/job/gate-python-glanceclient-python26/328/console | 16:03 |
mjfork | are volume_types expected to be "classes" i.e. gold/silver/bronze, red/purple/green, or replicated/replicated-offsite/etc | 16:03 |
jeblair | bcwaldon: looks like jenkins is being awesome again. :/ | 16:03 |
bcwaldon | jeblair: yay | 16:03 |
*** blamar has quit IRC | 16:04 | |
*** rafaduran has quit IRC | 16:07 | |
*** s0mik has joined #openstack-dev | 16:08 | |
jeblair | bcwaldon: what do you make of this? http://paste.openstack.org/show/20547/ | 16:08 |
dansmith_ | davidkranz: any chance we can move some more of these patches into tree? | 16:08 |
jeblair | bcwaldon: that's running on a jenkins slave that is not currently running any jobs | 16:08 |
dansmith_ | davidkranz: seems like we've been kinda stalled for a couple days now | 16:08 |
bcwaldon | jeblair: :| | 16:08 |
bcwaldon | jeblair: so that could be a problem | 16:08 |
dansmith_ | davidkranz: several have been previously +2'd and just needed rebasing I think | 16:09 |
*** dansmith_ is now known as dansmith | 16:09 | |
bcwaldon | jeblair: I will confirm the obvious, that should not happen | 16:09 |
mjfork | jgriffith: forgot to put you on this question earlier: are volume_types expected to be "classes" i.e. gold/silver/bronze, red/purple/green, or replicated/replicated-offsite/etc | 16:09 |
jeblair | bcwaldon: any chance that could cause the schema upgrade weirdness, or are we looking at two different things? | 16:09 |
bcwaldon | jeblair: its not immediately obvious how that would affect the schema weirdness | 16:09 |
jgriffith | mjfork: Not necessarily no | 16:10 |
jeblair | bcwaldon: yay. i love more things. | 16:10 |
bcwaldon | jeblair: but I could be wrong | 16:10 |
bcwaldon | jeblair: its just not *immeditealy* obvious | 16:10 |
jgriffith | mjfork: Interesting timing as there's been quite a debate brewing on that very subject | 16:10 |
jgriffith | mjfork: My initial answer has been they're somewhat analagous to instance flavors | 16:10 |
*** salv-orlando has quit IRC | 16:10 | |
mjfork | jgriffith: so they specify a size? | 16:11 |
jgriffith | mjfork: No | 16:11 |
jeblair | bcwaldon: so jenkins is pretty good about identifying and killing procs when jobs end -- you may have found a way around that. | 16:11 |
davidkranz | dansmith: I will take a look in the next hour or two. | 16:11 |
jgriffith | mjfork: My first thought is they specify back-end driver/node | 16:11 |
mjfork | jgriffith: i think of falvors in compute as a billing unit and the equivalent in storage is the "class" | 16:11 |
dansmith | davidkranz: okay, thanks.. hate to be a bother, but.. | 16:11 |
jgriffith | mjfork: This is where the turmoil begins :) | 16:11 |
dansmith | davidkranz: When we get these in, I'll leave you alone for like a whole week.. I promise :) | 16:11 |
jeblair | bcwaldon: i'll kill any of those that are running on the slaves now and we'll see if it happens again | 16:11 |
jeblair | clarkb: ^ (fyi) | 16:12 |
bcwaldon | kk | 16:12 |
jgriffith | mjfork: So the otehr side of the discussion is that there is still flexibility for an admin to define the types how they want | 16:12 |
jgriffith | mjfork: Things like QoS however I think needs a better solution, perhaps it's own solution | 16:12 |
mjfork | jgriffith: as a deployer, do i target a "type" of volume at create like i target a flavor for compute? | 16:13 |
jgriffith | mjfork: yes | 16:13 |
mjfork | jgriffith: and, in that case, it would be the unit of billing (proibably measued in GB/hrs or similar) | 16:13 |
*** jrd-redhat has quit IRC | 16:14 | |
jgriffith | yes, to the customer... but what does it mean in terms of the internals? | 16:14 |
jgriffith | mjfork: My thought was that things like backend, 10 G versus 1G etc | 16:14 |
jgriffith | mjfork: Those would be what coorelate to different billing levels | 16:15 |
mjfork | jgriffith: i was thinking at as an admin, i need to specify the type of each serice | 16:15 |
maoy | jeblair, markmc: the pylint test will always fail for stable/essex, since the lintstack code is not back ported. | 16:15 |
*** GheRivero has quit IRC | 16:15 | |
jgriffith | mjfork: Yes, if I'm undesrtanding your correctly I believe we're on the same page there | 16:15 |
mjfork | jgriffith: i may name my types 10GB or 1GB or Gold and Silver, but i explicity target each volume-service at a type | 16:15 |
maoy | markmc: hopefully it doesn't bother anyone too much? | 16:16 |
jgriffith | mjfork: Yep, that's my thought | 16:16 |
jgriffith | mjfork: The only thing that gets interesting is for example when a single back-end can provide multiple levels of QOS | 16:16 |
mjfork | jgriffith: and mapping differing QoS to classes is an Admin function - you may have slightly different cpabilties, but not enough for a new class so i lump them togheer | 16:17 |
mjfork | jgriffith: i was thinking of that - hav eyou followed the baremetal compute node thread? | 16:17 |
jgriffith | mjfork: Wow! Where were you when I was getting beat up on this last week! | 16:17 |
*** nati_uen_ has joined #openstack-dev | 16:17 | |
mjfork | jgriffith: in that model, each nova-compute service registers many entires in compute_nodes | 16:17 |
jeblair | maoy: we should be able to configure zuul to only run that job on not stable/diablo or stable/essex branches. | 16:17 |
mjfork | jgriffith: each compute node has capabilties (in this case, each one would have a "type") | 16:17 |
mjfork | jgriffith: and the scheuduler selects a compute_node, casts it to the compute_node.service.host and the payload conatains the compute_nod ethat was selected | 16:18 |
maoy | jeblair: that'd be a good idea! didn't know we could do that | 16:18 |
jgriffith | mjfork: Yes, almost exactly the same sort of thing I had in mind | 16:18 |
mjfork | jgriffith: going that route gives the exact same semantics as nova allows | 16:18 |
mjfork | jgriffith: well, the bare metal compute node team has blazed that trail :-) | 16:19 |
*** salv-orlando has joined #openstack-dev | 16:19 | |
jgriffith | mjfork: The remaining piece that I want to get input for at the summit is dealing with back-ends that take any combination of inputs for QOS | 16:19 |
jgriffith | mjfork: minIOPS, maxIOPS, burst...... | 16:19 |
mjfork | jgriffith: as in, each volume can have a distinct QosS | 16:19 |
jgriffith | mjfork: Exactly! | 16:19 |
jgriffith | mjfork: My company is an example of that | 16:20 |
jgriffith | mjfork: And extra_specs isn't a good answer :) | 16:20 |
*** pixelbeat has quit IRC | 16:20 | |
mjfork | jgriffith: are you as a service provider going to allow any combination of selections and charge a different amount for each feature tha tis enabled? | 16:20 |
*** nati_ueno has quit IRC | 16:21 | |
jgriffith | mjfork: I'm not a service provider, but our customers (service providers) have voiced that that is exactly what they want to do | 16:21 |
jgriffith | mjfork: They also give their customers the ability to dial it up or down on the fly (and adjust their billing based on it) | 16:22 |
mjfork | jgriffith: ok, thats different. no existing model in openstack to follow. my initial thought - i would vote for keeping it simple and just say that you target a type and types have specific connotations, and the driver has to create it properly | 16:22 |
mjfork | jgriffith: but clearly not flexible enough | 16:22 |
jgriffith | mjfork: Yup, that's how I want to start and build on it | 16:23 |
*** Mandell has joined #openstack-dev | 16:23 | |
jgriffith | mjfork: Right now I'm using a hacky method of reading volume metadata for this | 16:23 |
mjfork | jgriffith: i need to run for now, thanks for the time. i have some more questions and wil try and catch you later. | 16:23 |
jgriffith | mjfork: Thank you! | 16:23 |
jgriffith | mjfork: later | 16:23 |
*** sacharya has quit IRC | 16:23 | |
*** lloydde has joined #openstack-dev | 16:24 | |
*** s0mik has quit IRC | 16:25 | |
*** nati_ueno has joined #openstack-dev | 16:25 | |
*** spiffxp has joined #openstack-dev | 16:25 | |
*** troytoman-away has quit IRC | 16:26 | |
*** troytoman-away has joined #openstack-dev | 16:26 | |
*** salv-orlando has quit IRC | 16:27 | |
*** nati_uen_ has quit IRC | 16:28 | |
*** sacharya has joined #openstack-dev | 16:28 | |
*** samkottler is now known as samkottler|lunch | 16:29 | |
*** gongysh has quit IRC | 16:29 | |
Adri2000 | what's the good syntax for linking to LP bugs in commit messages? I find slightly different thingsi n the wiki | 16:30 |
Adri2000 | looks like "Fixes: bug #..." should work | 16:34 |
*** almaisan-away is now known as al-maisan | 16:38 | |
clarkb | Adri2000: this is the regex from the script that syncs between LP and Gerrit r'([Bb]ug|[Ll][Pp])[\s#:]*(\d+)' so anything fitting into that should work | 16:38 |
*** colinmcnamara has joined #openstack-dev | 16:38 | |
Adri2000 | ok :) | 16:39 |
Adri2000 | is it possible to submit a review to gerrit even though the CLA is not yet signed? | 16:39 |
clarkb | no | 16:39 |
clarkb | the user sync between LP and Gerrit is done using the openstack-cla group on LP. So you must be a member of that group to get an account on review.openstack.org | 16:40 |
*** s0mik has joined #openstack-dev | 16:40 | |
Adri2000 | ok | 16:40 |
*** al-maisan is now known as almaisan-away | 16:40 | |
openstackgerrit | A change was merged to openstack/python-swiftclient: PEP8 cleanup. https://review.openstack.org/12121 | 16:40 |
*** salv-orlando has joined #openstack-dev | 16:42 | |
*** colinmcnamara has quit IRC | 16:42 | |
*** rohitk has joined #openstack-dev | 16:42 | |
*** markmcclain has joined #openstack-dev | 16:43 | |
*** markmc has quit IRC | 16:48 | |
*** colinmcnamara has joined #openstack-dev | 16:48 | |
colinmcnamara | how often are contributors being approved for the | 16:51 |
colinmcnamara | “OpenStack Contributors” team | 16:51 |
*** adalbas has quit IRC | 16:51 | |
colinmcnamara | had a request pending since the 24th, and want to check some code in for review | 16:52 |
clayg | jgriffith: is there a new time/date for the cinder meeting? | 16:52 |
jgriffith | clayg: :( | 16:53 |
jgriffith | clayg: It was cancelled this week | 16:53 |
jgriffith | clayg: I was the only one that had anything | 16:54 |
jgriffith | clayg: Not really cancelled, but never started. | 16:54 |
jgriffith | clayg: Sorry about that, I've asked anybody that has anything to pop in to openstack-cinder | 16:55 |
*** Slower has joined #openstack-dev | 16:56 | |
*** aryan has quit IRC | 16:56 | |
*** zing has quit IRC | 16:58 | |
*** aryan has joined #openstack-dev | 16:59 | |
Adri2000 | bcwaldon: fyi: bug #1043410 is what we were talking about earlier, and has a patch attached as I can't push to gerrit yet (first patch for OpenStack so comments welcome, really :)) | 16:59 |
uvirtbot | Launchpad bug 1043410 in nova "nova-manage create flavor shouldn't require a flavorid" [Undecided,In progress] https://launchpad.net/bugs/1043410 | 16:59 |
*** Dr_Who has joined #openstack-dev | 17:01 | |
*** Dr_Who has quit IRC | 17:01 | |
*** Dr_Who has joined #openstack-dev | 17:01 | |
ijw | How many of the virtualisation drivers actually have Quantum support? I can see it in libvirt, but XenAPI doesn't, for instance. | 17:01 |
ijw | Well, doesn't seem to have a VIF class for it, anyway. | 17:01 |
*** tgall_foo has quit IRC | 17:01 | |
*** rbasak has quit IRC | 17:02 | |
*** samkottler|lunch is now known as samkottler | 17:02 | |
*** cloudvirt has joined #openstack-dev | 17:02 | |
*** darraghb has quit IRC | 17:03 | |
*** adalbas has joined #openstack-dev | 17:03 | |
*** derekh has quit IRC | 17:04 | |
andrewbogott | Before I send a list email… does anyone happen to know if/how floating IPs are currently handled in Quantum? | 17:04 |
*** cloudvirt has left #openstack-dev | 17:05 | |
*** sacharya has quit IRC | 17:06 | |
*** littleidea has quit IRC | 17:09 | |
*** jkff has quit IRC | 17:09 | |
*** sacharya has joined #openstack-dev | 17:09 | |
*** blamar has joined #openstack-dev | 17:12 | |
*** kyriakos has quit IRC | 17:14 | |
*** rbasak has joined #openstack-dev | 17:14 | |
*** janisg has joined #openstack-dev | 17:15 | |
*** colinmcnamara has quit IRC | 17:25 | |
openstackgerrit | A change was merged to openstack/python-swiftclient: PEP8 issues fixed https://review.openstack.org/12094 | 17:26 |
*** s0mik has quit IRC | 17:27 | |
*** hemna has joined #openstack-dev | 17:29 | |
*** cloudvirt has joined #openstack-dev | 17:30 | |
*** jkff has joined #openstack-dev | 17:31 | |
*** mrunge has joined #openstack-dev | 17:33 | |
*** arosen has joined #openstack-dev | 17:34 | |
*** mrunge has quit IRC | 17:39 | |
*** zaneb has quit IRC | 17:41 | |
*** zaneb has joined #openstack-dev | 17:44 | |
*** s0mik has joined #openstack-dev | 17:47 | |
*** derekh has joined #openstack-dev | 17:47 | |
*** adalbas has quit IRC | 17:50 | |
*** s0mik has quit IRC | 17:51 | |
*** s0mik has joined #openstack-dev | 17:55 | |
*** adalbas has joined #openstack-dev | 18:02 | |
*** Dr_Who has quit IRC | 18:02 | |
*** arosen has quit IRC | 18:04 | |
*** arosen has joined #openstack-dev | 18:04 | |
*** Dr_Who has joined #openstack-dev | 18:05 | |
*** Dr_Who has quit IRC | 18:06 | |
*** Dr_Who has joined #openstack-dev | 18:06 | |
*** epim has joined #openstack-dev | 18:06 | |
*** s0mik has quit IRC | 18:07 | |
*** tgall_foo has joined #openstack-dev | 18:07 | |
*** tgall_foo has quit IRC | 18:07 | |
*** tgall_foo has joined #openstack-dev | 18:07 | |
*** jrd-redhat has joined #openstack-dev | 18:09 | |
*** lloydde_ has joined #openstack-dev | 18:09 | |
*** Dr_Who has quit IRC | 18:10 | |
*** lloydde has quit IRC | 18:12 | |
*** Ryan_Lane has joined #openstack-dev | 18:14 | |
*** esheffield has joined #openstack-dev | 18:19 | |
openstackgerrit | A change was merged to openstack/swift: Remove the gettext wrapper of server_type. https://review.openstack.org/12033 | 18:19 |
*** cloudvirt has quit IRC | 18:19 | |
*** blamar has quit IRC | 18:20 | |
*** blamar has joined #openstack-dev | 18:23 | |
*** bitblt has joined #openstack-dev | 18:25 | |
*** bitblt has joined #openstack-dev | 18:25 | |
s1rp | just tossed out a HACKING update proposal, would be interested in feedback https://review.openstack.org/#/c/12140/ | 18:27 |
*** ayoung has joined #openstack-dev | 18:28 | |
*** esheffield has quit IRC | 18:28 | |
*** esheffield has joined #openstack-dev | 18:28 | |
*** rohitk has quit IRC | 18:29 | |
*** cp16net|away is now known as cp16net | 18:29 | |
*** harlowja has quit IRC | 18:29 | |
*** sacharya has quit IRC | 18:32 | |
*** cp16net is now known as cp16net|away | 18:33 | |
*** salv-orlando has quit IRC | 18:34 | |
*** sacharya has joined #openstack-dev | 18:38 | |
*** nati_ueno has quit IRC | 18:39 | |
*** mnewby has quit IRC | 18:42 | |
*** mnewby_ has joined #openstack-dev | 18:43 | |
bcwaldon | dolphm_ and heckj: https://bugs.launchpad.net/keystone/+bug/1043479 | 18:44 |
uvirtbot | Launchpad bug 1043479 in keystone "auth token middleware is an upgrade bottleneck" [Undecided,New] | 18:44 |
*** epim has quit IRC | 18:44 | |
*** mnewby_ has quit IRC | 18:44 | |
*** mnewby_ has joined #openstack-dev | 18:45 | |
jeblair | bcwaldon: i ran the same changes from builds 1605 to 1610 on the same jenkins slave in order, and was unable to reproduce the schema 16 bug | 18:46 |
bcwaldon | jeblair: well dang | 18:46 |
bcwaldon | jeblair: maybe it was that rogue glance-reg | 18:46 |
jeblair | bcwaldon: so either it's more complicated than that (something even before 1605), or it's not reproducible... | 18:46 |
jeblair | bcwaldon: or the rogue glance-reg. :/ | 18:47 |
*** jkff has quit IRC | 18:47 | |
jeblair | bcwaldon: lemme know if you see something like that again | 18:47 |
jeblair | bcwaldon: i'll try to check in every now and then and see if glance-reg is running | 18:47 |
*** ayoung has quit IRC | 18:47 | |
jeblair | clarkb: ^ | 18:48 |
*** garyk has joined #openstack-dev | 18:48 | |
dolphm | bcwaldon, should this just check for hasattr(cfg, 'CONF') as well? https://github.com/openstack/keystone/blob/master/keystone/middleware/auth_token.py#L112 | 18:50 |
*** pixelbeat has joined #openstack-dev | 18:50 | |
dolphm | bcwaldon, on 123 | 18:50 |
bcwaldon | dolphm: that might help | 18:51 |
bcwaldon | dolphm: I think this approach will cause some other weird issues down the road, though | 18:51 |
bcwaldon | dolphm: hasattr will fix it for now | 18:51 |
*** novas0x2a|laptop has joined #openstack-dev | 18:51 | |
openstackgerrit | A change was merged to openstack/quantum: Ensure proper validation for l3 API attributes https://review.openstack.org/12139 | 18:53 |
*** andrewbogott is now known as andrewbogott_afk | 18:53 | |
*** nati_ueno has joined #openstack-dev | 18:56 | |
*** blamar has quit IRC | 18:56 | |
openstackgerrit | A change was merged to openstack/quantum: Fix dhcp option distribution by dnsmasq https://review.openstack.org/12085 | 18:56 |
*** zaneb has quit IRC | 18:57 | |
dolphm | bcwaldon, can you test it? https://review.openstack.org/#/c/12147/ | 18:57 |
*** nati_ueno has quit IRC | 18:57 | |
*** nati_ueno has joined #openstack-dev | 18:57 | |
*** nati_uen_ has joined #openstack-dev | 18:58 | |
*** heckj has quit IRC | 18:58 | |
bcwaldon | dolphm: yes | 19:00 |
bcwaldon | dolphm: +2 | 19:01 |
*** nati_ueno has quit IRC | 19:02 | |
timello_ | anyone could provide any feebacks on https://review.openstack.org/#/c/12014 ? I'd appreciate it. Thanks! | 19:03 |
*** andrewbogott_afk is now known as andrewbogott | 19:06 | |
dolphm | bcwaldon, awesome | 19:06 |
*** novas0x2a|laptop has quit IRC | 19:17 | |
bcwaldon | dolphm: is it encouraged to use the keystone_authtoken section in the service config rather than using paste? | 19:19 |
bcwaldon | dolphm: I would imagine so | 19:19 |
bcwaldon | dolphm: I just missed the memo about this option | 19:19 |
*** rohitk has joined #openstack-dev | 19:24 | |
*** apevec has joined #openstack-dev | 19:25 | |
*** apevec has joined #openstack-dev | 19:25 | |
*** markmcclain has quit IRC | 19:34 | |
*** dtroyer has quit IRC | 19:36 | |
*** dtroyer has joined #openstack-dev | 19:36 | |
*** littleidea has joined #openstack-dev | 19:37 | |
*** koolhead17 has quit IRC | 19:38 | |
clayg | dtroyer_zzz: wanted to pick your brain about the _ to - conversion for cinderclient -> https://review.openstack.org/#/c/11851/ | 19:39 |
*** s0mik has joined #openstack-dev | 19:42 | |
*** rohitk_1 has joined #openstack-dev | 19:43 | |
*** rohitk has quit IRC | 19:43 | |
*** harlowja has joined #openstack-dev | 19:43 | |
*** arosen1 has joined #openstack-dev | 19:44 | |
*** arosen has quit IRC | 19:44 | |
*** maoy has quit IRC | 19:44 | |
*** cdub__ has joined #openstack-dev | 19:45 | |
*** arosen1 has quit IRC | 19:49 | |
*** blamar has joined #openstack-dev | 19:50 | |
*** cdub__ has quit IRC | 19:51 | |
davidkranz | jeblair: Jim, you there? | 19:51 |
clarkb | davidkranz: I think he is around. I am happy to help with CI related things though | 19:52 |
davidkranz | clarkb: Thanks. Tempest continues to get sporadic failures that seem infrastructure related such as http://logs.openstack.org/11919/3/gate/gate-tempest-devstack-vm/9433/console.html | 19:53 |
davidkranz | clarkb: I am at a loss as to how to diagnose the problems. | 19:53 |
davidkranz | clarkb: Setting up tempest at the end just fails silently it seems. | 19:54 |
clarkb | davidkranz: https://jenkins.openstack.org/job/gate-tempest-devstack-vm/9433/console has the full log (there was a bug in the SCP plugin that copied the log you linked to that was fixed late yesterday) | 19:55 |
*** rohitk has joined #openstack-dev | 19:56 | |
clarkb | that particular test looks like it failed to delete and create flavors | 19:56 |
davidkranz | clarkb: Ah, I see. That is the other kind of failure. Recently a lot of times the tests pass but sometimes they fail like this. | 19:56 |
davidkranz | clarkb: I will investigate. | 19:56 |
*** s0mik has quit IRC | 19:56 | |
clarkb | davidkranz: tempest runs should now have their full logs SCPed. You can rerun the tests leaving a "reverify" comment on that change | 19:57 |
*** rohitk_1 has quit IRC | 19:58 | |
davidkranz | clarkb: I have been using "recheck". Is "reverify" different? | 19:58 |
openstackgerrit | A change was merged to openstack/keystone: Check for expected cfg impl (bug 1043479) https://review.openstack.org/12147 | 19:58 |
uvirtbot | Launchpad bug 1043479 in keystone "auth token middleware is an upgrade bottleneck" [Undecided,In progress] https://launchpad.net/bugs/1043479 | 19:58 |
clarkb | davidkranz: they are slightly different. Reverify will run the gating tests and your code will merge after a reverify if you have code review +2 and approved +1 | 19:59 |
clarkb | recheck will just run the check tests | 19:59 |
davidkranz | clarkb: OK, thanks! | 19:59 |
*** derekh has quit IRC | 20:01 | |
*** ywu_ has joined #openstack-dev | 20:03 | |
*** markmcclain has joined #openstack-dev | 20:04 | |
*** dprince has quit IRC | 20:04 | |
*** ywu_ has quit IRC | 20:04 | |
*** cloudvirt has joined #openstack-dev | 20:06 | |
*** renier has joined #openstack-dev | 20:07 | |
*** arosen has joined #openstack-dev | 20:10 | |
*** gyee has joined #openstack-dev | 20:15 | |
*** rohitk has quit IRC | 20:15 | |
*** steveb_ has quit IRC | 20:16 | |
*** adalbas has quit IRC | 20:23 | |
dansmith | davidkranz: see, I just recheck or reverify any time one of my patch fails before even looking at the reason why | 20:25 |
dansmith | because I know I'm perfect and always suspect jenkins | 20:26 |
dansmith | yes, I'm TOTALLY joking :D | 20:26 |
*** lloydde_ has quit IRC | 20:29 | |
*** rnirmal_ has joined #openstack-dev | 20:31 | |
*** rnirmal_ has joined #openstack-dev | 20:32 | |
*** rnirmal_ has quit IRC | 20:35 | |
*** rnirmal has quit IRC | 20:35 | |
openstackgerrit | A change was merged to openstack/quantum: Cisco nexus sub-plugin update_network fix https://review.openstack.org/12108 | 20:37 |
vishy | clarkb, jeblair, mtaylor: it seems like every nova devstack is failing? | 20:40 |
*** jkff has joined #openstack-dev | 20:40 | |
*** edygarcia has quit IRC | 20:41 | |
*** gyee has quit IRC | 20:41 | |
vishy | looks like a glanceclient issue | 20:41 |
clarkb | vishy: do you have an example log? | 20:42 |
vishy | clarkb: http://logs.openstack.org/12140/2/check/gate-tempest-devstack-vm/9679/logs/screen-n-api.txt | 20:42 |
vishy | look at the bottom | 20:42 |
*** bitblt has quit IRC | 20:42 | |
vishy | TRACE nova.api.openstack AttributeError: 'module' object has no attribute 'ServiceUnavailable' | 20:42 |
vishy | clarkb: it looks like the version of glanceclient in the gate is old | 20:43 |
*** edygarcia has joined #openstack-dev | 20:46 | |
clarkb | vishy: if I was going to venture a guess at this point some project has pinned glanceclient to an older version and that is getting installed after the version at master gets installed | 20:50 |
vishy | clarkb: updated https://review.openstack.org/12155 hopefully that works. | 20:51 |
*** nunosantos has joined #openstack-dev | 20:51 | |
hemna | hey are nova volume types used in essex at all? | 20:52 |
hemna | when I run nova volume-type-create foo I get a 404 back from nova api | 20:52 |
timello_ | vishy: I faced the same problem yesterday, it worked after I updated glanceclient on my devstack env | 20:52 |
vishy | timello_: ok we need to find out which thing is pulling in an old glance dep | 20:53 |
vishy | looks like cinder/horizon/keystone are all fine | 20:53 |
*** sacharya has quit IRC | 20:56 | |
vishy | ok i blame horizon | 20:57 |
*** salv-orlando has joined #openstack-dev | 20:57 | |
*** salv-orlando has quit IRC | 21:03 | |
*** almaisan-away is now known as al-maisan | 21:03 | |
*** metral has joined #openstack-dev | 21:03 | |
*** al-maisan is now known as almaisan-away | 21:03 | |
*** maurosr has quit IRC | 21:04 | |
*** almaisan-away is now known as al-maisan | 21:06 | |
*** lts has quit IRC | 21:08 | |
vishy | ok that fix didn't work | 21:11 |
vishy | something else must be installing an old glance | 21:11 |
vishy | but i don't get why it would be getting run over the setup.py develop version | 21:11 |
vishy | clarkb: any way to log into one of the failed devstack runs? | 21:11 |
*** salv-orlando has joined #openstack-dev | 21:12 | |
clarkb | vishy: horizon does appear to be pulling old glance http://logs.openstack.org/12140/2/check/gate-tempest-devstack-vm/9679/console.html see 20:23:30 | 21:16 |
clarkb | Downloading/unpacking python-glanceclient>=0.2,<0.3 (from -r horizon.egg-info/requires.txt (line 5)) | 21:16 |
clarkb | vishy: also keystoneclient | 21:17 |
vishy | clarkb: boo | 21:17 |
*** edygarcia has quit IRC | 21:17 | |
vishy | clarkb: so i can fix that but the setup.py develop should be fixing that | 21:17 |
vishy | we run it from the glanceclient dir | 21:17 |
vishy | clakrkb: | 21:18 |
vishy | vagrant@precise:~/devstack (master)$ python -c "import glanceclient; print glanceclient.__file__" | 21:18 |
vishy | clarkb: returns /opt/stack/python-glanceclient/glanceclient/__init__.pyc | 21:19 |
vishy | on my devstack | 21:19 |
vishy | I'd like to know what it returns on the gate | 21:19 |
vishy | clarkb: also where the hell is that dep coming from | 21:19 |
*** edygarcia has joined #openstack-dev | 21:20 | |
*** salv-orlando has quit IRC | 21:20 | |
clarkb | vishy: I don't clearly see where that dep is coming from either | 21:21 |
vishy | clarkb: maybe there is a subdepend let me try to generate | 21:21 |
clarkb | jeblair: what is the trick to making devstack-gate hosts not go away when they are done? | 21:21 |
vishy | clarkb: is there an old horizon.egg-info somewhere? | 21:22 |
vishy | mine does not have that req. | 21:22 |
jeblair | clarkb: log into jenkins, run sqlite on the devstack db, and set the machine status to HOLD after the job is done and before the reaper runs. | 21:24 |
*** salv-orlando has joined #openstack-dev | 21:25 | |
*** jtran has quit IRC | 21:25 | |
clarkb | vishy: it must be an old egg-info see c3c6e5866 in horizon | 21:26 |
*** sacharya has joined #openstack-dev | 21:26 | |
vishy | clarkb: but that was updated 2 weeks ago | 21:28 |
vishy | and the egg info should be regenerated on every run of devstack | 21:28 |
vishy | in fact you can see it being regenerated above | 21:30 |
dtroyer | I'm seeing something odd in openstack-dev/devstack…stack.sh seems to have some regressions in it, as in glanceclient being installed before glance | 21:30 |
vishy | dtroyer: that is weird but still doens't explain what is going on with horizon exactly | 21:31 |
*** mtreinish has quit IRC | 21:31 | |
*** mnewby_ has left #openstack-dev | 21:33 | |
clarkb | and devstack-vm-gate-wrap.sh is doing a reset and a clean | 21:33 |
vishy | clarkb: so i can't see how it could possibly be getting that requirements | 21:38 |
openstackgerrit | A change was merged to openstack/swift: Added ability to disable fallocate https://review.openstack.org/12152 | 21:38 |
vishy | clarkb: unless the git clone is failing | 21:38 |
dtroyer | look in stack.sh. if git_clone $GLANCECLIENT_REPO … is with the other client glit_clones it is wrong. But I can't find the commit from June that fixes it... | 21:39 |
clarkb | vishy: I am working on holding a devstack-gate-nova host | 21:39 |
jeblair | vishy, clarkb: it looks like the horizon repo is at the wrong commit | 21:39 |
jeblair | HEAD is now at 2f0678d Merge "Adds an option for linking to external help docs." | 21:40 |
vishy | ! | 21:40 |
jeblair | http://logs.openstack.org/12140/2/check/gate-tempest-devstack-vm/9679/logs/devstack-gate-setup-workspace.txt | 21:40 |
*** steveb_ has joined #openstack-dev | 21:40 | |
jeblair | that should probably be "git reset --hard master" or something... | 21:40 |
*** samkottler is now known as samkottler|nom | 21:42 | |
vishy | jeblair, clarkb: it isn't using devstack to clone the repos? | 21:44 |
jeblair | vishy: nope -- it doesn't clone the repos | 21:44 |
jeblair | vishy, clarkb: https://review.openstack.org/#/c/12158/1/devstack-vm-gate-wrap.sh | 21:46 |
vishy | jeblair: it looks like it is doing a checkout master and reset --hard without pulling master | 21:46 |
*** janisg has quit IRC | 21:47 | |
vishy | jeblair: evil tabs :) | 21:47 |
jeblair | vishy, clarkb: i think that should fix it. that should be the same sequence of commands we were running in the past | 21:47 |
jeblair | heh | 21:47 |
jeblair | vishy, clarkb: sorry about that -- my fault. | 21:47 |
vishy | jeblair: can we push that through to unbreak the gate? | 21:47 |
clarkb | I learned a lot about devstack-gate :) | 21:47 |
jeblair | clarkb: i very much appreciate that. :) | 21:48 |
*** salv-orlando_ has joined #openstack-dev | 21:49 | |
*** salv-orlando has quit IRC | 21:51 | |
*** salv-orlando_ is now known as salv-orlando | 21:51 | |
jeblair | vishy: done, if you kick off a gate job it should get that change now. | 21:51 |
vishy | thanks jeblair | 21:51 |
*** al-maisan is now known as almaisan-away | 21:52 | |
*** daddyjoseph971 has joined #openstack-dev | 21:53 | |
*** daddyjoseph97 has quit IRC | 21:53 | |
*** cp16net|away is now known as cp16net | 21:55 | |
*** andrewbogott is now known as andrewbogott_afk | 21:55 | |
*** sacharya has quit IRC | 21:58 | |
*** apevec has quit IRC | 21:59 | |
*** samkottler|nom is now known as samkottler | 22:01 | |
*** dolphm has quit IRC | 22:02 | |
*** EmilienM has left #openstack-dev | 22:02 | |
*** e1mer has joined #openstack-dev | 22:04 | |
vishy | primeministerp: ping | 22:05 |
*** dspano has quit IRC | 22:09 | |
*** apevec has joined #openstack-dev | 22:13 | |
*** apevec has joined #openstack-dev | 22:13 | |
*** tgall_foo has quit IRC | 22:14 | |
*** kbringard has quit IRC | 22:16 | |
*** mrodden has joined #openstack-dev | 22:21 | |
*** metral has quit IRC | 22:23 | |
*** blamar has quit IRC | 22:26 | |
*** colinmcnamara has joined #openstack-dev | 22:28 | |
*** colinmcnamara has quit IRC | 22:28 | |
*** colinmcnamara has joined #openstack-dev | 22:29 | |
*** maurosr has joined #openstack-dev | 22:31 | |
ijw | clarkb: damned if I can find what caused that sudo in the test, but my test locally sometimes does it and sometimes doesn't (annoyingly, when I attempted to put debug into utils.execute(), that was the 'sometimes doesn't') | 22:31 |
*** maurosr has quit IRC | 22:35 | |
*** maurosr has joined #openstack-dev | 22:41 | |
*** maurosr has quit IRC | 22:45 | |
*** maurosr has joined #openstack-dev | 22:47 | |
*** colinmcnamara has quit IRC | 22:48 | |
*** edygarcia has quit IRC | 22:50 | |
*** edygarcia has joined #openstack-dev | 22:50 | |
*** cloudvirt has quit IRC | 22:50 | |
jgriffith | zul: Have those changes ready, just need to add some changes to the tests, look for them either tonight or in the morning | 22:50 |
jgriffith | zul: bbl | 22:51 |
clarkb | ijw: did you see it is trying to run fusermount and guestmount? | 22:52 |
ijw | Yep. | 22:52 |
clarkb | ijw: also I don't think the python26 unittests did the same thing | 22:53 |
ijw | The change has absolutely nothing to do with those, though, which is why I can't make sense of it. | 22:53 |
*** jimfehlig has quit IRC | 22:55 | |
ijw | I can't see why it would be provoking a guestmount now and not before. Also, nova.virtl.utils.execute() is stubbed out for testing (but, for that test, not utils.execute(), it seems) | 22:55 |
*** edygarcia has quit IRC | 22:55 | |
ijw | Anyway, I'm hoping it'll make more sense tomorrow morning. This evening I'm drinking wine and going to bed shortly. ;) | 22:55 |
zul | jgriffith: k | 22:56 |
clarkb | ijw: ok | 22:56 |
ijw | I take it you haven't seen it before, anyway. | 22:56 |
ijw | And thanks for the report, or I'd've been wondering about that. | 22:58 |
clarkb | no last time we had sudoing tests it was pretty clear why that was happening | 22:58 |
ijw | Yeah. It's either going to be horribly obscure or blindingly obvious. Either way I'll set to tomorrow and work it out. | 23:01 |
*** sdake has joined #openstack-dev | 23:04 | |
openstackgerrit | A change was merged to openstack/nova: Update requires to glanceclient >=0.5.0 https://review.openstack.org/12155 | 23:05 |
*** Adri2000 has quit IRC | 23:06 | |
*** Adri2000 has joined #openstack-dev | 23:07 | |
*** spiffxp has quit IRC | 23:08 | |
*** ywu_ has joined #openstack-dev | 23:09 | |
*** daddyjoseph971 has quit IRC | 23:09 | |
*** s0mik has joined #openstack-dev | 23:11 | |
*** markmcclain has quit IRC | 23:12 | |
*** markmcclain has joined #openstack-dev | 23:17 | |
*** salv-orlando has quit IRC | 23:19 | |
*** nati_uen_ has quit IRC | 23:21 | |
*** nati_ueno has joined #openstack-dev | 23:22 | |
*** salv-orlando has joined #openstack-dev | 23:23 | |
*** asalkeld has quit IRC | 23:25 | |
*** zhuxuegang has joined #openstack-dev | 23:26 | |
*** salv-orlando has quit IRC | 23:29 | |
*** asalkeld has joined #openstack-dev | 23:30 | |
*** nati_ueno has quit IRC | 23:30 | |
*** salv-orlando has joined #openstack-dev | 23:32 | |
*** mrodden has quit IRC | 23:34 | |
openstackgerrit | A change was merged to openstack/glance: Raise Forbidden exception in image_get https://review.openstack.org/12026 | 23:36 |
*** salv-orlando has quit IRC | 23:40 | |
*** sacharya has joined #openstack-dev | 23:42 | |
*** apevec has quit IRC | 23:43 | |
*** salv-orlando has joined #openstack-dev | 23:47 | |
*** salv-orlando_ has joined #openstack-dev | 23:49 | |
*** ncode has quit IRC | 23:50 | |
*** salv-orlando has quit IRC | 23:52 | |
*** salv-orlando_ is now known as salv-orlando | 23:52 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!