As explained in the section called “Create and source the OpenStack RC file”,
use the
credentials from the section called “Define users, tenants, and roles” and
create the following
files:
PROJECT
-openrc.sh
admin-openrc.sh
for the administrative userdemo-openrc.sh
for the normal user:export OS_USERNAME=demo export OS_PASSWORD=
DEMO_PASS
export OS_TENANT_NAME=demo export OS_AUTH_URL=http://controller
:35357/v2.0