8af50971c3
Change-Id: If1034956b1e32f5aefbea6ec28e103bafe3664bd
9 lines
279 B
Bash
9 lines
279 B
Bash
# Environment variables for use with python-monascaclient running via monaca-vagrant
|
|
|
|
export OS_USERNAME=mini-mon
|
|
export OS_PASSWORD=password
|
|
export OS_TENANT_NAME=mini-mon
|
|
export OS_AUTH_URL=http://192.168.10.5:35357/v2.0/
|
|
|
|
export MONASCA_API_URL=http://192.168.10.4:8080/v2.0/
|