← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1533322] Re: "extra_resources" is hidden in ComputeNode

 

Marked as invalid due to the response from Jay Pipes:

The extra_resources attribute was removed because the extensible
resource tracker functionality was deprecated and removed from Nova.  If
there is some functionality you need to include in the scheduler, please
propose it as a nova-specs blueprint and come on to IRC Freenode
#openstack-nova channel to discuss how to implement this functionality.

Going to abandon the change for now.

** Changed in: nova
       Status: In Progress => Invalid

** Changed in: nova
     Assignee: Gage Hugo (gh159m) => (unassigned)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1533322

Title:
  "extra_resources" is hidden in ComputeNode

Status in OpenStack Compute (nova):
  Invalid

Bug description:
  "extra_resources" is a text field defined in ComputeNode model:
  https://github.com/openstack/nova/blob/master/nova/db/sqlalchemy/models.py#L165

  But it's not defined in objects.compute_node.ComputeNode:
  https://github.com/openstack/nova/blob/master/nova/objects/compute_node.py#L52

  True that it's not used anywhere in projects, but it's critical for
  some customized schedulers.

  No clue shows this field is about to deprecate, can we expose this
  field in objects.compute_node.ComputeNode?

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1533322/+subscriptions


References