parametrize docker version in MSO init 71/2271/1
authorplatania <platania@research.att.com>
Tue, 21 Mar 2017 02:44:41 +0000 (22:44 -0400)
committerplatania <platania@research.att.com>
Tue, 21 Mar 2017 02:44:41 +0000 (22:44 -0400)
Change-Id: Iecfa8612a42c0859e85f0de5cc80096a961c0db1
Signed-off-by: platania <platania@research.att.com>
boot/mso_vm_init.sh

index 8a8b8ed..ce343f0 100644 (file)
@@ -6,7 +6,7 @@ NEXUS_DOCKER_REPO=$(cat /opt/config/nexus_docker_repo.txt)
 OPENSTACK_USERNAME=$(cat /opt/config/openstack_username.txt)
 OPENSTACK_APIKEY=$(cat /opt/config/api_key.txt)
 DMAAP_TOPIC=$(cat /opt/config/dmaap_topic.txt)
-export MSO_DOCKER_IMAGE_VERSION=latest
+export MSO_DOCKER_IMAGE_VERSION=$(cat /opt/config/docker_version.txt)
 
 if [ -e /opt/config/keystone.txt ]
 then