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
|
||||
to configure and manage a variety of network services ranging
|
||||
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
|
||||
abstractions and their attributes, see the <link
|
||||
xlink:href="http://docs.openstack.org/api/openstack-network/2.0/content/"
|
||||
|
@ -805,7 +805,7 @@
|
||||
#keyfile=<None>
|
||||
|
||||
# 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>
|
||||
|
||||
# Verify HTTPS connections. (boolean value)
|
||||
|
@ -31,7 +31,7 @@ Command-line interface to the OpenStack Swift API.
|
||||
Positional arguments:
|
||||
<subcommand>
|
||||
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
|
||||
for a container
|
||||
post Updates meta information for the account, container,
|
||||
|
@ -5,7 +5,7 @@
|
||||
version="5.0"
|
||||
xml:id="block-storage-service">
|
||||
<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
|
||||
Storage provides an infrastructure for managing volumes, and
|
||||
interacts with OpenStack Compute to provide
|
||||
|
@ -37,7 +37,7 @@
|
||||
<term>Database</term>
|
||||
<listitem><para>Stores image metadata and you can choose your database
|
||||
depending on your preference. Most deployments use MySQL or
|
||||
SQlite.</para></listitem>
|
||||
SQLite.</para></listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>Storage repository for image files</term>
|
||||
|
@ -7,7 +7,7 @@
|
||||
<title>OpenStack Networking</title>
|
||||
<para>OpenStack Networking allows you to create and
|
||||
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
|
||||
architecture and deployment.</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
|
||||
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
|
||||
through a ReST call.</para></note>
|
||||
through a REST call.</para></note>
|
||||
</para>
|
||||
<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
|
||||
|
Loading…
Reference in New Issue
Block a user