Browse code

Update incorrect comment about certs in openrc

Change-Id: I1efdf9f43572b169a5d35406195c2228bddc90e3

Vishvananda Ishaya authored on 2012/02/27 10:14:58
Showing 1 changed files
... ...
@@ -62,7 +62,7 @@ export EC2_ACCESS_KEY=${DEMO_ACCESS}
62 62
 export EC2_SECRET_KEY=${DEMO_SECRET}
63 63
 
64 64
 # Euca2ools Certificate stuff for uploading bundles
65
-# You can get your certs using ./tools/get_certs.sh
65
+# See exercises/bundle.sh to see how to get certs using nova cli
66 66
 NOVARC=$(readlink -f "${BASH_SOURCE:-${0}}" 2>/dev/null) ||
67 67
         NOVARC=$(python -c 'import os,sys; print os.path.abspath(os.path.realpath(sys.argv[1]))' "${BASH_SOURCE:-${0}}")
68 68
 NOVA_KEY_DIR=${NOVARC%/*}