Re: [Openstack-operators] Unable to launch instances because of glance errors

2017-03-02 Thread Grant Morley
Hi Saverio, I have managed to fix it, turns out it was a HAPROXY issue and it wasn't terminating the backend connection correctly. The glance error logs sent me in the wrong direction. Thank you for all of your suggestions to try and debug the issue. Regards, On 02/03/17 16:19, Grant

Re: [Openstack-operators] Unable to launch instances because of glance errors

2017-03-02 Thread Grant Morley
If I use the image name I get the same result: openstack image show Ubuntu-16.04 +--+--+ | Field| Value |

Re: [Openstack-operators] Unable to launch instances because of glance errors

2017-03-02 Thread Saverio Proto
Everything LTGM but if you do: openstack image show Ubuntu-16.04 then you get again the error about the multiple names ? if you go to the glance database and you do: select * from images where name=''Ubuntu-16.04"; how many rows you have ? after we collect this information we can try to

Re: [Openstack-operators] Unable to launch instances because of glance errors

2017-03-02 Thread Grant Morley
sure no problem: openstack image show d5d43ba0-82e9-43de-8883-5ebaf07bf3e3 +--+--+ | Field| Value |

Re: [Openstack-operators] Unable to launch instances because of glance errors

2017-03-02 Thread Saverio Proto
Can you share with us the output of: openstack image show for that image ? Saverio 2017-03-02 13:54 GMT+01:00 Grant Morley : > Unfortunately not, I still get the same error. > > Grant > > On 02/03/17 12:54, Saverio Proto wrote: > > If you pass the uuid of the image

Re: [Openstack-operators] Unable to launch instances because of glance errors

2017-03-02 Thread Grant Morley
Unfortunately not, I still get the same error. Grant On 02/03/17 12:54, Saverio Proto wrote: If you pass the uuid of the image does it work ? Saverio 2017-03-02 13:49 GMT+01:00 Grant Morley >: Hi Saverio, We are running

Re: [Openstack-operators] Unable to launch instances because of glance errors

2017-03-02 Thread Saverio Proto
If you pass the uuid of the image does it work ? Saverio 2017-03-02 13:49 GMT+01:00 Grant Morley : > Hi Saverio, > > We are running Mitaka - sorry forgot to mention that. > > Grant > > On 02/03/17 12:45, Saverio Proto wrote: > > What version of Openstack are we talking

Re: [Openstack-operators] Unable to launch instances because of glance errors

2017-03-02 Thread Grant Morley
Hi Saverio, We are running Mitaka - sorry forgot to mention that. Grant On 02/03/17 12:45, Saverio Proto wrote: What version of Openstack are we talking about ? Saverio 2017-03-02 12:11 GMT+01:00 Grant Morley >: Hi All,

Re: [Openstack-operators] Unable to launch instances because of glance errors

2017-03-02 Thread Saverio Proto
What version of Openstack are we talking about ? Saverio 2017-03-02 12:11 GMT+01:00 Grant Morley : > Hi All, > > Not sure if anyone can help, but as of today we are unable to launch any > instances and I have traced back the error to glance. Whenever I try and > launch

[Openstack-operators] Unable to launch instances because of glance errors

2017-03-02 Thread Grant Morley
Hi All, Not sure if anyone can help, but as of today we are unable to launch any instances and I have traced back the error to glance. Whenever I try and launch an instance I get the below returned: openstack server create --flavor g1.small --image "Ubuntu-16.04" --key-name ib-desktop