Re: [Openstack-operators] [Neutron][Nova] No Valid Host when booting new VM with Public IP

2015-03-18 Thread George Shuklin
We have that configuration and it works fine. Even better than L3 NAT on 
neutron routers.


Tenant's VM works perfect with external networks and white IPs, but you 
should make external network available on each compute node (ml2_conf.ini).


On 03/18/2015 07:29 PM, Adam Lawson wrote:
What I'm trying to do is force OpenStack to do something it normally 
doesn't do for the sake of learning and experimentation. I.e. bind a 
public network to a VM so it can be accessed outside the cloud when 
floating IP's are normally required. I know there are namespace issues 
at play which may prevent this from working, just trying to scope the 
boundaries of what I can and cannot do really.


*/
Adam Lawson/*

AQORN, Inc.
427 North Tatnall Street
Ste. 58461
Wilmington, Delaware 19801-2230
Toll-free: (844) 4-AQORN-NOW ext. 101
International: +1 302-387-4660
Direct: +1 916-246-2072


On Wed, Mar 18, 2015 at 7:08 AM, Pedro Sousa > wrote:


Hi Adam

For external network you should use floating ips to access
externally to your instances if I understood correctly.

Regards

Em 16/03/2015 20:56, "Adam Lawson" mailto:alaw...@aqorn.com>> escreveu:

Got a strange error and I'm really hoping to get some help
with it since it has be scratching my head.

When I create a VM within Horizon and select the PRIVATE
network, it boots up great.
When I attempt to create a VM within Horizon and include the
PUBLIC network (either by itself or with the private network),
it fails with a "No valid host found" error.

I looked at the nova-api and the nova-scheduler logs on the
controller and the most I've found are errors/warnings binding
VIF's but I'm not 100% certain it's the root cause although I
believe it's related.

I didn't find any WARNINGS or ERRORS in the compute or network
node.

Setup:

  * 1 physical host running 4 KVM domains/guests
  o 1x Controller
  o 1x Networ
  o 1x Volume
  o 1x Compute


*Controller Node:*
nova.conf (http://pastebin.com/q3e9cntH)

  * neutron.conf (http://pastebin.com/ukEVzBbN)
  * ml2_conf.ini (http://pastebin.com/w10jBGZC)
  * nova-api.log (http://pastebin.com/My99Mg2z)
  * nova-scheduler (http://pastebin.com/Nb75Z6yH)
  * neutron-server.log (http://pastebin.com/EQVQPVDF)


*Network Node:*

  * l3_agent.ini (http://pastebin.com/DBaD1F5x)
  * neutron.conf (http://pastebin.com/Bb3qkNi7)
  * ml2_conf.ini (http://pastebin.com/xEC1Bs9L)


*Compute Node:*

  * nova.conf (http://pastebin.com/K6SiE9Pw)
  * nova-compute.conf (http://pastebin.com/9Mz30b4v)
  * neutron.conf (http://pastebin.com/Le4wYRr4)
  * ml2_conf.ini (http://pastebin.com/nnyhC8mV)


*Back-end:*
Physical switch

Any thoughts on what could be causing this?
*/
Adam Lawson/*

AQORN, Inc.
427 North Tatnall Street
Ste. 58461
Wilmington, Delaware 19801-2230
Toll-free: (844) 4-AQORN-NOW ext. 101
International: +1 302-387-4660 
Direct: +1 916-246-2072 


___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org

http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators




___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] [Neutron][Nova] No Valid Host when booting new VM with Public IP

2015-03-18 Thread Antonio Messina
On Wed, Mar 18, 2015 at 6:29 PM, Adam Lawson  wrote:
>
> What I'm trying to do is force OpenStack to do something it normally
> doesn't do for the sake of learning and experimentation. I.e. bind a
> public network to a VM so it can be accessed outside the cloud when
> floating IP's are normally required. I know there are namespace
> issues at play which may prevent this from working, just trying to
> scope the boundaries of what I can and cannot do really.

By default it's not possible to attach a VM vif to an "external"
network, even if this is "shared". However, playing around with the
policy.json file I could do it. Still, I'm unable to only allow
creating vifs on *one* of multiple external networks I have. Here is
how I did: http://www.s3it.uzh.ch/blog/openstack-neutron-vlan/

What Kris told you about the error you get is right: even if you get a
"No valid host" error, the *real* error is to be found in the compute
node, and it's related to the inability of the compute node to attach
the VM interface to the external network.


.a.

--
antonio.s.mess...@gmail.com
antonio.mess...@uzh.ch +41 (0)44 635 42 22
S3IT: Service and Support for Science IT   http://www.s3it.uzh.ch/
University of Zurich
Winterthurerstrasse 190
CH-8057 Zurich Switzerland

___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] [Neutron][Nova] No Valid Host when booting new VM with Public IP

2015-03-18 Thread Kris G. Lindgren
Assuming that you are running juno, the starting/booting of vm's has been moved 
from the scheduler to conductor.  This move has resulted in any error booting a 
vm returning a no valid host found error.  This was a regressions that I 
understand should be working on getting fixed.

That said your errors regarding vif plugging are most likely the reason why you 
can't boot a vm.  Can you provide the output for your public network?  Assuming 
that the public network is configured as shared *AND* you have ml2 plugin 
configured on your compute nodes to be able to connect to that network (IE 
bridge mappings and the like) neutron will happily plug your vm into the 
"public network" where  normally your L3 routers are taking ip's.  I assume 
that physnet2 is your private network and physnet1 is suppose to be the public 
network?

What do the vif plugging errors say?


Kris Lindgren
Senior Linux Systems Engineer
GoDaddy, LLC.


From: Adam Lawson mailto:alaw...@aqorn.com>>
Date: Wednesday, March 18, 2015 at 11:29 AM
To: Pedro Sousa mailto:pgso...@gmail.com>>
Cc: 
"OpenStack-operators@lists.openstack.org<mailto:OpenStack-operators@lists.openstack.org>"
 
mailto:openstack-operators@lists.openstack.org>>
Subject: Re: [Openstack-operators] [Neutron][Nova] No Valid Host when booting 
new VM with Public IP

What I'm trying to do is force OpenStack to do something it normally doesn't do 
for the sake of learning and experimentation. I.e. bind a public network to a 
VM so it can be accessed outside the cloud when floating IP's are normally 
required. I know there are namespace issues at play which may prevent this from 
working, just trying to scope the boundaries of what I can and cannot do really.


Adam Lawson

AQORN, Inc.
427 North Tatnall Street
Ste. 58461
Wilmington, Delaware 19801-2230
Toll-free: (844) 4-AQORN-NOW ext. 101
International: +1 302-387-4660
Direct: +1 916-246-2072
[http://www.aqorn.com/images/logo.png]

On Wed, Mar 18, 2015 at 7:08 AM, Pedro Sousa 
mailto:pgso...@gmail.com>> wrote:

Hi Adam

For external network you should use floating ips to access externally to your 
instances if I understood correctly.

Regards

Em 16/03/2015 20:56, "Adam Lawson" 
mailto:alaw...@aqorn.com>> escreveu:
Got a strange error and I'm really hoping to get some help with it since it has 
be scratching my head.

When I create a VM within Horizon and select the PRIVATE network, it boots up 
great.
When I attempt to create a VM within Horizon and include the PUBLIC network 
(either by itself or with the private network), it fails with a "No valid host 
found" error.

I looked at the nova-api and the nova-scheduler logs on the controller and the 
most I've found are errors/warnings binding VIF's but I'm not 100% certain it's 
the root cause although I believe it's related.

I didn't find any WARNINGS or ERRORS in the compute or network node.

Setup:

  *   1 physical host running 4 KVM domains/guests
 *   1x Controller
 *   1x Networ
 *   1x Volume
 *   1x Compute

Controller Node:
nova.conf (http://pastebin.com/q3e9cntH)

  *   neutron.conf (http://pastebin.com/ukEVzBbN)
  *   ml2_conf.ini (http://pastebin.com/w10jBGZC)
  *   nova-api.log (http://pastebin.com/My99Mg2z)
  *   nova-scheduler (http://pastebin.com/Nb75Z6yH)
  *   neutron-server.log (http://pastebin.com/EQVQPVDF)

Network Node:

  *   l3_agent.ini (http://pastebin.com/DBaD1F5x)
  *   neutron.conf (http://pastebin.com/Bb3qkNi7)
  *   ml2_conf.ini (http://pastebin.com/xEC1Bs9L)

Compute Node:

  *   nova.conf (http://pastebin.com/K6SiE9Pw)
  *   nova-compute.conf (http://pastebin.com/9Mz30b4v)
  *   neutron.conf (http://pastebin.com/Le4wYRr4)
  *   ml2_conf.ini (http://pastebin.com/nnyhC8mV)

Back-end:
Physical switch

Any thoughts on what could be causing this?

Adam Lawson

AQORN, Inc.
427 North Tatnall Street
Ste. 58461
Wilmington, Delaware 19801-2230
Toll-free: (844) 4-AQORN-NOW ext. 101
International: +1 302-387-4660
Direct: +1 916-246-2072
[http://www.aqorn.com/images/logo.png]

___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org<mailto:OpenStack-operators@lists.openstack.org>
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] [Neutron][Nova] No Valid Host when booting new VM with Public IP

2015-03-18 Thread Adam Lawson
What I'm trying to do is force OpenStack to do something it normally
doesn't do for the sake of learning and experimentation. I.e. bind a public
network to a VM so it can be accessed outside the cloud when floating IP's
are normally required. I know there are namespace issues at play which may
prevent this from working, just trying to scope the boundaries of what I
can and cannot do really.


*Adam Lawson*

AQORN, Inc.
427 North Tatnall Street
Ste. 58461
Wilmington, Delaware 19801-2230
Toll-free: (844) 4-AQORN-NOW ext. 101
International: +1 302-387-4660
Direct: +1 916-246-2072


On Wed, Mar 18, 2015 at 7:08 AM, Pedro Sousa  wrote:

> Hi Adam
>
> For external network you should use floating ips to access externally to
> your instances if I understood correctly.
>
> Regards
> Em 16/03/2015 20:56, "Adam Lawson"  escreveu:
>
>> Got a strange error and I'm really hoping to get some help with it since
>> it has be scratching my head.
>>
>> When I create a VM within Horizon and select the PRIVATE network, it
>> boots up great.
>> When I attempt to create a VM within Horizon and include the PUBLIC
>> network (either by itself or with the private network), it fails with a "No
>> valid host found" error.
>>
>> I looked at the nova-api and the nova-scheduler logs on the controller
>> and the most I've found are errors/warnings binding VIF's but I'm not 100%
>> certain it's the root cause although I believe it's related.
>>
>> I didn't find any WARNINGS or ERRORS in the compute or network node.
>>
>> Setup:
>>
>>- 1 physical host running 4 KVM domains/guests
>>- 1x Controller
>>   - 1x Networ
>>   - 1x Volume
>>   - 1x Compute
>>
>>
>> *Controller Node:*
>> nova.conf (http://pastebin.com/q3e9cntH)
>>
>>- neutron.conf (http://pastebin.com/ukEVzBbN)
>>- ml2_conf.ini (http://pastebin.com/w10jBGZC)
>>- nova-api.log (http://pastebin.com/My99Mg2z)
>>- nova-scheduler (http://pastebin.com/Nb75Z6yH)
>>- neutron-server.log (http://pastebin.com/EQVQPVDF)
>>
>>
>> *Network Node:*
>>
>>- l3_agent.ini (http://pastebin.com/DBaD1F5x)
>>- neutron.conf (http://pastebin.com/Bb3qkNi7)
>>- ml2_conf.ini (http://pastebin.com/xEC1Bs9L)
>>
>>
>> *Compute Node:*
>>
>>- nova.conf (http://pastebin.com/K6SiE9Pw)
>>- nova-compute.conf (http://pastebin.com/9Mz30b4v)
>>- neutron.conf (http://pastebin.com/Le4wYRr4)
>>- ml2_conf.ini (http://pastebin.com/nnyhC8mV)
>>
>>
>> *Back-end:*
>> Physical switch
>>
>> Any thoughts on what could be causing this?
>>
>> *Adam Lawson*
>>
>> AQORN, Inc.
>> 427 North Tatnall Street
>> Ste. 58461
>> Wilmington, Delaware 19801-2230
>> Toll-free: (844) 4-AQORN-NOW ext. 101
>> International: +1 302-387-4660
>> Direct: +1 916-246-2072
>>
>>
>> ___
>> OpenStack-operators mailing list
>> OpenStack-operators@lists.openstack.org
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
>>
>>
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] [Neutron][Nova] No Valid Host when booting new VM with Public IP

2015-03-18 Thread Pedro Sousa
Hi Adam

For external network you should use floating ips to access externally to
your instances if I understood correctly.

Regards
Em 16/03/2015 20:56, "Adam Lawson"  escreveu:

> Got a strange error and I'm really hoping to get some help with it since
> it has be scratching my head.
>
> When I create a VM within Horizon and select the PRIVATE network, it boots
> up great.
> When I attempt to create a VM within Horizon and include the PUBLIC
> network (either by itself or with the private network), it fails with a "No
> valid host found" error.
>
> I looked at the nova-api and the nova-scheduler logs on the controller and
> the most I've found are errors/warnings binding VIF's but I'm not 100%
> certain it's the root cause although I believe it's related.
>
> I didn't find any WARNINGS or ERRORS in the compute or network node.
>
> Setup:
>
>- 1 physical host running 4 KVM domains/guests
>- 1x Controller
>   - 1x Networ
>   - 1x Volume
>   - 1x Compute
>
>
> *Controller Node:*
> nova.conf (http://pastebin.com/q3e9cntH)
>
>- neutron.conf (http://pastebin.com/ukEVzBbN)
>- ml2_conf.ini (http://pastebin.com/w10jBGZC)
>- nova-api.log (http://pastebin.com/My99Mg2z)
>- nova-scheduler (http://pastebin.com/Nb75Z6yH)
>- neutron-server.log (http://pastebin.com/EQVQPVDF)
>
>
> *Network Node:*
>
>- l3_agent.ini (http://pastebin.com/DBaD1F5x)
>- neutron.conf (http://pastebin.com/Bb3qkNi7)
>- ml2_conf.ini (http://pastebin.com/xEC1Bs9L)
>
>
> *Compute Node:*
>
>- nova.conf (http://pastebin.com/K6SiE9Pw)
>- nova-compute.conf (http://pastebin.com/9Mz30b4v)
>- neutron.conf (http://pastebin.com/Le4wYRr4)
>- ml2_conf.ini (http://pastebin.com/nnyhC8mV)
>
>
> *Back-end:*
> Physical switch
>
> Any thoughts on what could be causing this?
>
> *Adam Lawson*
>
> AQORN, Inc.
> 427 North Tatnall Street
> Ste. 58461
> Wilmington, Delaware 19801-2230
> Toll-free: (844) 4-AQORN-NOW ext. 101
> International: +1 302-387-4660
> Direct: +1 916-246-2072
>
>
> ___
> OpenStack-operators mailing list
> OpenStack-operators@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
>
>
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] [Neutron][Nova] No Valid Host when booting new VM with Public IP

2015-03-18 Thread George Shuklin
check out if you allowed nova to use external networks. Somewhere around 
api-paste.ini, with 'external' in the name of permission. If nova 
compute rejects binding, it will rejects to start instance, and pass 
that error to nova-scheduler, and it will return 'NVHF'.


On 03/16/2015 10:52 PM, Adam Lawson wrote:
Got a strange error and I'm really hoping to get some help with it 
since it has be scratching my head.


When I create a VM within Horizon and select the PRIVATE network, it 
boots up great.
When I attempt to create a VM within Horizon and include the PUBLIC 
network (either by itself or with the private network), it fails with 
a "No valid host found" error.


I looked at the nova-api and the nova-scheduler logs on the controller 
and the most I've found are errors/warnings binding VIF's but I'm not 
100% certain it's the root cause although I believe it's related.


I didn't find any WARNINGS or ERRORS in the compute or network node.

Setup:

  * 1 physical host running 4 KVM domains/guests
  o 1x Controller
  o 1x Networ
  o 1x Volume
  o 1x Compute


*Controller Node:*
nova.conf (http://pastebin.com/q3e9cntH)

  * neutron.conf (http://pastebin.com/ukEVzBbN)
  * ml2_conf.ini (http://pastebin.com/w10jBGZC)
  * nova-api.log (http://pastebin.com/My99Mg2z)
  * nova-scheduler (http://pastebin.com/Nb75Z6yH)
  * neutron-server.log (http://pastebin.com/EQVQPVDF)


*Network Node:*

  * l3_agent.ini (http://pastebin.com/DBaD1F5x)
  * neutron.conf (http://pastebin.com/Bb3qkNi7)
  * ml2_conf.ini (http://pastebin.com/xEC1Bs9L)


*Compute Node:*

  * nova.conf (http://pastebin.com/K6SiE9Pw)
  * nova-compute.conf (http://pastebin.com/9Mz30b4v)
  * neutron.conf (http://pastebin.com/Le4wYRr4)
  * ml2_conf.ini (http://pastebin.com/nnyhC8mV)


*Back-end:*
Physical switch

Any thoughts on what could be causing this?
*/
Adam Lawson/*

AQORN, Inc.
427 North Tatnall Street
Ste. 58461
Wilmington, Delaware 19801-2230
Toll-free: (844) 4-AQORN-NOW ext. 101
International: +1 302-387-4660
Direct: +1 916-246-2072



___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] [Neutron][Nova] No Valid Host when booting new VM with Public IP

2015-03-17 Thread Adam Lawson
That's what I was trying to do actually, uncertain if I could or not so I
was trying...


*Adam Lawson*

AQORN, Inc.
427 North Tatnall Street
Ste. 58461
Wilmington, Delaware 19801-2230
Toll-free: (844) 4-AQORN-NOW ext. 101
International: +1 302-387-4660
Direct: +1 916-246-2072


On Tue, Mar 17, 2015 at 8:30 AM, Adam Lawson  wrote:

> My question however sir, is how would this be remedied? Can the public
> network be attached directly to the VM?
>
>
> *Adam Lawson*
>
> AQORN, Inc.
> 427 North Tatnall Street
> Ste. 58461
> Wilmington, Delaware 19801-2230
> Toll-free: (844) 4-AQORN-NOW ext. 101
> International: +1 302-387-4660
> Direct: +1 916-246-2072
>
>
> On Mon, Mar 16, 2015 at 5:49 PM, Nick Jones 
> wrote:
>
>> Hi Adam.
>>
>> > On 16 Mar 2015, at 20:52, Adam Lawson  wrote:
>> >
>> > Got a strange error and I'm really hoping to get some help with it
>> since it has be scratching my head.
>> >
>> > When I create a VM within Horizon and select the PRIVATE network, it
>> boots up great.
>> > When I attempt to create a VM within Horizon and include the PUBLIC
>> network (either by itself or with the private network), it fails with a "No
>> valid host found" error.
>>
>> Just a guess but... It sounds like you’re trying to attach an instance’s
>> network interface directly to your external (‘public’) network which you
>> won’t be able to do, looking at your configuration - i.e assuming your
>> public network is one that’s been created with '--router:external True'.
>> However, I’m guessing that you’re launching an instance as an administrator
>> within that project, which means that nova-scheduler will let you try to do
>> it, but it’ll ultimately fail when neutron refuses to bind an interface to
>> that public network segment - which would explain the errors you’re seeing.
>>
>> —
>>
>> -Nick
>>
>>
>>
>> --
>> DataCentred Limited registered in England and Wales no. 05611763
>>
>
>
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] [Neutron][Nova] No Valid Host when booting new VM with Public IP

2015-03-17 Thread Adam Lawson
My question however sir, is how would this be remedied? Can the public
network be attached directly to the VM?


*Adam Lawson*

AQORN, Inc.
427 North Tatnall Street
Ste. 58461
Wilmington, Delaware 19801-2230
Toll-free: (844) 4-AQORN-NOW ext. 101
International: +1 302-387-4660
Direct: +1 916-246-2072


On Mon, Mar 16, 2015 at 5:49 PM, Nick Jones 
wrote:

> Hi Adam.
>
> > On 16 Mar 2015, at 20:52, Adam Lawson  wrote:
> >
> > Got a strange error and I'm really hoping to get some help with it since
> it has be scratching my head.
> >
> > When I create a VM within Horizon and select the PRIVATE network, it
> boots up great.
> > When I attempt to create a VM within Horizon and include the PUBLIC
> network (either by itself or with the private network), it fails with a "No
> valid host found" error.
>
> Just a guess but... It sounds like you’re trying to attach an instance’s
> network interface directly to your external (‘public’) network which you
> won’t be able to do, looking at your configuration - i.e assuming your
> public network is one that’s been created with '--router:external True'.
> However, I’m guessing that you’re launching an instance as an administrator
> within that project, which means that nova-scheduler will let you try to do
> it, but it’ll ultimately fail when neutron refuses to bind an interface to
> that public network segment - which would explain the errors you’re seeing.
>
> —
>
> -Nick
>
>
>
> --
> DataCentred Limited registered in England and Wales no. 05611763
>
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] [Neutron][Nova] No Valid Host when booting new VM with Public IP

2015-03-16 Thread Nick Jones
Hi Adam.

> On 16 Mar 2015, at 20:52, Adam Lawson  wrote:
> 
> Got a strange error and I'm really hoping to get some help with it since it 
> has be scratching my head.
> 
> When I create a VM within Horizon and select the PRIVATE network, it boots up 
> great.
> When I attempt to create a VM within Horizon and include the PUBLIC network 
> (either by itself or with the private network), it fails with a "No valid 
> host found" error.

Just a guess but... It sounds like you’re trying to attach an instance’s 
network interface directly to your external (‘public’) network which you won’t 
be able to do, looking at your configuration - i.e assuming your public network 
is one that’s been created with '--router:external True'.  However, I’m 
guessing that you’re launching an instance as an administrator within that 
project, which means that nova-scheduler will let you try to do it, but it’ll 
ultimately fail when neutron refuses to bind an interface to that public 
network segment - which would explain the errors you’re seeing.

— 

-Nick



-- 
DataCentred Limited registered in England and Wales no. 05611763

___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


[Openstack-operators] [Neutron][Nova] No Valid Host when booting new VM with Public IP

2015-03-16 Thread Adam Lawson
Got a strange error and I'm really hoping to get some help with it since it
has be scratching my head.

When I create a VM within Horizon and select the PRIVATE network, it boots
up great.
When I attempt to create a VM within Horizon and include the PUBLIC network
(either by itself or with the private network), it fails with a "No valid
host found" error.

I looked at the nova-api and the nova-scheduler logs on the controller and
the most I've found are errors/warnings binding VIF's but I'm not 100%
certain it's the root cause although I believe it's related.

I didn't find any WARNINGS or ERRORS in the compute or network node.

Setup:

   - 1 physical host running 4 KVM domains/guests
   - 1x Controller
  - 1x Networ
  - 1x Volume
  - 1x Compute


*Controller Node:*
nova.conf (http://pastebin.com/q3e9cntH)

   - neutron.conf (http://pastebin.com/ukEVzBbN)
   - ml2_conf.ini (http://pastebin.com/w10jBGZC)
   - nova-api.log (http://pastebin.com/My99Mg2z)
   - nova-scheduler (http://pastebin.com/Nb75Z6yH)
   - neutron-server.log (http://pastebin.com/EQVQPVDF)


*Network Node:*

   - l3_agent.ini (http://pastebin.com/DBaD1F5x)
   - neutron.conf (http://pastebin.com/Bb3qkNi7)
   - ml2_conf.ini (http://pastebin.com/xEC1Bs9L)


*Compute Node:*

   - nova.conf (http://pastebin.com/K6SiE9Pw)
   - nova-compute.conf (http://pastebin.com/9Mz30b4v)
   - neutron.conf (http://pastebin.com/Le4wYRr4)
   - ml2_conf.ini (http://pastebin.com/nnyhC8mV)


*Back-end:*
Physical switch

Any thoughts on what could be causing this?

*Adam Lawson*

AQORN, Inc.
427 North Tatnall Street
Ste. 58461
Wilmington, Delaware 19801-2230
Toll-free: (844) 4-AQORN-NOW ext. 101
International: +1 302-387-4660
Direct: +1 916-246-2072
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators