Bug 673229
| Summary: | Deleting consumer is not deleting the pulp.repo | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
| Component: | z_other | Assignee: | Jeff Ortel <jortel> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | unspecified | CC: | jortel, skarmark |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | Sprint 20 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-08-16 12:09:12 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: | 647488 | ||
|
Description
Preethi Thomas
2011-01-27 19:00:01 UTC
Fixed with 673518. Fixed in 0.134. verified [root@10 ~]# rpm -q pulp pulp-0.0.134-1.fc14.noarch [root@10 ~]# pulp-client -u admin -p admin consumer bind --id=remote_client --repoid=f14-update Successfully subscribed consumer [remote_client] to repo [f14-update] [root@10 ~]# cat /etc/yum.repos.d/pulp.repo # # Pulp Repositories # Managed by Pulp client # [f14-update] name = f14-updates baseurl = https://preethi.usersys.redhat.com/pulp/repos/pub/fedora/linux//updates/14/x86_64 enabled = 1 sslverify = 0 gpgcheck = 0[pulp-client -u admin -p admin consumer unbind --id=remote_client --repoid=f14-update Successfully unsubscribed consumer [remote_client] from repo [f14-update] [root@10 ~]# cat /etc/yum.repos.d/pulp.repo # # Pulp Repositories # Managed by Pulp client # [root@10 ~]# Closing with Community Release 15 pulp-0.0.223-4. Closing with Community Release 15 pulp-0.0.223-4. |