lib/bosh-bootstrap/microbosh_providers/aws.rb in bosh-bootstrap-0.11.9 vs lib/bosh-bootstrap/microbosh_providers/aws.rb in bosh-bootstrap-0.11.11

- old
+ new

@@ -76,10 +76,10 @@ def fetch_ami Net::HTTP.get("#{jenkins_bucket}.s3.amazonaws.com", ami_uri_path(aws_region)).strip end def ami_uri_path(region) - "/last_successful_micro-bosh-stemcell-aws_ami_#{region}" + "/last_successful-bosh-stemcell-aws_ami_#{region}" end def stemcell_uri "http://bosh-jenkins-artifacts.s3.amazonaws.com/bosh-stemcell/aws/bosh-stemcell-latest-aws-xen-ubuntu.tgz" end