diff options
author | dhebeha <dhebeha.mj71@wipro.com> | 2019-12-11 12:35:37 +0530 |
---|---|---|
committer | dhebeha <dhebeha.mj71@wipro.com> | 2020-01-10 16:34:49 +0530 |
commit | 9f8f7046d3978b6dbd05c7e5ad645b3dd9201249 (patch) | |
tree | 1629f9d659307e0dfb7c75d63934166a60c8fcfd /.gitignore | |
parent | fa04a4a0c5a18be0c1ebaebc8721b211ff26be74 (diff) |
Add AAF root cert location to conductor.conf
Modify multicloud.py to verify the session
using AAF root certificate if https
Issue-ID: OPTFRA-328
Change-Id: Ica47cbda3821120a020f34c97a4e398e2f7bbda5
Signed-off-by: dhebeha <dhebeha.mj71@wipro.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -104,3 +104,8 @@ _ReSharper*/ # FIXME: Put all paths to temporarily hide under here. # This must be considered temporary and is to be cleaned out! conductor/api/extra/ + +#eclipse +.project +.settings/ +.pydevproject |