Actions
Refactor #9836
closedUsing provider_friendly_name in paths to compute resource related assets can cause problems
Description
Provider friendly names can contain spaces and may vary according to the provider distribution. Therefore they are not suitable for usage for building paths to asset files. We currently use it in the following helpers:
provider_partial_exist? provider_partial nic_info_js
provider_friendly_name
should be replaced with provider
to avoid future complications.
Added by Tomáš Strachota about 10 years ago
Added by Tomáš Strachota about 10 years ago
Fixes #9836 - use provider type in host helpers
(cherry picked from commit c2f60b5702320f4be3125d9fed8a30a2ec7a3994)
Actions
Fixes #9836 - use provider type in host helpers