[Openstack] Dashboard Validation Error

2015-10-02 Thread varun bhatnagar
Hi, I am using OpenStack Kilo with single node setup. I am trying to use Sahara project. As soon as I launch a cluster using template I get logged out from the dashboard and if I try to login again I get Validation Error. Can anyone please help. Traceback:File "/usr/local/lib/python2.7/dist-pack

[Openstack] [Manila] Liberty RC2 available

2015-10-02 Thread Thierry Carrez
Hello everyone, Due to release-critical issues spotted in Manila during RC1 testing, a new release candidate was created for Liberty. The list of RC2 fixes, as well as RC2 tarballs are available at: https://launchpad.net/manila/liberty/liberty-rc2 Unless new release-critical issues are found tha

[Openstack] [OSSA 2015-020] Glance storage overrun (CVE-2015-5286)

2015-10-02 Thread Tristan Cacqueray
= OSSA-2015-020: Glance storage overrun = :Date: October 01, 2015 :CVE: CVE-2015-5286 Affects ~~~ - Glance: <=2014.2.3, >=2015.1.0, <=2015.1.1 Description ~~~ Mike Fedosin and Alexei Galkin from Mirantis report

[Openstack] neutron net-list empty

2015-10-02 Thread Siwei Zhang
Hi there, I have installed most of the part of OpenStack. Right now I am in the last part of it: to launch an instance following the instructions as shown in the link below: http://docs.openstack.org/juno/install-guide/install/yum/content/launch-instance-neutron.html However, when I run "neutr

Re: [Openstack] neutron net-list empty

2015-10-02 Thread Remo Mattei
Wrong tenant use --all-tenant Inviato da iPhone > Il giorno 02 ott 2015, alle ore 18:45, Siwei Zhang > ha scritto: > > Hi there, > > > I have installed most of the part of OpenStack. > Right now I am in the last part of it: to launch an instance following the > instructions as shown in t

[Openstack] [Neutron][Linuxbridge] Problem with configuring linux bridge agent with vxlan networks

2015-10-02 Thread Sławek Kapłoński
Hello, I'm trying to configure small openstack infra (one network node, 2 compute nodes) with linux bridge and vxlan tenant networks. I don't know what I'm doing wrong but my instances have no connection between each other. On compute hosts I run neutron-plugin-linuxbrigde-agent with config like:

Re: [Openstack] [Openstack-operators] [Neutron][Linuxbridge] Problem with configuring linux bridge agent with vxlan networks

2015-10-02 Thread Matt Kassawara
Did you review the scenarios in the networking guide [1]? [1] http://docs.openstack.org/networking-guide/deploy.html On Fri, Oct 2, 2015 at 2:41 PM, Sławek Kapłoński wrote: > Hello, > > I'm trying to configure small openstack infra (one network node, 2 > compute nodes) with linux bridge and vxl

Re: [Openstack] [Openstack-operators] [Neutron][Linuxbridge] Problem with configuring linux bridge agent with vxlan networks

2015-10-02 Thread Sławek Kapłoński
Hello, Yes. I was reading mostly http://docs.openstack.org/networking-guide/scenario_legacy_lb.html because imho this is what I want now :). I don't want DVR and L3 HA (at least for now) but only traffic via vxlan between two vms which are connected to tenant network (it is probably called east-we

Re: [Openstack] [Openstack-operators] [Neutron][Linuxbridge] Problem with configuring linux bridge agent with vxlan networks

2015-10-02 Thread James Denton
If eth1 is used for the vxlan tunnel end points, it can't also be used in a bridge ala provider_bridge_mappings. You should have a dedicated interface or a vlan interface off eth1 (i.e. Eth1.20) that is dedicated to the overlay traffic. Move the local_ip address to that interface on respective n