Description of problem: Currently categories is part of the packagegroup module and the options are a bit too confusing. It may be better to have a different module for the categories. [root@10 ~]# pulp-admin packagegroup Usage: pulp-admin <options> packagegroup <action> <options> Supported Actions: list list available package groups info lookup information for a package group create create a package group delete delete a package group add_package add package to an existing package group delete_package delete package from an existing package group install schedule a packagegroup install install_category schedule a packagegroupcategory install list_category list available package group categories info_category lookup information for a package group category create_category create a package group category delete_category delete a package group category add_group add package group to an existing package group category delete_group delete package group from an existing package group category
We plan to add this to Sprint 19. If anyone has suggestions on a better organization, please include. Current thoughts are to create a new module: "packagecategory" and move the calls to this new module.
Fixed in v2, the category list is separate from the group list.