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: I49c9f0d63ba08656965c632644c45a0c92d874f9
This commit is contained in:
Vu Cong Tuan 2017-11-07 13:16:50 +07:00
parent df0a80220d
commit 449558b190

View File

@ -104,7 +104,7 @@ devstack repo:
.. code-block:: bash
$ sudo dnf -y install git
$ sudo dnf install git
$ git clone git://github.com/openstack-dev/devstack.git
$ cd devstack