Fix gid key in swift conf

Change-Id: Ib3dec9e6aedb57e7a7970d45ebeb80b56cf94c41
Closes-bug: #1746402
This commit is contained in:
Chris MacNaughton 2018-08-21 15:00:06 +02:00
parent 1e8374351a
commit 6724011ad8
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[account]
uid = swift
guid = swift
gid = swift
max connections = {{ account_max_connections }}
path = /srv/node/
read only = false
@ -11,7 +11,7 @@ hosts allow = {{ allowed_hosts }}
[container]
uid = swift
guid = swift
gid = swift
max connections = {{ container_max_connections }}
path = /srv/node/
read only = false
@ -22,7 +22,7 @@ hosts allow = {{ allowed_hosts }}
[object]
uid = swift
guid = swift
gid = swift
max connections = {{ object_max_connections }}
path = /srv/node/
read only = false