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:13:54 UTC

git commit: updated refs/heads/master to f0da19a

Repository: cloudstack
Updated Branches:
  refs/heads/master 3c429ee6b -> f0da19a06


vpc_passwd_server: use the improved Python based password server

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
(cherry picked from commit 3262b0bfd99528fd74a1693185544948f4d951ef)
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/f0da19a0
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/f0da19a0
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/f0da19a0

Branch: refs/heads/master
Commit: f0da19a060d5024891b3017bc6498238086e4212
Parents: 3c429ee
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:43:20 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/f0da19a0/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 44de1c2..16a4466 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