Merge "Don't use crudini to get rhn server"

This commit is contained in:
Zuul 2018-05-17 21:59:39 +00:00 committed by Gerrit Code Review
commit 1b35f35954
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ proxy_url=
proxy_username=
proxy_password=
curl_opts="--retry-delay 10 --max-time 30 --retry ${retry_max_count} --cacert /etc/rhsm/ca/redhat-uep.pem"
portal_test_url="https://$(crudini --get /etc/rhsm/rhsm.conf server hostname)/subscription/"
server=$(grep '^hostname' /etc/rhsm/rhsm.conf | cut -d = -f2 | sed 's/\s//')
portal_test_url="https://${server}/subscription/"
# process variables..
if [ -n "${REG_AUTO_ATTACH:-}" ]; then