Configuring Glance Storage Backends¶
There are a number of configuration options in Glance that control how Glance stores disk images. These configuration options are specified in the
glance-api.confconfiguration file in the section[glance_store].
default_store=STOREOptional. Default:
fileCan only be specified in configuration files.
Sets the storage backend to use by default when storing images in Glance. Available options for this option are (
file,swift,rbd,cinderorvsphere). In order to select a default store it must also be listed in thestoreslist described below.stores=STORESOptional. Default:
file, httpA comma separated list of enabled glance stores. Some available options for this option are (
filesystem,http,rbd,swift,cinder,vmware)
[glance_store]
default_backend = file
default_store = file
stores = file
Hello,Release - yoga. Host OS - Debian 11I'm looking for an example of how to get NFS working as storage for glance and cinder - both the openstack_user_config.yml stanzas and the NFS server setup (/etc/exports, etc.).So far I've adapted the stanzas from the openstack_user_config.yml examples. The shares are mounted and writable (by root) from the glance/cinder containers, but glance keeps on throwing 410 errors.Thanks.-Dave--