Bug 1721699
Summary: | You cannot update a content-view filter's description using hammer. | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Andrew Puch <apuch> |
Component: | Hammer - Content | Assignee: | Chris Roberts <chrobert> |
Status: | CLOSED ERRATA | QA Contact: | Roman Plevka <rplevka> |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.5.0 | CC: | chrobert, dsynk, pcreech, wpinheir |
Target Milestone: | 6.7.0 | Keywords: | Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | https://projects.theforeman.org/issues/27213 | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-04-14 15:54:08 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Andrew Puch
2019-06-18 22:07:59 UTC
if -nd does not meet may RH should have ---nd as I do not know if that short hand would be allowed ? Moving this bug to POST for triage into Satellite 6 since the upstream issue https://projects.theforeman.org/issues/27213 has been resolved. VERIFIED on sat6.7.0 snap#10 ``` # hammer content-view filter create --content-view-id 1 --name foo --description bar --type rpm Filter created. [root@dhcp-3-155 ~]# hammer content-view filter list --content-view-id 1 ----------|------|-------------|------|---------- FILTER ID | NAME | DESCRIPTION | TYPE | INCLUSION ----------|------|-------------|------|---------- 1 | foo | bar | rpm | false ----------|------|-------------|------|---------- [root@dhcp-3-155 ~]# [root@dhcp-3-155 ~]# [root@dhcp-3-155 ~]# [root@dhcp-3-155 ~]# hammer content-view filter update --content-view-id 1 --name foo --description bar2 Filter updated. [root@dhcp-3-155 ~]# hammer content-view filter list --content-view-id 1 ----------|------|-------------|------|---------- FILTER ID | NAME | DESCRIPTION | TYPE | INCLUSION ----------|------|-------------|------|---------- 1 | foo | bar2 | rpm | false ----------|------|-------------|------|---------- ``` Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:1455 |