diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-03-31 11:54:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-31 11:54:32 +0000 |
commit | 8b0a6c11bb7c82411efdea28615320c1fbf24019 (patch) | |
tree | a8a75aabc2dfc25387f0d20313c86978f2844364 | |
parent | c54e041577abf3ff2c46ca1b9efc06e7df42d6c3 (diff) | |
parent | 9a94fefcb96dd67230ec7de1f920b4e096be10f4 (diff) |
Merge "use ODL aaa-app-config when AAF disabled"
-rwxr-xr-x | kubernetes/appc/resources/config/appc/opt/onap/appc/bin/startODL.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kubernetes/appc/resources/config/appc/opt/onap/appc/bin/startODL.sh b/kubernetes/appc/resources/config/appc/opt/onap/appc/bin/startODL.sh index 6aad5912f4..512f38020b 100755 --- a/kubernetes/appc/resources/config/appc/opt/onap/appc/bin/startODL.sh +++ b/kubernetes/appc/resources/config/appc/opt/onap/appc/bin/startODL.sh @@ -139,8 +139,6 @@ then if $ENABLE_AAF then cp ${APPC_HOME}/data/properties/aaa-app-config.xml ${ODL_HOME}/etc/opendaylight/datastore/initial/config/aaa-app-config.xml - else - cp ${APPC_HOME}/data/aaa-app-config.xml ${ODL_HOME}/etc/opendaylight/datastore/initial/config/aaa-app-config.xml fi fi |