Skip to content

Commit b5a8ee2

Browse files
authored
Update README.md and added asnwer for openstack and its component (bregman-arie#10537)
1 parent fe8fdf0 commit b5a8ee2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1615,6 +1615,15 @@ When you use a function (`YEAR(purchased_at)`) it has to scan the whole database
16151615

16161616
<details>
16171617
<summary>What components/projects of OpenStack are you familiar with?</summary><br><b>
1618+
I’m most familiar with several core OpenStack components:
1619+
1620+
- Nova for compute resource provisioning, including VM lifecycle management.
1621+
- Neutron for networking, focusing on creating and managing networks, subnets, and routers.
1622+
- Cinder for block storage, used to attach and manage storage volumes.
1623+
- Keystone for identity services, handling authentication and authorization.
1624+
1625+
I’ve implemented these in past projects, configuring them for scalability and security to support multi-tenant environments.
1626+
16181627
</b></details>
16191628

16201629
<details>

0 commit comments

Comments
 (0)