H12-921_V1.0 · Question #205
When the cloud platform creates a VM resource, it needs to call multiple components, such as Nova, Cinder, Glance, etc., and the authentication and authentication between the components depends on…
The correct answer is C. Keystone. Keystone is OpenStack's Identity Service, acting as the central authentication and authorization hub that all other components - Nova (compute), Cinder (block storage), Glance (image), and others - rely on to verify identity and issue tokens before any inter-service…
Question
When the cloud platform creates a VM resource, it needs to call multiple components, such as Nova, Cinder, Glance, etc., and the authentication and authentication between the components depends on which of the following options?
Options
- AFreezer
- BWatcher
- CKeystone
- DZun
How the community answered
(50 responses)- A6% (3)
- B2% (1)
- C80% (40)
- D12% (6)
Explanation
Keystone is OpenStack's Identity Service, acting as the central authentication and authorization hub that all other components - Nova (compute), Cinder (block storage), Glance (image), and others - rely on to verify identity and issue tokens before any inter-service communication occurs. Freezer (option A) is a backup and restore service, unrelated to authentication. Watcher (option B) is a resource optimization and workload balancing service. Zun (option D) is a container management service for running application containers.
Memory tip: Think of Keystone as the literal keystone in an arch - it is the central piece that locks all the other blocks (services) together and keeps the whole structure from collapsing.
Topics
Community Discussion
No community discussion yet for this question.