Skip to Content
Learning OpenStack Networking - Third Edition
book

Learning OpenStack Networking - Third Edition

by James Denton
August 2018
Beginner
462 pages
12h 36m
English
Packt Publishing
Content preview from Learning OpenStack Networking - Third Edition

Installing Keystone

Since the Kilo release of OpenStack, the Keystone project has used the Apache HTTP server with mod_wsgi to serve requests to the Identity API on ports 5000 and 35357.

Run the following command to install the Keystone packages on the controller node:

    # apt install keystone apache2 libapache2-mod-wsgi

Update the [database] section in the /etc/keystone/keystone.conf file to configure Keystone to use MySQL as its database. In this installation, the username and password will be keystone. You will need to overwrite the existing connection string with the following value on one line:

[database]...connection = mysql+pymysql://keystone:keystone@controller01/keystone 
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

You might also like

OpenStack Certification, 2/e

OpenStack Certification, 2/e

Sander van Vugt
Mastering OpenStack - Second Edition

Mastering OpenStack - Second Edition

Omar Khedher, Chandan Dutta

Publisher Resources

ISBN: 9781788392495