Skip to content

Commit

Permalink
Update README.md and added asnwer for openstack and its component (br…
Browse files Browse the repository at this point in the history
  • Loading branch information
GMATHUR90 authored Dec 21, 2024
1 parent fe8fdf0 commit b5a8ee2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
I’m 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.

I’ve implemented these in past projects, configuring them for scalability and security to support multi-tenant environments.

</b></details>

<details>
Expand Down

0 comments on commit b5a8ee2

Please sign in to comment.