Fixed container-updater to correctly load conf

This commit is contained in:
Chuck Thier
2010年08月24日 14:55:20 +00:00
parent 459cbaaad6
commit 2dc8eec4bb

View File

@@ -28,7 +28,7 @@ if __name__ == '__main__':
sys.exit()
once = len(sys.argv) > 2 and sys.argv[2] == 'once'
conf = readconf(sys.argv[1], 'container-updater')
conf = utils.readconf(sys.argv[1], 'container-updater')
utils.drop_privileges(conf.get('user', 'swift'))
try:
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.