doc
examples
functional
openstackclient
api
__init__.py
api.py
auth.py
auth_plugin.py
image_v1.py
image_v2.py
object_store_v1.py
utils.py
common
compute
identity
image
network
object
tests
volume
__init__.py
i18n.py
shell.py
python-openstackclient
releasenotes
.coveragerc
.gitignore
.gitreview
.mailmap
.testr.conf
HACKING.rst
LICENSE
MANIFEST.in
README.rst
babel.cfg
post_test_hook.sh
requirements.txt
setup.cfg
setup.py
test-requirements.txt
tox.ini

sometimes properties within object store concepts are stored with mixed case depending on the client used to store said properties. when retrieving properties to 'show' the user, always call lower() on the property in question when comparing it to the reserved values of the swift API. Change-Id: I97ffc715788ca3cd021413124b6945a399465c99 Closes-Bug: 1525805