With the experimental volume support enabled, this doesn't work due to the certificate not being configured for glance in the cinder service. The following work around should work for now:
$ sudo tee /var/snap/microstack/common/etc/cinder/cinder.conf.d/glance.conf <<EOF [DEFAULT] glance_ca_certificates_file = /var/snap/microstack/common/etc/ssl/certs/cacert.pem EOF $ sudo snap restart microstack.cinder-{uwsgi,scheduler,volume}
With the experimental volume support enabled, this doesn't work due to the certificate not being configured for glance in the cinder service. The following work around should work for now:
$ sudo tee /var/snap/ microstack/ common/ etc/cinder/ cinder. conf.d/ glance. conf <<EOF ca_certificates _file = /var/snap/ microstack/ common/ etc/ssl/ certs/cacert. pem cinder- {uwsgi, scheduler, volume}
[DEFAULT]
glance_
EOF
$ sudo snap restart microstack.