diff options
author | Joe Gordon <jogo@cloudscaling.com> | 2012-12-27 17:57:12 -0800 |
---|---|---|
committer | Joe Gordon <jogo@cloudscaling.com> | 2012-12-27 17:57:12 -0800 |
commit | 352eac12e3126089eef80fbe16a2b0874662c12f (patch) | |
tree | c0cee96348545019082a0792283622cf894edc87 | |
parent | 094d6b294bec70501f9bbdce3df63c8a328e06bf (diff) | |
download | nova-352eac12e3126089eef80fbe16a2b0874662c12f.tar.gz nova-352eac12e3126089eef80fbe16a2b0874662c12f.tar.xz nova-352eac12e3126089eef80fbe16a2b0874662c12f.zip |
Update nova-cert man page
nova-cert is:
* Used to generate certificates for euca-bundle-image.
* Only needed for EC2 API.
Change-Id: If941e964d152a9af5980a2589bc0f0f8ee4842b7
-rw-r--r-- | doc/source/man/nova-cert.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/man/nova-cert.rst b/doc/source/man/nova-cert.rst index ea176a4cd..f8c6d0c2d 100644 --- a/doc/source/man/nova-cert.rst +++ b/doc/source/man/nova-cert.rst @@ -21,7 +21,7 @@ SYNOPSIS DESCRIPTION =========== -nova-cert is a server daemon that serves the Nova Cert service for X509 certificates. +nova-cert is a server daemon that serves the Nova Cert service for X509 certificates. Used to generate certificates for euca-bundle-image. Only needed for EC2 API. OPTIONS ======= |