Comment 22 for bug 1951958

Revision history for this message
Billy Olsen (billy-olsen) wrote (last edit ):

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}