SatelliteQE / nailgun

Why use a hammer when you can use a nailgun.
GNU General Public License v3.0
46 stars 83 forks source link

Subscription.read() failing with MissingValueError #304

Open oshtaier opened 8 years ago

oshtaier commented 8 years ago

Needs to check the method mentioned in title as it is returns:

{MissingValueError}Cannot find a value for the "activation_key" field. Searched for keys named ('activation_key', 'activation_key_id'), but available keys are [u'support_level', u'ram', u'sockets', u'cp_id', u'provided_products', u'virt_only', u'support_type', u'id', u'systems', u'subscription_id', u'type', u'contract_number', u'available', u'description', u'end_date', u'multi_entitlement', u'arch', u'name', u'product_id', u'unmapped_guest', u'product_name', u'consumed', u'start_date', u'instance_multiplier', u'stacking_id', u'account_number', u'activation_keys', u'cores', u'quantity'].
elyezer commented 8 years ago

It seems that now a subscription can have multiple activation key attached to it. I am guessing this by seeing the activation_keys on the available fields.