blob: 602dd2bc0d270824ceecdad8950a539611eea1f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
|
==============
Vendor Support
==============
OpenStack presents deployers with many options, some of which can expose
differences to end users. `os-client-config` tries its best to collect
information about various things a user would need to know. The following
is a text representation of the vendor related defaults `os-client-config`
knows about.
HP Cloud
--------
https://region-b.geo-1.identity.hpcloudsvc.com:35357/v2.0
============== ================
Region Name Human Name
============== ================
region-a.geo-1 US West
region-b.geo-1 US East
============== ================
* DNS Service Type is `hpext:dns`
* Image API Version is 1
* Images must be in `qcow2` format
* Floating IPs are provided by Neutron
* Security groups are provided by Neutron
Rackspace
---------
https://identity.api.rackspacecloud.com/v2.0/
============== ================
Region Name Human Name
============== ================
DFW Dallas
ORD Chicago
IAD Washington, D.C.
SYD Sydney
HKG Hong Kong
============== ================
* Database Service Type is `rax:database`
* Compute Service Name is `cloudServersOpenStack`
* Image API Version is 2
* Images must be in `vhd` format
* Images must be uploaded using the Glance Task Interface
* Floating IPs are not needed
* Security groups are not supported
* Uploaded Images need properties to not use vendor agent
:vm_mode: hvm
:xenapi_use_agent: False
Dreamhost
---------
https://keystone.dream.io/v2.0
============== ================
Region Name Human Name
============== ================
RegionOne Region One
============== ================
* Image API Version is 2
* Images must be in `raw` format
* Floating IPs are provided by Neutron
* Security groups are provided by Neutron
Vexxhost
--------
http://auth.api.thenebulacloud.com:5000/v2.0/
============== ================
Region Name Human Name
============== ================
ca-ymq-1 Montreal
============== ================
* Image API Version is 2
* Images must be in `qcow2` format
* Floating IPs are not needed
* Security groups are provided by Neutron
RunAbove
--------
https://auth.runabove.io/v2.0
============== ================
Region Name Human Name
============== ================
SBG-1 Strassbourg, FR
BHS-1 Beauharnois, QC
============== ================
* Image API Version is 2
* Images must be in `qcow2` format
* Floating IPs are not needed
* Security groups are provided by Neutron
UnitedStack
-----------
https://identity.api.ustack.com/v3
============== ================
Region Name Human Name
============== ================
bj1 Beijing
gd1 Guangdong
============== ================
* Identity API Version is 3
* Image API Version is 2
* Images must be in `raw` format
* Floating IPs are not needed
* Security groups are provided by Neutron
|