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
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