Remove duplicated words
egrep -r '\b(\w+)\b \1 ' *xml showed a few wrongly duplicated words. Change-Id: Ie1ec3170fce94d61d2b209bbae12279cb931b1c9
This commit is contained in:
parent
7cb8880ebd
commit
31743bb1d5
@ -197,7 +197,7 @@ is_public=true --property vmware_adaptertype="ide" \
|
||||
--property vmware_ostype="ubuntu64Guest" < unbuntuLTS-thin-flat.vmdk</userinput></screen>
|
||||
<para>The complete list of supported vmware disk properties is documented in the Image
|
||||
Management section. It's critical that the adaptertype is correct; In fact, the image will not
|
||||
boot with the incorrect adaptertype. If you have the meta-data VMDK file the the
|
||||
boot with the incorrect adaptertype. If you have the meta-data VMDK file the
|
||||
ddb.adapterType property specifies the adaptertype. The default adaptertype is "lsilogic"
|
||||
which is SCSI.</para>
|
||||
</section>
|
||||
|
@ -202,7 +202,7 @@ pipeline = [...] json_body stats_reporting ec2_extension [...] admin_service</co
|
||||
<title>Set Up Middleware</title>
|
||||
<section xml:id="keystone-auth-token-middleware">
|
||||
<title>Identity Service Auth-Token Middleware</title>
|
||||
<para>The the Identity Service auth_token middleware is a WSGI component
|
||||
<para>The Identity Service auth_token middleware is a WSGI component
|
||||
that can be inserted in the WSGI pipeline to handle
|
||||
authenticating tokens with the Identity Service.</para>
|
||||
</section>
|
||||
|
@ -113,7 +113,7 @@
|
||||
<title>Compute API</title>
|
||||
<para>OpenStack provides a RESTful API for all
|
||||
functionality. Complete API documentation is available
|
||||
at at http://docs.openstack.org/api. The <link
|
||||
at http://docs.openstack.org/api. The <link
|
||||
xlink:href="http://docs.openstack.org/api/openstack-compute/2"
|
||||
>OpenStack Compute API</link> documentation refers
|
||||
to instances as "servers".</para>
|
||||
|
@ -220,7 +220,7 @@
|
||||
guest by adding the EPEL
|
||||
repo:<screen><prompt>#</prompt> <userinput>rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm</userinput>
|
||||
<prompt>#</prompt> <userinput>yum install cloud-init</userinput></screen></para>
|
||||
<para>The account varies by distribution. On Ubuntu-based virtual virtual machines, the
|
||||
<para>The account varies by distribution. On Ubuntu-based virtual machines, the
|
||||
account is called "ubuntu". On Fedora-based virtual machines, the account is called
|
||||
"ec2-user".</para>
|
||||
<para>You can change the name of the account used by cloud-init by editing the
|
||||
|
@ -5,7 +5,7 @@
|
||||
xml:id="ch_obtaining_images">
|
||||
<title>Obtaining images</title>
|
||||
<?dbhtml stop-chunking?>
|
||||
<para>The simplest way to obtain a virtual machine image that works with OpenStack is is to
|
||||
<para>The simplest way to obtain a virtual machine image that works with OpenStack is to
|
||||
download one that someone else has already created.</para>
|
||||
<section xml:id="cirros-images">
|
||||
<title>CirrOS (test) images</title>
|
||||
|
@ -156,7 +156,7 @@
|
||||
<para>The cloud-init package will automatically fetch the public key from the metadata
|
||||
server and place the key in an account.
|
||||
<screen><prompt>#</prompt> <userinput>apt-get install cloud-init</userinput></screen></para>
|
||||
<para>The account varies by distribution. On Ubuntu-based virtual virtual machines, the
|
||||
<para>The account varies by distribution. On Ubuntu-based virtual machines, the
|
||||
account is called "ubuntu". On Fedora-based virtual machines, the account is called
|
||||
"ec2-user".</para>
|
||||
<para>You can change the name of the account used by cloud-init by editing the
|
||||
|
@ -773,9 +773,9 @@ vm_test_mode = yes
|
||||
<prompt>$</prompt> <userinput>sudo sed -i ’s/6010/6040/g;s/LOCAL2/LOCAL5/g;’ /etc/swift/object-server/4.conf</userinput></screen>Configure
|
||||
the
|
||||
rings.<screen><prompt>$</prompt> <userinput>pushd /etc/swift</userinput>
|
||||
<prompt>$</prompt> <userinput>sudo sudo swift-ring-builder object.builder create 18 3 1</userinput>
|
||||
<prompt>$</prompt> <userinput>sudo sudo swift-ring-builder container.builder create 18 3 1</userinput>
|
||||
<prompt>$</prompt> <userinput>sudo sudo swift-ring-builder account.builder create 18 3 1</userinput>
|
||||
<prompt>$</prompt> <userinput>sudo swift-ring-builder object.builder create 18 3 1</userinput>
|
||||
<prompt>$</prompt> <userinput>sudo swift-ring-builder container.builder create 18 3 1</userinput>
|
||||
<prompt>$</prompt> <userinput>sudo swift-ring-builder account.builder create 18 3 1</userinput>
|
||||
</screen>Create
|
||||
the zones and balance them.
|
||||
<screen><prompt>$</prompt> <userinput>sudo swift-ring-builder object.builder add z1-127.0.0.1:6010/device 1</userinput>
|
||||
|
@ -949,7 +949,7 @@ interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver</programlist
|
||||
<step>
|
||||
<para>Enable and start the agent:</para>
|
||||
<screen><prompt>$</prompt><userinput>sudo chkconfig enable neutron-l3-agent on</userinput>
|
||||
<prompt>$</prompt><userinput>sudo start start neutron-l3-agent</userinput></screen>
|
||||
<prompt>$</prompt><userinput>sudo service neutron-l3-agent start</userinput></screen>
|
||||
</step>
|
||||
<step>
|
||||
<para>Enable and start the meta data agent:</para>
|
||||
|
@ -137,7 +137,7 @@
|
||||
Open Build Service</link> enables
|
||||
you to use <command>rpm</command>
|
||||
or <command>zypper</command> to
|
||||
install the the python-novaclient.
|
||||
install the python-novaclient.
|
||||
<screen><prompt>#</prompt> zypper install python-<replaceable>PROJECT</replaceable></screen>
|
||||
Replace
|
||||
<replaceable>PROJECT</replaceable>
|
||||
|
Loading…
Reference in New Issue
Block a user