futurewei-cloud / alcor

Alcor: Cloud native SDN platform powered by Kubernetes and Istio
MIT License
32 stars 33 forks source link

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

Closed cj-chung closed 3 years ago

cj-chung commented 3 years ago

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

kevin-zhonghao commented 3 years ago

Fix in PR#657

DavidLiu506 commented 3 years ago

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