summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorRajasi Kulkarni <rajasikulkarni18@gmail.com>2016-08-22 00:26:46 +0530
committerSteve Martinelli <s.martinelli@gmail.com>2016-09-26 22:42:10 -0400
commit78312ca9afea22f6511f2421dccb0736f394e9c8 (patch)
treea642188484c98b61a01ec6483d80b14dc4b519dd /releasenotes
parentf19240fc29c542726acd11a7f71f307be219695f (diff)
downloadpython-openstackclient-78312ca9afea22f6511f2421dccb0736f394e9c8.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1607972-a910a9fbdb81da57.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1607972-a910a9fbdb81da57.yaml b/releasenotes/notes/bug-1607972-a910a9fbdb81da57.yaml
new file mode 100644
index 00000000..0e3872ea
--- /dev/null
+++ b/releasenotes/notes/bug-1607972-a910a9fbdb81da57.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - Add ``--name`` option to command ``object create``
+ for uploading a file and renaming it.
+ [Bug `1607972 <https://bugs.launchpad.net/bugs/1607972>`_]