From 464819c17063890539d486f03a48b3a76fa5d8c3 Mon Sep 17 00:00:00 2001 From: Jerry Sun Date: Thu, 19 Sep 2019 11:20:02 -0400 Subject: [PATCH] Add boto3 to build boto3 is a python package for interacting with AWS. we need this for interacting with an Amazon Docker registry. This commit adds boto3 and its dependencies to the build Story: 2006274 Task: 36704 Depends-On: https://review.opendev.org/683179 Change-Id: I5a5c7ea7b20c012b51ee20057a1ebd0f0c635386 Signed-off-by: Jerry Sun --- centos_iso_image.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/centos_iso_image.inc b/centos_iso_image.inc index 2988e322d..0acfa3704 100644 --- a/centos_iso_image.inc +++ b/centos_iso_image.inc @@ -273,3 +273,8 @@ Redfishtool # kvm-timer-advance (AIO and worker nodes only) kvm-timer-advance + +# aws packages for interacting with amazon aws registry +# botocore is an unspecified requirement of boto3 +python2-botocore +python-boto3