Compute relies on an external image service to store virtual machine images and maintain a catalog of available images. Compute is configured by default to use the OpenStack Image service (Glance), which is the only currently supported image service.
If your installation requires the use of euca2ools for registering
new images, you will need to run the nova-objectstore service.
This service provides an Amazon S3 frontend for Glance, which is needed
because euca2ools can only upload images to an S3-compatible image
store.
| Configuration option=Default value | (Type) Description |
| image_decryption_dir=/tmp | (StrOpt) parent dir for tempdir used for image decryption |
| s3_access_key=notchecked | (StrOpt) access key to use for s3 server for images |
| s3_affix_tenant=false | (BoolOpt) whether to affix the tenant id to the access key when downloading from s3 |
| s3_secret_key=notchecked | (StrOpt) secret key to use for s3 server for images |
| s3_use_ssl=false | (BoolOpt) whether to use ssl when talking to s3 |

