Skip to content

Commit

Permalink
Merge pull request #398 from HewlettPackard/release/5.2.0
Browse files Browse the repository at this point in the history
Documentation update for release 5.2.0
  • Loading branch information
sijeesh authored Apr 8, 2019
2 parents f3292f0 + 43922ae commit 807aa0f
Show file tree
Hide file tree
Showing 2 changed files with 4 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.2.0 (Unreleased)
## v5.2.0

#### Notes
Added the capability to handle OneView Appliance SNMP Settings
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ This option allows the parameters `hostname`, `username`, `password`, `api_versi
hostname: 172.16.101.48
username: administrator
password: my_password
api_version: 600
api_version: 800
state: present
data:
name: "{{ network_name }}"
Expand All @@ -185,12 +185,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": 600
"api_version": 800
```
OR using the Environment variable:

```bash
export ONEVIEWSDK_API_VERSION='600'
export ONEVIEWSDK_API_VERSION='800'
```

If this property is not specified, it will fall back to the ```300``` default value.
Expand Down

0 comments on commit 807aa0f

Please sign in to comment.