summaryrefslogtreecommitdiffstats
path: root/conductor/requirements.txt
diff options
context:
space:
mode:
authorDileep Ranganathan <dileep.ranganathan@intel.com>2018-09-15 11:05:19 -0700
committerDileep Ranganathan <dileep.ranganathan@intel.com>2018-09-15 16:42:14 -0700
commit69d5fbb7b4bbf234f38542bca6134f167b929aa8 (patch)
tree0c53a80819c4900860d3419d7db4ca1307748755 /conductor/requirements.txt
parentb3c8241bfeebac1a7e1fd99091e89fab514973c2 (diff)
Secret Management Service feature
Added supporting library required for enabling SMS integration. Added Unit tests and manual tests for store/retrieve/delete secrets. Updated conductor.conf with aaf_sms group. Added preload_secrets config for testing. Integration with application NOT Done in this patch. Change-Id: Idf7e4249a88a39c586d893226a9110e9d5180787 Issue-ID: OPTFRA-345 Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Diffstat (limited to 'conductor/requirements.txt')
-rw-r--r--conductor/requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/conductor/requirements.txt b/conductor/requirements.txt
index 9359e26..d09c960 100644
--- a/conductor/requirements.txt
+++ b/conductor/requirements.txt
@@ -23,3 +23,4 @@ requests[security]!=2.9.0,>=2.8.1 # Apache-2.0
six>=1.9.0 # MIT, also required by futurist
stevedore>=1.9.0 # Apache-2.0, also required by oslo.config
WebOb>=1.2.3 # MIT
+onapsmsclient>=0.0.3 \ No newline at end of file