commit | 6d6cb29ca7ec27db845c5383b1594d124fc5d785 | [log] [tgz] |
---|---|---|
author | Ievgeniia Zadorozhna <izadorozhna@mirantis.com> | Tue Jan 11 17:26:48 2022 +0300 |
committer | Ievgeniia Zadorozhna <izadorozhna@mirantis.com> | Tue Jan 11 17:26:48 2022 +0300 |
tree | edb4004a2985c9f0a1161a10b9c7f12cfe615d54 | |
parent | 08d4cad1429c7b2f84e30592c88104862e0e19f0 [diff] [blame] |
Added "spt" to the cleanup script mask to clean MOS-SPT resources Change-Id: I752dea198e893faf3d2b274ccedacee5feb4dde2
diff --git a/scripts/cleanup_old.sh b/scripts/cleanup_old.sh index 9792873..693c913 100644 --- a/scripts/cleanup_old.sh +++ b/scripts/cleanup_old.sh
@@ -1,6 +1,6 @@ #!/bin/bash export OS_INTERFACE='admin' -mask='rally_\|tempest_\|tempest-' +mask='rally_\|tempest_\|tempest-\|spt-' echo "Starting. Using mask '$mask'"