~juju-qa/ubuntu/xenial/juju/2.0-rc2

« back to all changes in this revision

Viewing changes to src/github.com/juju/juju/cloud/fallback_public_cloud.go

  • Committer: Nicholas Skaggs
  • Date: 2016-09-30 14:39:30 UTC
  • mfrom: (1.8.1)
  • Revision ID: nicholas.skaggs@canonical.com-20160930143930-vwwhrefh6ftckccy
import upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
        endpoint: https://www.googleapis.com
58
58
  azure:
59
59
    type: azure
60
 
    auth-types: [ userpass ]
 
60
    auth-types: [ interactive, service-principal-secret, userpass ]
61
61
    regions:
62
62
      centralus:
63
63
        endpoint: https://management.azure.com
64
64
        storage-endpoint: https://core.windows.net
65
 
        identity-endpoint: https://login.microsoftonline.com
 
65
        identity-endpoint: https://graph.windows.net
66
66
      eastus:
67
67
        endpoint: https://management.azure.com
68
68
        storage-endpoint: https://core.windows.net
69
 
        identity-endpoint: https://login.microsoftonline.com
 
69
        identity-endpoint: https://graph.windows.net
70
70
      eastus2:
71
71
        endpoint: https://management.azure.com
72
72
        storage-endpoint: https://core.windows.net
73
 
        identity-endpoint: https://login.microsoftonline.com
 
73
        identity-endpoint: https://graph.windows.net
74
74
      northcentralus:
75
75
        endpoint: https://management.azure.com
76
76
        storage-endpoint: https://core.windows.net
77
 
        identity-endpoint: https://login.microsoftonline.com
 
77
        identity-endpoint: https://graph.windows.net
78
78
      southcentralus:
79
79
        endpoint: https://management.azure.com
80
80
        storage-endpoint: https://core.windows.net
81
 
        identity-endpoint: https://login.microsoftonline.com
 
81
        identity-endpoint: https://graph.windows.net
82
82
      westus:
83
83
        endpoint: https://management.azure.com
84
84
        storage-endpoint: https://core.windows.net
85
 
        identity-endpoint: https://login.microsoftonline.com
 
85
        identity-endpoint: https://graph.windows.net
86
86
      northeurope:
87
87
        endpoint: https://management.azure.com
88
88
        storage-endpoint: https://core.windows.net
89
 
        identity-endpoint: https://login.microsoftonline.com
 
89
        identity-endpoint: https://graph.windows.net
90
90
      westeurope:
91
91
        endpoint: https://management.azure.com
92
92
        storage-endpoint: https://core.windows.net
93
 
        identity-endpoint: https://login.microsoftonline.com
 
93
        identity-endpoint: https://graph.windows.net
94
94
      eastasia:
95
95
        endpoint: https://management.azure.com
96
96
        storage-endpoint: https://core.windows.net
97
 
        identity-endpoint: https://login.microsoftonline.com
 
97
        identity-endpoint: https://graph.windows.net
98
98
      southeastasia:
99
99
        endpoint: https://management.azure.com
100
100
        storage-endpoint: https://core.windows.net
101
 
        identity-endpoint: https://login.microsoftonline.com
 
101
        identity-endpoint: https://graph.windows.net
102
102
      japaneast:
103
103
        endpoint: https://management.azure.com
104
104
        storage-endpoint: https://core.windows.net
105
 
        identity-endpoint: https://login.microsoftonline.com
 
105
        identity-endpoint: https://graph.windows.net
106
106
      japanwest:
107
107
        endpoint: https://management.azure.com
108
108
        storage-endpoint: https://core.windows.net
109
 
        identity-endpoint: https://login.microsoftonline.com
 
109
        identity-endpoint: https://graph.windows.net
110
110
      brazilsouth:
111
111
        endpoint: https://management.azure.com
112
112
        storage-endpoint: https://core.windows.net
113
 
        identity-endpoint: https://login.microsoftonline.com
 
113
        identity-endpoint: https://graph.windows.net
114
114
      australiaeast:
115
115
        endpoint: https://management.azure.com
116
116
        storage-endpoint: https://core.windows.net
117
 
        identity-endpoint: https://login.microsoftonline.com
 
117
        identity-endpoint: https://graph.windows.net
118
118
      australiasoutheast:
119
119
        endpoint: https://management.azure.com
120
120
        storage-endpoint: https://core.windows.net
121
 
        identity-endpoint: https://login.microsoftonline.com
 
121
        identity-endpoint: https://graph.windows.net
122
122
      centralindia:
123
123
        endpoint: https://management.azure.com
124
124
        storage-endpoint: https://core.windows.net
125
 
        identity-endpoint: https://login.microsoftonline.com
 
125
        identity-endpoint: https://graph.windows.net
126
126
      southindia:
127
127
        endpoint: https://management.azure.com
128
128
        storage-endpoint: https://core.windows.net
129
 
        identity-endpoint: https://login.microsoftonline.com
 
129
        identity-endpoint: https://graph.windows.net
130
130
      westindia:
131
131
        endpoint: https://management.azure.com
132
132
        storage-endpoint: https://core.windows.net
133
 
        identity-endpoint: https://login.microsoftonline.com
 
133
        identity-endpoint: https://graph.windows.net
134
134
  azure-china:
135
135
    type: azure
136
 
    auth-types: [ userpass ]
 
136
    auth-types: [ interactive, service-principal-secret, userpass ]
137
137
    regions:
138
138
      chinaeast:
139
139
        endpoint: https://management.chinacloudapi.cn
140
140
        storage-endpoint: https://core.chinacloudapi.cn
141
 
        identity-endpoint: https://login.chinacloudapi.cn
 
141
        identity-endpoint: https://graph.chinacloudapi.cn
142
142
      chinanorth:
143
143
        endpoint: https://management.chinacloudapi.cn
144
144
        storage-endpoint: https://core.chinacloudapi.cn
145
 
        identity-endpoint: https://login.chinacloudapi.cn
 
145
        identity-endpoint: https://graph.chinacloudapi.cn
146
146
  rackspace:
147
147
    type: rackspace
148
148
    auth-types: [ access-key, userpass ]