diff options
author | Shankar Narayanan <snarayanan@research.att.com> | 2019-04-26 23:30:36 -0400 |
---|---|---|
committer | Shankar Narayanan <snarayanan@research.att.com> | 2019-04-26 23:31:26 -0400 |
commit | 8218d5bf57e0fc112e66ab9024589ac6b105e57c (patch) | |
tree | f1c3caa8e483ea02d13ce562f0f10205f98904a5 /scripts/optf-has/has/has-properties/conductor.conf.onap | |
parent | c42c3ccfe1725d8f93fc06b1b4fb39fe21558847 (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
Diffstat (limited to 'scripts/optf-has/has/has-properties/conductor.conf.onap')
-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 |