blob: bfc9eab66cd1ee88968827d23cd8e28bc724ecc6 [file] [log] [blame]
Scott Baker50421662016-06-27 22:09:48 -07001#!/usr/bin/env bash
2# Replace with the OpenStack admin credentials for your cluster
3export OS_TENANT_NAME=admin
4export OS_USERNAME=admin
5export OS_PASSWORD=admin
6export OS_AUTH_URL=http://localhost:35357/v2.0
7