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:
parent
d59ddbdd27
commit
04095c55e6
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user