Bug 525298
Summary: | API Overview sample python script uses too many parameters for user.list_users | ||
---|---|---|---|
Product: | Red Hat Satellite 5 | Reporter: | Vinny Valdez <vvaldez> |
Component: | Documentation | Assignee: | John Ha <jha> |
Status: | CLOSED ERRATA | QA Contact: | Šimon Lukašík <slukasik> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 530 | CC: | adstrong, anross, bperkins, cperry, jhutar, jsherril |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-04-23 07:10:44 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 518252 |
Description
Vinny Valdez
2009-09-23 20:24:11 UTC
I will fix this on the website. Fixing so the line will read: list = client.user.list_users(key) Setting NEEDINFO flag to jsherril, as he generated the API docs and can fix them from the content sources for future releases. Fails QA. What is on there is not right in a lot of ways. We need to figure out what we're trying to do as the description is: Below is an example of the user.listAdministeredSystemGroups call being used. Only the name of each group is printed. The problem is, this method does not exist. And that's what is being called in the documentation: list = client.user.list_administered_system_groups(key, 'admin') So, it looks like we both need to figure out what we're trying to demo and fix the code so it works. Used: https://rlx-3-14.rhndev.redhat.com/rhn/apidoc/scripts.jsp Spacewalk master 0d2a9213947e48abcde9dda8e7338565f4427c4b satellite git: e8672b756e2bce5b4a21abda5be406542ddd1684 Changing to verified: Testing procedure: Same as bug 530022, comment 7 as it was both fixed in same patch Verified against: (on rhel-i386-server-5-u4) *-0.5.28-40.x.2 An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2010-0369.html |