[RM] Separate getOrCreateSubnetRouteTable into two APIs and consolidate POST with createNeutronSubnetRouteTable
cj-chung opened this issue · 2 comments
cj-chung commented
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.
kevin-zhonghao commented
Fix in PR#657
DavidLiu506 commented
This is fixed in PR [RM] Separate getOrCreateSubnetRouteTable into two APIs and consolidate POST with createNeutronSubnetRouteTable,