Re: [Openstack] Neutron port-create command

2014-01-08 Thread Ageeleshwar Kandavelu
; openstack@lists.openstack.org Subject: Re: [Openstack] Neutron port-create command Hi and apologies for the delay in the reply. The neutron API operations define "logical entries", which pretty much means they just exist in the database. The database provides agents information concern

Re: [Openstack] Neutron port-create command

2014-01-08 Thread Salvatore Orlando
_ > > From: jonathan.pro...@gmail.com [jonathan.pro...@gmail.com] on behalf > of Jonathan Proulx [j...@jonproulx.com] > > Sent: Tuesday, January 07, 2014 8:33 PM > > To: Ageeleshwar Kandavelu > > Cc: openstack@lists.openstack.org > > Subject

Re: [Openstack] Neutron port-create command

2014-01-08 Thread Jonathan Proulx
an.pro...@gmail.com [jonathan.pro...@gmail.com] on behalf of > Jonathan Proulx [j...@jonproulx.com] > Sent: Tuesday, January 07, 2014 8:33 PM > To: Ageeleshwar Kandavelu > Cc: openstack@lists.openstack.org > Subject: Re: [Openstack] Neutron port-create command > > On Tue, Jan 7,

Re: [Openstack] Neutron port-create command

2014-01-07 Thread Ageeleshwar Kandavelu
behalf of Jonathan Proulx [j...@jonproulx.com] Sent: Tuesday, January 07, 2014 8:33 PM To: Ageeleshwar Kandavelu Cc: openstack@lists.openstack.org Subject: Re: [Openstack] Neutron port-create command On Tue, Jan 7, 2014 at 12:22 AM, Ageeleshwar Kandavelu wrote: > I am using neutron openvswi

Re: [Openstack] Neutron port-create command

2014-01-07 Thread Jonathan Proulx
On Tue, Jan 7, 2014 at 12:22 AM, Ageeleshwar Kandavelu wrote: > I am using neutron openvswitch plugin. I successfully created a port using > neutron port-create, but I do not see the newly created port when I do > 'ovs-vsctl show'. Is it that the port created is just a logical entity that > just e

[Openstack] Neutron port-create command

2014-01-06 Thread Ageeleshwar Kandavelu
I am using neutron openvswitch plugin. I successfully created a port using neutron port-create, but I do not see the newly created port when I do 'ovs-vsctl show'. Is it that the port created is just a logical entity that just exists only in DB and only when a VM is launched It is created in op