Merge "Clean up test node post data"

This commit is contained in:
Jenkins 2016-03-31 13:08:00 +00:00 committed by Gerrit Code Review
commit fa16f558eb

View File

@ -93,8 +93,6 @@ def node_post_data(**kw):
# These values are not part of the API object
node.pop('conductor_affinity')
node.pop('chassis_id')
node.pop('target_raid_config')
node.pop('raid_config')
node.pop('tags')
internal = node_controller.NodePatchType.internal_attrs()
return remove_internal(node, internal)