DatacenterFactsModule for HPE OneView (#32701)

* Added support to Datacenter resources in HPE OneView

* Adjusting comments in oneview_datacenter_facts

* Adding no_log on the documentation

* Using Pytest to Oneview DatacenterFactsModule tests
This commit is contained in:
Alex Monteiro
2017-11-28 10:49:51 -03:00
committed by John R Barker
parent bb3991218e
commit 2114278947
5 changed files with 315 additions and 1 deletions

View File

@@ -207,7 +207,7 @@ class OneViewModuleBase(object):
config=dict(type='path'),
hostname=dict(type='str'),
username=dict(type='str'),
password=dict(type='str'),
password=dict(type='str', no_log=True),
api_version=dict(type='int'),
image_streamer_hostname=dict(type='str')
)