You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The list of command objects is growing longer with the addition of OpenStack
121
+
project support. The object names may consist of multiple words to compose a
122
+
unique name. Occasionally when multiple APIs have a common name with common
123
+
overlapping purposes there will be options to select which object to use, or
124
+
the API resources will be merged, as in the ``quota`` object that has options
125
+
referring to both Compute and Volume quotas.
126
+
127
+
Command Actions
128
+
---------------
129
+
130
+
The actions used by OpenStackClient are defined with specific meaning to provide a consistent behavior for each object. Some actions have logical opposite actions, and those pairs will always match for any object that uses them.
104
131
105
132
NOTES
106
133
=====
@@ -162,39 +189,30 @@ The following environment variables can be set to alter the behaviour of :progra
162
189
:envvar:`OS_USERNAME`
163
190
Authentication username
164
191
165
-
:envvar:`OS_USER_DOMAIN_NAME`
166
-
Domain name or id containing user
167
-
168
192
:envvar:`OS_PASSWORD`
169
193
Authentication password
170
194
171
-
:envvar:`OS_REGION_NAME`
172
-
Authentication region name
195
+
:envvar:`OS_USER_DOMAIN_NAME`
196
+
Domain name or id containing user
197
+
198
+
:envvar:`OS_TRUST_ID`
199
+
id of the trust to use as a trustee user
173
200
174
201
:envvar:`OS_DEFAULT_DOMAIN`
175
202
Default domain ID (Default: 'default')
176
203
204
+
:envvar:`OS_REGION_NAME`
205
+
Authentication region name
206
+
177
207
:envvar:`OS_CACERT`
178
208
CA certificate bundle file
179
209
180
-
:envvar:`OS_COMPUTE_API_VERSION`
181
-
Compute API version (Default: 2)
182
-
183
210
:envvar:`OS_IDENTITY_API_VERSION`
184
211
Identity API version (Default: 2.0)
185
212
186
-
:envvar:`OS_IMAGE_API_VERSION`
187
-
Image API version (Default: 1)
188
-
189
-
:envvar:`OS_VOLUME_API_VERSION`
190
-
Volume API version (Default: 1)
191
-
192
213
:envvar:`OS_XXXX_API_VERSION`
193
214
Additional API version options will be available depending on the installed API libraries.
0 commit comments