Re: [Openstack-operators] [openstack] Unable to launch an instance

2017-03-01 Thread Amit Kumar
Thanks you all for your responses. Problem is resolved at my end with the help of folks in #openstack-ansible chat room. Problem was in my yml configuration file where a non-existent interface was specified. Regards, Amit On Wed, Mar 1, 2017 at 12:24 AM, Kris G. Lindgren wrote: > You should lo

Re: [Openstack-operators] [openstack] Unable to launch an instance

2017-02-28 Thread Kris G. Lindgren
You should look at the compute node and the scheduler for actual error logs as said below. But one things I see is that you are using qcow2 images, but have disk in your flavor set to zero. Seems like the problem is that your image is larger than the virtual disk that you are creating via you

Re: [Openstack-operators] [openstack] Unable to launch an instance

2017-02-28 Thread Mikhail Medvedev
On Tue, Feb 28, 2017 at 11:49 AM, Amit Kumar wrote: > Hi All, > > I have installed Openstack Newton using Openstack-Ansible. While creating an > instance, it is failing with following error: > > MessageNo valid host was found. There are not enough hosts The "not enough hosts" could be due to any

Re: [Openstack-operators] [openstack] Unable to launch an instance

2017-02-28 Thread Peter Kirby
The last time I saw this error, my neutron agent on the compute host wasn't running. If you run: neutron agent-listis the neutron agent on your compute node up and running? On Tue, Feb 28, 2017 at 11:49 AM, Amit Kumar wrote: > Hi All, > > I have installed Openstack Newton using Openstack-A

[Openstack-operators] [openstack] Unable to launch an instance

2017-02-28 Thread Amit Kumar
Hi All, I have installed Openstack Newton using Openstack-Ansible. While creating an instance, it is failing with following error: *Message**No valid host was found. There are not enough hosts available.* *Code**500**Details**File "/openstack/venvs/nova-14.0.8/lib/python2.7/site-packages/nova/con