diff options
author | Shankar Narayanan <snarayanan@research.att.com> | 2019-04-26 23:30:36 -0400 |
---|---|---|
committer | Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> | 2019-08-23 12:06:34 +0000 |
commit | 033c4feb0d158f2ff7c07051f9502b0c99fdfab7 (patch) | |
tree | bfc37b1cf3feeed5e377d3db9ee95b3ea466024b /scripts | |
parent | 559475ce77bbff9b2fad0e1367e3baf627a66921 (diff) |
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 <snarayanan@research.att.com>
Issue-ID: OPTFRA-487
(cherry picked from commit 8218d5bf57e0fc112e66ab9024589ac6b105e57c)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/optf-has/has/has-properties/conductor.conf.onap | 2 |
1 files changed, 1 insertions, 1 deletions
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 |