removing issues with joyent

Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/f049cce1
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/f049cce1
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/f049cce1

Branch: refs/heads/trunk
Commit: f049cce1eabce72ab81d8675038d11f5f4f46733
Parents: 60d6462
Author: andy <andymahe...@gmail.com>
Authored: Sun Jun 18 20:02:15 2017 -0400
Committer: andy <andymahe...@gmail.com>
Committed: Sun Jun 18 20:02:15 2017 -0400

----------------------------------------------------------------------
 docs/container/drivers/joyent.rst | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/f049cce1/docs/container/drivers/joyent.rst
----------------------------------------------------------------------
diff --git a/docs/container/drivers/joyent.rst 
b/docs/container/drivers/joyent.rst
index 8dcaacf..a8b29d3 100644
--- a/docs/container/drivers/joyent.rst
+++ b/docs/container/drivers/joyent.rst
@@ -17,7 +17,7 @@ Instantiating the driver
 Download the script::
 
     curl -O 
https://raw.githubusercontent.com/joyent/sdc-docker/master/tools/sdc-docker-setup.sh
-
+    
 Now execute the script, substituting the correct values::
 
     bash sdc-docker-setup.sh <CLOUDAPI_URL> <ACCOUNT_USERNAME> 
~/.ssh/<PRIVATE_KEY_FILE>
@@ -28,31 +28,31 @@ This should output something similar to the following::
         CloudAPI:        https://us-east-1.api.joyent.com
         Account:         jill
         Key:             /Users/localuser/.ssh/sdc-docker.id_rsa
-
+    
     If you have a pass phrase on your key, the openssl command will
     prompt you for your pass phrase now and again later.
-
+    
     Verifying CloudAPI access.
     CloudAPI access verified.
-
+    
     Generating client certificate from SSH private key.
     writing RSA key
     Wrote certificate files to /Users/localuser/.sdc/docker/jill
-
+    
     Get Docker host endpoint from cloudapi.
     Docker service endpoint is: tcp://us-east-1.docker.joyent.com:2376
-
+    
     * * *
     Success. Set your environment as follows:
-
+    
         export DOCKER_CERT_PATH=/Users/localuser/.sdc/docker/jill
         export DOCKER_HOST=tcp://us-east-1.docker.joyent.com:2376
         export DOCKER_CLIENT_TIMEOUT=300
         export DOCKER_TLS_VERIFY=1
-
+        
 .. literalinclude:: /examples/container/joyent/instantiate_driver.py
    :language: python
-
+   
 API Docs
 --------
 

Reply via email to