Corymbia / eucalyptus

Eucalyptus Cloud-computing Platform
https://eucalyptus.cloud/
Other
118 stars 23 forks source link

EC2 VPC DescribeVpcClassicLink binding and response #322

Closed sjones4 closed 3 years ago

sjones4 commented 3 years ago

Fix the query request binding for the ec2 vpc DescribeVpcClassicLink action and add a hard-coded false response for the classic link status of all vpcs.

Build: https://dev.azure.com/corymbia/eucalyptus/_build/results?buildId=1446 Test: https://dev.azure.com/corymbia/eucalyptus/_build/results?buildId=1447

Test was run against this fix merged to maint-5.

Demo is that the action now binds the request and returns a hard-coded response:

# aws ec2 describe-vpc-classic-link --vpc-id vpc-bcf46a40cb2d2e859
VPCS    False   vpc-bcf46a40cb2d2e859

Relates to corymbia/eucalyptus#321