juju show-cloud¶
See also: clouds, add-cloud, update-cloud
Summary¶
Shows detailed information for a cloud.
Usage¶
juju show-cloud [options] <cloud name>
Options¶
Flag |
Default |
Usage |
|---|---|---|
|
false |
Do not use web browser for authentication |
|
Controller to operate in |
|
|
false |
Client operation |
|
display |
Specify output format (display|json|yaml) |
|
false |
Print available config option details specific to the specified cloud |
|
Specify an output file |
Examples¶
juju show-cloud google
juju show-cloud azure-china --output ~/azure_cloud_details.txt
juju show-cloud myopenstack --controller mycontroller
juju show-cloud myopenstack --client
juju show-cloud myopenstack --client --controller mycontroller
Details¶
Provided information includes defined (public, built-in), type,
auth-type, regions, endpoints, and cloud specific configuration
options.
If --include-config is used, additional configuration (key, type, and
description) specific to the cloud are displayed if available.
Use the --controller option to show a cloud from a controller.
Use the --client option to show a cloud known on this client.