writing convention: do not use “-y” for package install

Adhering to coding conventions. Refer to ``Code conventions`` at
https://docs.openstack.org/contributor-guide/ for details.

Change-Id: Ia490ac26fd5c0a236d290f48fb02e98280024605
This commit is contained in:
chao liu 2017-08-26 20:36:21 -07:00
parent 1f7c5db057
commit 2a7bb038a8

View File

@ -81,9 +81,9 @@ run whichever of the following is appropriate to your OS:
::
sudo yum install -y libguestfs python-libguestfs libguestfs-tools
sudo dnf install -y libguestfs python-libguestfs libguestfs-tools
sudo apt-get install -y libguestfs python-libguestfs libguestfs-tools
sudo yum install libguestfs python-libguestfs libguestfs-tools
sudo dnf install libguestfs python-libguestfs libguestfs-tools
sudo apt-get install libguestfs python-libguestfs libguestfs-tools
If you are using tox to create virtual environments for your Sahara work,
please use the ``images`` environment to run sahara-image-pack. This