api: Remove '[api] auth_strategy', NoAuthMiddlware

Also remove associated tests.

Change-Id: I098f1d4b61fabb10c4da3de02f10337b2ad6c544
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
Stephen Finucane
2025-06-09 09:45:27 +01:00
parent 4baa108c04
commit d238306aa6
13 changed files with 24 additions and 369 deletions
@@ -37,7 +37,6 @@ configuration file, for example:
[service_user]
send_service_user_token = true
auth_url = $AUTH_URL
auth_strategy = keystone
auth_type = password
project_domain_name = $PROJECT_DOMAIN_NAME
project_name = service
+2 -4
View File
@@ -101,8 +101,7 @@ following to a :file:`nova-api.conf` file:
.. note::
This does not include configuration options that are not metadata-specific
but are nonetheless required, such as
:oslo.config:option:`api.auth_strategy`.
but are nonetheless required.
Configuring the application to use the ``DynamicJSON`` vendordata provider is
more involved and is not covered here.
@@ -138,8 +137,7 @@ file:
.. note::
This does not include configuration options that are not metadata-specific
but are nonetheless required, such as
:oslo.config:option:`api.auth_strategy`.
but are nonetheless required.
For information about configuring the neutron side of the metadata service,
refer to the :neutron-doc:`neutron configuration guide