python-openstackclient/openstackclient/api
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 Add low-level API base class 2014-09-29 12:32:45 -05:00
api.py Begin low-level API for Image v1 and v2 2015-01-20 17:01:23 -06:00
auth_plugin.py Base TokenEndpoint plugin on keystoneclient's 2015-03-11 19:16:18 +11:00
auth.py Fix 'auhentication' spelling error/mistake 2015-09-01 15:51:58 -07:00
image_v1.py Don't hack the image url 2015-03-05 20:58:23 -06:00
image_v2.py Don't hack the image url 2015-03-05 20:58:23 -06:00
network_v2.py Begin low-level API for Network v2 2015-01-22 10:06:15 -06:00
object_store_v1.py Fix up object-store show commands 2015-10-10 11:48:07 -04:00
utils.py Add filter to image list 2015-01-27 19:17:35 -06:00