You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/examples/openstack-with-networking/openrc.sample

8 lines
223 B

#!/usr/bin/env bash
export OS_AUTH_URL=http://KEYSTONE.ENDPOINT.URL:5000/v2.0
export OS_TENANT_NAME=YOUR_TENANT_NAME
export OS_USERNAME=YOUR_USERNAME
export OS_PASSWORD=YOUR_PASSWORD
export OS_REGION_NAME=YOUR_REGION_NAME