** Changed in: nova
Status: New => Invalid
--
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/1215708
Title:
extension scheduler_hints v3 without alias as prefix for request
params
Status in OpenStack Compute (Nova):
Invalid
Bug description:
scheduler_hints should be "os-scheduler-hints:scheduler_hints"
def server_create(self, server_dict, create_kwargs):
create_kwargs['scheduler_hints'] = server_dict.get('scheduler_hints')
def server_xml_extract_server_deserialize(self, server_node, server_dict):
scheduler_hints = self._extract_scheduler_hints(server_node)
if scheduler_hints:
server_dict[ALIAS + ':scheduler_hints'] = scheduler_hints
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1215708/+subscriptions
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp