Update README.md and added asnwer for openstack and its component (#10537)

This commit is contained in:
Gaurav Mathur 2024-12-21 14:10:26 +05:30 committed by GitHub
parent fe8fdf09e3
commit b5a8ee241d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1615,6 +1615,15 @@ When you use a function (`YEAR(purchased_at)`) it has to scan the whole database
<details>
<summary>What components/projects of OpenStack are you familiar with?</summary><br><b>
Im most familiar with several core OpenStack components:
- Nova for compute resource provisioning, including VM lifecycle management.
- Neutron for networking, focusing on creating and managing networks, subnets, and routers.
- Cinder for block storage, used to attach and manage storage volumes.
- Keystone for identity services, handling authentication and authorization.
Ive implemented these in past projects, configuring them for scalability and security to support multi-tenant environments.
</b></details>
<details>