Update incorrect comment about certs in openrc
Change-Id: I1efdf9f43572b169a5d35406195c2228bddc90e3
This commit is contained in:
parent
2e9158ebc6
commit
112a360128
2
openrc
2
openrc
@ -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%/*}
|
||||
|
Loading…
Reference in New Issue
Block a user