nova/nova/api/openstack/compute
Davanum Srinivas 9f698dc296 Enable python34 tests for nova/tests/unit/objects/test*.py
All tests in nova/tests/unit/objects/test*.py now run with
python3.4 tox target.

* Fix imports in limits.py and urlmap.py
* Add a list() as keys()/values() return iterator in
  availability_zones.py, flavors.py and instance_numa_topology.py
* contextlib.nested is not present in python3, so whip up an
  alternative using ExitStack(). Directly using ExitStack() wont
  work for us.
* Add a few assertJsonEqual in the test cases
* Ensure fingerprinting generates the same exact value in both
  python27 and python34

Blueprint nova-python3
Change-Id: I848c48475189c4b4ad8151e14509020ae7d110a4
2015-07-01 20:29:42 +00:00
..
contrib Merge "Remove db layer hard-code permission checks for security_group_default_rule_destroy" 2015-06-23 21:00:24 +00:00
plugins Merge "Add microversion to allow server search option ip6 for non-admin" 2015-06-26 23:58:33 +00:00
schemas Add json-schema for v2.1 fixed-ips 2015-04-01 18:39:16 +08:00
views Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
__init__.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
consoles.py Nuke XML support from Nova REST API - Phase 2 2015-01-06 12:03:54 +00:00
extensions.py Use oslo.log 2015-02-22 07:56:40 -05:00
flavors.py Switch to using oslo_* instead of oslo.* 2015-02-06 06:03:10 -05:00
image_metadata.py Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
images.py Remove unused variables from images api 2015-06-02 14:08:48 +01:00
ips.py Remove want_objects kwarg from nova.api.openstack.common.get_instance 2015-03-03 06:44:20 -08:00
limits.py Enable python34 tests for nova/tests/unit/objects/test*.py 2015-07-01 20:29:42 +00:00
server_metadata.py Replace dict.iteritems() with six.iteritems(dict) 2015-05-22 11:33:18 -07:00
servers.py Allow non-admin to list all tenants based on policy 2015-06-18 17:07:54 +00:00
versions.py Add min/max of API microversions to version API 2015-04-14 05:53:07 +00:00