yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #27045
[Bug 1412973] [NEW] test_create_server_with_scheduler_hint_group fails
Public bug reported:
test_create_server_with_scheduler_hint_group fails like the following:
Traceback (most recent call last):
File "tempest/api/compute/servers/test_create_server.py", line 112, in test_create_server_with_scheduler_hint_group
policies=policies)
File "tempest/services/compute/json/servers_client.py", line 539, in create_server_group
resp, body = self.post('os-server-groups', post_body)
File "/usr/local/lib/python2.7/dist-packages/tempest_lib/common/rest_client.py", line 168, in post
return self.request('POST', url, extra_headers, headers, body)
File "tempest/common/service_client.py", line 67, in request
raise exceptions.BadRequest(ex)
BadRequest: Bad request
Details: Bad request
Details: {u'message': u"Invalid input for field/attribute 0. Value: affinity. {'allOf': [{'enum': 'affinity'}, {'enum': 'anti-affinity'}]} is not allowed for u'affinity'", u'code': 400}
** 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/1412973
Title:
test_create_server_with_scheduler_hint_group fails
Status in OpenStack Compute (Nova):
New
Bug description:
test_create_server_with_scheduler_hint_group fails like the following:
Traceback (most recent call last):
File "tempest/api/compute/servers/test_create_server.py", line 112, in test_create_server_with_scheduler_hint_group
policies=policies)
File "tempest/services/compute/json/servers_client.py", line 539, in create_server_group
resp, body = self.post('os-server-groups', post_body)
File "/usr/local/lib/python2.7/dist-packages/tempest_lib/common/rest_client.py", line 168, in post
return self.request('POST', url, extra_headers, headers, body)
File "tempest/common/service_client.py", line 67, in request
raise exceptions.BadRequest(ex)
BadRequest: Bad request
Details: Bad request
Details: {u'message': u"Invalid input for field/attribute 0. Value: affinity. {'allOf': [{'enum': 'affinity'}, {'enum': 'anti-affinity'}]} is not allowed for u'affinity'", u'code': 400}
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1412973/+subscriptions
Follow ups
References