From 34fca669ec96b254729350dcb42d092f53727ef6 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Mon, 10 Feb 2014 19:14:01 -0500 Subject: [PATCH] Cleanup RC files in .gitignore. Also swaps a doc reference for tripleo-passwords to tripleo-undercloud-passwords... Change-Id: I1a2a199c6c1f68b522eff8c52a8bdfe629f3b3e6 --- .gitignore | 4 ---- scripts/devtest_undercloud.sh | 5 +++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 4ceb1191..024067f4 100644 --- a/.gitignore +++ b/.gitignore @@ -19,10 +19,6 @@ scripts/nova scripts/neutron scripts/os-apply-config scripts/swift -stackrc - -tripleo-passwords -tripleorc .tox doc/build diff --git a/scripts/devtest_undercloud.sh b/scripts/devtest_undercloud.sh index 716d0d3b..f6518be0 100755 --- a/scripts/devtest_undercloud.sh +++ b/scripts/devtest_undercloud.sh @@ -30,8 +30,9 @@ fi #nodocs UNDERCLOUD_ID=$(load-image $TRIPLEO_ROOT/undercloud.qcow2) ## #. Create secrets for the cloud. The secrets will be written to a file -## (tripleo-passwords by default) that you need to source into your shell -## environment. Note that you can also make or change these later and +## (tripleo-undercloud-passwords by default) that you need to source into +## your shell environment. +## Note that you can also make or change these later and ## update the heat stack definition to inject them - as long as you also ## update the keystone recorded password. Note that there will be a window ## between updating keystone and instances where they will disagree and