File: bug-1549410-8df3a4b12fe13ffa.yaml

package info (click to toggle)
python-openstackclient 8.2.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 10,960 kB
  • sloc: python: 132,001; makefile: 140; sh: 22
file content (8 lines) | stat: -rw-r--r-- 386 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
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>`_]