Bug 1396984

Summary: "auto-attach" preference on the client machine is no longer considered
Product: Red Hat Enterprise Linux 6 Reporter: Rehana <redakkan>
Component: subscription-managerAssignee: candlepin-bugs
Status: CLOSED NOTABUG QA Contact: John Sefler <jsefler>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.9CC: redakkan, skallesh
Target Milestone: rcKeywords: Regression
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-11-21 10:53:02 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 Rehana 2016-11-21 10:26:17 UTC
Description of problem:
Observed that after set "auto-attach" to disabled on the client, the auto-attach is working on the client 

Version-Release number of selected component (if applicable):
subscription management server: 2.0.20-1
subscription management rules: 5.20
subscription-manager: 1.18.4-1.git.10.dfae74e.el6
python-rhsm: 1.18.4-1.git.9.bd3c973.el6


How reproducible:
always

Steps to Reproduce:
1.Register client and set auto-attach to "disabled"
2.Execute sbuscription-manager attach --auto
3.

Actual results:
auto-attach works on the client

Expected results:
auto-attach should fail saying its disabled on the machine

Additional info:
[root@test ~]# curl -X GET -k -u username:password "https://server.redhat.com:8443/candlepin/owners/admin/" | python -mjson.tool  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
124   373    0   373    0     0    247      0 --:--:--  0:00:01 --:--:--  1130
{
    "autobindDisabled": false, 
    "contentPrefix": null, 
    "created": "2016-11-18T13:01:00+0000", 
    "defaultServiceLevel": null, 
    "displayName": "Admin Owner", 
    "href": "/owners/admin", 
    "id": "8ac6a36358778686015877869b090004", 
    "key": "admin", 
    "logLevel": null, 
    "parentOwner": null, 
    "updated": "2016-11-21T10:11:03+0000", 
    "upstreamConsumer": null
}
[root@test ~]# subscription-manager identity
system identity: ef8fd3e5-e320-4d01-8ad1-5ad520ea43c7
name: test
org name: Admin Owner
org ID: admin

[root@test ~]# subscription-manager auto-attach --show
Auto-attach preference: disabled

Comment 2 Rehana 2016-11-21 10:53:02 UTC
my mistake.. closing a "Not a bug" , the auto-attach preference is for the "heal" and not for the "auto-attach " option