Merge "Fixed misspellings of common words"
This commit is contained in:
commit
453c58a800
@ -94,7 +94,7 @@ bus and performs the requested operation.
|
||||
Trove-conductor
|
||||
===============
|
||||
|
||||
Conductor is a service that runs on the host, responsible for recieving
|
||||
Conductor is a service that runs on the host, responsible for receiving
|
||||
messages from guest instances to update information on the host.
|
||||
For example, instance statuses and the current status of a backup.
|
||||
With conductor, guest instances do not need a direct connection to the
|
||||
|
@ -125,7 +125,7 @@ control_exchange = trove
|
||||
# ============ SSL configuration (and enablement) =============================
|
||||
# In order to enable SSL for the trove api server, uncomment
|
||||
# the cert_file and key_file - and of course have those files
|
||||
# accessible. The existance of those setting and files will
|
||||
# accessible. The existence of those setting and files will
|
||||
# enable SSL.
|
||||
|
||||
[ssl]
|
||||
|
@ -273,7 +273,7 @@ class Request(openstack_wsgi.Request):
|
||||
|
||||
|
||||
class Result(object):
|
||||
"""A result whose serialization is compatable with JSON and XML.
|
||||
"""A result whose serialization is compatible with JSON and XML.
|
||||
|
||||
This class is used by TroveResponseSerializer, which calls the
|
||||
data method to grab a JSON or XML specific dictionary which it then
|
||||
|
@ -1038,7 +1038,7 @@ class DeleteInstance(object):
|
||||
except exceptions.NotFound:
|
||||
pass
|
||||
except Exception as ex:
|
||||
fail("A failure occured when trying to GET instance %s for the %d"
|
||||
fail("A failure occurred when trying to GET instance %s for the %d"
|
||||
" time: %s" % (str(instance_info.id), attempts, str(ex)))
|
||||
|
||||
@time_out(30)
|
||||
|
@ -289,7 +289,7 @@ class FakeServers(object):
|
||||
if block_device_mapping is not None:
|
||||
# block_device_mapping is a dictionary, where the key is the
|
||||
# device name on the compute instance and the mapping info is a
|
||||
# set of fields in a string, seperated by colons.
|
||||
# set of fields in a string, separated by colons.
|
||||
# For each device, find the volume, and record the mapping info
|
||||
# to another fake object and attach it to the volume
|
||||
# so that the fake API can later retrieve this.
|
||||
|
Loading…
Reference in New Issue
Block a user