Actions
Bug #27514
closedRemove Docker related commands (Error: undefined method `action' for nil:NilClass)
Difficulty:
Triaged:
Yes
Bugzilla link:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1734448
Description of problem:
For technical reasons, Docker CR commands were not removed while removing Docker CR support. They should be removed in the following versions.
Some commands even show undefined method error which is a clear bug.
Version-Release number of selected component (if applicable):
Sat 6.6
How reproducible:
Deterministic
Steps to Reproduce:
1. hammer docker container
2. hammer docker container status
Actual results:
First command exists (and correctly states "Unfortunately the server does not support such operation.")
Second command exists (and incorrectly shows error "Error: undefined method `action' for nil:NilClass")
Expected results:
Commands shouldn't exist
Actions