Installing OpenStack Dashboard

Installing OpenStack Dashboard is a straightforward process using Ubuntu's package repository.

Getting ready

Ensure that you are logged in to the OpenStack controller node. If you use Vagrant to create this as described in the Installing the OpenStack Identity service recipe of Chapter 1, Keystone – OpenStack Identity Service, we can access this with the following command:

vagrant ssh controller

How to do it...

To install OpenStack Dashboard, we simply install the required packages and dependencies by following these steps:

  1. Install the required packages as follows:
    sudo apt-get update
    sudo apt-get install openstack-dashboard
    
  2. We can configure the OpenStack Dashboard by editing the /etc/openstack-dashboard/local_settings.py ...

Get OpenStack Cloud Computing Cookbook - Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.