python-openstackclient/doc/source/command-objects/keypair.rst
TerryHowe d70df6a4a2 Fix yet more documentation warnings
Change-Id: I87683039601ae90531f27ebebbc4d0b1d252e846
2015-07-21 14:07:18 -06:00

991 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

keypair create

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

keypair delete

os keypair delete
    <key>

<key>

Public key to delete

keypair list

List public key fingerprints

keypair list

os keypair list

keypair show

Display public key details

keypair show

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

--public-key

Show only bare public key

<key>

Public key to display