File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Latest version of the OneView Python [SDK Documentation](https://hewlettpackard.
22
22
23
23
## What's New
24
24
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 )
26
26
### Migration script
27
27
Perform migration from HPE OneView 6.x to HPE OneView 7.0 for non-Synergy appliance using below script.
28
28
``` bash
@@ -97,13 +97,13 @@ HPE OneView SDK for Python can be installed from Source,Pypi and Docker containe
97
97
Download and store a local copy of hpe-oneview-sdk-for-python and use it as a Docker image. <br />
98
98
``` bash
99
99
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
101
101
```
102
102
103
103
Run docker commands and this will in turn create sh session where you can create files, issue commands and execute the tests <br />
104
104
``` bash
105
105
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
107
107
108
108
```
109
109
You can’t perform that action at this time.
0 commit comments