From 4ab463b9f265486c11f30be94678030e4c116341 Mon Sep 17 00:00:00 2001 From: Vu Cong Tuan Date: Wed, 8 Nov 2017 14:31:00 +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: I6857ba8b568bc380304cab8a173420d804333128 --- doc/source/configure-ironic.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/configure-ironic.rst b/doc/source/configure-ironic.rst index 8cf4193f..8457ff3e 100644 --- a/doc/source/configure-ironic.rst +++ b/doc/source/configure-ironic.rst @@ -56,7 +56,7 @@ For this process, use one of the physical hosts within the environment. .. code-block:: bash - apt-get install -y qemu uuid-runtime curl + apt-get install qemu uuid-runtime curl #. Install the ``disk-imagebuilder`` package: