Merge pull request #47804 from rallytime/bp-47761

Back-port #47761 to 2018.3
This commit is contained in:
Nicole Thomas 2018-05-23 16:11:54 -04:00 committed by GitHub
commit 780043e6fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -597,6 +597,7 @@ def _clean_create_kwargs(**kwargs):
'volume_size': int,
'nat_destination': six.string_types,
'group': six.string_types,
'userdata': six.string_types,
}
extra = kwargs.pop('extra', {})
for key, value in six.iteritems(kwargs.copy()):