I found this comments in devstack https://github.com/openstack-dev/devstack/blob/master/lib/glance#L180-L181 and I'm trying to reproduce this not implemented behavior. I installed devstack with the following local.conf file: > [[local|localrc]] > ADMIN_PASSWORD=supersecret > DATABASE_PASSWORD=$ADMIN_PASSWORD > RABBIT_PASSWORD=$ADMIN_PASSWORD > SERVICE_PASSWORD=$ADMIN_PASSWORD > enable_service tls-proxy > enable_service s-proxy s-object s-container s-account > SWIFT_REPLICAS=1 > SWIFT_HASH=1234123412341234 > USE_PYTHON3=True > HOST_IP=10.0.2.15 After that I changed http to https in /etc/glance/glance-swift-store.conf for auth_address and restarted g-api service. After that I upload an image, but everything working good. Does anybody know how to reproduce it? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openstack.org/pipermail/openstack-discuss/attachments/20190313/97383566/attachment.html>