python-openstackclient/openstackclient/object/v1
Steve Martinelli 1f8b814628 Fix up object-store show commands
1) Change metadata to appear under a common 'properties' key, and
use the utility to format them, this applied to object, account
and container.

2) Clean up container and object output, which were setting the
x-container-meta-owner property, but this is metadata only for
the container, so it's pointless to have, removed it.

3) Container show was showing read/write ACLs and sync stuff, but
these are not being returned by my swift by default, so I moved
these to be checks, so we don't clutter the output.

Change-Id: Ife7521fe9c2724035b06963c118bd6016ba2f5b5
2015-10-10 11:48:07 -04:00
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
account.py Fix up object-store show commands 2015-10-10 11:48:07 -04:00
container.py Fix up object-store show commands 2015-10-10 11:48:07 -04:00
object.py Fix up object-store show commands 2015-10-10 11:48:07 -04:00