Project

General

Profile

Bug #12055

Updated by Peter Amstutz over 6 years ago

https://issues.apache.org/jira/browse/LIBCLOUD-930 

  ec2 node_create(ex_metadata) uses TagSpecification.N → https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html 

 Fix this in our local fork (https://github.com/curoverse/libcloud) so that ec2 node_create(ex_metadata) uses TagSpecification.N → https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html 

 https://dev.arvados.org/issues/11953#note-10 

 Fix node manager to use node_create(ex_metadata) instead of ex_create_tags().    Update tests. ex_create_tags() 

 Contribute Also contribute PR to libcloud upstream (https://github.com/apache/libcloud) 
 Update libcloud tests. upstream.

Back