
Production Ready OpenStack - Recipes for Successful Environments
By :

In this recipe, we will configure Glance backend to use local storage driver to store image files on the local disk.
Before getting started with configuring the Glance backend driver, we need to make sure that the database, message broker, and Keystone are set for Glance, and both glance-api.conf
and glance-registory.conf
are configured correctly to use them.
Perform the following steps to configure Glance with the local file backend:
Using the openstack-config
command, edit the glance-api
configuration file, and under the default section, set default_store
to file as follows:
[root@controller ~]# openstack-config --set /etc/glance/glance-api.conf default default_store file
Make sure that stores option includes filesystem store
, under glance_store
section:
[root@controller ~]# openstack-config --set /etc/glance/glance-api.conf glance_store stores glance.store.filesystem.Store
Note: if you plan to use multiple back...
Change the font size
Change margin width
Change background colour