openrc
configures login credentials suitable for use
with the OpenStack command-line tools. openrc
sources
stackrc
at the beginning (which in turn sources
the localrc
setion of local.conf
) in
order to pick up HOST_IP
and/or SERVICE_HOST
to use in the endpoints.
The values shown below are the default values.
OS_TENANT_NAME=demo
OS_USERNAME=demo
OS_PASSWORD=secrete
HOST_IP
. SERVICE_HOST
may also be used to specify the endpoint, which is convenient for
some localrc
configurations. Typically, HOST_IP
is set in the localrc
section.
HOST_IP=127.0.0.1 SERVICE_HOST=$HOST_IP
OS_AUTH_URL=http://$SERVICE_HOST:5000/v2.0
HOST_IP
. If its running elsewhere
it can be set here.
GLANCE_HOST=$HOST_IP
DEBUG
. These are
commented out by default.
# export KEYSTONECLIENT_DEBUG=1 # export NOVACLIENT_DEBUG=1
© Openstack Foundation 2011-2013 — An OpenStack program created by Rackspace Cloud Builders