-
Notifications
You must be signed in to change notification settings - Fork 2
/
config-dist.ini
73 lines (65 loc) · 1.34 KB
/
config-dist.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[DEFAULT]
log_level=DEBUG
#security_type = open, email, auth_ldap
security_type=open
provider=openstack
dev=false
[MAIL]
host=smtp.gmail.com
port=587
user=user
password=password
tls=yes
[PROV_OPENSTACK]
user=user
password=password
tenant=project
url=http://srv-openstack:5000/v2.0
#Not needed
#region=
[AUTH_LDAP]
bind_user=cn=user,ou=Users,dc=orga,dc=local
bind_password=pass
search_base=ou=Users,dc=orga,dc=local
login_attribure=uid
email_attribute=mail
[HTTP]
port=8080
[DATABASE]
#connection:mysql://root@localhost:3306/demo
connection:sqlite:///demo.sqlite
[IMAGE]
desc=no desc
info='image with no info'
time_default=2
[IMAGE_CIRROS1]
name=Cirros de test 1
img=/instance_image/example.png
#Image id to use
image_id=34e38945-3b17-4960-80f3-05efea732579
#Flavor Id to use
flavor_id=1
#time in min before destory instance
time_default=20
#Prefix name
prefix=cirros
#url in instance to check if ready %ip% as placeholder
check_url=http://%ip%/ok
soft_url=http://%ip%/
max_instance=10
[IMAGE_CIRROS2]
name=Cirros de test2
desc=Plateforme de test
#Image id to use
image_id=34e38945-3b17-4960-80f3-05efea732579
#Flavor Id to use
flavor_id=1
#time in min before destory instance
time_default=40
#Prefix name
prefix=cirros
#url in instance to check if ready %ip% as placeholder
check_url=http://localhost/
soft_url=http://localhost/
max_instance=10