New failover path, start with the passed galaxy_url, and try that. Failing that, substitute in $DOCKER_HOST if it's there Major cleanup to get_galaxy_connection function.
New failover path, start with the passed galaxy_url, and try that. If $DOCKER_HOST is in the variable, it'll be substituted in. Failing that, we pass to a completely custom-built URL, and then toss up an exception.
Major cleanup to
get_galaxy_connection
function.New failover path, start with the passed
galaxy_url
, and try that. Failing that, substitute in$DOCKER_HOST
if it's there Major cleanup toget_galaxy_connection
function.New failover path, start with the passed
galaxy_url
, and try that. If$DOCKER_HOST
is in the variable, it'll be substituted in. Failing that, we pass to a completely custom-built URL, and then toss up an exception.