github.com/mwhudson/juju@v0.0.0-20160512215208-90ff01f3497f/cloud/fallback-public-cloud.yaml (about) 1 # DO NOT EDIT, will be overwritten, use "juju update-clouds" to refresh. 2 clouds: 3 aws: 4 type: ec2 5 auth-types: [ access-key ] 6 regions: 7 us-east-1: 8 endpoint: https://us-east-1.aws.amazon.com/v1.2/ 9 us-west-1: 10 endpoint: https://us-west-1.aws.amazon.com/v1.2/ 11 us-west-2: 12 endpoint: https://us-west-2.aws.amazon.com/v1.2/ 13 eu-west-1: 14 endpoint: https://eu-west-1.aws.amazon.com/v1.2/ 15 eu-central-1: 16 endpoint: https://eu-central-1.aws.amazon.com/v1.2/ 17 ap-southeast-1: 18 endpoint: https://ap-southeast-1.aws.amazon.com/v1.2/ 19 ap-southeast-2: 20 endpoint: https://ap-southeast-2.aws.amazon.com/v1.2/ 21 ap-northeast-1: 22 endpoint: https://ap-northeast-1.aws.amazon.com/v1.2/ 23 ap-northeast-2: 24 endpoint: https://ap-northeast-2.aws.amazon.com/v1.2/ 25 sa-east-1: 26 endpoint: https://sa-east-1.aws.amazon.com/v1.2/ 27 aws-china: 28 type: ec2 29 auth-types: [ access-key ] 30 regions: 31 cn-north-1: 32 endpoint: https://ec2.cn-north-1.amazonaws.com.cn/ 33 aws-gov: 34 type: ec2 35 auth-types: [ access-key ] 36 regions: 37 us-gov-west-1: 38 endpoint: https://ec2.us-gov-west-1.amazonaws-govcloud.com 39 google: 40 type: gce 41 auth-types: [ jsonfile, oauth2 ] 42 regions: 43 us-east1: 44 endpoint: https://www.googleapis.com 45 us-central1: 46 endpoint: https://www.googleapis.com 47 europe-west1: 48 endpoint: https://www.googleapis.com 49 asia-east1: 50 endpoint: https://www.googleapis.com 51 azure: 52 type: azure 53 auth-types: [ userpass ] 54 regions: 55 centralus: 56 endpoint: https://management.azure.com 57 storage-endpoint: https://core.windows.net 58 eastus: 59 endpoint: https://management.azure.com 60 storage-endpoint: https://core.windows.net 61 eastus2: 62 endpoint: https://management.azure.com 63 storage-endpoint: https://core.windows.net 64 northcentralus: 65 endpoint: https://management.azure.com 66 storage-endpoint: https://core.windows.net 67 southcentralus: 68 endpoint: https://management.azure.com 69 storage-endpoint: https://core.windows.net 70 westus: 71 endpoint: https://management.azure.com 72 storage-endpoint: https://core.windows.net 73 northeurope: 74 endpoint: https://management.azure.com 75 storage-endpoint: https://core.windows.net 76 westeurope: 77 endpoint: https://management.azure.com 78 storage-endpoint: https://core.windows.net 79 eastasia: 80 endpoint: https://management.azure.com 81 storage-endpoint: https://core.windows.net 82 southeastasia: 83 endpoint: https://management.azure.com 84 storage-endpoint: https://core.windows.net 85 japaneast: 86 endpoint: https://management.azure.com 87 storage-endpoint: https://core.windows.net 88 japanwest: 89 endpoint: https://management.azure.com 90 storage-endpoint: https://core.windows.net 91 brazilsouth: 92 endpoint: https://management.azure.com 93 storage-endpoint: https://core.windows.net 94 australiaeast: 95 endpoint: https://management.azure.com 96 storage-endpoint: https://core.windows.net 97 australiasoutheast: 98 endpoint: https://management.azure.com 99 storage-endpoint: https://core.windows.net 100 centralindia: 101 endpoint: https://management.azure.com 102 storage-endpoint: https://core.windows.net 103 southindia: 104 endpoint: https://management.azure.com 105 storage-endpoint: https://core.windows.net 106 westindia: 107 endpoint: https://management.azure.com 108 storage-endpoint: https://core.windows.net 109 azure-china: 110 type: azure 111 auth-types: [ userpass ] 112 regions: 113 chinaeast: 114 endpoint: https://management.chinacloudapi.cn 115 storage-endpoint: https://core.chinacloudapi.cn 116 chinanorth: 117 endpoint: https://management.chinacloudapi.cn 118 storage-endpoint: https://core.chinacloudapi.cn 119 rackspace: 120 type: rackspace 121 auth-types: [ access-key, userpass ] 122 endpoint: https://identity.api.rackspacecloud.com/v2.0 123 regions: 124 dfw: 125 endpoint: https://identity.api.rackspacecloud.com/v2.0 126 ord: 127 endpoint: https://identity.api.rackspacecloud.com/v2.0 128 iad: 129 endpoint: https://identity.api.rackspacecloud.com/v2.0 130 lon: 131 endpoint: https://lon.identity.api.rackspacecloud.com/v2.0 132 syd: 133 endpoint: https://identity.api.rackspacecloud.com/v2.0 134 hkg: 135 endpoint: https://identity.api.rackspacecloud.com/v2.0 136 joyent: 137 type: joyent 138 auth-types: [ userpass ] 139 regions: 140 eu-ams-1: 141 endpoint: https://eu-ams-1.api.joyentcloud.com 142 us-sw-1: 143 endpoint: https://us-sw-1.api.joyentcloud.com 144 us-east-1: 145 endpoint: https://us-east-1.api.joyentcloud.com 146 us-east-2: 147 endpoint: https://us-east-2.api.joyentcloud.com 148 us-east-3: 149 endpoint: https://us-east-3.api.joyentcloud.com 150 us-west-1: 151 endpoint: https://us-west-1.api.joyentcloud.com 152 cloudsigma: 153 type: cloudsigma 154 auth-types: [ userpass ] 155 regions: 156 hnl: 157 endpoint: https://hnl.cloudsigma.com/api/2.0/ 158 mia: 159 endpoint: https://mia.cloudsigma.com/api/2.0/ 160 sjc: 161 endpoint: https://sjc.cloudsigma.com/api/2.0/ 162 wdc: 163 endpoint: https://wdc.cloudsigma.com/api/2.0/ 164 zrh: 165 endpoint: https://zrh.cloudsigma.com/api/2.0/