| Thread Previous • Date Previous • Date Next • Thread Next |
Public bug reported:
"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?
** Affects: nova
Importance: Undecided
Status: New
--
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):
New
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
| Thread Previous • Date Previous • Date Next • Thread Next |