<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">I found this comments in devstack <a href="https://github.com/openstack-dev/devstack/blob/master/lib/glance#L180-L181">https://github.com/openstack-dev/devstack/blob/master/lib/glance#L180-L181</a> and I'm trying to reproduce this not implemented behavior. I installed devstack with the following local.conf file:</div><div dir="ltr"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">[[local|localrc]]<br>ADMIN_PASSWORD=supersecret<br>DATABASE_PASSWORD=$ADMIN_PASSWORD<br>RABBIT_PASSWORD=$ADMIN_PASSWORD<br>SERVICE_PASSWORD=$ADMIN_PASSWORD<br>enable_service tls-proxy<br>enable_service s-proxy s-object s-container s-account<br>SWIFT_REPLICAS=1<br>SWIFT_HASH=1234123412341234<br>USE_PYTHON3=True<br>HOST_IP=10.0.2.15</blockquote><div>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.</div><div>Does anybody know how to reproduce it?</div></div></div></div></div></div>