Removing unsupported client packages from the Caracal version of the Openstackclients docker image. Reducing unnecessary services, and ensure compatibility with supported OpenStack services. Test Plan: - PASS: Build stx-openstackclients. - PASS: Override openstackclients & reapply stx-openstack. - PASS: Test stx-openstackclients services Change-Id: Ic2c5189ca1c15617d4222ac820f35663e8244d67 Signed-off-by: vrochalo <vinicius.rochalobo@windriver.com>
28 lines
495 B
Plaintext
28 lines
495 B
Plaintext
BUILDER=loci
|
|
LABEL=stx-openstackclients
|
|
PROJECT=infra
|
|
PROJECT_REPO=nil
|
|
DIST_REPOS="OS +openstack"
|
|
PIP_PACKAGES="
|
|
httplib2 \
|
|
ndg-httpsclient \
|
|
pyasn1 \
|
|
pycryptodomex \
|
|
pyopenssl
|
|
"
|
|
DIST_PACKAGES="
|
|
bash-completion \
|
|
libffi-dev \
|
|
openssl \
|
|
python3-dev \
|
|
python3-cinderclient \
|
|
python3-glanceclient \
|
|
python3-heatclient \
|
|
python3-keystoneclient \
|
|
python3-neutronclient \
|
|
python3-novaclient \
|
|
python3-openstackclient \
|
|
python3-osc-placement \
|
|
python3-swiftclient
|
|
"
|