diff options
author | krishnaa96 <krishna.moorthy6@wipro.com> | 2021-05-05 12:03:32 +0530 |
---|---|---|
committer | krishnaa96 <krishna.moorthy6@wipro.com> | 2021-05-05 13:49:20 +0530 |
commit | 0ab565c1766d8332e36484d711c6b9dc13c45267 (patch) | |
tree | f3a44e1239fb162ad10c2604ff85411f3c306ddd /csit/scripts/has-properties/has.json | |
parent | bfa74aaed03f8aa120f9197bc5c5ed93ba442d84 (diff) |
Add etcd python client
- Add a new python client for etcd
- Add etcd credentials to SMS
- New conf group etcd_api, db_options
Issue-ID: OPTFRA-947
Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com>
Change-Id: I6b2214d2f2abc29c34613a5aeaad525b5f37a390
Diffstat (limited to 'csit/scripts/has-properties/has.json')
-rw-r--r-- | csit/scripts/has-properties/has.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/csit/scripts/has-properties/has.json b/csit/scripts/has-properties/has.json index 2074c6c..472bb5b 100644 --- a/csit/scripts/has-properties/has.json +++ b/csit/scripts/has-properties/has.json @@ -45,6 +45,13 @@ "password": "demo123456!", "aaf_conductor_user": "oof@oof.onap.org" } + }, + { + "name": "etcd_api", + "values": { + "username": "conductor", + "password": "conductor" + } } ] } |