You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that scheduler_hints are getting ignored during server create due to incorrect json tag being used in the create request. Currently the tag being used is "scheduler_hints":{"group":"perf-same-host"}
Checking OpenStack API documentation for Kilo and Juno, the tag should be "os:scheduler_hints":{"group":"perf-same-host"}
API reference. http://developer.openstack.org/api-ref-compute-v2-ext.html#os-scheduler-hints
Fix requires changing the hash key in client/nova.rb along with the corresponding client/nova_spec.rb "all options specified" test case.
It appears that scheduler_hints are getting ignored during server create due to incorrect json tag being used in the create request. Currently the tag being used is
"scheduler_hints":{"group":"perf-same-host"}
Checking OpenStack API documentation for Kilo and Juno, the tag should be
"os:scheduler_hints":{"group":"perf-same-host"}
API reference. http://developer.openstack.org/api-ref-compute-v2-ext.html#os-scheduler-hints
Fix requires changing the hash key in client/nova.rb along with the corresponding client/nova_spec.rb "all options specified" test case.
excerpt from debug log below, using v0.6.0.
The text was updated successfully, but these errors were encountered: