Fixed bug that was ommiting the user and password info of the SDN controllers
[osm/openvim.git] / ovim.py
diff --git a/ovim.py b/ovim.py
index 3166972..965cf30 100644 (file)
--- a/ovim.py
+++ b/ovim.py
@@ -351,6 +351,8 @@ class ovim():
                 temp_dict['of_port'] = db_config['port']
                 temp_dict['of_dpid'] = db_config['dpid']
                 temp_dict['of_controller'] = db_config['type']
+                temp_dict['of_user'] = db_config['user']
+                temp_dict['of_password'] = db_config['password']
 
             temp_dict['of_debug'] = self.config['log_level_of']