From 04095c55e6b807be6fa5f48279c0cc0d482cc5bf Mon Sep 17 00:00:00 2001 From: Nguyen Hung Phuong Date: Tue, 2 Jan 2018 16:32:42 +0700 Subject: [PATCH] =?UTF-8?q?Do=20not=20use=20=C2=93-y=C2=94=20for=20package?= =?UTF-8?q?=20install?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b6b5fee2..d33d299d 100644 --- a/README.rst +++ b/README.rst @@ -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: