Typos and spellings errors in common/ dir
This is another series of typo/spelling errors fixing, in particular for common/ dir Change-Id: I04c0d5b2fe7d72e120b82da9039d116ad4c802cc Closes-Bug: #1356460
This commit is contained in:
parent
c1ed605042
commit
aef24a1847
@ -12,7 +12,7 @@
|
|||||||
cloud networking. The Networking service also provides an API
|
cloud networking. The Networking service also provides an API
|
||||||
to configure and manage a variety of network services ranging
|
to configure and manage a variety of network services ranging
|
||||||
from L3 forwarding and NAT to load balancing, edge firewalls,
|
from L3 forwarding and NAT to load balancing, edge firewalls,
|
||||||
and IPSEC VPN.</para>
|
and IPsec VPN.</para>
|
||||||
<para>For a detailed description of the Networking API
|
<para>For a detailed description of the Networking API
|
||||||
abstractions and their attributes, see the <link
|
abstractions and their attributes, see the <link
|
||||||
xlink:href="http://docs.openstack.org/api/openstack-network/2.0/content/"
|
xlink:href="http://docs.openstack.org/api/openstack-network/2.0/content/"
|
||||||
|
@ -805,7 +805,7 @@
|
|||||||
#keyfile=<None>
|
#keyfile=<None>
|
||||||
|
|
||||||
# A PEM encoded Certificate Authority to use when verifying
|
# A PEM encoded Certificate Authority to use when verifying
|
||||||
# HTTPs connections. Defaults to system CAs. (string value)
|
# HTTPS connections. Defaults to system CAs. (string value)
|
||||||
#cafile=<None>
|
#cafile=<None>
|
||||||
|
|
||||||
# Verify HTTPS connections. (boolean value)
|
# Verify HTTPS connections. (boolean value)
|
||||||
|
@ -31,7 +31,7 @@ Command-line interface to the OpenStack Swift API.
|
|||||||
Positional arguments:
|
Positional arguments:
|
||||||
<subcommand>
|
<subcommand>
|
||||||
delete Delete a container or objects within a container
|
delete Delete a container or objects within a container
|
||||||
downlad Download objects from containers
|
download Download objects from containers
|
||||||
list Lists the containers for the account or the objects
|
list Lists the containers for the account or the objects
|
||||||
for a container
|
for a container
|
||||||
post Updates meta information for the account, container,
|
post Updates meta information for the account, container,
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
version="5.0"
|
version="5.0"
|
||||||
xml:id="block-storage-service">
|
xml:id="block-storage-service">
|
||||||
<title>OpenStack Block Storage</title>
|
<title>OpenStack Block Storage</title>
|
||||||
<para>The Openstack Block Storage service (cinder) adds
|
<para>The OpenStack Block Storage service (cinder) adds
|
||||||
persistent storage to a virtual machine. Block
|
persistent storage to a virtual machine. Block
|
||||||
Storage provides an infrastructure for managing volumes, and
|
Storage provides an infrastructure for managing volumes, and
|
||||||
interacts with OpenStack Compute to provide
|
interacts with OpenStack Compute to provide
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
<term>Database</term>
|
<term>Database</term>
|
||||||
<listitem><para>Stores image metadata and you can choose your database
|
<listitem><para>Stores image metadata and you can choose your database
|
||||||
depending on your preference. Most deployments use MySQL or
|
depending on your preference. Most deployments use MySQL or
|
||||||
SQlite.</para></listitem>
|
SQLite.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>Storage repository for image files</term>
|
<term>Storage repository for image files</term>
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<title>OpenStack Networking</title>
|
<title>OpenStack Networking</title>
|
||||||
<para>OpenStack Networking allows you to create and
|
<para>OpenStack Networking allows you to create and
|
||||||
attach interface devices managed by other OpenStack services to
|
attach interface devices managed by other OpenStack services to
|
||||||
networks. Plug-ins can be implemented to accomodate different
|
networks. Plug-ins can be implemented to accommodate different
|
||||||
networking equipment and software, providing flexibility to OpenStack
|
networking equipment and software, providing flexibility to OpenStack
|
||||||
architecture and deployment.</para>
|
architecture and deployment.</para>
|
||||||
<para>It includes the following components:</para>
|
<para>It includes the following components:</para>
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
to update the account database replicas directly, setting the status column to an empty
|
to update the account database replicas directly, setting the status column to an empty
|
||||||
string and updating the put_timestamp to be greater than the delete_timestamp.
|
string and updating the put_timestamp to be greater than the delete_timestamp.
|
||||||
<note><para>It's on the developers' to-do list to write a utility that performs this task, preferably
|
<note><para>It's on the developers' to-do list to write a utility that performs this task, preferably
|
||||||
through a ReST call.</para></note>
|
through a REST call.</para></note>
|
||||||
</para>
|
</para>
|
||||||
<para>The account reaper runs on each account server and scans the server occasionally for
|
<para>The account reaper runs on each account server and scans the server occasionally for
|
||||||
account databases marked for deletion. It only fires up on the accounts for which the server
|
account databases marked for deletion. It only fires up on the accounts for which the server
|
||||||
|
Loading…
Reference in New Issue
Block a user