Which three OpenStack components does Nova need to function?
Answers
Answered by
2
keystone
neutron
glance
Answered by
0
The three OpenStack components which Nova needs to function are:
- Neutron: This is in charge of setting up the virtual or physical networks that compute instances connect to when they start up.
- Keystone: All OpenStack services rely on this for identification and authentication.
- Glance: This is where you'll find the compute image repository.
#SPJ3
Similar questions