Ubuntu Pastebin

Paste from suchvenu at Mon, 18 Apr 2016 14:46:47 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 def set_db_details(self, db2_path, db2_port,hostname,dbusername,dbuserpw,db2_instance_name):
        #conversation = self.conversation()
        self.set_remote(data={
            'db2_ready': True,
            'db2_path': db2_path,
            'db2_port': db2_port,
            'hostname': hostname,
            'dbusername': dbusername,
            'dbuserpw': dbuserpw,
            'db2_instance_name': db2_instance_name,
        })
        print("I am in set_db_detials function in provider ",db2_port)
Download as text