python-openstackclient/releasenotes/notes/bug-1549410-8df3a4b12fe13ffa.yaml
Rui Chen dee22d8faa 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
2017-03-06 08:34:28 +00:00

9 lines
386 B
YAML

---
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>`_]