Skip to content

Commit cf82099

Browse files
Update README.md
1 parent db33e87 commit cf82099

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Latest version of the OneView Python [SDK Documentation](https://hewlettpackard.
2222

2323
## What's New
2424

25-
HPE OneView Python library extends support of the SDK to OneView REST API version 6600 (OneView v9.00)
25+
HPE OneView Python library extends support of the SDK to OneView REST API version 6800 (OneView v9.10)
2626
### Migration script
2727
Perform migration from HPE OneView 6.x to HPE OneView 7.0 for non-Synergy appliance using below script.
2828
```bash
@@ -97,13 +97,13 @@ HPE OneView SDK for Python can be installed from Source,Pypi and Docker containe
9797
Download and store a local copy of hpe-oneview-sdk-for-python and use it as a Docker image. <br />
9898
```bash
9999

100-
$ docker pull hewlettpackardenterprise/hpe-oneview-sdk-for-python:v9.0.0-OV9.0
100+
$ docker pull hewlettpackardenterprise/hpe-oneview-sdk-for-python:v9.1.0-OV9.1
101101
```
102102

103103
Run docker commands and this will in turn create sh session where you can create files, issue commands and execute the tests <br />
104104
```bash
105105

106-
$ docker run -it hewlettpackardenterprise/hpe-oneview-sdk-for-python:v9.0.0-OV9.0 /bin/sh
106+
$ docker run -it hewlettpackardenterprise/hpe-oneview-sdk-for-python:v9.1.0-OV9.1 /bin/sh
107107

108108
```
109109

0 commit comments

Comments
 (0)