Installing and Configuring the Image Service

Install the Image service, as root:

# apt-get install glance

After installing, you need to delete the sqlite database it creates, then change the configuration to point to the MySQL database.

Delete the glance.sqlite file created in the /var/lib/glance/ directory.

# rm /var/lib/glance/glance.sqlite


loading table of contents...