From 449558b190a1c4c0864ac9d1e5ee8305cb96eec8 Mon Sep 17 00:00:00 2001 From: Vu Cong Tuan Date: Tue, 7 Nov 2017 13:16:50 +0700 Subject: [PATCH] =?UTF-8?q?Do=20not=20use=20=E2=80=9C-y=E2=80=9D=20for=20p?= =?UTF-8?q?ackage=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: I49c9f0d63ba08656965c632644c45a0c92d874f9 --- doc/source/contributor/testing/libvirt-numa.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/contributor/testing/libvirt-numa.rst b/doc/source/contributor/testing/libvirt-numa.rst index a8da04b26121..b95d72ce18d6 100644 --- a/doc/source/contributor/testing/libvirt-numa.rst +++ b/doc/source/contributor/testing/libvirt-numa.rst @@ -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