Merge "Fix comment typo error"

This commit is contained in:
Jenkins 2016-12-21 07:19:18 +00:00 committed by Gerrit Code Review
commit f71e024671
2 changed files with 2 additions and 2 deletions

View File

@ -7205,7 +7205,7 @@
# networking-ovn doesn't have branches older than newton. By running
# grenade with ubuntu-xenial in the name we automatically pin
# grenade against this project to run starting with master which
# should be fine beacuse there is nothing before newton to upgrade from.
# should be fine because there is nothing before newton to upgrade from.
- '{pipeline}-grenade-dsvm-networking-ovn-{node}{suffix}':
pipeline: gate
node: ubuntu-xenial

View File

@ -548,7 +548,7 @@ def create_folder_metadata_object(folder_hash, folder_name,
def build_metadata_object_list(file_list, destination_prefix=''):
"""Build a separate list of file_datils to be uploaded containing metadata.
Only upload metadata for psuedo folders for now. Actual files can have
Only upload metadata for pseudo folders for now. Actual files can have
their metadata stored directly in swift."""
# key: hash of path, value: file_details (as above)