~ubuntu-branches/ubuntu/trusty/horizon/trusty

« back to all changes in this revision

Viewing changes to horizon/dashboards/settings/templates/settings/project/openrc.sh.template

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-03-09 11:50:22 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20120309115022-ymiww5i58rbg97my
Tags: 2012.1~rc1~20120308.1479-0ubuntu1
* New upstream version.
* debian/rules: Fix symlink when installing horizon.
  (LP: #947118)
* debian/control: Add python-django-nose as a dep. (LP: #944235)
* debian/control: Fix broken depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
# With the addition of Keystone, to use an openstack cloud you should
4
4
# authenticate against keystone, which returns a **Token** and **Service
5
 
# Catalog**.  The catalog contains the endpoint for all services the 
 
5
# Catalog**.  The catalog contains the endpoint for all services the
6
6
# user/tenant has access to - including nova, glance, keystone, swift.
7
7
#
8
8
# *NOTE*: Using the 2.0 *auth api* does not mean that compute api is 2.0.  We
21
21
echo "Please enter your OpenStack Password: "
22
22
read -s OS_PASSWORD_INPUT
23
23
export OS_PASSWORD=$OS_PASSWORD_INPUT
24
 
 
25
 
# FIXME: Set Glance API variables as well (needed until we implement
26
 
# http://wiki.openstack.org/CLIAuth)
27
 
export OS_AUTH_USER={{ user.username }}
28
 
export OS_AUTH_KEY=$OS_PASSWORD_INPUT
29
 
export OS_AUTH_TENANT={{ tenant_id }}
30
 
export OS_AUTH_STRATEGY=keystone