Set Up Admin Console

post-deploy will create a file named admin-openrc.sh in your site-config directory. This file shouldn't be checked into source control, as it contains secrets.

To use it, by running:

source /opt/site-config/admin-openrc.sh; source /opt/chi-in-a-box/venv/bin/activate

This will set a variety of environment variables, all prefixed with OS_

Verify that it works by running openstack token issue.

Last updated