github.com/pmcatominey/terraform@v0.7.0-rc2.0.20160708105029-1401a52a5cc5/examples/openstack-with-networking/openrc.sample (about)

     1  #!/usr/bin/env bash
     2  
     3  export OS_AUTH_URL=http://KEYSTONE.ENDPOINT.URL:5000/v2.0
     4  export OS_TENANT_NAME=YOUR_TENANT_NAME
     5  export OS_USERNAME=YOUR_USERNAME
     6  export OS_PASSWORD=YOUR_PASSWORD
     7  export OS_REGION_NAME=YOUR_REGION_NAME