cloud-barista / cb-tumblebug

Cloud-Barista Multi-Cloud Infra Management Framework
Apache License 2.0
56 stars 51 forks source link

When deleting vnet with subnets, it is not working #1856

Closed sykim-etri closed 1 month ago

sykim-etri commented 1 month ago

withSubnets 옵션으로 Vnet을 삭제하려고 할때 정상적으로 동작하지 않은 것으로 보입니다.

의심되는 부분은 아래와 같습니다.

https://github.com/cloud-barista/cb-tumblebug/blob/591ce1326d38ef485d138d518b14b51168c5e9bd/src/core/resource/vnet.go#L790-L792

sykim-etri commented 1 month ago

기존 test script에 query param 변경을 반영하지 않아서 생긴 현상이었습니다.--;