Ubuntu Pastebin

Paste from jamespage at Thu, 3 Mar 2016 10:36:18 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
# Service credentials for Keystone v3
export OS_REGION_NAME={{ region }}
export OS_PASSWORD={{ admin_password }}
export OS_AUTH_URL={{ auth_protocol }}://{{ auth_host }}:{{ auth_port }}/v3
export OS_USERNAME={{ admin_user }}
export OS_TENANT_NAME={{ admin_tenant_name }}
export OS_PROJECT_DOMAIN_ID=default
export OS_USER_DOMAIN_ID=default
export OS_PROJECT_NAME={{ admin_tenant_name }}
export OS_IDENTITY_API_VERSION=3
Download as text