Bug 852006
Summary: | 'Type' field shouldn't be empty under 'changeset list' command and should show the changeset type e.g. (deletion/promotion) | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Sachin Ghai <sghai> |
Component: | API | Assignee: | Martin Bacovsky <mbacovsk> |
Status: | CLOSED ERRATA | QA Contact: | Sachin Ghai <sghai> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.0.0 | CC: | dmacpher, mbacovsk, mmccune, omaciel, sachua |
Target Milestone: | Unspecified | Keywords: | Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
System Engine does not display information about changeset types using the command "changeset list". This fix allows users to see the changesets types listed with this command.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2012-12-04 19:51:45 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
Sachin Ghai
2012-08-27 10:05:01 UTC
Fixed by Pajk in commit 29557788796cfb59978e9e4c4d34bb7c60dfbdd9 in Katello tree. Verified with following CFSE build: [root@dhcp201-107 ~]# rpm -qa | grep katello katello-qpid-client-key-pair-1.0-1.noarch katello-common-1.1.12-7.el6cf.noarch katello-all-1.1.12-7.el6cf.noarch katello-cli-1.1.8-4.el6cf.noarch katello-certs-tools-1.1.8-1.el6cf.noarch katello-glue-candlepin-1.1.12-7.el6cf.noarch katello-selinux-1.1.1-1.el6cf.noarch katello-configure-1.1.9-3.el6cf.noarch katello-candlepin-cert-key-pair-1.0-1.noarch katello-cli-common-1.1.8-4.el6cf.noarch katello-glue-pulp-1.1.12-7.el6cf.noarch katello-1.1.12-7.el6cf.noarch katello-qpid-broker-key-pair-1.0-1.noarch Now 'changeset list' command showing the 'changeset type' as below: ------ [root@dhcp201-107 ~]# katello -u admin -p admin shell cfse> changeset create --org ACME_Corporation --name testset --environment dev --promotion Successfully created changeset [ testset ] for environment [ dev ] cfse> changeset create --org ACME_Corporation --name testset_del --environment dev --deletion Successfully created changeset [ testset_del ] for environment [ dev ] cfse> changeset list --org ACME_Corporation --environment dev ------------------------------------------------------------------------------------------------------------------------------------------------------------- Changeset List Id Name Action Type Updated At State Environment Id Environment Name ------------------------------------------------------------------------------------------------------------------------------------------------------------- 2 testset_del deletion 2012/09/18 08:05:42 new 2 dev 1 testset promotion 2012/09/18 08:04:18 new 2 dev cfse> ---- 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. http://rhn.redhat.com/errata/RHSA-2012-1543.html |