The correct answer is C. Glance Store . OpenStack’s official Glance architecture documentation states that all image data operations are performed using the glance_store library, and that this library is responsible for interaction with external storage back ends and/or local file systems . The same documentation explains that glance_store provides a uniform interface to access backend stores, which is exactly the function described in the question.
The other options do not match this role. The REST API exposes image service operations to clients, but it does not directly serve as the backend storage interaction layer. The database stores metadata about images, while the actual image binary data is handled through the storage interface. “ Glance Domain Controller ” is not a standard Glance core component in official OpenStack architecture. In Huawei Cloud Stack and OpenStack-based image management, the distinction between image metadata management and image data storage interaction is important, and the storage-facing part is handled by Glance Store . Therefore, the fully verified answer is C .
========
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit