Closed sjones4 closed 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.
DescribeVpcClassicLink
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
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:
Relates to corymbia/eucalyptus#321