scottslowe-learning-tools/openstack-cli/adminrc
Scott Lowe fddec44007 Add final versions of support files
Add final versions of Vagrantfile, configuration script, file with
credentials, and YAML file with VM details.
2015-03-10 21:48:35 -06:00

6 lines
No EOL
195 B
Text

export OS_AUTH_URL=http://<IP ADDRESS>:5000/v2.0/
export OS_PROJECT_NAME=<PROJECT>
export OS_TENANT_NAME=<PROJECT>
export OS_USERNAME=<USERNAME>
export OS_PASSWORD=<PASSWORD>
export OS_NO_CACHE=1