chown stackrc and tripleo-undercloud-passwords

We need to chown these files to the current user now that they are mode
0600.

Change-Id: I5b6aa8e4316f937ef39b04f49487fd71f26c6fe7
This commit is contained in:
James Slagle 2015-04-30 19:45:40 -04:00
parent d60f4ed005
commit 7fb190ab9a
2 changed files with 4 additions and 0 deletions

View File

@ -69,4 +69,6 @@ these files will be needed to interact with the installed undercloud. Copy them
to the home directory for easier use later::
sudo cp /root/tripleo-undercloud-passwords .
sudo chown $USER: tripleo-undercloud-passwords
sudo cp /root/stackrc .
sudo chown $USER: stackrc

View File

@ -147,7 +147,9 @@ These files are needed to interact with the OpenStack services, and should be
secured. For convenience, they can be copied to the current directory:
sudo cp /root/tripleo-undercloud-passwords .
sudo chown $USER: tripleo-undercloud-passwords
sudo cp /root/stackrc .
sudo chown $USER: stackrc
#############################################################################"}