Re: [Openstack] neutron-openvswitch-agent without ping lost

2015-05-03 Thread Sławek Kapłoński
Hello, AFAIK it is because of recreation of all openflow rules in ovs - that is at least on my infra where we're using vxlan tunnels with l2population mechanism. I would be happy if there will be any solution to not recreate all tunnels when agent is restarted. -- Best regards / Pozdrawiam Sławek

[Openstack] No valid host found

2015-05-03 Thread Vedsar Kushwaha
I was using JUNO on Centos7. Everything was running perfectly fine. I did centos update. After that I'm getting this error "No valid host found". nova-services are running. All compute nodes are also connected with each other. How should I solve this problem? -- Vedsar Kushwaha M.Tech-Computati

Re: [Openstack] No valid host found

2015-05-03 Thread Antonio Messina
On Sun, May 3, 2015 at 11:16 AM, Vedsar Kushwaha wrote: > I was using JUNO on Centos7. > Everything was running perfectly fine. I did centos update. > After that I'm getting this error "No valid host found". This is a very generic error, and not very informative, I am afraid. To track down the ro

Re: [Openstack] neutron-openvswitch-agent without ping lost

2015-05-03 Thread Kevin Benton
Yes, unfortunately right now all of the inter-bridge connections are wiped out and recreated along with all of the OF rules and it's not configurable behavior.[1] I believe there are plans to fix this in Liberty, but the changes will likely be too invasive to be back-ported to Juno and Kilo. 1. h

Re: [Openstack] No valid host found

2015-05-03 Thread Amrith Kumar
This typically means that the Nova scheduler could not find a host on which to launch an instance. Take a look at the various nova logs (scheduler or compute) and you'll find more details of the failure there. If you can share that with the list, I'm sure we can help you! -amrith From: Vedsar

Re: [Openstack] LBaaS on Juno

2015-05-03 Thread James Denton
Hi Christina, Is 131.154.96.28 configured as a floating IP and associated with the LB VIP port? The NAT is configured on the router connected to the VIP network, in this case private_net. Can the router access the VIP 10.0.1.22? I’d start there. James > On May 1, 2015, at 4:21 PM, Cristina A

Re: [Openstack] LBaaS on Juno

2015-05-03 Thread Cristina Aiftimiei
Hi James, thank you very much for the answer! On Sun, May 3, 2015 at 5:54 PM, James Denton wrote: > Hi Christina, > > Is 131.154.96.28 configured as a floating IP and associated with the LB > VIP port? > yes # neutron floatingip-list +--+-

Re: [Openstack] LBaaS on Juno

2015-05-03 Thread Cristina Aiftimiei
sorry for the noise - I've just forgot to define one more sec-rule. Now it's working. Cris On Sun, May 3, 2015 at 9:44 PM, Cristina Aiftimiei wrote: > Hi James, > > thank you very much for the answer! > > On Sun, May 3, 2015 at 5:54 PM, James Denton > wrote: > >> Hi Christina, >> >> Is 13

[Openstack] [Ceilometer] v2 pecan api with uwsgi

2015-05-03 Thread Sam Morrison
We have upgraded our ceilometer setup to Juno and we can no longer get it working under UWSGI. The reason it does’t work is that it looks like the V2 pecan API doesn’t support auth and so there is no keystone middleware. Has anyone got ceilometer working behind uwsgi with keystone support? Sam