You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ho...@apache.org on 2017/08/23 21:55:01 UTC

[incubator-openwhisk-package-cloudant] branch master updated: update doc to remove the namespace set for CLI no need it anymore (#126)

This is an automated email from the ASF dual-hosted git repository.

houshengbo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-package-cloudant.git


The following commit(s) were added to refs/heads/master by this push:
     new 9571cbc  update doc to remove the namespace set for CLI no need it anymore (#126)
9571cbc is described below

commit 9571cbcca1873478e67ee43a223135c6c64a5c6f
Author: Carlos Santana <cs...@gmail.com>
AuthorDate: Wed Aug 23 17:54:59 2017 -0400

    update doc to remove the namespace set for CLI no need it anymore (#126)
---
 README.md | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/README.md b/README.md
index 6f7895b..c94adfe 100644
--- a/README.md
+++ b/README.md
@@ -20,17 +20,9 @@ If you're using OpenWhisk from Bluemix, OpenWhisk automatically creates package
 
 1. Create a Cloudant service instance in your Bluemix [dashboard](http://console.ng.Bluemix.net).
 
-  Be sure to remember the name of the service instance and the Bluemix organization and space you're in.
+  Be sure to create a Credential key, after creating a new service instance.
 
-2. Make sure your OpenWhisk CLI is in the namespace corresponding to the Bluemix organization and space that you used in the previous step.
-
-  ```
-  wsk property set --namespace myBluemixOrg_myBluemixSpace
-  ```
-
-  Alternatively, you can use `wsk property set --namespace` to set a namespace from a list of those accessible to you.
-
-3. Refresh the packages in your namespace. The refresh automatically creates a package binding for the Cloudant service instance that you created.
+2. Refresh the packages in your namespace. The refresh automatically creates a package binding for each Cloudant service instance that has a credential key defined.
 
   ```
   wsk package refresh
@@ -48,9 +40,9 @@ If you're using OpenWhisk from Bluemix, OpenWhisk automatically creates package
   /myBluemixOrg_myBluemixSpace/Bluemix_testCloudant_Credentials-1 private binding
   ```
 
-  You see the fully qualified name of the package binding that corresponds to your Bluemix Cloudant service instance.
+  Your package binding now contains the credentials associated with your Cloudant service instance.
 
-4. Check to see that the package binding that was created previously is configured with your Cloudant Bluemix service instance host and credentials.
+3. Check to see that the package binding that was created previously is configured with your Cloudant Bluemix service instance host and credentials.
 
   ```
   wsk package get /myBluemixOrg_myBluemixSpace/Bluemix_testCloudant_Credentials-1 parameters

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].