<br><br><div class="gmail_quote">On Tue, Dec 11, 2012 at 4:24 PM, Sam Morrison <span dir="ltr"><<a href="mailto:sorrison@gmail.com" target="_blank">sorrison@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

I attempted to create a volume from an image in cinder and was getting this strange error, turns out it was because I had my glance servers specified as <a href="https://glanceserver:9292" target="_blank">https://glanceserver:9292</a><br>


<br>
In cinder the version of images/glance.py is older than the one in nova and is missing the ssl support additions.<br>
<a href="https://bugs.launchpad.net/cinder/+bug/1089147" target="_blank">https://bugs.launchpad.net/cinder/+bug/1089147</a><br>
<br>
My real question is why is there one version is nova and one version in cinder. I also think there is quite a bit more unnecessary duplication.<br>
Should it all go into oslo?<br>
<br>
Cheers,<br>
Sam<br>
<br>
<br>
_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
</blockquote></div>Hi Sam,<div><br></div><div>Short answer is "yes".  Need to check scoping etc and make sure that it does in fact fit within the parameters of OSLO.  It's something I thought of a couple weeks ago but to be honest it's been low on my list personally and nobody else that I know of has shown an interest in picking it up.</div>

<div><br></div><div>You'll notice another image related item we're *borrowing* from Nova (cinder.image.image_utils).  In both cases there are slight modifications to fit Cinder's use case that given a bit of work could easily be shared.</div>

<div><br></div><div>John</div>