Skip to content

Commit

Permalink
fix issues pointed out in review
Browse files Browse the repository at this point in the history
  • Loading branch information
Abilio Parada committed Apr 12, 2017
1 parent 066cdd6 commit 4ae5fb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/oneview_sas_logical_interconnect_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
options:
description:
- List with options to gather additional facts about SAS Logical Interconnect.
C(firmware) get the installed firmware for a SAS Logical Interconnect.
C(firmware) gets the installed firmware for a SAS Logical Interconnect.
- These options are valid just when a C(name) is provided. Otherwise it will be ignored.
required: false
Expand Down
2 changes: 1 addition & 1 deletion oneview-ansible.md
Original file line number Diff line number Diff line change
Expand Up @@ -5946,7 +5946,7 @@ Retrieve facts about one or more of the OneView SAS Logical Interconnects.
| ------------- |-------------| ---------|----------- |--------- |
| config | No | | | Path to a .json configuration file containing the OneView client configuration. The configuration file is optional. If the file path is not provided, the configuration will be loaded from environment variables. |
| name | No | | | SAS Logical Interconnect name. |
| options | No | | | List with options to gather additional facts about SAS Logical Interconnect. `firmware` get the installed firmware for a SAS Logical Interconnect. These options are valid just when a `name` is provided. Otherwise it will be ignored. |
| options | No | | | List with options to gather additional facts about SAS Logical Interconnect. `firmware` gets the installed firmware for a SAS Logical Interconnect. These options are valid just when a `name` is provided. Otherwise it will be ignored. |
| params | No | | | List of params to delimit, filter and sort the list of resources. params allowed: `start`: The first item to return, using 0-based indexing. `count`: The number of resources to return. `filter`: A general filter/query string to narrow the list of items returned. `sort`: The sort order of the returned data set. |


Expand Down

0 comments on commit 4ae5fb7

Please sign in to comment.