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: Ibda78ed1afbb78b370adc8320419f8edd0c70fc6
This commit is contained in:
Nguyen Hung Phuong 2018-01-02 16:32:42 +07:00
parent d59ddbdd27
commit 04095c55e6
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ RPM Installation (RDO)
.. code-block:: shell-session
# yum -y install openstack-tempest
# yum install openstack-tempest
2. Source cloud credentials, initialize tempest and run the discovery
tool: