Last active
April 26, 2017 19:27
-
-
Save adam-stokes/a7c66c2ab4b5bbdd7f432e2e7deeec8c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [adam:~] $ juju set-default-region aws eu-central-1 | |
| Default region in aws set to "eu-central-1". | |
| [adam:~] $ juju clouds | |
| Cloud Regions Default Type Description | |
| aws 14 us-east-1 ec2 Amazon Web Services | |
| [adam:~] $ cat .local/share/juju/clouds.yaml | |
| clouds: | |
| conjure-cloud-maas-82b: | |
| type: maas | |
| auth-types: [oauth1] | |
| endpoint: http://172.16.0.1:5240/MAAS | |
| [adam:~] $ juju version | |
| 2.2-beta3-xenial-amd64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment