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.
This commit is contained in:
Mark Goddard 2019-09-16 17:02:43 +01:00 committed by Alicia Cozine
parent ac56d35e19
commit 448a8c4e5f
2 changed files with 2 additions and 2 deletions

View File

@ -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]

View File

@ -1605,8 +1605,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