7a413d26a8
Let it be retrieved from keystone so that part of the CLI gets tested Change-Id: I9dfa10605951280b65b2da976ba79fb39e49953e
7 lines
223 B
Bash
7 lines
223 B
Bash
# Environment variables for use with python-monascaclient running via monaca-vagrant
|
|
|
|
export OS_USERNAME=mini-mon
|
|
export OS_PASSWORD=password
|
|
export OS_PROJECT_NAME=mini-mon
|
|
export OS_AUTH_URL=http://192.168.10.5:35357/v3/
|