The sso server docker image is not used by default at the moment, so
authorWard Vandewege <ward@curoverse.com>
Mon, 3 Nov 2014 15:33:54 +0000 (10:33 -0500)
committerWard Vandewege <ward@curoverse.com>
Mon, 3 Nov 2014 15:33:54 +0000 (10:33 -0500)
arvdock shouldn't try to start it unless explicitly requested.

refs #4383

docker/arvdock

index 39605664ce0f3fc99d9dd06da7e41595fbef3691..ba86a4dd2a34f8af5f90d7a7a0bb2f492f74d40a 100755 (executable)
@@ -233,7 +233,8 @@ function do_start {
           $start_keep == false ]]
     then
         start_doc=9898
-        start_sso=9901
+        #the sso server is currently not used by default so don't start it unless explicitly requested
+        #start_sso=9901
         start_api=9900
         start_compute=2
         start_workbench=9899