Skip to content

Commit 624ab1e

Browse files
committed
Remove Zaqar from devstack
Zaqar's devstack code has been moved into a plugin in the Zaqar repo. This patch removes the remaining code from devstack. Depends-On: Iceefabb6cd528b23075a91e8039b8264eb3f33f5 Change-Id: Ifcf54fa2d4a5bf49b6757b593bb70cdeda8edb2a
1 parent c00e399 commit 624ab1e

7 files changed

Lines changed: 2 additions & 310 deletions

File tree

doc/source/index.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,15 +173,14 @@ Scripts
173173
* `lib/swift <lib/swift.html>`__
174174
* `lib/tempest <lib/tempest.html>`__
175175
* `lib/tls <lib/tls.html>`__
176-
* `lib/zaqar <lib/zaqar.html>`__
176+
* `lib/trove <lib/trove.html>`__
177177
* `unstack.sh <unstack.sh.html>`__
178178
* `clean.sh <clean.sh.html>`__
179179
* `run\_tests.sh <run_tests.sh.html>`__
180180

181181
* `extras.d/50-ironic.sh <extras.d/50-ironic.sh.html>`__
182182
* `extras.d/60-ceph.sh <extras.d/60-ceph.sh.html>`__
183183
* `extras.d/70-tuskar.sh <extras.d/70-tuskar.sh.html>`__
184-
* `extras.d/70-zaqar.sh <extras.d/70-zaqar.sh.html>`__
185184
* `extras.d/80-tempest.sh <extras.d/80-tempest.sh.html>`__
186185

187186
* `inc/ini-config <inc/ini-config.html>`__
@@ -239,4 +238,3 @@ Exercises
239238
* `exercises/sec\_groups.sh <exercises/sec_groups.sh.html>`__
240239
* `exercises/swift.sh <exercises/swift.sh.html>`__
241240
* `exercises/volumes.sh <exercises/volumes.sh.html>`__
242-
* `exercises/zaqar.sh <exercises/zaqar.sh.html>`__

exercises/zaqar.sh

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

extras.d/70-zaqar.sh

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

files/debs/zaqar-server

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

files/rpms/zaqar-server

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

lib/tempest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ function configure_tempest {
550550
# this tempest service list needs to be all the services that
551551
# tempest supports, otherwise we can have an erroneous set of
552552
# defaults (something defaulting true in Tempest, but not listed here).
553-
TEMPEST_SERVICES="key,glance,nova,neutron,cinder,swift,heat,ceilometer,horizon,sahara,ironic,trove,zaqar"
553+
TEMPEST_SERVICES="key,glance,nova,neutron,cinder,swift,heat,ceilometer,horizon,sahara,ironic,trove"
554554
for service in ${TEMPEST_SERVICES//,/ }; do
555555
if is_service_enabled $service ; then
556556
iniset $TEMPEST_CONFIG service_available $service "True"

lib/zaqar

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

0 commit comments

Comments
 (0)