Bug 1130119
Summary: | Call report contains too much information | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Ina Panova <ipanova> |
Component: | async/tasks | Assignee: | Chris Duryee <cduryee> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ina Panova <ipanova> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | cduryee, rbarlow |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | 2.5.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-11-24 21:33:19 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
Ina Panova
2014-08-14 11:35:32 UTC
https://github.com/pulp/pulp/pull/1129 merged to 2.4-dev and master build: 2.5.0-0.6.beta Tested in 2.5.0-0.6.beta # curl -H "Accept: application/json" -X POST -k -u admin:admin -d '{"repo_id":"test_repo","distributor_id":"yum_distributor"}' 'https://example.com/pulp/api/v2/consumers/c1/bindings/'| python -m json.tool % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 501 100 443 100 58 1182 154 --:--:-- --:--:-- --:--:-- 1184 { "error": null, "result": { "_id": { "$oid": "542d3bca908a3a4ee88c0b85" }, "_ns": "consumer_bindings", "binding_config": {}, "consumer_actions": [], "consumer_id": "c1", "deleted": false, "distributor_id": "yum_distributor", "id": "542d3bca908a3a4ee88c0b85", "notify_agent": true, "repo_id": "test_repo" }, "spawned_tasks": [ { "_href": "/pulp/api/v2/tasks/8b5f7eea-6ab2-48b2-ae80-46e699c60942/", "task_id": "8b5f7eea-6ab2-48b2-ae80-46e699c60942" } ] } Moving to Verified. |