Do not use “-y” for package install

According to "code conventions" [1], do not use "-y" option.
Instead, use apt-get install package, yum install package,
or zypper install package.

[1] https://docs.openstack.org/doc-contrib-guide/writing-style/
code-conventions.html

Change-Id: I6857ba8b568bc380304cab8a173420d804333128
This commit is contained in:
Vu Cong Tuan 2017-11-08 14:31:00 +07:00
parent ded7f989e0
commit 4ab463b9f2

View File

@ -56,7 +56,7 @@ For this process, use one of the physical hosts within the environment.
.. code-block:: bash
apt-get install -y qemu uuid-runtime curl
apt-get install qemu uuid-runtime curl
#. Install the ``disk-imagebuilder`` package: