[install] use uppercase boolean values in OpenStack conf files
Default boolean values in OpenStack configuration files are uppercase. Change-Id: I2037413f8c76f376e8b01c2441cf24a5708b5f0d
This commit is contained in:
parent
6f5309a589
commit
9829944d53
@ -39,7 +39,7 @@ following actions:
|
||||
[app:proxy-server]
|
||||
use = egg:swift#proxy
|
||||
...
|
||||
account_autocreate = true
|
||||
account_autocreate = True
|
||||
|
||||
* In the ``[filter:keystoneauth]`` section, configure the operator roles:
|
||||
|
||||
@ -65,7 +65,7 @@ following actions:
|
||||
project_name = service
|
||||
username = swift
|
||||
password = SWIFT_PASS
|
||||
delay_auth_decision = true
|
||||
delay_auth_decision = True
|
||||
|
||||
Replace ``SWIFT_PASS`` with the password you chose for the ``swift`` user
|
||||
in the Identity service.
|
||||
|
@ -13,7 +13,7 @@ following actions:
|
||||
user = swift
|
||||
swift_dir = /etc/swift
|
||||
devices = /srv/node
|
||||
mount_check = true
|
||||
mount_check = True
|
||||
|
||||
Replace ``MANAGEMENT_INTERFACE_IP_ADDRESS`` with the IP address of the
|
||||
management network on the storage node.
|
||||
|
@ -13,7 +13,7 @@ following actions:
|
||||
user = swift
|
||||
swift_dir = /etc/swift
|
||||
devices = /srv/node
|
||||
mount_check = true
|
||||
mount_check = True
|
||||
|
||||
Replace ``MANAGEMENT_INTERFACE_IP_ADDRESS`` with the IP address of the
|
||||
management network on the storage node.
|
||||
|
@ -13,7 +13,7 @@ following actions:
|
||||
user = swift
|
||||
swift_dir = /etc/swift
|
||||
devices = /srv/node
|
||||
mount_check = true
|
||||
mount_check = True
|
||||
|
||||
Replace ``MANAGEMENT_INTERFACE_IP_ADDRESS`` with the IP address of the
|
||||
management network on the storage node.
|
||||
|
@ -87,19 +87,19 @@ storage nodes, you must prepare the storage devices.
|
||||
[account]
|
||||
max connections = 2
|
||||
path = /srv/node/
|
||||
read only = false
|
||||
read only = False
|
||||
lock file = /var/lock/account.lock
|
||||
|
||||
[container]
|
||||
max connections = 2
|
||||
path = /srv/node/
|
||||
read only = false
|
||||
read only = False
|
||||
lock file = /var/lock/container.lock
|
||||
|
||||
[object]
|
||||
max connections = 2
|
||||
path = /srv/node/
|
||||
read only = false
|
||||
read only = False
|
||||
lock file = /var/lock/object.lock
|
||||
|
||||
Replace ``MANAGEMENT_INTERFACE_IP_ADDRESS`` with the IP address of the
|
||||
|
Loading…
x
Reference in New Issue
Block a user