Setting PYTHON3=no for LOCI images
Recently, LOCI changed its default so images are python3 if nothing is
specified at the *docker_image files. With the recent upversion of LOCI
in the build tools [1], we need to explictly set PYTHON3=no to images
that are still using python2. This commit fixes the StarlingX images to
use this parameter
TEST PLAN
PASS build the stx-pci-irq-affinity-agent on the stable branch
[1] 00bd632a68
Closes-Bug: #1958696
Signed-off-by: Thiago Brito <thiago.brito@windriver.com>
Change-Id: I9faae4ae3fa52b42e0a7392a793296d912507f8e
This commit is contained in:
parent
c084efc3b8
commit
1508099073
@ -21,3 +21,4 @@ PIP_PACKAGES="pci-irq-affinity-agent \
|
||||
python-novaclient \
|
||||
retrying \
|
||||
psutil"
|
||||
PYTHON3=no
|
||||
|
@ -21,3 +21,4 @@ PIP_PACKAGES="pci-irq-affinity-agent \
|
||||
python-novaclient \
|
||||
retrying \
|
||||
psutil"
|
||||
PYTHON3=no
|
||||
|
Loading…
x
Reference in New Issue
Block a user