| Summary: | invalid _href attribute of a consumer--repo--distributor binding | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | mkovacik |
| Component: | API/integration | Assignee: | Mike McCune <mmccune> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | pulp-qe-list |
| Severity: | unspecified | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.2 | CC: | mmccune, skarmark |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | 2.4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | https://pulp-dev-guide.readthedocs.org/en/pulp-2.2/integration/rest-api/consumer/bind.html | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-08-09 06:55:21 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: | |
|
Description
mkovacik
2013-10-15 08:43:19 UTC
Fix in PR: https://github.com/pulp/pulp/pull/716 build: 2.4.0-0.7.beta Verified in 2.4.0-0.10.beta # screen log [root@ec2-54-73-150-13 pulp_auto]# curl -k https://admin:admin@`hostname`/pulp/api/v2/consumers/milan/bindings/zoo/yum_distributor/ {"notify_agent": true, "repo_id": "zoo", "_href": "/pulp/api/v2/consumers/milan/bindings/zoo/yum_distributor/", "type_id": "yum_distributor", "consumer_actions": [], "_ns": "consumer_bindings", "_id": {"$oid": "535a733ee128540534d5d015"}, "consumer_id": "milan", "deleted": false, "binding_config": {}, "details": {"server_name": "ec2-54-73-150-13.eu-west-1.compute.amazonaws.com", "ca_cert": null, "relative_path": "/pulp/repos/repos/pulp/pulp/demo_repos/zoo/", "gpg_keys": [], "client_cert": null, "protocols": ["https"], "repo_name": "zoo"}, "distributor_id": "yum_distributor", "id": "535a733ee128540534d5d015"} [root@ec2-54-73-150-13 pulp_auto]# This has been fixed in Pulp 2.4.0-1. |