aboutsummaryrefslogtreecommitdiffstats
path: root/boot
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2017-10-23 11:48:10 -0400
committerMarco Platania <platania@research.att.com>2017-10-23 11:48:51 -0400
commit6182e8cebf6fd018de36a8fab5cb8e00f643606d (patch)
tree9621fe12cb81674c305ab440768adeca222ac7af /boot
parent2cd378c2ce2ae27b07a665f18f483c0311f7fb97 (diff)
Add multiservice VM IP to SO init script
Change-Id: I2850284c39027cf5b8a185436bae5b81c332f8f5 Issue-ID: SO-181 Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'boot')
-rw-r--r--boot/so_vm_init.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot/so_vm_init.sh b/boot/so_vm_init.sh
index c6886011..9cfba5ea 100644
--- a/boot/so_vm_init.sh
+++ b/boot/so_vm_init.sh
@@ -8,6 +8,7 @@ OPENSTACK_USERNAME=$(cat /opt/config/openstack_username.txt)
OPENSTACK_APIKEY=$(cat /opt/config/api_key.txt)
export MSO_DOCKER_IMAGE_VERSION=$(cat /opt/config/docker_version.txt)
export MTU=$(/sbin/ifconfig | grep MTU | sed 's/.*MTU://' | sed 's/ .*//' | sort -n | head -1)
+export OPENO_IP=$(cat /opt/config/openo_ip.txt)
# Deployments in OpenStack require a keystone file
if [ -e /opt/config/keystone.txt ]