Merge "Fix gid key in swift conf"

This commit is contained in:
Zuul 2018-10-09 13:53:49 +00:00 committed by Gerrit Code Review
commit 72a1d814c7
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