Re: [Openstack] Tapping physical interfaces

2014-10-05 Thread Irena Berezovsky
Hi Don, Seems that there is a problem at neutron side, that ML2 refuses to bind the port. Can you please share the error you get at neutron server? I am not sure, but seems that neutron ml2 configuration is not accurate. With commands you share, I think you should change it as following: [ovs] b

Re: [Openstack] CLI vs Horizon dashboard has different view of networks created by devstack

2014-10-05 Thread Akihiro Motoki
It is the expected behavior as its original design. In Neutron API, if a user has admin role, the user can see all resources from all tenants. CLI just sends a request to Neutron API, so the result of net-list with admin role lists both networks. In addition, a network with router:external=True (

Re: [Openstack] Tapping physical interfaces

2014-10-05 Thread Don Waterloo
the vxlan part is definitely working, its the 'flat' part that i've just added which is not. and, more specifically, its the ability to attach a nova instance to it. I'm not sure what i can do for screen shots, the error is the kind of generic: [req-d7df11f2-0a13-49e6-acf4-69fff926519f 6f5b7388b

Re: [Openstack] Tapping physical interfaces

2014-10-05 Thread Remo Mattei
You should send some screen shots I have seen this but it may not be the error your vxlan may not be working correctly. Inviato da iPhone () > Il giorno 05/ott/2014, alle ore 18:49, Don Waterloo > ha scritto: > > I have a system which is happily using vxlan type driver on icehouse > on ml2

[Openstack] Tapping physical interfaces

2014-10-05 Thread Don Waterloo
I have a system which is happily using vxlan type driver on icehouse on ml2 / ovs. I would now like to take on of the physical interfaces (eth1) and make it available in a 'tap' to a specific instance. Imagine running 'snort' here. So i added the 'type_driver' flat: [ml2] type_drivers = vxlan,fla

[Openstack] CLI vs Horizon dashboard has different view of networks created by devstack

2014-10-05 Thread Danny Choi (dannchoi)
Hi, I used devstack to deploy Juno OpenStack. By default, devstack created 2 users: admin (with role “admin”) and demo. localadmin@qa4:~/devstack$ source openrc admin admin localadmin@qa4:~/devstack$ keystone user-list +--+--+-+-

Re: [Openstack] [openstack][neutron] ml2 network creation question

2014-10-05 Thread Irena Berezovsky
Hi Simon, Please check you neuron server configuration. To support VXLAN networks, you should have the following configuration in the ml2_conf.ini: [ml2] type_drivers = vxlan,local tenant_network_types = vxlan mechanism_drivers = openvswitch [ml2_type_vxlan] vni_ranges = 65537:6 For the res

Re: [Openstack] Juno: Fail to set the network namespace "qrouter-7b422c9d-c5f9-4bb5-b1b3-159954c72323": Operation not permitted

2014-10-05 Thread Jason Bishop
the exec needs root perms. just add a sudo and you should be good. jason@devstack:~$ ip netns list qdhcp-c6333eca-6fe4-40af-ad61-c1435a4701ef qrouter-840c0ae7-ef5b-4be2-b496-b8a53080976b jason@devstack:~$ ip netns exec qrouter-840c0ae7-ef5b-4be2-b496-b8a53080976b ping 10.0.0.1 seting the ne

Re: [Openstack] Juno: Fail to set the network namespace "qrouter-7b422c9d-c5f9-4bb5-b1b3-159954c72323": Operation not permitted

2014-10-05 Thread Akihiro Motoki
On Mon, Oct 6, 2014 at 1:52 AM, Danny Choi (dannchoi) wrote: > Hi, > > I used devstack to deploy Juno OpenStack. > > localadmin@qa4:~/devstack$ nova-manage version > > 2015.1 > > > By default, router1 is created. > > localadmin@qa4:~/devstack$ source openrc admin admin > > localadmin@qa4:~/devstac

[Openstack] use of openstack horizon as oauth2 provider?

2014-10-05 Thread Don Waterloo
Has anyone ever set something up so that they use the OpenStack Horizon login screen as a oauth2 provider for another application? Not logging into Horizon using external credentials, but using the django framework to provide the login for other webapps? Sort of like the 'login w/ google' or 'log

[Openstack] Juno: Fail to set the network namespace "qrouter-7b422c9d-c5f9-4bb5-b1b3-159954c72323": Operation not permitted

2014-10-05 Thread Danny Choi (dannchoi)
Hi, I used devstack to deploy Juno OpenStack. localadmin@qa4:~/devstack$ nova-manage version 2015.1 By default, router1 is created. localadmin@qa4:~/devstack$ source openrc admin admin localadmin@qa4:~/devstack$ localadmin@qa4:~/devstack$ neutron router-list +

[Openstack] OpenStack Juno RC1 fully available in Debian

2014-10-05 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, It's with great pleasure that I am announcing the availability of Juno RC1 in Debian. As of today, it has been fully uploaded to Debian Experimental (I have just uploaded Trove a few minutes ago, which was the last package remaining). I haven't