diff options
author | Marco Platania <platania@research.att.com> | 2017-08-30 10:40:14 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-08-30 10:40:14 -0400 |
commit | 7f79a4cea0c2c5e7d00c2ec27b85d22f9b77b956 (patch) | |
tree | 4c7c75ab318bffe790b0bebc042a1424e11979c4 /boot/clamp_install.sh | |
parent | f61e1d721b1fc75656186b2f8277c8c7b3341676 (diff) |
Fix API_KEY file name in CLAMP scripts
Change-Id: Ibb7f49f0ab85bd5d93370e62dc44b5dc1ea69513
Issue-ID: INT-115
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'boot/clamp_install.sh')
-rw-r--r-- | boot/clamp_install.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/boot/clamp_install.sh b/boot/clamp_install.sh index 03af2301..7f18836a 100644 --- a/boot/clamp_install.sh +++ b/boot/clamp_install.sh @@ -5,7 +5,6 @@ NEXUS_REPO=$(cat /opt/config/nexus_repo.txt) ARTIFACTS_VERSION=$(cat /opt/config/artifacts_version.txt) DNS_IP_ADDR=$(cat /opt/config/dns_ip_addr.txt) CLOUD_ENV=$(cat /opt/config/cloud_env.txt) -OPENSTACK_API_KEY=$(cat /opt/config/openstack_api_key.txt) GERRIT_BRANCH=$(cat /opt/config/gerrit_branch.txt) MTU=$(/sbin/ifconfig | grep MTU | sed 's/.*MTU://' | sed 's/ .*//' | sort -n | head -1) CODE_REPO=$(cat /opt/config/remote_repo.txt) |