diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-11-02 03:22:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-02 03:22:43 +0000 |
commit | c51defc4bb5417827bd80c14d1c0e6bdd9688823 (patch) | |
tree | 2926594d8565513f4f10b735397d374236fc1ec5 /scripts/optf-has/has/has-properties/has.json | |
parent | bbfb8ee3e7ffdd69ac4173acb1bbb06dee0842f9 (diff) | |
parent | 8e5e875b3736d05c91ddca67c6d0276466953b5d (diff) |
Merge "Fix AAF integration config"
Diffstat (limited to 'scripts/optf-has/has/has-properties/has.json')
-rw-r--r-- | scripts/optf-has/has/has-properties/has.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/optf-has/has/has-properties/has.json b/scripts/optf-has/has/has-properties/has.json index ae990a9e..4f487712 100644 --- a/scripts/optf-has/has/has-properties/has.json +++ b/scripts/optf-has/has/has-properties/has.json @@ -30,6 +30,14 @@ "aafpass": "c0nduct0r", "aafns": "conductor" } + }, + { + "name": "aaf_api", + "values": { + "username": "aaf_admin@people.osaaf.org", + "password": "demo123456!", + "aaf_conductor_user": "oof@oof.onap.org" + } } ] } |