Fix wrong chown command in deployment guide

the -p option is invalid, at least on the platforms I have available,
I guess it could mean -RP, but -P is the default anyway, so I'm
assuming -R is sufficient.  This also makes the iPXE instructions
consistent with the PXE ones.

Change-Id: Id273aa520291172c64f25c4af51ce402e11acaa9
This commit is contained in:
Steven Hardy 2015-03-11 14:02:29 +00:00
parent 81b2e01c4d
commit 2a103da6f8

View File

@ -679,8 +679,8 @@ on the Bare Metal Service node(s) where ``ironic-conductor`` is running.
sudo mkdir -p /tftpboot
sudo mkdir -p /httpboot
sudo chown -R ironic -p /tftpboot
sudo chown -R ironic -p /httpboot
sudo chown -R ironic /tftpboot
sudo chown -R ironic /httpboot
#. Create a map file in the tftp boot directory (``/tftpboot``)::