Description of problem: consumer history does not record adding or removing from consumergroup events oot@preethi ~]# pulp-admin consumergroup create --id=consumer-grp1 Successfully created Consumer group [ consumer-grp1 ] with description [ None ] [root@preethi ~]# [root@preethi ~]# [root@preethi ~]# pulp-admin consumergroup add_consumer --id=consumer-grp1 --consumerid=preethi.usersys.redhat.com Successfully added consumer [preethi.usersys.redhat.com] to group [consumer-grp1] [root@preethi ~]# [root@preethi ~]# [root@preethi ~]# pulp-admin consumer history --consumerid=preethi.usersys.redhat.com Usage: pulp-admin <options> consumer history <options> pulp-admin: error: no such option: --consumerid [root@preethi ~]# pulp-admin consumer history --id=preethi.usersys.redhat.com+------------------------------------------+ Consumer History +------------------------------------------+ Event Type Repo Bound Timestamp 2010-10-25 11:27:53.321000 Originator admin Repo ID repo-gpg Event Type Repo Bound Timestamp 2010-10-25 11:06:21.274000 Originator admin Repo ID f13 Event Type Consumer Created Timestamp 2010-10-25 10:46:57.669000 Originator admin [root@preethi ~]#
Should probably scrub all of the consumer related operations to make sure they snap out history entries. Also need to consider a way to communicate to developers to be aware of the history needs when adding a consumer operation.
Will address if this is still relevant when consumer groups are rewritten in v2.