From 9f3306f1dfe4c0f85d4479e055bb00e320cb7647 Mon Sep 17 00:00:00 2001
From: Tom Fifield <tom@openstack.org>
Date: Wed, 24 Dec 2014 22:55:22 +0900
Subject: [PATCH] Add nova-cert to the compute getstart

An introduction to the nova-cert module was missing
from the compute introduction. This adds an entry to the
list for it.

Change-Id: I3e805ed953d27a48e007e2776ae37205726704d6
Closes-Bug: 1160757
---
 doc/common/section_getstart_compute.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/doc/common/section_getstart_compute.xml b/doc/common/section_getstart_compute.xml
index 0184cd82a7..ace580c17e 100644
--- a/doc/common/section_getstart_compute.xml
+++ b/doc/common/section_getstart_compute.xml
@@ -101,6 +101,16 @@
             >A new Nova service: nova-conductor</link>.</para>
       </listitem>
     </varlistentry>
+    <varlistentry>
+      <term><systemitem class="service">nova-cert</systemitem>
+        module</term>
+      <listitem>
+        <para>A server daemon that serves the Nova Cert service for X509
+        certificates. Used to generate certificates for
+        <command>euca-bundle-image</command>. Only needed for the EC2 API.</para>
+      </listitem>
+    </varlistentry>
+
   </variablelist>
   <variablelist>
     <title>Networking for VMs</title>