nova/nova/api/openstack/compute
Sergey Vilgelm 741f163fc5 Switch to the oslo_utils.fileutils
fileutils is graduated in the oslo.utils library.
Remove old implementation of the read_cached_file function
in the nova.utils and move from the fileutils the read_cached_file
and delete_cached_file functions to the nova.utils module and
the unit tests for these functions.

Implements: blueprint graduate-fileutils[1]
[1] https://blueprints.launchpad.net/oslo-incubator/+spec/graduate-fileutils

Depends-On: I51ba9076e1fbc16145ee2311f47b7768c16dcb20 (requirements)

Change-Id: I849f1c74ec811dbe82ba6270569a008a49eab465
2015-07-24 14:10:44 +03:00
..
contrib Switch to the oslo_utils.fileutils 2015-07-24 14:10:44 +03:00
plugins Switch to the oslo_utils.fileutils 2015-07-24 14:10:44 +03:00
schemas Merge "Validate maximum limit for integer" 2015-07-13 15:52:15 +00: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