summaryrefslogtreecommitdiffstats
path: root/conductor/conductor/data/plugins/service_controller/sdnc.py
diff options
context:
space:
mode:
Diffstat (limited to 'conductor/conductor/data/plugins/service_controller/sdnc.py')
-rw-r--r--conductor/conductor/data/plugins/service_controller/sdnc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/conductor/conductor/data/plugins/service_controller/sdnc.py b/conductor/conductor/data/plugins/service_controller/sdnc.py
index 1571b41..0384270 100644
--- a/conductor/conductor/data/plugins/service_controller/sdnc.py
+++ b/conductor/conductor/data/plugins/service_controller/sdnc.py
@@ -67,7 +67,7 @@ class SDNC(base.ServiceControllerBase):
self.conf = CONF
self.base = self.conf.sdnc.server_url.rstrip('/')
- self.password = cipherUtils.AESCipher.get_instance().decrypt(self.conf.sdnc.password)
+ self.password = self.conf.sdnc.password
self.timeout = self.conf.sdnc.sdnc_rest_timeout
self.verify = False
self.retries = self.conf.sdnc.sdnc_retries