5.3. Install the Image Service Packages
The OpenStack Image service requires the following packages:
- openstack-glance
- Provides the OpenStack Image service.
- openstack-utils
- Provides supporting utilities to assist with a number of tasks including the editing of configuration files.
- openstack-selinux
- Provides OpenStack specific SELinux policy modules.
To install all of the above packages, execute the following command while logged in as the
root user.
#yum install -y openstack-glance openstack-utils openstack-selinux
The OpenStack Image service is now installed and ready to be configured.