You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/03/18 06:21:18 UTC

git commit: updated refs/heads/4.5 to 3262b0b

Repository: cloudstack
Updated Branches:
  refs/heads/4.5 294503a02 -> 3262b0bfd


vpc_passwd_server: use the improved Python based password server

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


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

Branch: refs/heads/4.5
Commit: 3262b0bfd99528fd74a1693185544948f4d951ef
Parents: 294503a
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Wed Mar 18 10:42:46 2015 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Wed Mar 18 10:42:46 2015 +0530

----------------------------------------------------------------------
 systemvm/patches/debian/config/opt/cloud/bin/vpc_passwd_server | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3262b0bf/systemvm/patches/debian/config/opt/cloud/bin/vpc_passwd_server
----------------------------------------------------------------------
diff --git a/systemvm/patches/debian/config/opt/cloud/bin/vpc_passwd_server b/systemvm/patches/debian/config/opt/cloud/bin/vpc_passwd_server
index 6488bec..31fbd8c 100755
--- a/systemvm/patches/debian/config/opt/cloud/bin/vpc_passwd_server
+++ b/systemvm/patches/debian/config/opt/cloud/bin/vpc_passwd_server
@@ -21,7 +21,7 @@ ip=$1
 result=$ip
 while [ -n "$result" ]
 do
-    socat -lf /var/log/cloud.log TCP4-LISTEN:8080,reuseaddr,crnl,bind=$ip SYSTEM:"/opt/cloud/bin/serve_password.sh \"\$SOCAT_PEERADDR\""
+    python /opt/cloud/bin/passwd_server_ip.py $ip >/dev/null 2>/dev/null
     rc=$?
     if [ $rc -ne 0 ]
     then