Merge "Fixing network configuration bug in dea.yaml"
[genesis.git] / compass / deploy / ansible / openstack_juno / roles / keystone / templates / demo-openrc.sh
1 export OS_USERNAME=demo
2 export OS_PASSWORD={{ DEMO_PASS }}
3 export OS_TENANT_NAME=demo
4 export OS_AUTH_URL=http://{{ HA_VIP }}:35357/v2.0
5