← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1278279] [NEW] hypervisor and near attributes do not exist in scheduler_hints parameter

 

Public bug reported:

The API samples of scheduler-hints contains "hypervisor" and "near"
attributes like the following:

{
    "server" : {
        "name" : "new-server-test",
        "image_ref" : "http://glance.openstack.example.com/openstack/images/70a599e0-31e7-49b7-b260-868f441e862b";,
        "flavor_ref" : "http://openstack.example.com/openstack/flavors/1";,
        "os-scheduler-hints:scheduler_hints": {
            "hypervisor": "xen",
            "near": "48e6a9f6-30af-47e0-bc04-acaed113bb4e"
        }
    }
}

However the attributes do not exist in the scheduler-hints parameter of
"create a server" API.

** Affects: nova
     Importance: Undecided
     Assignee: Ken'ichi Ohmichi (oomichi)
         Status: In Progress

** Changed in: nova
     Assignee: (unassigned) => Ken'ichi Ohmichi (oomichi)

-- 
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/1278279

Title:
  hypervisor and near attributes do not exist in scheduler_hints
  parameter

Status in OpenStack Compute (Nova):
  In Progress

Bug description:
  The API samples of scheduler-hints contains "hypervisor" and "near"
  attributes like the following:

  {
      "server" : {
          "name" : "new-server-test",
          "image_ref" : "http://glance.openstack.example.com/openstack/images/70a599e0-31e7-49b7-b260-868f441e862b";,
          "flavor_ref" : "http://openstack.example.com/openstack/flavors/1";,
          "os-scheduler-hints:scheduler_hints": {
              "hypervisor": "xen",
              "near": "48e6a9f6-30af-47e0-bc04-acaed113bb4e"
          }
      }
  }

  However the attributes do not exist in the scheduler-hints parameter
  of "create a server" API.

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


Follow ups

References