You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@apache.org on 2014/05/02 19:54:11 UTC

git commit: updated refs/heads/4.4-forward to c7c10f5

Repository: cloudstack
Updated Branches:
  refs/heads/4.4-forward 1be8b87fb -> c7c10f522


Added missing strings in codes.py


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

Branch: refs/heads/4.4-forward
Commit: c7c10f5220877607fcd2bd84f029d2ac28917034
Parents: 1be8b87
Author: Girish Shilamkar <gi...@clogeny.com>
Authored: Fri May 2 23:24:00 2014 +0530
Committer: Girish Shilamkar <gi...@clogeny.com>
Committed: Fri May 2 23:24:00 2014 +0530

----------------------------------------------------------------------
 tools/marvin/marvin/codes.py | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c7c10f52/tools/marvin/marvin/codes.py
----------------------------------------------------------------------
diff --git a/tools/marvin/marvin/codes.py b/tools/marvin/marvin/codes.py
index cb268e2..5aeb102 100644
--- a/tools/marvin/marvin/codes.py
+++ b/tools/marvin/marvin/codes.py
@@ -52,6 +52,8 @@ YES = "yes"
 FAILED = "FAILED"
 UNKNOWN_ERROR = "Unknown Error"
 EXCEPTION = "EXCEPTION"
+ADMIN_ACCOUNT = "admin account"
+USER_ACCOUNT = "user account"
 BASIC_ZONE = "basic"
 ISOLATED_NETWORK = "ISOLATED"
 SHARED_NETWORK = "SHARED"