Book Image

Preparing for the Certified OpenStack Administrator Exam

By : Matt Dorn
Book Image

Preparing for the Certified OpenStack Administrator Exam

By: Matt Dorn

Overview of this book

This book provides you with a specific strategy to pass the OpenStack Foundation’s first professional certification: the Certified OpenStack Administrator. In a recent survey, 78% of respondents said the OpenStack skills shortage had deterred them from adopting OpenStack. Consider this an opportunity to increase employer and customer confidence by proving you have the skills required to administrate real-world OpenStack clouds. You will begin your journey by getting well-versed with the OpenStack environment, understanding the benefits of taking the exam, and installing an included OpenStack All-in-One Virtual Appliance to work through objectives covered throughout the book. After exploring the basics of the individual services, you will be introduced to strategies to accomplish the exam objectives relevant to Keystone, Glance, Nova, Neutron, Cinder, Swift, Heat, and troubleshooting. Finally, you’ll benefit from the special tips section and a practice exam to put your knowledge to the test. By the end of the journey, you will be ready to become a Certified OpenStack Administrator!
Table of Contents (13 chapters)

Summary

The Glance image service is one of the easier OpenStack services to understand and use. We've covered the basics of cloud images, image file types, Glance architecture as well as image properties and metadata definitions. It's important to remember that the only user that can make an image public (publicly accessible to all projects across all domains) must have the admin role. A user with the admin role can also share an image with a specific project. If a user does not have the admin role, they cannot modify or delete existing images unless that image was created by someone within the project to which they are currently scoped.

In the next chapter, we will discuss the first part of the Nova compute service and work through all objectives relating to key pairs, flavors, and the launching of virtual machines on the Horizon dashboard and python-openstackclient...