Replace “...” with "..."

Change-Id: I371ccdbebe904b344d537f8fc4edc443f0753cd2
This commit is contained in:
Christian Berendt 2014-12-17 11:07:59 +01:00
parent d05f50e6ef
commit 22f7050296
12 changed files with 28 additions and 28 deletions

View File

@ -24,7 +24,7 @@
<para>The network controller with <systemitem class="service">nova-network</systemitem> <para>The network controller with <systemitem class="service">nova-network</systemitem>
provides virtual networks to enable compute servers to interact with each other and with provides virtual networks to enable compute servers to interact with each other and with
the public network. Compute with <systemitem class="service">nova-network</systemitem> the public network. Compute with <systemitem class="service">nova-network</systemitem>
supports the following network modes, which are implemented as “Network Manager” supports the following network modes, which are implemented as "Network Manager"
types.</para> types.</para>
<variablelist> <variablelist>
<varlistentry> <varlistentry>

View File

@ -43,7 +43,7 @@
container, or object.</para> container, or object.</para>
</listitem> </listitem>
<listitem> <listitem>
<para>Count of “async_pendings” (deferred container <para>Count of "async_pendings" (deferred container
updates) on disk.</para> updates) on disk.</para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
@ -202,10 +202,10 @@ log_statsd_default_sample_rate = 1</literallayout>
<para><code>set_statsd_prefix(self, prefix)</code> <para><code>set_statsd_prefix(self, prefix)</code>
Sets the client library stat prefix value which Sets the client library stat prefix value which
gets prefixed to every metric. The default prefix gets prefixed to every metric. The default prefix
is the “name” of the logger such as “object-server”, is the "name" of the logger such as "object-server",
“container-auditor”, and so on. This is currently used to "container-auditor", and so on. This is currently used to
turn “proxy-server” into one of “proxy-server.Account”, turn "proxy-server" into one of "proxy-server.Account",
“proxy-server.Container”, or “proxy-server.Object” "proxy-server.Container", or "proxy-server.Object"
as soon as the Controller object is determined and as soon as the Controller object is determined and
instantiated for the request.</para> instantiated for the request.</para>
</listitem> </listitem>
@ -214,7 +214,7 @@ log_statsd_default_sample_rate = 1</literallayout>
sample_rate=1)</code> Increments the supplied sample_rate=1)</code> Increments the supplied
metric by the given amount. This is used when you metric by the given amount. This is used when you
need to add or subtract more that one from a need to add or subtract more that one from a
counter, like incrementing “suffix.hashes” by the counter, like incrementing "suffix.hashes" by the
number of computed hashes in the object number of computed hashes in the object
replicator.</para> replicator.</para>
</listitem> </listitem>
@ -237,7 +237,7 @@ log_statsd_default_sample_rate = 1</literallayout>
<listitem> <listitem>
<para><code>timing_since(self, metric, orig_time, <para><code>timing_since(self, metric, orig_time,
sample_rate=1)</code> Convenience method to sample_rate=1)</code> Convenience method to
record a timing metric whose value is “now” minus record a timing metric whose value is "now" minus
an existing timestamp.</para> an existing timestamp.</para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
@ -294,7 +294,7 @@ def process_container(self, dbfile):
desired features the latest version in GitHub had: the desired features the latest version in GitHub had: the
ability to configure a metrics prefix in the client object ability to configure a metrics prefix in the client object
and a convenience method for sending timing data between and a convenience method for sending timing data between
“now” and a “start” timestamp you already have. So they "now" and a "start" timestamp you already have. So they
just implemented a simple StatsD client library from just implemented a simple StatsD client library from
scratch with the same interface. This has the nice fringe scratch with the same interface. This has the nice fringe
benefit of not introducing another external library benefit of not introducing another external library

View File

@ -499,8 +499,8 @@ sinks:
</listitem> </listitem>
<listitem> <listitem>
<para>For meters, which have variants identified by a complex name field, <para>For meters, which have variants identified by a complex name field,
use the wildcard symbol to select all, e.g. for “instance:m1.tiny”, use use the wildcard symbol to select all, e.g. for "instance:m1.tiny", use
“instance:*”.</para> "instance:*".</para>
</listitem> </listitem>
</itemizedlist> </itemizedlist>
</listitem> </listitem>

View File

@ -190,7 +190,7 @@
ensuring data locality is by using Ceph. Ceph has a data ensuring data locality is by using Ceph. Ceph has a data
container abstraction called a pool. Pools can be created with container abstraction called a pool. Pools can be created with
replicas or erasure code. Replica based pools can also have a replicas or erasure code. Replica based pools can also have a
rule set defined to have data written to a “local” set of rule set defined to have data written to a "local" set of
hardware which would be the primary access and modification hardware which would be the primary access and modification
point.</para> point.</para>
</section> </section>

View File

@ -14,7 +14,7 @@
<note> <note>
<para>This guide focuses on the <filename>local_settings.py</filename> file, stored in <filename>/openstack-dashboard/openstack_dashboard/local/</filename>.</para> <para>This guide focuses on the <filename>local_settings.py</filename> file, stored in <filename>/openstack-dashboard/openstack_dashboard/local/</filename>.</para>
</note> </note>
<para>This guide is adapated from <link xlink:href="http://www.prestonlee.com/2012/05/09/how-to-custom-brand-the-openstack-horizon-dashboard/">How To Custom Brand The OpenStack “Horizon” Dashboard</link>.</para> <para>This guide is adapated from <link xlink:href="http://www.prestonlee.com/2012/05/09/how-to-custom-brand-the-openstack-horizon-dashboard/">How To Custom Brand The OpenStack "Horizon" Dashboard</link>.</para>
<para>The following can easily be customized: <para>The following can easily be customized:
<itemizedlist> <itemizedlist>
<listitem> <listitem>

View File

@ -31,8 +31,8 @@
process within the db_replicator will remove the database files.</para> process within the db_replicator will remove the database files.</para>
<para>A persistent error state may prevent the deletion of an object <para>A persistent error state may prevent the deletion of an object
or container. If this happens, you will see or container. If this happens, you will see
a message such as <code>Account &lt;name&gt; has not been reaped a message such as <code>"Account &lt;name&gt; has not been reaped
since &lt;date&gt;</code> in the log. You can control when this is since &lt;date&gt;"</code> in the log. You can control when this is
logged with the <code>reap_warn_after</code> value in the <code>[account-reaper]</code> logged with the <code>reap_warn_after</code> value in the <code>[account-reaper]</code>
section of the account-server.conf file. The default value is 30 section of the account-server.conf file. The default value is 30
days.</para> days.</para>

View File

@ -130,7 +130,7 @@
xlink:href="http://support.coraid.com/support/linux/" xlink:href="http://support.coraid.com/support/linux/"
>http://support.coraid.com/support/linux/</link>.</para> >http://support.coraid.com/support/linux/</link>.</para>
<para>To download and install the AoE driver, follow the <para>To download and install the AoE driver, follow the
instructions below, replacing “aoeXXX” with the AoE driver file instructions below, replacing "aoeXXX" with the AoE driver file
name:</para> name:</para>
<procedure> <procedure>
<step> <step>

View File

@ -122,7 +122,7 @@
&lt;Initiator Name="xxxxxxxx" TargetIP="x.x.x.x"/> &lt;Initiator Name="xxxxxxxx" TargetIP="x.x.x.x"/>
&lt;Initiator Name="xxxxxxxx" TargetIP="x.x.x.x"/> &lt;Initiator Name="xxxxxxxx" TargetIP="x.x.x.x"/>
&lt;/iSCSI> &lt;/iSCSI>
&lt;Host OSType=”Linux” HostIP=”x.x.x.x, x.x.x.x”/> &lt;Host OSType="Linux" HostIP="x.x.x.x, x.x.x.x"/>
&lt;/config></programlisting> &lt;/config></programlisting>
<para>The driver configuration file of OceanStor Dorado5100 is <para>The driver configuration file of OceanStor Dorado5100 is
shown as follows:</para> shown as follows:</para>
@ -148,7 +148,7 @@
&lt;Initiator Name="xxxxxxxx" TargetIP="x.x.x.x"/> &lt;Initiator Name="xxxxxxxx" TargetIP="x.x.x.x"/>
&lt;Initiator Name="xxxxxxxx" TargetIP="x.x.x.x"/> &lt;Initiator Name="xxxxxxxx" TargetIP="x.x.x.x"/>
&lt;/iSCSI> &lt;/iSCSI>
&lt;Host OSType=”Linux” HostIP=”x.x.x.x, x.x.x.x”/> &lt;Host OSType="Linux" HostIP="x.x.x.x, x.x.x.x"/>
&lt;/config></programlisting> &lt;/config></programlisting>
<para>The driver configuration file of OceanStor Dorado2100 G2 <para>The driver configuration file of OceanStor Dorado2100 G2
is shown as follows:</para> is shown as follows:</para>
@ -172,7 +172,7 @@
&lt;Initiator Name="xxxxxxxx" TargetIP="x.x.x.x"/> &lt;Initiator Name="xxxxxxxx" TargetIP="x.x.x.x"/>
&lt;Initiator Name="xxxxxxxx" TargetIP="x.x.x.x"/> &lt;Initiator Name="xxxxxxxx" TargetIP="x.x.x.x"/>
&lt;/iSCSI> &lt;/iSCSI>
&lt;Host OSType=”Linux” HostIP=”x.x.x.x, x.x.x.x”/> &lt;Host OSType="Linux" HostIP="x.x.x.x, x.x.x.x"/>
&lt;/config></programlisting> &lt;/config></programlisting>
<para>The driver configuration file of OceanStor HVS is shown <para>The driver configuration file of OceanStor HVS is shown
as follows:</para> as follows:</para>
@ -197,7 +197,7 @@
&lt;Initiator Name="xxxxxxxx" TargetIP="x.x.x.x"/> &lt;Initiator Name="xxxxxxxx" TargetIP="x.x.x.x"/>
&lt;Initiator Name="xxxxxxxx" TargetIP="x.x.x.x"/> &lt;Initiator Name="xxxxxxxx" TargetIP="x.x.x.x"/>
&lt;/iSCSI> &lt;/iSCSI>
&lt;Host OSType=”Linux” HostIP=”x.x.x.x, x.x.x.x”/> &lt;Host OSType="Linux" HostIP="x.x.x.x, x.x.x.x"/>
&lt;/config></programlisting> &lt;/config></programlisting>
<note> <note>
<para>You do not need to configure the iSCSI target IP <para>You do not need to configure the iSCSI target IP

View File

@ -14,7 +14,7 @@
<para>The Windows <systemitem class="service">cinder-volume</systemitem> <para>The Windows <systemitem class="service">cinder-volume</systemitem>
driver works with OpenStack Compute on any hypervisor. It includes snapshotting driver works with OpenStack Compute on any hypervisor. It includes snapshotting
support and the “boot from volume” feature.</para> support and the "boot from volume" feature.</para>
<para>This driver creates volumes backed by fixed-type VHD images on Windows <para>This driver creates volumes backed by fixed-type VHD images on Windows
Server 2012 and dynamic-type VHDX on Windows Server 2012 R2, stored locally Server 2012 and dynamic-type VHDX on Windows Server 2012 R2, stored locally

View File

@ -203,8 +203,8 @@
<para><link <para><link
xlink:href="http://www.python.org/ftp/python/2.7.3/python-2.7.3.msi"> xlink:href="http://www.python.org/ftp/python/2.7.3/python-2.7.3.msi">
http://www.python.org/ftp/python/2.7.3/python-2.7.3.msi</link></para> http://www.python.org/ftp/python/2.7.3/python-2.7.3.msi</link></para>
<screen><prompt>PS C:\&gt;</prompt> <userinput>$src = “http://www.python.org/ftp/python/2.7.3/python-2.7.3.msi”</userinput> <screen><prompt>PS C:\&gt;</prompt> <userinput>$src = "http://www.python.org/ftp/python/2.7.3/python-2.7.3.msi"</userinput>
<prompt>PS C:\&gt;</prompt> <userinput>$dest = “$env:temp\python-2.7.3.msi”</userinput> <prompt>PS C:\&gt;</prompt> <userinput>$dest = "$env:temp\python-2.7.3.msi"</userinput>
<prompt>PS C:\&gt;</prompt> <userinput>Invoke-WebRequest Uri $src OutFile $dest</userinput> <prompt>PS C:\&gt;</prompt> <userinput>Invoke-WebRequest Uri $src OutFile $dest</userinput>
<prompt>PS C:\&gt;</prompt> <userinput>Unblock-File $dest</userinput> <prompt>PS C:\&gt;</prompt> <userinput>Unblock-File $dest</userinput>
<prompt>PS C:\&gt;</prompt> <userinput>Start-Process $dest</userinput></screen> <prompt>PS C:\&gt;</prompt> <userinput>Start-Process $dest</userinput></screen>
@ -323,8 +323,8 @@ compiler = mingw32</programlisting>
<step> <step>
<para>Download the installer. Once the download is complete, run the installer and follow the prompts in the installation wizard. The default should be acceptable for the needs of the document.</para> <para>Download the installer. Once the download is complete, run the installer and follow the prompts in the installation wizard. The default should be acceptable for the needs of the document.</para>
<screen><prompt>PS C:\&gt;</prompt><userinput>$src = https://github.com/msysgit/msysgit/releases/download/Git-1.9.2-preview20140411/Git-1.9.2-preview20140411.exe</userinput> <screen><prompt>PS C:\&gt;</prompt><userinput>$src = "https://github.com/msysgit/msysgit/releases/download/Git-1.9.2-preview20140411/Git-1.9.2-preview20140411.exe"</userinput>
<prompt>PS C:\&gt;</prompt><userinput>$dest = “$env:temp\Git-1.9.2-preview20140411.exe”</userinput> <prompt>PS C:\&gt;</prompt><userinput>$dest = "$env:temp\Git-1.9.2-preview20140411.exe"</userinput>
<prompt>PS C:\&gt;</prompt><userinput>Invoke-WebRequest Uri $src OutFile $dest</userinput> <prompt>PS C:\&gt;</prompt><userinput>Invoke-WebRequest Uri $src OutFile $dest</userinput>
<prompt>PS C:\&gt;</prompt><userinput>Unblock-File $dest</userinput> <prompt>PS C:\&gt;</prompt><userinput>Unblock-File $dest</userinput>
<prompt>PS C:\&gt;</prompt><userinput>Start-Process $dest</userinput></screen> <prompt>PS C:\&gt;</prompt><userinput>Start-Process $dest</userinput></screen>

View File

@ -596,8 +596,8 @@ X-Trans-Id: tx602634cf478546a39b1be-0051e6bc7a</computeroutput></screen>
and message query parameters added to it, indicating the and message query parameters added to it, indicating the
HTTP status code for the upload (2xx is success) and a HTTP status code for the upload (2xx is success) and a
possible message for further information if there was an possible message for further information if there was an
error (such as <literal>max_file_size error (such as <literal>"max_file_size
exceeded</literal>).</para> exceeded"</literal>).</para>
<para>The <literal>max_file_size</literal> attribute must be <para>The <literal>max_file_size</literal> attribute must be
included and indicates the largest single file upload that included and indicates the largest single file upload that
can be done, in bytes.</para> can be done, in bytes.</para>

View File

@ -333,7 +333,7 @@
<para>To fetch the ssh public key and add it to the root <para>To fetch the ssh public key and add it to the root
account, edit the <filename>/etc/rc.local</filename> account, edit the <filename>/etc/rc.local</filename>
file and add the following lines before the line file and add the following lines before the line
“touch /var/lock/subsys/local”. This code fragment is "touch /var/lock/subsys/local". This code fragment is
taken from the <link taken from the <link
xlink:href="https://github.com/rackerjoe/oz-image-build/blob/master/templates/centos60_x86_64.tdl" xlink:href="https://github.com/rackerjoe/oz-image-build/blob/master/templates/centos60_x86_64.tdl"
>rackerjoe oz-image-build CentOS 6 >rackerjoe oz-image-build CentOS 6