From 2a7bb038a8a6c7d1a884d94b4454fae3cdc1fa8e Mon Sep 17 00:00:00 2001 From: chao liu Date: Sat, 26 Aug 2017 20:36:21 -0700 Subject: [PATCH] =?UTF-8?q?writing=20convention:=20do=20not=20use=20?= =?UTF-8?q?=E2=80=9C-y=E2=80=9D=20for=20package=20install?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adhering to coding conventions. Refer to ``Code conventions`` at https://docs.openstack.org/contributor-guide/ for details. Change-Id: Ia490ac26fd5c0a236d290f48fb02e98280024605 --- doc/source/contributor/image-gen.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/contributor/image-gen.rst b/doc/source/contributor/image-gen.rst index aac23d9f02..394e249efd 100644 --- a/doc/source/contributor/image-gen.rst +++ b/doc/source/contributor/image-gen.rst @@ -81,9 +81,9 @@ run whichever of the following is appropriate to your OS: :: - sudo yum install -y libguestfs python-libguestfs libguestfs-tools - sudo dnf install -y libguestfs python-libguestfs libguestfs-tools - sudo apt-get install -y libguestfs python-libguestfs libguestfs-tools + sudo yum install libguestfs python-libguestfs libguestfs-tools + sudo dnf install libguestfs python-libguestfs libguestfs-tools + sudo apt-get install libguestfs python-libguestfs libguestfs-tools If you are using tox to create virtual environments for your Sahara work, please use the ``images`` environment to run sahara-image-pack. This