Re: [openstack-dev] [Openstack-security] Neutron security groups for L2 networks in Havana

2013-12-10 Thread Kanthi P
at later point of time and we can add security rules based on this ip then. I am just wondering why should the subnet be mandatory for the vNIC during the instance boot time. Regards, Kanthi On Fri, Nov 8, 2013 at 11:45 AM, Kanthi P pavuluri.kan...@gmail.com wrote: Hi Aaron, Thanks

[openstack-dev] Reg vxlans configuration in Neutron

2014-01-09 Thread Kanthi P
Hi, I am trying to use vxlans in Havana. I have two nodes, one acting as controller+network node and other as compute node. VM's launched have not got the dhcp ip. I have compiled openvswitch from openvswitch-2.0.0 tar ball and installed both userspace and kmod rpms. modinfo openvswitch

[openstack-dev] Reg : Security groups implementation using openflows in quantum ovs plugin

2013-11-18 Thread Kanthi P
Hi All, We are planning to implement quantum security groups using openflows for ovs plugin instead of iptables which is the case now. Doing so we can avoid the extra linux bridge which is connected between the vnet device and the ovs bridge, which is given as a work around since ovs bridge is

Re: [openstack-dev] Reg : Security groups implementation using openflows in quantum ovs plugin

2013-11-19 Thread Kanthi P
...@cisco.com wrote: On Nov 18, 2013, at 4:26 PM, Kanthi P pavuluri.kan...@gmail.com wrote: Hi All, We are planning to implement quantum security groups using openflows for ovs plugin instead of iptables which is the case now. Doing so we can avoid the extra linux bridge which is connected

[openstack-dev] cinder authentication with authtoken

2015-10-15 Thread Kanthi P
Hi, I need a way to access cinder apis using auth-token. I used below API to get the cinder client and tried getting the availability zones. cinder_client = cc.Client(1, auth_token=self.ctxt.auth_token, project_id=self.ctxt.tenant,