Comment 3 for bug 1607972

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

Reviewed: https://review.openstack.org/358343
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=78312ca9afea22f6511f2421dccb0736f394e9c8
Submitter: Jenkins
Branch: master

commit 78312ca9afea22f6511f2421dccb0736f394e9c8
Author: Rajasi Kulkarni <email address hidden>
Date: Mon Aug 22 00:26:46 2016 +0530

    Add option "--name" to command "openstack object create"

    Option "--name" can be used to set as the object name of
    the file to be uploaded in the container. Similar to option
    "--object-name" in command "swift upload". Added unit test case
    to ensure an exception is raised when using option "--name" for
    uploading multiple objects.

    Change-Id: Ied7827841f6ca1cf9d4b48e304cbe5d62eda38ab
    Closes-Bug: #1607972