Refresh inventory collection requirements (#4296)

* Refresh inventory collection requirements

Fix bug specific to Docker development where the right folder of
  install was not specified in the setting

Add initial rhv/ovirt version for consistency

* Update unit test to ovirt name change
This commit is contained in:
Alan Rominger
2020-05-05 18:22:00 -04:00
committed by GitHub
parent 1ca29df0de
commit 961c5589c1
5 changed files with 12 additions and 9 deletions

View File

@@ -2491,8 +2491,9 @@ class rhv(PluginFileInjector):
"""
plugin_name = 'ovirt'
base_injector = 'template'
initial_version = '2.9'
namespace = 'ovirt'
collection = 'ovirt_collection'
collection = 'ovirt'
@property
def script_name(self):