6 lines
144 B
Bash
6 lines
144 B
Bash
export OS_USERNAME=demo
|
|
export OS_PASSWORD={{ DEMO_PASS }}
|
|
export OS_TENANT_NAME=demo
|
|
export OS_AUTH_URL=http://{{ identity_host }}:35357/v2.0
|
|
|