File suse-cleanup-api-paste.diff of Package openstack-nova
We set the authentication information in nova.conf, so remove the
(deprecated) stuff from api-paste.
--- etc/nova/api-paste.ini
+++ etc/nova/api-paste.ini
@@ -114,15 +114,5 @@
[filter:authtoken]
paste.filter_factory = keystoneclient.middleware.auth_token:filter_factory
-auth_host = 127.0.0.1
-auth_port = 35357
-auth_protocol = http
-admin_tenant_name = %SERVICE_TENANT_NAME%
-admin_user = %SERVICE_USER%
-admin_password = %SERVICE_PASSWORD%
-# signing_dir is configurable, but the default behavior of the authtoken
-# middleware should be sufficient. It will create a temporary directory
-# in the home directory for the user the nova process is running as.
-#signing_dir = /var/lib/nova/keystone-signing
# Workaround for https://bugs.launchpad.net/nova/+bug/1154809
auth_version = v2.0