diff options
author | Marco Platania <platania@research.att.com> | 2018-05-31 01:46:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-31 01:46:25 +0000 |
commit | ab302ee47b78c0a7fc314b0851907364fb4850c9 (patch) | |
tree | bb84039da844c96abe9b0d4ae0e35366964dbebd | |
parent | 491628b6f98298535d6b98c668f28c955f792d16 (diff) | |
parent | 3d5f1a2a2348125a604040f8e7d59f95aba56dcf (diff) |
Merge "Updated the mounting path for the OSDF config."
-rw-r--r-- | boot/oof_vm_init.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/oof_vm_init.sh b/boot/oof_vm_init.sh index 241c484f..f7ce92d0 100644 --- a/boot/oof_vm_init.sh +++ b/boot/oof_vm_init.sh @@ -94,7 +94,7 @@ osdfCMSchedulerPassword: testpwd1 NEWFILE -docker run -d --name osdf -v $OSDF_CONFIG:/optf/config/osdf_config.yaml -p 8698:8699 ${OSDF_IMAGE_NAME}:latest +docker run -d --name osdf -v $OSDF_CONFIG:/opt/app/config/osdf_config.yaml -p 8698:8699 ${OSDF_IMAGE_NAME}:latest # install MUSIC # create directory for music properties and logs |