commit | 2e536a3faf3d699ef255b74793b4591779738624 | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Thu Oct 13 11:40:16 2011 -0700 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Thu Oct 13 11:40:16 2011 -0700 |
tree | a1aeff1c2ffa0e5ba17bf53cd5e016a06f4a041e | |
parent | c576a7cd6d752632d69fd9959033912e6add7322 [diff] [blame] |
add some docs
diff --git a/stack.sh b/stack.sh index 8c5b7ee..0b34790 100755 --- a/stack.sh +++ b/stack.sh
@@ -318,6 +318,9 @@ mysql-server-5.1 mysql-server/start_on_boot boolean true MYSQL_PRESEED + # while ``.my.cnf`` is not needed for openstack to function, it is useful + # as it allows you to access the mysql databases via ``mysql nova`` instead + # of having to specify the username/password each time. if [[ ! -e $HOME/.my.cnf ]]; then cat <<EOF >$HOME/.my.cnf [client]