Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make OrchestrationService retirement work again
With this commit we make sure retirement request validation succeeds, because right now it's failing with: ``` [ActiveRecord::RecordInvalid]: Validation failed: OrchestrationStackRetireTask: Request type should be orchestration_stack_retire ``` Reason for the error above ^ is that `OrchestrationStack.class.name` gets transformed into `orchestrationstack` while validation expects underscore inbetween: `orchestration_stack`. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1632239 Signed-off-by: Miha Pleško <[email protected]>
- Loading branch information