From 6724011ad8e698c78031b843ca006b3c29521205 Mon Sep 17 00:00:00 2001 From: Chris MacNaughton Date: Tue, 21 Aug 2018 15:00:06 +0200 Subject: [PATCH] Fix gid key in swift conf Change-Id: Ib3dec9e6aedb57e7a7970d45ebeb80b56cf94c41 Closes-bug: #1746402 --- templates/050-swift-storage.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/050-swift-storage.conf b/templates/050-swift-storage.conf index f187a97..f72b63e 100644 --- a/templates/050-swift-storage.conf +++ b/templates/050-swift-storage.conf @@ -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