From 112a360128a216829f30bb99fabfbc73303b44ca Mon Sep 17 00:00:00 2001 From: Vishvananda Ishaya Date: Sun, 26 Feb 2012 17:14:58 -0800 Subject: [PATCH] Update incorrect comment about certs in openrc Change-Id: I1efdf9f43572b169a5d35406195c2228bddc90e3 --- openrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openrc b/openrc index d742ced4ab..9b3d7ba8e7 100644 --- a/openrc +++ b/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%/*}