
* Moved the ssh command to a central spot fixes bug 1100001 Change-Id: Ic055fe065a5d6ca8023bd15c4ef2a17e25970e50
6 lines
220 B
Python
6 lines
220 B
Python
DBAAS_API = "dbaas.api"
|
|
PRE_INSTANCES = "dbaas.api.pre_instances"
|
|
INSTANCES = "dbaas.api.instances"
|
|
POST_INSTANCES = "dbaas.api.post_instances"
|
|
SSH_CMD = 'ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no'
|