Fix os_keystone_endpoint endpoint_interface docs (#62283)

The os_keystone_endpoint module has two interface arguments -
'interface' for authentication, and 'endpoint_interface' for the
endpoint being registered. Currently the module documentation only
covers 'interface', when in fact it should cover 'endpoint_interface'
and pick up 'interface' from the standard OpenStack module parameter
documentation.

(cherry picked from commit 448a8c4e5f)
pull/62469/head
Mark Goddard 6 years ago committed by Toshio Kuratomi
parent 208ca6f4a2
commit 0d56376a4e

@ -29,7 +29,7 @@ options:
description:
- Name or id of the service.
required: true
interface:
endpoint_interface:
description:
- Interface of the service.
choices: [admin, public, internal]

@ -1607,8 +1607,8 @@ lib/ansible/modules/cloud/openstack/os_keypair.py validate-modules:doc-missing-t
lib/ansible/modules/cloud/openstack/os_keystone_domain.py validate-modules:doc-missing-type
lib/ansible/modules/cloud/openstack/os_keystone_domain_info.py validate-modules:parameter-type-not-in-doc
lib/ansible/modules/cloud/openstack/os_keystone_domain_info.py validate-modules:doc-missing-type
lib/ansible/modules/cloud/openstack/os_keystone_endpoint.py validate-modules:option-incorrect-version-added
lib/ansible/modules/cloud/openstack/os_keystone_endpoint.py validate-modules:undocumented-parameter
lib/ansible/modules/cloud/openstack/os_keystone_endpoint.py validate-modules:doc-choices-do-not-match-spec
lib/ansible/modules/cloud/openstack/os_keystone_endpoint.py validate-modules:parameter-type-not-in-doc
lib/ansible/modules/cloud/openstack/os_keystone_endpoint.py validate-modules:doc-missing-type
lib/ansible/modules/cloud/openstack/os_keystone_role.py validate-modules:doc-missing-type

Loading…
Cancel
Save