You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by la...@apache.org on 2015/06/29 11:29:06 UTC

stratos git commit: Improve consistency of readme file

Repository: stratos
Updated Branches:
  refs/heads/master b123ce2e2 -> 19aaca556


Improve consistency of readme file


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

Branch: refs/heads/master
Commit: 19aaca55685d6b84fa3087fdb17647a0fd90c458
Parents: b123ce2
Author: Lahiru Sandaruwan <la...@apache.org>
Authored: Mon Jun 29 14:49:51 2015 +0530
Committer: Lahiru Sandaruwan <la...@apache.org>
Committed: Mon Jun 29 14:58:46 2015 +0530

----------------------------------------------------------------------
 .../python/cartridge.agent/cartridge.agent/plugins/README.md     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/19aaca55/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/plugins/README.md
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/plugins/README.md b/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/plugins/README.md
index fcc3b79..84530cc 100644
--- a/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/plugins/README.md
+++ b/components/org.apache.stratos.python.cartridge.agent/src/main/python/cartridge.agent/cartridge.agent/plugins/README.md
@@ -87,10 +87,10 @@ pub_properties = [pub_entry_1, pub_entry_2]
 pub_req.properties = pub_properties
 
 # App level
-mdsclient.put(publish_data, app=True)
+mdsclient.put(pub_req, app=True)
 
 # Alias level
-mdsclient.put(publish_data)
+mdsclient.put(pub_req)
 ```
 
 ### Retrieving values from Metadata service