Merge pull request #1928 from resmo/fix/build-os-user-role
openstack: doc: add return doc, fixes build
This commit is contained in:
commit
282221e5a0
1 changed files with 3 additions and 0 deletions
|
@ -91,6 +91,9 @@ EXAMPLES = '''
|
||||||
domain: newyork
|
domain: newyork
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
RETURN = '''
|
||||||
|
#
|
||||||
|
'''
|
||||||
|
|
||||||
def _system_state_change(state, assignment):
|
def _system_state_change(state, assignment):
|
||||||
if state == 'present' and not assignment:
|
if state == 'present' and not assignment:
|
||||||
|
|
Loading…
Reference in a new issue