Skip to content

Commit

Permalink
Merge 2fd7847 into ce7b9ba
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-maier committed Jan 7, 2019
2 parents ce7b9ba + 2fd7847 commit 25808a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/changes.rst
Expand Up @@ -42,6 +42,11 @@ Released: not yet
input parameter, and not for the `match` input parameter. The type conversions
are now applied for all properties of Adapter also for the `match` parameter.

* The dictionary to check input properties for the `zhmc_cpc` module had the
`acceptable_status` property written with a hyphen instead of underscore.
This had the effect that it was rejected as non-writeable when specifying
it as input.

**Enhancements:**

* Docs: Improved and fixed the documentation how to release a version
Expand Down
2 changes: 1 addition & 1 deletion zhmc_ansible_modules/zhmc_cpc.py
Expand Up @@ -200,7 +200,7 @@

# update properties:
'description': (True, None, True, True, None, to_unicode),
'acceptable-status': (True, None, True, True, None, None),
'acceptable_status': (True, None, True, True, None, None),

# read-only properties (subset):
'name': (False, None, False, None, None, None), # provided in 'name' parm
Expand Down

0 comments on commit 25808a8

Please sign in to comment.