Remove OpenStack clients not used by the platform
This change removes OpenStack clients and services that are only required by stx-openstack application and are being moved to starlingx/openstack-armada-app repository TEST PLAN: PASS: Build remaining packages (barbican, keystone, openstack-pkg-tools, openstack-resource-agents, python-barbicanclient, horizon, python-keystoneclient, python-openstackclient, python-osc-lib, python-oslo.messaging, python-pankoclient, python-wsme, rabbitmq-server) PASS: Build StarlingX ISO image Depends-On: https://review.opendev.org/c/starlingx/tools/+/893685 Story: 2010797 Task: 48692 Closes-Bug: 2035346 Signed-off-by: Thales Elero Cervi <thaleselero.cervi@windriver.com> Signed-off-by: Lucas de Ataides <lucas.deataidesbarreto@windriver.com> Change-Id: Iaf2d9ec932bb8dd7ace15adcbb7f72a653cbf91d
This commit is contained in:
parent
5cb2a68d49
commit
30a8fe3cbc
@ -13,59 +13,23 @@ keystone-doc
|
|||||||
keystone
|
keystone
|
||||||
python3-keystone
|
python3-keystone
|
||||||
|
|
||||||
#openstack-ras
|
|
||||||
openstack-resource-agents
|
|
||||||
|
|
||||||
#python-aodhclient
|
|
||||||
python-aodhclient-doc
|
|
||||||
python3-aodhclient
|
|
||||||
|
|
||||||
#python-barbicanclient
|
#python-barbicanclient
|
||||||
python3-barbicanclient
|
python3-barbicanclient
|
||||||
|
|
||||||
#python-cinderclient
|
|
||||||
python3-cinderclient
|
|
||||||
|
|
||||||
#python-glanceclient
|
|
||||||
python-glanceclient-doc
|
|
||||||
python3-glanceclient
|
|
||||||
|
|
||||||
#python-gnocchiclient
|
|
||||||
python-gnocchiclient-doc
|
|
||||||
python3-gnocchiclient
|
|
||||||
|
|
||||||
#python-heatclient
|
|
||||||
python3-heatclient
|
|
||||||
|
|
||||||
#python-horizon
|
#python-horizon
|
||||||
horizon-doc
|
horizon-doc
|
||||||
openstack-dashboard-apache
|
openstack-dashboard-apache
|
||||||
openstack-dashboard
|
openstack-dashboard
|
||||||
python3-django-horizon
|
python3-django-horizon
|
||||||
|
|
||||||
#python-ironicclient
|
|
||||||
python-ironicclient-doc
|
|
||||||
python3-ironicclient
|
|
||||||
|
|
||||||
#python-keystoneclient
|
#python-keystoneclient
|
||||||
python-keystoneclient-doc
|
python-keystoneclient-doc
|
||||||
python3-keystoneclient
|
python3-keystoneclient
|
||||||
|
|
||||||
#python-neutronclient
|
|
||||||
python3-neutronclient
|
|
||||||
|
|
||||||
#python-novaclient
|
|
||||||
python-novaclient-doc
|
|
||||||
python3-novaclient
|
|
||||||
|
|
||||||
#python-openstackclient
|
#python-openstackclient
|
||||||
python-openstackclient-doc
|
python-openstackclient-doc
|
||||||
python3-openstackclient
|
python3-openstackclient
|
||||||
|
|
||||||
#python-openstacksdk
|
|
||||||
python-openstacksdk-doc
|
|
||||||
python3-openstacksdk
|
|
||||||
|
|
||||||
#python-osc-lib
|
#python-osc-lib
|
||||||
python-osc-lib-doc
|
python-osc-lib-doc
|
||||||
python3-osc-lib
|
python3-osc-lib
|
||||||
@ -79,6 +43,3 @@ python3-pankoclient
|
|||||||
|
|
||||||
#python-wsme
|
#python-wsme
|
||||||
python3-wsme
|
python3-wsme
|
||||||
|
|
||||||
#rabbitmq-server
|
|
||||||
rabbitmq-server
|
|
||||||
|
@ -2,19 +2,10 @@ openstack/barbican
|
|||||||
openstack/keystone
|
openstack/keystone
|
||||||
openstack/openstack-pkg-tools
|
openstack/openstack-pkg-tools
|
||||||
openstack/openstack-ras
|
openstack/openstack-ras
|
||||||
openstack/python-aodhclient
|
|
||||||
openstack/python-barbicanclient
|
openstack/python-barbicanclient
|
||||||
openstack/python-cinderclient
|
|
||||||
openstack/python-glanceclient
|
|
||||||
openstack/python-gnocchiclient
|
|
||||||
openstack/python-heatclient
|
|
||||||
openstack/python-horizon
|
openstack/python-horizon
|
||||||
openstack/python-ironicclient
|
|
||||||
openstack/python-keystoneclient
|
openstack/python-keystoneclient
|
||||||
openstack/python-neutronclient
|
|
||||||
openstack/python-novaclient
|
|
||||||
openstack/python-openstackclient
|
openstack/python-openstackclient
|
||||||
openstack/python-openstacksdk
|
|
||||||
openstack/python-osc-lib
|
openstack/python-osc-lib
|
||||||
openstack/python-oslo-messaging
|
openstack/python-oslo-messaging
|
||||||
openstack/python-pankoclient
|
openstack/python-pankoclient
|
||||||
|
@ -1,15 +1 @@
|
|||||||
openstack/openstack-aodh
|
|
||||||
openstack/openstack-ironic
|
|
||||||
openstack/python-barbican
|
|
||||||
openstack/python-ceilometer
|
|
||||||
openstack/python-cinder
|
|
||||||
openstack/python-glance
|
|
||||||
openstack/python-gnocchi
|
|
||||||
openstack/python-heat/openstack-heat
|
|
||||||
openstack/python-horizon
|
|
||||||
openstack/python-keystone
|
|
||||||
openstack/python-neutron
|
|
||||||
openstack/python-nova
|
|
||||||
openstack/python-openstackclient
|
|
||||||
openstack/python-placement
|
|
||||||
openstack/python-platformclients
|
openstack/python-platformclients
|
||||||
|
Loading…
Reference in New Issue
Block a user