Skip to content

Changing the region doesn't work #79

Description

@jkeilson

Changing the region in the .pallet/config.clj doesn't seem to work.
I tried both of these lines:
:jclouds.regions "us-gov-west-1"
:location {:location-id "us-gov-west-1"} (found in the jclouds pages)
and both resulted in the following:

ERROR logging - Exception in thread "main"
ERROR logging - org.jclouds.rest.AuthorizationException: POST https://ec2.us-east-1.amazonaws.com/ HTTP/1.1 -> HTTP/1.1 401 Unauthorized (form-init7517205461496562199.clj:1)
This is expected, my credentials are for the govcloud region.
Per the jclouds documentation, I need to set a specific variable:
https://jclouds.apache.org/guides/aws-ec2/ ctrl-f govcloud
Is that possible with storm-deploy?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions