nova/nova/api/openstack
Ken'ichi Ohmichi 2841dd3de9 Make scheduler_hints schema allow list of id
Nova v2.0 API allows a list of server_id, and the corresponding
filter handles it. However, Nova v2.1 API doesn't do that now.
That is backward incompatibile issue.
This patch fixes this issue.

NOTE: Tempest patch Ib3365ac2783a0578c7a1a1e72d9b6c9cfea340f5
      is for reproducing this problem on the gate.
      After this fixing, the Tempest patch can be merged and
      we will be able to block this problem.

Change-Id: I1de7d184c590e84ab1b38880c8d784d38c37b820
Closes-Bug: #1521928
2015-12-21 12:29:27 +00:00
..
compute Make scheduler_hints schema allow list of id 2015-12-21 12:29:27 +00:00
__init__.py Remove 'v3' from extension code 2015-09-08 14:00:03 +00:00
api_version_request.py Remove onSharedStorage from evacuate API 2015-12-15 11:23:11 +01:00
auth.py api: use v2.1 only in api-paste.ini 2015-08-28 10:14:27 +00:00
common.py Replace os.path.join() for URLs 2015-12-08 17:46:34 +00:00
extensions.py OpenStack typo 2015-11-09 15:52:22 +00:00
rest_api_version_history.rst Remove onSharedStorage from evacuate API 2015-12-15 11:23:11 +01:00
urlmap.py Enable python34 tests for nova/tests/unit/objects/test*.py 2015-07-01 20:29:42 +00:00
versioned_method.py Implement microversion support on api methods 2014-12-05 09:54:41 +08:00
wsgi.py [Py34] Enable api.openstack.test_wsgi unit test 2015-12-10 21:53:01 +02:00