python-openstackclient/releasenotes/notes/bug-1549410-8df3a4b12fe13ff...

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