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:
parent
d60f4ed005
commit
7fb190ab9a
@ -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
|
||||
|
@ -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
|
||||
|
||||
#############################################################################"}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user