Skip to content

Commit 9efdd6d

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Drop Sahara"
2 parents bc30ede + 4d9379e commit 9efdd6d

File tree

16 files changed

+5
-150
lines changed

16 files changed

+5
-150
lines changed

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ Kolla provides images to deploy the following OpenStack projects:
9292
- `Neutron <https://docs.openstack.org/neutron/latest/>`__
9393
- `Nova <https://docs.openstack.org/nova/latest/>`__
9494
- `Octavia <https://docs.openstack.org/octavia/latest/>`__
95-
- `Sahara <https://docs.openstack.org/sahara/latest/>`__ (deprecated)
9695
- Skyline (`APIServer <https://docs.openstack.org/skyline-apiserver/latest/>`__ and `Console <https://docs.openstack.org/skyline-console/latest/>`__)
9796
- `Solum <https://docs.openstack.org/solum/latest/>`__
9897
- `Swift <https://docs.openstack.org/swift/latest/>`__

doc/source/matrix_aarch64.csv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ placement,U,U,U
4848
prometheus,U,U,U
4949
rabbitmq,U,U,U
5050
redis,U,U,U
51-
sahara,U,U,U
5251
skyline,U,U,U
5352
solum,U,U,U
5453
swift,U,U,U

doc/source/matrix_x86.csv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ placement,T,T,T
4949
prometheus,U,U,U
5050
rabbitmq,T,T,T
5151
redis,T,U,U
52-
sahara,U,U,U
5352
skyline,U,U,U
5453
solum,U,U,U
5554
swift,T,T,U

docker/horizon/extend_start.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,6 @@ function config_octavia_dashboard {
155155
"${SITE_PACKAGES}/openstack_dashboard/local/enabled/_1482_project_load_balancer_panel.py"
156156
}
157157

158-
function config_sahara_dashboard {
159-
for file in ${SITE_PACKAGES}/sahara_dashboard/enabled/_*[^__].py; do
160-
config_dashboard "${ENABLE_SAHARA:-no}" \
161-
"${SITE_PACKAGES}/sahara_dashboard/enabled/${file##*/}" \
162-
"${SITE_PACKAGES}/openstack_dashboard/local/enabled/${file##*/}"
163-
done
164-
}
165-
166158
function config_solum_dashboard {
167159
for file in ${SITE_PACKAGES}/solumdashboard/local/enabled/_*[^__].py; do
168160
config_dashboard "${ENABLE_SOLUM:-no}" \
@@ -257,7 +249,6 @@ config_masakari_dashboard
257249
config_mistral_dashboard
258250
config_neutron_vpnaas_dashboard
259251
config_octavia_dashboard
260-
config_sahara_dashboard
261252
config_solum_dashboard
262253
config_tacker_dashboard
263254
config_trove_dashboard

docker/openstack-base/Dockerfile.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
160160
'python-novaclient',
161161
'python-openstackclient',
162162
'python-qpid-proton',
163-
'python-saharaclient',
164163
'python-swiftclient',
165164
'python-troveclient',
166165
'python-vitrageclient',

docker/sahara/sahara-api/Dockerfile.j2

Lines changed: 0 additions & 16 deletions
This file was deleted.

docker/sahara/sahara-api/extend_start.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

docker/sahara/sahara-base/Dockerfile.j2

Lines changed: 0 additions & 45 deletions
This file was deleted.

docker/sahara/sahara-base/extend_start.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

docker/sahara/sahara-base/sahara_sudoers

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)