Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Preparing for the Certified OpenStack Administrator Exam

You're reading from   Preparing for the Certified OpenStack Administrator Exam A complete guide for developers taking tests conducted by the OpenStack Foundation

Arrow left icon
Product type Paperback
Published in Aug 2017
Publisher Packt
ISBN-13 9781787288416
Length 338 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Matt Dorn Matt Dorn
Author Profile Icon Matt Dorn
Matt Dorn
Arrow right icon
View More author details
Toc

Table of Contents (13) Chapters Close

Preface 1. Introducing OpenStack and the Certified OpenStack Administrator Exam FREE CHAPTER 2. Setting up Your Practice Exam Environment 3. Keystone Identity Service 4. Glance Image Service 5. Nova Compute Service 6. Neutron Networking Service 7. Cinder Block-Storage Service 8. Swift Object-Storage Service 9. Heat Orchestration Service 10. Troubleshooting 11. Final Tips and Tricks 12. Practice Exam

CLI help

If you forget how a specific CLI command works, you can always rely on the help! Here are some examples of using python-openstackclient help.

Figure 11.4: Output from the 'openstack help' command

Using the help is a two-step process.

Step 1: Determine how to perform a particular action using openstack help.

You can filter specific actions using grep. Here are some examples:

$ openstack help | grep domain
$ openstack help | grep project
$ openstack help | grep image
$ openstack help | grep server
$ openstack help | grep network
$ openstack help | grep volume

Step 2: After you find out the action you want to perform, you can provide --help to explore all available positional arguments and flags. Here are some examples:

$ openstack domain create --help
$ openstack project create --help
$ openstack image add project --help
$ openstack server create --help
$ openstack...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime