From 6182e8cebf6fd018de36a8fab5cb8e00f643606d Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Mon, 23 Oct 2017 11:48:10 -0400 Subject: Add multiservice VM IP to SO init script Change-Id: I2850284c39027cf5b8a185436bae5b81c332f8f5 Issue-ID: SO-181 Signed-off-by: Marco Platania --- boot/so_vm_init.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'boot') 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 ] -- cgit 1.2.3-korg