For some deployers, it is not ideal to store all images in one place to enable all projects and users to access them. You can configure the Image service to store image data in project-specific image locations. Then, only the following projects can use the Image service to access the created image:
swift_store_admin_tenants
and that
have admin-level accountsTo configure project-specific image locations
default_store
in the
glance-api.conf
file.glance-api.conf
file:True
to enable tenant-specific storage locations.
Default is False
.With this configuration, images are stored in an Object Storage service (swift) endpoint that is pulled from the service catalog for the authenticated user.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.