Remove pre-deployment validation

Validation collect-flavors-and-verify-profiles fails in pre-deployment
stage with exception from swiftclient code in stable train.

Also as swift is removed from undercloud in latest releases, we can
remove this validation check for pre-deployment stage.

Partial-Bug: #1953102
Change-Id: I1a5740c0431796ac7286229753e61cd1ecf8ec8f
This commit is contained in:
Rajesh Tailor 2021-12-03 10:53:52 +05:30
parent bc1d40a539
commit 23890fcee4
2 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,6 @@
This validation checks the flavors assigned to roles exist and have the
correct capabilities set.
groups:
- pre-deployment
- pre-upgrade
categories:
- compute

View File

@ -5,5 +5,4 @@ metadata:
This validation checks the flavors assigned to roles exist and have the
correct capabilities set.
groups:
- pre-deployment
- pre-upgrade