From 5cc52155150d328f657381cb4c9897ecc767cbd5 Mon Sep 17 00:00:00 2001
From: "wu.chunyang" <wuchunyang@yovole.com>
Date: Wed, 8 Jul 2020 00:07:25 +0800
Subject: [PATCH] [doc] Add missing required packages

add missing required packages for octavia doc when build images
trivial fix

Change-Id: I4f10fdcbaa128fdb8d64c1490896ec6e29928f3c
---
 doc/source/reference/networking/octavia.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/source/reference/networking/octavia.rst b/doc/source/reference/networking/octavia.rst
index cb03a8a23..e4e435c5a 100644
--- a/doc/source/reference/networking/octavia.rst
+++ b/doc/source/reference/networking/octavia.rst
@@ -45,13 +45,13 @@ It is necessary to build an Amphora image. On CentOS / RHEL 8:
 .. code-block:: console
 
    sudo dnf -y install epel-release
-   sudo dnf install -y debootstrap
+   sudo dnf install -y debootstrap qemu-img git e2fsprogs policycoreutils-python-utils
 
 On Ubuntu:
 
 .. code-block:: console
 
-   sudo apt -y install debootstrap
+   sudo apt -y install debootstrap qemu-utils git kpartx
 
 Acquire the Octavia source code:
 
-- 
GitLab