cli: Make cloudmonkey use new url and dev ml Signed-off-by: Rohit Yadav <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ccba1c72 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ccba1c72 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ccba1c72 Branch: refs/heads/scaleupvm Commit: ccba1c728ca8f73e66f5731037dcb72ad8629c38 Parents: 6ade5da Author: Rohit Yadav <[email protected]> Authored: Tue Mar 26 11:25:26 2013 +0530 Committer: Rohit Yadav <[email protected]> Committed: Tue Mar 26 11:25:26 2013 +0530 ---------------------------------------------------------------------- tools/cli/cloudmonkey/config.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ccba1c72/tools/cli/cloudmonkey/config.py ---------------------------------------------------------------------- diff --git a/tools/cli/cloudmonkey/config.py b/tools/cli/cloudmonkey/config.py index 4a4aa99..75605df 100644 --- a/tools/cli/cloudmonkey/config.py +++ b/tools/cli/cloudmonkey/config.py @@ -23,8 +23,8 @@ __description__ = "Command Line Interface for Apache CloudStack" __maintainer__ = "Rohit Yadav" __maintaineremail__ = "[email protected]" __project__ = "The Apache CloudStack Team" -__projectemail__ = "[email protected]" -__projecturl__ = "http://incubator.apache.org/cloudstack" +__projectemail__ = "[email protected]" +__projecturl__ = "http://cloudstack.apache.org" try: import os
