Update incorrect comment about certs in openrc

Change-Id: I1efdf9f43572b169a5d35406195c2228bddc90e3
This commit is contained in:
Vishvananda Ishaya 2012-02-26 17:14:58 -08:00
parent 2e9158ebc6
commit 112a360128
1 changed files with 1 additions and 1 deletions

2
openrc
View File

@ -62,7 +62,7 @@ export EC2_ACCESS_KEY=${DEMO_ACCESS}
export EC2_SECRET_KEY=${DEMO_SECRET}
# Euca2ools Certificate stuff for uploading bundles
# You can get your certs using ./tools/get_certs.sh
# See exercises/bundle.sh to see how to get certs using nova cli
NOVARC=$(readlink -f "${BASH_SOURCE:-${0}}" 2>/dev/null) ||
NOVARC=$(python -c 'import os,sys; print os.path.abspath(os.path.realpath(sys.argv[1]))' "${BASH_SOURCE:-${0}}")
NOVA_KEY_DIR=${NOVARC%/*}