Merge "Fix typos There are two 'the', delete one of them."

This commit is contained in:
Zuul 2018-03-28 08:15:37 +00:00 committed by Gerrit Code Review
commit 80e605b4e6

View File

@ -410,7 +410,7 @@ class Node(base.IronicObject, object_base.VersionedObjectDictCompat):
:raises: BadRequest if fields contains a traits that are not None.
"""
if 'traits' in fields:
# NOTE(mgoddard): Traits should be updated via the the node
# NOTE(mgoddard): Traits should be updated via the node
# object's traits field, which is itself an object. We shouldn't
# get here with changes to traits, as this should be handled by the
# API. When services are pinned to Pike, we can get here with