[ARVADOS] updated: 1.3.0-1431-ga3ac6ea15

Git user git at public.curoverse.com
Thu Aug 1 13:57:52 UTC 2019


Summary of changes:
 lib/cloud/ec2/ec2.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  a3ac6ea15e37aa903ed9dc8b31bac94d99093c2f (commit)
      from  f9d9a61219a3e23c1867d12596e6af8e550f0e50 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit a3ac6ea15e37aa903ed9dc8b31bac94d99093c2f
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Thu Aug 1 09:57:22 2019 -0400

    ec2 SecurityGroupIDs should be a StringSet refs #15467
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/lib/cloud/ec2/ec2.go b/lib/cloud/ec2/ec2.go
index 7ee813866..d373d2b71 100644
--- a/lib/cloud/ec2/ec2.go
+++ b/lib/cloud/ec2/ec2.go
@@ -32,7 +32,7 @@ type ec2InstanceSetConfig struct {
 	AccessKeyID      string
 	SecretAccessKey  string
 	Region           string
-	SecurityGroupIDs map[string]interface{}
+	SecurityGroupIDs arvados.StringSet
 	SubnetID         string
 	AdminUsername    string
 	EBSVolumeType    string

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list