Comment 4 for bug 1525805

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-openstackclient (master)

Reviewed: https://review.openstack.org/257218
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=74a6a81ae9d2c92575f4be531aa88fbd5dae9819
Submitter: Jenkins
Branch: master

commit 74a6a81ae9d2c92575f4be531aa88fbd5dae9819
Author: Steve Martinelli <email address hidden>
Date: Mon Dec 14 03:30:00 2015 -0500

    when fetching object store properties use lower()

    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