Add missing "service"

The command line missed a "service" command.

Change-Id: I76e4480c0c00ac97341ed0f47e055f1f0eb25ca5
Closes-Bug: #1289260
This commit is contained in:
Andreas Jaeger 2014-03-07 11:37:44 +01:00
parent 8bf8f643cc
commit 4fd6d8337f

View File

@ -189,7 +189,7 @@ No fixtures found.</computeroutput></screen>
<para>On Ubuntu, restart the <systemitem class="service">nova-api</systemitem> service to ensure that the <para>On Ubuntu, restart the <systemitem class="service">nova-api</systemitem> service to ensure that the
API server can connect to the dashboard without API server can connect to the dashboard without
error:</para> error:</para>
<screen><prompt>#</prompt> <userinput>sudo restart nova-api</userinput></screen> <screen><prompt>#</prompt> <userinput>sudo service nova-api restart</userinput></screen>
</step> </step>
</procedure> </procedure>
</section> </section>