summaryrefslogtreecommitdiff
path: root/releasenotes/notes/bug-1549410-8df3a4b12fe13ffa.yaml
diff options
context:
space:
mode:
authorRui Chen <chenrui.momo@gmail.com>2017-02-27 14:35:05 +0800
committerRui Chen <chenrui.momo@gmail.com>2017-03-06 08:34:28 +0000
commitdee22d8faa0c8a0da1d6ff62c0997c2cc770b759 (patch)
treee6463efc79b4abd27170c96233085eddc5b91419 /releasenotes/notes/bug-1549410-8df3a4b12fe13ffa.yaml
parent69b7b9b0592d3699a02bb8d17539c20749281b8d (diff)
downloadpython-openstackclient-dee22d8faa0c8a0da1d6ff62c0997c2cc770b759.tar.gz
Add "--private-key" option for "keypair create"
Aim to specify the private key file to save when keypair is created. That is a convenient way to save private key in OSC interactive mode, avoid to copy CLI output, then paste it into file. Change-Id: I119d2f2a3323d17ecbe3de4e27f35e1ceef6e0a5 Closes-Bug: #1549410
Diffstat (limited to 'releasenotes/notes/bug-1549410-8df3a4b12fe13ffa.yaml')
-rw-r--r--releasenotes/notes/bug-1549410-8df3a4b12fe13ffa.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1549410-8df3a4b12fe13ffa.yaml b/releasenotes/notes/bug-1549410-8df3a4b12fe13ffa.yaml
new file mode 100644
index 00000000..ac37f816
--- /dev/null
+++ b/releasenotes/notes/bug-1549410-8df3a4b12fe13ffa.yaml
@@ -0,0 +1,8 @@
+---
+features:
+ - |
+ Add ``--private-key`` option for ``keypair create`` command to specify the
+ private key file to save when a keypair is created, removing the need to
+ copy the output and paste it into a new file. This is a convenient way
+ to save private key in OSC interactive mode.
+ [Bug `1549410 <https://bugs.launchpad.net/python-openstackclient/+bug/1549410>`_]