From 033c4feb0d158f2ff7c07051f9502b0c99fdfab7 Mon Sep 17 00:00:00 2001 From: Shankar Narayanan Date: Fri, 26 Apr 2019 23:30:36 -0400 Subject: OPTFRA-487 change the api_paste.ini location Fix the path of the api_paste.ini which was changed as a part of the HTTPS fix in commit: https://gerrit.onap.org/r/#/c/86210/ Change-Id: I07e22cd1fc4c2f4b213d9bff3cd5cf73b754fa85 Signed-off-by: Shankar Narayanan Issue-ID: OPTFRA-487 (cherry picked from commit 8218d5bf57e0fc112e66ab9024589ac6b105e57c) --- scripts/optf-has/has/has-properties/conductor.conf.onap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/optf-has/has/has-properties/conductor.conf.onap b/scripts/optf-has/has/has-properties/conductor.conf.onap index 7e81824f..e3dc4a2c 100644 --- a/scripts/optf-has/has/has-properties/conductor.conf.onap +++ b/scripts/optf-has/has/has-properties/conductor.conf.onap @@ -5,7 +5,7 @@ # # Configuration file for WSGI definition of API. (string value) -#api_paste_config = api_paste.ini +api_paste_config = /usr/local/etc/conductor/api_paste.ini # Music keyspace for content (string value) #keyspace = conductor -- cgit 1.2.3-korg