juju update-cloud¶
See also: add-cloud, remove-cloud, clouds
Summary¶
Updates cloud information available to Juju.
Usage¶
juju update-cloud [options] <cloud name>
Options¶
| Flag | Default | Usage | 
|---|---|---|
| 
 | false | Do not use web browser for authentication | 
| 
 | Controller to operate in | |
| 
 | false | Client operation | 
| 
 | The path to a cloud definition file | 
Examples¶
juju update-cloud mymaas -f path/to/maas.yaml
juju update-cloud mymaas -f path/to/maas.yaml --controller mycontroller
juju update-cloud mymaas --controller mycontroller
juju update-cloud mymaas --client --controller mycontroller
juju update-cloud mymaas --client -f path/to/maas.yaml
Details¶
Update cloud information on this client and/or on a controller.
A cloud can be updated from a file. This requires a <cloud name> and a YAML file
containing the cloud details.
This method can be used for cloud updates on the client side and on a controller.
A cloud on the controller can also be updated just by using a name of a cloud from this client.
Use the --controller option to update a cloud on a controller.
Use --client to update cloud definition on this client.
