Ubuntu Pastebin

Paste from beisner at Tue, 26 May 2015 19:59:53 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
export OS_AUTH_URL=http://10.x.x.x:5000/v2.0
export OS_TENANT_NAME=admin
export OS_USERNAME=admin
export OS_PASSWORD=openstack
export OS_REGION_NAME=RegionOne

# Insert keystone endpoint IP address for auth url.
# Adjust user/password to match yours.
#
# Save this in your home dir as novarc
#
# Then do:    source ~/novarc
# Then  glance image-list   et al  should authenticate.
#
Download as text