oneview-python icon indicating copy to clipboard operation
oneview-python copied to clipboard

Python library for HPE OneView

Results 7 oneview-python issues
Sort by recently updated
recently updated
newest added

``` from hpeOneView import HPEOneViewTaskError File "/usr/local/lib/python3.12/site-packages/hpeOneView/__init__.py", line 12, in from future import standard_library File "/usr/local/lib/python3.12/site-packages/future/standard_library/__init__.py", line 65, in import imp ModuleNotFoundError: No module named 'imp' ``` Hello, it seams...

https://techlibrary.hpe.com/docs/enterprise/servers/oneview8.6/cicf-api/en/index.html#whatIsNew According to the release Notes of oneview 8.6, backups now require a passphrase on creation. Due to that reason, this code needs to be adjusted, to allow the input...

### Description Api Version check for firmware update on a server hardware without profile ### Issues Resolved [List any issues this PR will resolve. e.g., Fixes #01] ### Check List...

### Description [Describe what this change achieves] ### Issues Resolved [List any issues this PR will resolve. e.g., Fixes #01] ### Check List - [ ] New functionality includes testing....

### Description Added support to additional APIs in SH ### Issues Resolved NA ### Check List - [ ] New functionality includes testing. - [ ] All tests pass for...

### Description Pylint fix for CICD ### Issues Resolved ### Check List - [ ] New functionality includes testing. - [ ] All tests pass for Python 2.7+ & 3.4+(`$...

### Description Added changes for CI/CD pipeline ### Issues Resolved NA ### Check List - [ ] New functionality includes testing. - [ ] All tests pass for Python 2.7+...