Merge "Make ring class interface slightly more abstracted from implementation."

This commit is contained in:
Jenkins
2012年03月22日 20:25:06 +00:00
committed by Gerrit Code Review

View File

@@ -289,8 +289,8 @@ Usage: %prog [options] [conf_file]
retries=retries,
preauthurl=url, preauthtoken=token)
container_ring = Ring(os.path.join(swift_dir, 'container.ring.gz'))
object_ring = Ring(os.path.join(swift_dir, 'object.ring.gz'))
container_ring = Ring(swift_dir, ring_name='container')
object_ring = Ring(swift_dir, ring_name='object'))
container_result = container_dispersion_report(coropool, connpool,
account, container_ring,
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.