Create image files for openstackclients

Add loci configuration files for dev and stable versions
of images for openstackclients.

Change-Id: Ia285210fe0eda55635b79862acd801e55da2bde6
Signed-off-by: Stefan Dinescu <stefan.dinescu@windriver.com>
Story: 2005312
Task: 30556
This commit is contained in:
Stefan Dinescu 2019-04-17 16:05:04 +03:00
parent 775ea37b32
commit a8b99bea82
4 changed files with 20 additions and 0 deletions

View File

@ -14,3 +14,4 @@ openstack/python-keystone
openstack/python-neutron
openstack/python-nova
openstack/distributedcloud
openstack/python-openstackclient

View File

@ -14,3 +14,4 @@ openstack/python-keystone
openstack/python-neutron
openstack/python-nova
openstack/distributedcloud
openstack/python-openstackclient

View File

@ -0,0 +1,9 @@
BUILDER=loci
LABEL=stx-openstackclients
PROJECT=infra
PROJECT_REPO=nil
PIP_PACKAGES="pycrypto httplib2 pylint pyopenssl ndg-httpsclient pyasn1 \
python-ceilometerclient python-cinderclient python-glanceclient python-heatclient \
python-keystoneclient python-neutronclient python-novaclient python-barbicanclient \
python-swiftclient python-openstackclient"
DIST_PACKAGES="python-devel libffi-devel openssl-devel which bash-completion"

View File

@ -0,0 +1,9 @@
BUILDER=loci
LABEL=stx-openstackclients
PROJECT=infra
PROJECT_REPO=nil
PIP_PACKAGES="pycrypto httplib2 pylint pyopenssl ndg-httpsclient pyasn1 \
python-ceilometerclient python-cinderclient python-glanceclient python-heatclient \
python-keystoneclient python-neutronclient python-novaclient python-barbicanclient \
python-swiftclient python-openstackclient"
DIST_PACKAGES="python-devel libffi-devel openssl-devel which bash-completion"