Replace “...” with "..."
Change-Id: I371ccdbebe904b344d537f8fc4edc443f0753cd2
This commit is contained in:
parent
d05f50e6ef
commit
22f7050296
@ -24,7 +24,7 @@
|
||||
<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
|
||||
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>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
|
@ -43,7 +43,7 @@
|
||||
container, or object.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>Count of “async_pendings” (deferred container
|
||||
<para>Count of "async_pendings" (deferred container
|
||||
updates) on disk.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
@ -202,10 +202,10 @@ log_statsd_default_sample_rate = 1</literallayout>
|
||||
<para><code>set_statsd_prefix(self, prefix)</code>
|
||||
Sets the client library stat prefix value which
|
||||
gets prefixed to every metric. The default prefix
|
||||
is the “name” of the logger such as “object-server”,
|
||||
“container-auditor”, and so on. This is currently used to
|
||||
turn “proxy-server” into one of “proxy-server.Account”,
|
||||
“proxy-server.Container”, or “proxy-server.Object”
|
||||
is the "name" of the logger such as "object-server",
|
||||
"container-auditor", and so on. This is currently used to
|
||||
turn "proxy-server" into one of "proxy-server.Account",
|
||||
"proxy-server.Container", or "proxy-server.Object"
|
||||
as soon as the Controller object is determined and
|
||||
instantiated for the request.</para>
|
||||
</listitem>
|
||||
@ -214,7 +214,7 @@ log_statsd_default_sample_rate = 1</literallayout>
|
||||
sample_rate=1)</code> Increments the supplied
|
||||
metric by the given amount. This is used when you
|
||||
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
|
||||
replicator.</para>
|
||||
</listitem>
|
||||
@ -237,7 +237,7 @@ log_statsd_default_sample_rate = 1</literallayout>
|
||||
<listitem>
|
||||
<para><code>timing_since(self, metric, orig_time,
|
||||
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>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
@ -294,7 +294,7 @@ def process_container(self, dbfile):
|
||||
desired features the latest version in GitHub had: the
|
||||
ability to configure a metrics prefix in the client object
|
||||
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
|
||||
scratch with the same interface. This has the nice fringe
|
||||
benefit of not introducing another external library
|
||||
|
@ -499,8 +499,8 @@ sinks:
|
||||
</listitem>
|
||||
<listitem>
|
||||
<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
|
||||
“instance:*”.</para>
|
||||
use the wildcard symbol to select all, e.g. for "instance:m1.tiny", use
|
||||
"instance:*".</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -190,7 +190,7 @@
|
||||
ensuring data locality is by using Ceph. Ceph has a data
|
||||
container abstraction called a pool. Pools can be created with
|
||||
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
|
||||
point.</para>
|
||||
</section>
|
||||
|
@ -14,7 +14,7 @@
|
||||
<note>
|
||||
<para>This guide focuses on the <filename>local_settings.py</filename> file, stored in <filename>/openstack-dashboard/openstack_dashboard/local/</filename>.</para>
|
||||
</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:
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
|
@ -31,8 +31,8 @@
|
||||
process within the db_replicator will remove the database files.</para>
|
||||
<para>A persistent error state may prevent the deletion of an object
|
||||
or container. If this happens, you will see
|
||||
a message such as <code>“Account <name> has not been reaped
|
||||
since <date>”</code> in the log. You can control when this is
|
||||
a message such as <code>"Account <name> has not been reaped
|
||||
since <date>"</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>
|
||||
section of the account-server.conf file. The default value is 30
|
||||
days.</para>
|
||||
|
@ -130,7 +130,7 @@
|
||||
xlink:href="http://support.coraid.com/support/linux/"
|
||||
>http://support.coraid.com/support/linux/</link>.</para>
|
||||
<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>
|
||||
<procedure>
|
||||
<step>
|
||||
|
@ -122,7 +122,7 @@
|
||||
<Initiator Name="xxxxxxxx" TargetIP="x.x.x.x"/>
|
||||
<Initiator Name="xxxxxxxx" TargetIP="x.x.x.x"/>
|
||||
</iSCSI>
|
||||
<Host OSType=”Linux” HostIP=”x.x.x.x, x.x.x.x”/>
|
||||
<Host OSType="Linux" HostIP="x.x.x.x, x.x.x.x"/>
|
||||
</config></programlisting>
|
||||
<para>The driver configuration file of OceanStor Dorado5100 is
|
||||
shown as follows:</para>
|
||||
@ -148,7 +148,7 @@
|
||||
<Initiator Name="xxxxxxxx" TargetIP="x.x.x.x"/>
|
||||
<Initiator Name="xxxxxxxx" TargetIP="x.x.x.x"/>
|
||||
</iSCSI>
|
||||
<Host OSType=”Linux” HostIP=”x.x.x.x, x.x.x.x”/>
|
||||
<Host OSType="Linux" HostIP="x.x.x.x, x.x.x.x"/>
|
||||
</config></programlisting>
|
||||
<para>The driver configuration file of OceanStor Dorado2100 G2
|
||||
is shown as follows:</para>
|
||||
@ -172,7 +172,7 @@
|
||||
<Initiator Name="xxxxxxxx" TargetIP="x.x.x.x"/>
|
||||
<Initiator Name="xxxxxxxx" TargetIP="x.x.x.x"/>
|
||||
</iSCSI>
|
||||
<Host OSType=”Linux” HostIP=”x.x.x.x, x.x.x.x”/>
|
||||
<Host OSType="Linux" HostIP="x.x.x.x, x.x.x.x"/>
|
||||
</config></programlisting>
|
||||
<para>The driver configuration file of OceanStor HVS is shown
|
||||
as follows:</para>
|
||||
@ -197,7 +197,7 @@
|
||||
<Initiator Name="xxxxxxxx" TargetIP="x.x.x.x"/>
|
||||
<Initiator Name="xxxxxxxx" TargetIP="x.x.x.x"/>
|
||||
</iSCSI>
|
||||
<Host OSType=”Linux” HostIP=”x.x.x.x, x.x.x.x”/>
|
||||
<Host OSType="Linux" HostIP="x.x.x.x, x.x.x.x"/>
|
||||
</config></programlisting>
|
||||
<note>
|
||||
<para>You do not need to configure the iSCSI target IP
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
<para>The Windows <systemitem class="service">cinder-volume</systemitem>
|
||||
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
|
||||
Server 2012 and dynamic-type VHDX on Windows Server 2012 R2, stored locally
|
||||
|
@ -203,8 +203,8 @@
|
||||
<para><link
|
||||
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>
|
||||
<screen><prompt>PS C:\></prompt> <userinput>$src = “http://www.python.org/ftp/python/2.7.3/python-2.7.3.msi”</userinput>
|
||||
<prompt>PS C:\></prompt> <userinput>$dest = “$env:temp\python-2.7.3.msi”</userinput>
|
||||
<screen><prompt>PS C:\></prompt> <userinput>$src = "http://www.python.org/ftp/python/2.7.3/python-2.7.3.msi"</userinput>
|
||||
<prompt>PS C:\></prompt> <userinput>$dest = "$env:temp\python-2.7.3.msi"</userinput>
|
||||
<prompt>PS C:\></prompt> <userinput>Invoke-WebRequest –Uri $src –OutFile $dest</userinput>
|
||||
<prompt>PS C:\></prompt> <userinput>Unblock-File $dest</userinput>
|
||||
<prompt>PS C:\></prompt> <userinput>Start-Process $dest</userinput></screen>
|
||||
@ -323,8 +323,8 @@ compiler = mingw32</programlisting>
|
||||
<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>
|
||||
|
||||
<screen><prompt>PS C:\></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:\></prompt><userinput>$dest = “$env:temp\Git-1.9.2-preview20140411.exe”</userinput>
|
||||
<screen><prompt>PS C:\></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:\></prompt><userinput>$dest = "$env:temp\Git-1.9.2-preview20140411.exe"</userinput>
|
||||
<prompt>PS C:\></prompt><userinput>Invoke-WebRequest –Uri $src –OutFile $dest</userinput>
|
||||
<prompt>PS C:\></prompt><userinput>Unblock-File $dest</userinput>
|
||||
<prompt>PS C:\></prompt><userinput>Start-Process $dest</userinput></screen>
|
||||
|
@ -596,8 +596,8 @@ X-Trans-Id: tx602634cf478546a39b1be-0051e6bc7a</computeroutput></screen>
|
||||
and message query parameters added to it, indicating the
|
||||
HTTP status code for the upload (2xx is success) and a
|
||||
possible message for further information if there was an
|
||||
error (such as <literal>“max_file_size
|
||||
exceeded”</literal>).</para>
|
||||
error (such as <literal>"max_file_size
|
||||
exceeded"</literal>).</para>
|
||||
<para>The <literal>max_file_size</literal> attribute must be
|
||||
included and indicates the largest single file upload that
|
||||
can be done, in bytes.</para>
|
||||
|
@ -333,7 +333,7 @@
|
||||
<para>To fetch the ssh public key and add it to the root
|
||||
account, edit the <filename>/etc/rc.local</filename>
|
||||
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
|
||||
xlink:href="https://github.com/rackerjoe/oz-image-build/blob/master/templates/centos60_x86_64.tdl"
|
||||
>rackerjoe oz-image-build CentOS 6
|
||||
|
Loading…
Reference in New Issue
Block a user