-
Bug
-
Resolution: Unresolved
-
Major
-
6.18.0
Description of problem:
While trying to delete a freshly created rolling content view, observed the following error:
~~~
Katello::Resources::Candlepin::Environment: 404 Not Found {"displayMessage":"Environment with ID(s) fd3b42253d3aeac382dbd6c9d098994f could not be found.","requestUuid":"c53e2026-012b-400c-be57-e3bda5177771"} (GET /candlepin/environments/fd3b42253d3aeac382dbd6c9d098994f)
~~~
How reproducible:
Always
Is this issue a regression from an earlier version:
No
Steps to Reproduce:
1. Create a Rolling Content View on Satellite 6.18
2. Try to delete the content view.
Actual behavior:
Delete task paused and failed with the following error:
~~~
Katello::Resources::Candlepin::Environment: 404 Not Found {"displayMessage":"Environment with ID(s) fd3b42253d3aeac382dbd6c9d098994f could not be found.","requestUuid":"c53e2026-012b-400c-be57-e3bda5177771"} (GET /candlepin/environments/fd3b42253d3aeac382dbd6c9d098994f)
~~~
Expected behavior:
- The task should be completed without error.
Business Impact / Additional info:
NA