So according to the issue, you get 503 while trying to reach 10.0.3.212:6002/os-objects, which is swift_account_port. Are there any logs specificly for swift-account? Also I guess some adjustments are required for swift as well for this mechanism to work. Eventually I believe the original issue you saw might be related to this doc: https://docs.openstack.org/keystone/latest/admin/manage-services.html#config... Might be that swift also needs applying changes to accept service tokens... 29.03.2021, 16:06, "Oliver Wenz" <oliver.wenz@dhbw-mannheim.de>:
Oh, I have a guess what this might actually be. During snapshot upload process user token that is used for the upload might get expired. If that's the case, following changes in user_variables might help to resolve the issue:
glance_glance_api_conf_overrides: keystone_authtoken: service_token_roles_required: True service_token_roles: service
I found out that after inserting the above the problems now occurs every time I try to take a snapshot of an instance. Below are my logs:
-- Kind Regards, Dmitriy Rabotyagov