Actions
Bug #21961
closedhost registration fails during provisioning if using a limited host collection
Status:
Closed
Priority:
Normal
Assignee:
Category:
Subscriptions
Target version:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1510639
Description of problem:
The problem boils down to this: if you're registering a host using an activation key where the host collection is set to a limit, the registration process fails with the error:
If you change the host collection to unlimited, then registration proceeds without a glitch
Version-Release number of selected component (if applicable):
reproduced w/ katello devel environment
How reproducible:
Steps to Reproduce:
1. create a host collection with a limit
2. create an activation key and associate the host collection
3. register a host with the activation key
Actual results:
- subscription-manager register --org="Default_Organization" --activationkey="rhel7_filtered" --force
Host collection 'hc1' exceeds maximum usage limit of '50'
Expected results:
registration succeeds without error
Actions