dee22d8faa
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
9 lines
386 B
YAML
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>`_]
|