~annegentle/nova/extdoc

« back to all changes in this revision

Viewing changes to nova/api/openstack/contrib/doc/ext_keypairs.rst

  • Committer: Anne Gentle
  • Date: 2011-09-19 00:38:17 UTC
  • Revision ID: anne@openstack.org-20110919003817-dsv3zzgvcd1a5p72
Fixing extdocs based on Spinx build errors

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
About This Extension
2
 
====================
 
1
About The Keypairs Extension
 
2
============================
3
3
This extension enables you to create or import a keypair on a virtual instance. If you send the name of the instance to the API, you get a key and a private_key and fingerprint returned. You can also send a public_key to add an existing ssh key and also list the keypairs in use on instances.
4
4
 
5
 
.. Are there any pre-requisites prior to using it such as special hardware or configuration?
6
 
 
7
5
To obtain current information the extensions available to you, issue an EXTENSION query on the OpenStack system where it is installed, such as http://mycloud.com/v1.1/tenant/extensions.
8
6
 
9
 
Extension Overview
10
 
------------------
 
7
Keypairs Extension Overview
 
8
---------------------------
11
9
 
12
10
Name
13
11
        Keypairs