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