[openstack-dev] How to get VXLAN Endpoint IP without agent

2013-10-15 Thread B Veera-B37207
Hi,

Vxlan endpoint ip is configured in 
'/etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini' as 'local_ip'
While starting openvswitch agent the above local ip is populated in neutron 
database.

Is there any way to get local_ip of compute node without any agent running?

Thanks in advance.

Regards,
Veera.
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] Quantum resource URL with more than two levels

2013-08-27 Thread B Veera-B37207
Hi,

The current infrastructure provided in Quantum [Grizzly], while building 
Quantum API resource URL using the base function 'base.create_resource()' and 
RESOURCE_ATTRIBUTE_MAP/SUB_RESOURCE_ATTRIBUTE_MAP, supports only two level URI.
Example:
GET  /lb/pools/pool_id/members/member_id

Some applications may need more than two levels of URL support. Example: GET  
/lb/pools/pool_id/members/member_id/xyz/xyz_id

If anybody is interested in this, we want to contribute for this as BP and make 
it upstream.

Regards,
Veera.
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev