21 __openstack_user_template__ = {}
22 __openstack_user_template__[
'credentials'] = {}
23 __openstack_user_template__[
'credentials'][
'username'] =
"your user name"
24 __openstack_user_template__[
'credentials'][
'password'] =
"your user password"
25 __openstack_user_template__[
'project'] =
"default"
27 __cf_manager_url__ =
"10.12.0.132:8080"
28 __NON_FPGA_IDENTIFIER__ =
"NON_FPGA"
30 __cfsp_username__ =
'gobal_username_example'
31 __cfsp_password__ =
'gobal_password_example'
32 __cfsp_project__ =
'default'
34 __POST_CLUSTER_TIMEOUT__ = 130
35 __GET_CLUSTER_TIMEOUT__ = 5
36 __DELETE_CLUSTER_TIMEOUT__ = 20
38 __GET_INSTANCE_TIMEOUT__ = 5
39 __DELETE_INSTANCE_TIMEOUT__ = 20