-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy path00-config.conf
82 lines (67 loc) · 1.73 KB
/
00-config.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
[DEFAULT]
transport_url = {{ .TransportURL }}
state_path=/var/lib/manila
enabled_share_backends = alpha
host=hostgroup
storage_availability_zone=nova
default_share_type=default
rootwrap_config=/etc/manila/rootwrap.conf
auth_strategy=keystone
control_exchange=openstack
api_paste_config=/etc/manila/api-paste.ini
# Keep the RPC call timeout in sync with HAProxy and Apache timeouts
rpc_response_timeout = {{ .TimeOut }}
[cinder]
[cors]
[database]
max_retries=-1
connection = {{ .DatabaseConnection }}
max_retries = -1
db_max_retries = -1
[glance]
[healthcheck]
[keystone_authtoken]
www_authenticate_uri={{ .KeystonePublicURL }}
auth_url = {{ .KeystoneInternalURL }}
memcached_servers = {{ .MemcachedServersWithInet }}
auth_type = password
project_domain_name = Default
user_domain_name = Default
project_name = service
username = {{ .ServiceUser }}
password = {{ .ServicePassword }}
interface = internal
[neutron]
auth_url = {{ .KeystoneInternalURL }}
auth_type=password
project_domain_name=Default
project_name=service
user_domain_name=Default
username = {{ .ServiceUser }}
password = {{ .ServicePassword }}
[nova]
interface = internal
auth_type = password
auth_url = {{ .KeystoneInternalURL }}
username = {{ .ServiceUser }}
password = {{ .ServicePassword }}
user_domain_name = Default
project_name = service
project_domain_name = Default
[oslo_concurrency]
lock_path=/tmp/manila/manila_locks
[oslo_messaging_amqp]
[oslo_messaging_kafka]
[oslo_messaging_notifications]
driver=noop
[oslo_messaging_rabbit]
[oslo_middleware]
enable_proxy_headers_parsing=True
[oslo_policy]
enforce_new_defaults = true
enforce_scope = true
[ssl]
[alpha]
share_driver = manila.tests.share.drivers.dummy.DummyDriver
share_backend_name = alpha
driver_handles_share_servers = False