From 448a8c4e5f71605a3ca164a7c4218c75924002a4 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Mon, 16 Sep 2019 17:02:43 +0100 Subject: [PATCH] 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. --- lib/ansible/modules/cloud/openstack/os_keystone_endpoint.py | 2 +- test/sanity/ignore.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/openstack/os_keystone_endpoint.py b/lib/ansible/modules/cloud/openstack/os_keystone_endpoint.py index 3138320d7e..9705990838 100644 --- a/lib/ansible/modules/cloud/openstack/os_keystone_endpoint.py +++ b/lib/ansible/modules/cloud/openstack/os_keystone_endpoint.py @@ -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] diff --git a/test/sanity/ignore.txt b/test/sanity/ignore.txt index 7a8616f8a0..48b33b4d6c 100644 --- a/test/sanity/ignore.txt +++ b/test/sanity/ignore.txt @@ -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