-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.conf
88 lines (57 loc) · 1.47 KB
/
example.conf
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
[DEFAULT]
[edeploy]
#
# From ahc_tools
#
# Lock file for edeploy. (string value)
#lockname = /var/lock/edeploy.lock
# Directory containing the edeploy state, .specs and .cmdb files.
# (string value)
#configdir = /etc/ahc-tools/edeploy
[ironic]
#
# From ahc_tools
#
# Keystone authentication endpoint for accessing IronicAPI. (string
# value)
#os_auth_url =
# User name for accessing Ironic API. (string value)
#os_username =
# Password for accessing Ironic API. (string value)
#os_password =
# Tenant name for accessing Ironic API. (string value)
#os_tenant_name =
[match]
#
# From ahc_tools
#
# Debug mode enabled/disabled. (boolean value)
#debug = false
[report]
#
# From ahc_tools
#
# Debug mode enabled/disabled. (boolean value)
#debug = false
[swift]
#
# From ahc_tools.common.swift
#
# Maximum number of times to retry a Swift request, before failing.
# (integer value)
#max_retries = 2
# Number of seconds that the Swift object will last before being
# deleted. (set to 0 to never delete the object). (integer value)
#delete_after = 0
# Default Swift container to use when creating objects. (string value)
#container = ironic-discoverd
# User name for accessing Swift API. (string value)
#username =
# Password for accessing Swift API. (string value)
#password =
# Tenant name for accessing Swift API. (string value)
#tenant_name =
# Keystone authentication API version (string value)
#os_auth_version = 2
# Keystone authentication URL (string value)
#os_auth_url =