From 342a0902833fed4df7b94ce311719bb5fa7cfa1f Mon Sep 17 00:00:00 2001 From: Maxime Guyot Date: Mon, 23 Oct 2017 16:30:51 +0200 Subject: [PATCH] Add python as an install step Change-Id: I09b7338d2166915a7c302cf9d6d45aacfd33661d --- deploy-guide/source/targethosts-prepare.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy-guide/source/targethosts-prepare.rst b/deploy-guide/source/targethosts-prepare.rst index a641bd2971..f7f3c70880 100644 --- a/deploy-guide/source/targethosts-prepare.rst +++ b/deploy-guide/source/targethosts-prepare.rst @@ -55,7 +55,7 @@ Configure the operating system (Ubuntu) .. code-block:: shell-session # apt-get install bridge-utils debootstrap ifenslave ifenslave-2.6 \ - lsof lvm2 ntp ntpdate openssh-server sudo tcpdump vlan + lsof lvm2 ntp ntpdate openssh-server sudo tcpdump vlan python #. Add the appropriate kernel modules to the ``/etc/modules`` file to enable VLAN and bond interfaces: @@ -96,7 +96,7 @@ Configure the operating system (CentOS) .. code-block:: shell-session # yum install bridge-utils iputils lsof lvm2 \ - ntp ntpdate openssh-server sudo tcpdump + ntp ntpdate openssh-server sudo tcpdump python #. Add the appropriate kernel modules to the ``/etc/modules`` file to enable VLAN and bond interfaces: @@ -139,7 +139,7 @@ Configure the operating system (openSUSE) .. code-block:: shell-session # zypper install bridge-utils iputils lsof lvm2 \ - ntp opensshr sudo tcpdump + ntp opensshr sudo tcpdump python #. Add the appropriate kernel modules to the ``/etc/modules`` file to enable VLAN and bond interfaces: