In this chapter, we have learned about different aspects of security in OpenStack. We know that OpenStack consists of multiple independent projects to enable the users to have a self- provisioned, managed, and self-serviced infrastructure.
In OpenStack, we have the following key services:
- Nova: This project provides compute resources to instances.
- Glance: This project gives image storage where snapshots, ISO images, and templates are stored, which are used to create instances.
- Cinder: This project is responsible for providing block storage, which is used to store persistent files or you can say that Cinder volumes are used as root volume and additional data volume for instances.
- Swift: For objects storage in OpenStack, we have ...