fix typos in the docstring
Change-Id: Ifba0f79196ed18604a2eea343893b0e9cd43875c
This commit is contained in:
parent
8c7bc961a9
commit
c50758eb84
@ -1207,7 +1207,7 @@ class SubordinateConfigContext(OSContextGenerator):
|
||||
|
||||
The subordinate interface allows subordinates to export their
|
||||
configuration requirements to the principle for multiple config
|
||||
files and multiple serivces. Ie, a subordinate that has interfaces
|
||||
files and multiple services. Ie, a subordinate that has interfaces
|
||||
to both glance and nova may export to following yaml blob as json::
|
||||
|
||||
glance:
|
||||
|
@ -89,7 +89,7 @@ class ArchiveUrlFetchHandler(BaseFetchHandler):
|
||||
:param str source: URL pointing to an archive file.
|
||||
:param str dest: Local path location to download archive file to.
|
||||
"""
|
||||
# propogate all exceptions
|
||||
# propagate all exceptions
|
||||
# URLError, OSError, etc
|
||||
proto, netloc, path, params, query, fragment = urlparse(source)
|
||||
if proto in ('http', 'https'):
|
||||
|
Loading…
Reference in New Issue
Block a user