Stratos API URL added Signed-off-by: Imesh Gunaratne <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/f7a047d3 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/f7a047d3 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/f7a047d3 Branch: refs/heads/stratos-4.1.x Commit: f7a047d3389780947704facfec85eb0ea25e723c Parents: 26b5470 Author: Milindu Sanoj Kumarage <[email protected]> Authored: Thu Jun 18 22:11:09 2015 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Tue Oct 13 16:32:45 2015 +0530 ---------------------------------------------------------------------- .../org.apache.stratos.python.cli/src/main/python/cli/Configs.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/f7a047d3/components/org.apache.stratos.python.cli/src/main/python/cli/Configs.py ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.python.cli/src/main/python/cli/Configs.py b/components/org.apache.stratos.python.cli/src/main/python/cli/Configs.py index 4d31b74..07a3380 100644 --- a/components/org.apache.stratos.python.cli/src/main/python/cli/Configs.py +++ b/components/org.apache.stratos.python.cli/src/main/python/cli/Configs.py @@ -9,5 +9,6 @@ stratos_dir_path = os.path.expanduser(stratos_dir) log_file_path = os.path.join(stratos_dir_path, log_file_name) stratos_url = os.getenv('STRATOS_URL', "https://localhost:9443/") +stratos_api_url = stratos_url + "api/" stratos_username = os.getenv('STRATOS_USERNAME', "") stratos_password = os.getenv('STRATOS_PASSWORD', "") \ No newline at end of file
