Fix misspellings
Change-Id: I675452fcc43e778f74bdf4bf5615c100d72ce8bf
This commit is contained in:
parent
6f786fdad7
commit
206f5738fe
@ -120,7 +120,7 @@ These are optional environment variables that can be set to override the script
|
||||
defaults.
|
||||
|
||||
CLOUD_INIT_DATASOURCES
|
||||
- Comma seperated list of cloud-int datasources
|
||||
- Comma separated list of cloud-int datasources
|
||||
- Default: ConfigDrive
|
||||
- Options: NoCloud, ConfigDrive, OVF, MAAS, Ec2, <others>
|
||||
- Reference: https://launchpad.net/cloud-init
|
||||
|
@ -263,8 +263,8 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
# "pip freeze" does not show argparse, even if it is explictly installed,
|
||||
# because it is part of of the standard python library in 2.7.
|
||||
# "pip freeze" does not show argparse, even if it is explicitly installed,
|
||||
# because it is part of the standard python library in 2.7.
|
||||
# See https://github.com/pypa/pip/issues/1570
|
||||
|
||||
PKG_LIST="Babel dib-utils PyYAML"
|
||||
|
@ -1352,7 +1352,7 @@ Upload SSL server certificate PEM file for Controller Communication
|
||||
Since certificates might be valid for a time smaller than the amphora is in
|
||||
existence this add a way to rotate them. Once the certificate is uploaded the
|
||||
agent is being recycled so depending on the implementation the service might
|
||||
not be available for soem time.
|
||||
not be available for some time.
|
||||
|
||||
**Examples:**
|
||||
|
||||
|
@ -180,7 +180,7 @@ class TestHealthDaemon(base.TestCase):
|
||||
health_daemon.run_sender(test_queue)
|
||||
sender_mock.dosend.assert_called_once_with('TEST')
|
||||
|
||||
# Test an unkown command
|
||||
# Test an unknown command
|
||||
mock_build_msg.reset_mock()
|
||||
mock_build_msg.side_effect = ['TEST', Exception('break')]
|
||||
test_queue.put('bogus')
|
||||
|
@ -40,7 +40,7 @@ Some notes about using this template:
|
||||
be in the git revision control system, GraphViz .dot files are acceptable.
|
||||
If you require an image (screenshot) for your BP, attaching that to the BP
|
||||
and checking it in is also accepted. However, text representations are
|
||||
prefered.
|
||||
preferred.
|
||||
|
||||
* Diagram examples
|
||||
|
||||
@ -262,7 +262,7 @@ Neutron's attribute map facility should have the following:
|
||||
inconsistent parameters supplied to the method, or when an
|
||||
instance is not in an appropriate state for the request to
|
||||
succeed. Errors caused by syntactic problems covered by the JSON
|
||||
schema defintion do not need to be included.
|
||||
schema definition do not need to be included.
|
||||
|
||||
* URL for the resource
|
||||
|
||||
|
@ -41,7 +41,7 @@ coordinating through the Octavia database.
|
||||
The Controller Worker will provide a base class that sets up and initilizes
|
||||
the TaskFlow engines required to complete the action. Users of the library
|
||||
will then call the appropriate method for the action. These methods setup
|
||||
and launch the appropriate flow. Each flow will be contained in a seperate
|
||||
and launch the appropriate flow. Each flow will be contained in a separate
|
||||
class for code reuse and supportability.
|
||||
|
||||
The Controller Worker library will provide the following methods:
|
||||
|
Loading…
x
Reference in New Issue
Block a user