[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:
Christian Berendt 2016-01-25 13:50:11 +01:00
parent 6f5309a589
commit 9829944d53
5 changed files with 8 additions and 8 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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