> For the complete documentation index, see [llms.txt](https://kth-expeca.gitbook.io/testbedconfig/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kth-expeca.gitbook.io/testbedconfig/deploy/admin.md).

# 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`.
