Merge "use ODL aaa-app-config when AAF disabled"
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Tue, 31 Mar 2020 11:54:32 +0000 (11:54 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 31 Mar 2020 11:54:32 +0000 (11:54 +0000)
kubernetes/appc/resources/config/appc/opt/onap/appc/bin/startODL.sh

index 6aad591..512f380 100755 (executable)
@@ -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