New Versioned Objects expect 'name_id' as a valid input, which
is able to change '_name_id' as well, so this patch adds
'name_id' into the fields, which are going to skip for the
creation of the target volume during migration.
Change-Id: I91e3bc05607243aef020f461a467e9ecb956544f
Closes-Bug: #
1525781
# Create new volume on remote host
- skip = {'id', '_name_id', 'name', 'host', 'status',
+ skip = {'id', '_name_id', 'name_id', 'name', 'host', 'status',
'attach_status', 'migration_status', 'volume_type',
'consistencygroup', 'volume_attachment'}
# We don't copy volume_type, consistencygroup and volume_attachment,