Issue:
We have getOrCreateSubnetRouteTable API in RM. It causes the query subnet routing table creating a new subnet default routing table from VPC. This is not a behavior we want.
Solution:
Separate getOrCreateSubnetRouteTable into two APIs: GET and POST, and consolidate POST with createNeutronSubnetRouteTable API.
Issue: We have
getOrCreateSubnetRouteTable
API in RM. It causes the query subnet routing table creating a new subnet default routing table from VPC. This is not a behavior we want.Solution: Separate
getOrCreateSubnetRouteTable
into two APIs: GET and POST, and consolidate POST withcreateNeutronSubnetRouteTable
API.