futurewei-cloud/alcor

[RM] Separate getOrCreateSubnetRouteTable into two APIs and consolidate POST with createNeutronSubnetRouteTable

cj-chung opened this issue · 2 comments

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.

image

Fix in PR#657

This is fixed in PR [RM] Separate getOrCreateSubnetRouteTable into two APIs and consolidate POST with createNeutronSubnetRouteTable,