Skip to content

Commit

Permalink
Updated documentation for release 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sijeesh committed Feb 3, 2020
1 parent 6e732dd commit 37795d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ansible Modules for HPE OneView Change Log

## v5.4.0 (Unreleased)
## v5.4.0
This release extends the planned support of the modules to OneView REST API version 800 (OneView v4.1), 1000 (OneView v4.2) and 1200 (OneView v5.0).

#### Major changes
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ This option allows the parameters `hostname`, `username`, `password`, `api_versi
hostname: 172.16.101.48
username: administrator
password: my_password
api_version: 800
api_version: 1200
state: present
data:
name: "{{ network_name }}"
Expand All @@ -193,12 +193,12 @@ The current `default` HPE OneView version used by the modules is `3.00`, API `30
To use a different API, you must set the API version together with your credentials, either using the JSON configuration:

```json
"api_version": 800
"api_version": 1200
```
OR using the Environment variable:

```bash
export ONEVIEWSDK_API_VERSION='800'
export ONEVIEWSDK_API_VERSION='1200'
```

If this property is not specified, it will fall back to the ```300``` default value.
Expand All @@ -210,6 +210,8 @@ The API list is as follows:
- HPE OneView 3.10 API version: `500`
- HPE OneView 4.0 API version: `600`
- HPE OneView 4.10 API version: `800`
- HPE OneView 4.20 API version: `1000`
- HPE OneView 5.00 API version: `1200`

### 6. HPE Synergy Image Streamer

Expand Down

0 comments on commit 37795d4

Please sign in to comment.