Computer Science, asked by arunavakaran, 1 year ago

Which three OpenStack components does Nova need to function?

Answers

Answered by singhprakashjnv
2

keystone

neutron

glance

Answered by mahajan789
0

The three OpenStack components which Nova needs to function are:

  1. Neutron: This is in charge of setting up the virtual or physical networks that compute instances connect to when they start up.
  2. Keystone: All OpenStack services rely on this for identification and authentication.
  3. Glance: This is where you'll find the compute image repository.

#SPJ3

Similar questions