From: Nikolas Hermanns Date: Wed, 11 Jan 2017 13:20:06 +0000 (+0100) Subject: [FUNCTEST-FUEL] Remove URL swap X-Git-Tag: danube.1.0~475 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F79%2F26879%2F1;p=releng.git [FUNCTEST-FUEL] Remove URL swap Since the virtual deployments are now able to use the internal mgmt network we remove the swap Change-Id: I8eed4dd8218a78c697ffde4716c35170fa72d814 Signed-off-by: Nikolas Hermanns --- diff --git a/utils/fetch_os_creds.sh b/utils/fetch_os_creds.sh index ec0c1df45..3667dbe6c 100755 --- a/utils/fetch_os_creds.sh +++ b/utils/fetch_os_creds.sh @@ -111,11 +111,6 @@ if [ "$installer_type" == "fuel" ]; then # but sometimes the output of endpoint-list is like this: http://172.30.9.70:8004/v1/%(tenant_id)s # Fuel virtual need a fix - if [ "$DEPLOY_TYPE" == "virt" ]; then - echo "INFO: Changing: internalURL -> publicURL in openrc" - sed -i 's/internalURL/publicURL/' $dest_path - fi - elif [ "$installer_type" == "apex" ]; then verify_connectivity $installer_ip