[Openstack-operators] FAiled to create instance wiht openstack nova network

Joe Topjian joe at topjian.net
Mon Jul 13 19:46:12 UTC 2015


Hello,

According to nova.conf, you're running nova-network in multi-host mode.
Just to be verbose: if your OpenStack installation is an all-in-one or if
you intend for all network traffic to go through the cloud controller, this
setting should be changed to false.

The error message is reporting:

dnsmasq: failed to create listening socket for 192.168.22.1: Cannot assign
requested address

Off of the top of my head, I would check to see if 192.168.22.1 exists on
the server that dnsmasq is trying to run on (ip a | grep 192.168.22.1). As
well, check and see if anything else is listening on 53 or 67 on that
server (perhaps another instance of dnsmasq that has bound itself to all
interfaces?)

Hope that helps,
Joe



On Mon, Jul 13, 2015 at 1:07 PM, pra devOPS <siv.devops at gmail.com> wrote:

>
> Can somebody suggest me on the below?
>
> Thanks,
> Dev
>
> On Fri, Jul 10, 2015 at 4:32 PM, pra devOPS <siv.devops at gmail.com> wrote:
>
>> Hi
>>
>> I am running as root, Please find below the nova config file. ( I am
>> using nova network)
>>
>> http://paste.openstack.org/show/363300/
>>
>> Thanks,
>> Dev
>>
>> On Fri, Jul 10, 2015 at 1:30 PM, matt <matt at nycresistor.com> wrote:
>>
>>> root-wrap failed probably a config error.  might want to post your nova
>>> configs with commenting out of passwords / service tokens.
>>>
>>> dnsmasq --strict-order --bind-interfaces --conf-file= --pid-file=/var/lib/nova/networks/nova-br100.pid --listen-address=192.168.22.1 --except-interface=lo --dhcp-range=set:demo-net,192.168.22.2,static,255.255.255.0,120s --dhcp-lease-max=256 --dhcp-hostsfile=/var/lib/nova/networks/nova-br100.conf --dhcp-script=/usr/bin/nova-dhcpbridge --leasefile-ro --domain=novalocal --no-hosts --addn-hosts=/var/lib/nova/networks/nova-br100.hosts
>>> 2015-07-10 15:30:29.753 3044 TRACE oslo.messaging.rpc.dispatcher Exit code: 2
>>>
>>> needs to run as root.  exit code 2 is obviously pretty bad.  so that NEEDs to be fixed.
>>>
>>>
>>>
>>> On Fri, Jul 10, 2015 at 3:25 PM, pra devOPS <siv.devops at gmail.com>
>>> wrote:
>>>
>>>> All:
>>>>
>>>> I get the following error when trying to create an instance in
>>>> openstack icehouse centOS 7 on nova network.
>>>>
>>>> nova network logs and UI logs are pasted at:
>>>> *http://paste.openstack.org/show/362706/
>>>> <http://paste.openstack.org/show/362706/>*
>>>>
>>>>
>>>>
>>>> Can somebdody give susggestiong?
>>>> Thanks,Siva
>>>>
>>>>
>>>> _______________________________________________
>>>> OpenStack-operators mailing list
>>>> OpenStack-operators at lists.openstack.org
>>>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
>>>>
>>>>
>>>
>>
>
> _______________________________________________
> OpenStack-operators mailing list
> OpenStack-operators at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-operators/attachments/20150713/15371a8b/attachment.html>


More information about the OpenStack-operators mailing list