@@ -80,8 +80,8 @@ SSH Key
8080An ssh key is required for use by this plugin and the public key
8181must be uploaded to the digital ocean control panel. By default
8282all keys in the digital ocean account will be tried, so no user
83- configuration is needed. A specific key to utilize can be specified with
84- the environment variable DO_SSH_KEY="key_name" where key_name is the name of
83+ configuration is needed. A specific key to utilize can be specified with
84+ the environment variable DO_SSH_KEY="key_name" where key_name is the name of
8585the key in the digital ocean management console.
8686
8787
@@ -170,14 +170,14 @@ these workloads together via relations like lego blocks::
170170
171171 $ juju add-relation wordpress mysql
172172
173- We can list all machines in digitalocean that are part of the juju
174- environment with the list-machines command. This directly queries the digital
175- ocean api and does not interact with juju api. It also takes a --all option to
173+ We can list all machines in digitalocean that are part of the juju
174+ environment with the list-machines command. This directly queries the digital
175+ ocean api and does not interact with juju api. It also takes a --all option to
176176list all machines in digitalocean account (irrespective of environment).::
177177
178178 $ juju docean list-machines
179179
180- Id Name Size Status Created Region Address
180+ Id Name Size Status Created Region Address
181181 2442349 ocean-0 512MB active 2014-08-25 nyc2 162.243.123.121
182182 2442360 ocean-ef19ad5cc... 512MB active 2014-08-25 nyc2 162.243.51.21
183183 2442361 ocean-145bf7a80... 512MB active 2014-08-25 nyc2 104.131.201.155
@@ -195,7 +195,7 @@ And we can destroy the entire environment via::
195195 $ juju docean destroy-environment
196196
197197destroy-environment also takes a --force option which only uses the
198- digital ocean api. Its helpful if state server or other machines are
198+ digital ocean api. Its helpful if state server or other machines are
199199killed independently of juju.
200200
201201All commands have builtin help facilities and accept a -v option which will
0 commit comments