Fix issues with newest ansible-test 2.11

Change-Id: Ifdf253ca01b0e19b55867d8ead03eaceb5b2d73a
This commit is contained in:
Sagi Shnaidman
2021-04-07 10:15:09 +03:00
parent 18b03e1971
commit c329f65b41
9 changed files with 13 additions and 21 deletions

View File

@@ -242,7 +242,8 @@ def _parse_driver_info(sdk, module):
info.update(info.pop(deprecated))
module.deprecate("Suboption %s of the driver_info parameter of "
"'openstack.cloud.baremetal_node' is deprecated"
% deprecated, version='2.0.0')
% deprecated, version='2.0.0',
collection_name='openstack.cloud')
return info