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.
pull/62363/head
Mark Goddard 5 years ago committed by Alicia Cozine
parent ac56d35e19
commit 448a8c4e5f

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

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

Loading…
Cancel
Save