s/Image Service/Image service/g

Change capitalization as discussed on openstack-docs mailing list.

Change-Id: I2ad81bffbd59bdd8b908664bb0a1ee16da1bf7ae
This commit is contained in:
Andreas Jaeger
2015-04-14 15:47:59 +02:00
parent f8a49d1dbf
commit 3ca32b8434
85 changed files with 233 additions and 233 deletions

View File

@@ -192,7 +192,7 @@
</simplesect>
<simplesect>
<title>Undefine the libvirt domain</title>
<para>Now that the image is ready to be uploaded to the Image Service, you no longer need to
<para>Now that the image is ready to be uploaded to the Image service, you no longer need to
have this virtual machine image managed by libvirt. Use the <command>virsh undefine
<replaceable>vm-image</replaceable></command> command to inform libvirt:</para>
<screen><prompt>#</prompt> <userinput>virsh undefine trusty</userinput></screen>
@@ -201,6 +201,6 @@
<title>Image is complete</title>
<para>The underlying image file that you created with <command>qemu-img create</command>,
such as <filename>/tmp/trusty.qcow2</filename>, is now ready for uploading to the
OpenStack Image Service.</para>
OpenStack Image service.</para>
</simplesect>
</section>