python-openstackclient/doc/source/command-objects/keypair.rst
Steve Martinelli 019c155e9b Fine tune some of the helps commands
try and add some consistency with the show and delete commands.

replace 'show x' with 'display x'
change 'delete a y' with just 'delete y'

Change-Id: I47dfa8ee23ac5c41b355796415eb515155832f65
2015-01-13 00:58:57 -05:00

983 B

keypair

The badly named keypair is really the public key of an OpenSSH key pair to be used for access to created servers.

Compute v2

keypair create

Create new public key

os keypair create
    [--public-key <file>]
    <name>

--public-key <file>

Filename for public key to add

<name>

New public key name

keypair delete

Delete public key

os keypair delete
    <key>

<key>

Public key to delete

keypair list

List public key fingerprints

os keypair list

keypair show

Display public key details

os keypair show
    [--public-key]
    <key>

--public-key

Show only bare public key

<key>

Public key to display