Re: [Openstack] How to identify data inconsistency errors in openstack databases?

2015-03-21 Thread Arun Adiththan
Hi Joe, Thanks for pointing me to an interesting discussion on this issue. I'm wondering if you're aware of any tool/IDE to debug the database interactions (like by setting a "breakpoint") of openstack components. I'm interested in understanding the code flow vis-a-vis database interactions for

Re: [Openstack] Change from GRE to vlan

2015-03-21 Thread Akilesh K
vlan id maps to the segmentation-id of the network. Later when you create a subnet under a network the subnet is associated to the vlan-id(segmentation-id) of its network. So all you have to do is provide '--provider:segmentation-id' param while creating network. I am not sure with the exact param