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: I58d11d0bb8976941ceda56a95112783090d211bf
This commit is contained in:
Vu Cong Tuan 2017-11-08 14:41:24 +07:00
parent 096bd8b06d
commit d170c6fd57
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ Install and configure ``memcached``, ``uWSGI`` and Messaging on the web server
.. code-block:: console
# yum -y install python-pip
# yum install python-pip
# git clone https://git.openstack.org/openstack/zaqar.git
# cd zaqar
# pip install . -r ./requirements.txt --upgrade --log /tmp/zaqar-pip.log