aboutsummaryrefslogtreecommitdiffstats
path: root/boot
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2017-10-11 19:06:39 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-11 19:06:39 +0000
commit8d7bf4de959c0a48c4ac91a2ba507889352d82b1 (patch)
treefb6a5cd5195932691dcf13358acd3256a6075ffe /boot
parent944639d394ca9f3fdc9028c91717dc35ed326760 (diff)
parent89cbd066a55b04409af8ef19afa8051438722db0 (diff)
Merge "Correct portal apps property directory name"
Diffstat (limited to 'boot')
-rwxr-xr-xboot/portal_vm_init.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/portal_vm_init.sh b/boot/portal_vm_init.sh
index d4fd88a5..7d1c5351 100755
--- a/boot/portal_vm_init.sh
+++ b/boot/portal_vm_init.sh
@@ -40,9 +40,9 @@ docker tag $NEXUS_DOCKER_REPO/$CLI_IMG_NAME:$CLI_DOCKER_VERSION $CLI_IMG_NAME:$P
export LOGS_DIR=./logs
mkdir -p $LOGS_DIR
-# Export variable for subdirectory with host-specific property files
+# Export variable for subdirectory with appropriate property files
# The leading "./" is required for docker-compose
-export PROPS_DIR=./properties_rackspace
+export PROPS_DIR=./properties_simpledemo
# docker-compose is not in /usr/bin
/opt/docker/docker-compose down