diff --git a/centos_dev_docker_images.inc b/centos_dev_docker_images.inc index b60e30db..f0844ff6 100644 --- a/centos_dev_docker_images.inc +++ b/centos_dev_docker_images.inc @@ -14,3 +14,4 @@ openstack/python-keystone openstack/python-neutron openstack/python-nova openstack/distributedcloud +openstack/python-openstackclient diff --git a/centos_stable_docker_images.inc b/centos_stable_docker_images.inc index b60e30db..f0844ff6 100644 --- a/centos_stable_docker_images.inc +++ b/centos_stable_docker_images.inc @@ -14,3 +14,4 @@ openstack/python-keystone openstack/python-neutron openstack/python-nova openstack/distributedcloud +openstack/python-openstackclient diff --git a/openstack/python-openstackclient/centos/stx-openstackclient.dev_docker_image b/openstack/python-openstackclient/centos/stx-openstackclient.dev_docker_image new file mode 100644 index 00000000..1260c149 --- /dev/null +++ b/openstack/python-openstackclient/centos/stx-openstackclient.dev_docker_image @@ -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" diff --git a/openstack/python-openstackclient/centos/stx-openstackclient.stable_docker_image b/openstack/python-openstackclient/centos/stx-openstackclient.stable_docker_image new file mode 100644 index 00000000..1260c149 --- /dev/null +++ b/openstack/python-openstackclient/centos/stx-openstackclient.stable_docker_image @@ -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"