nova/nova/cells
Arata Notsu d120cedb4e Correct use of ConfigFilesNotFoundError
ConfigFilesNotFoundError.__init__() takes "config_files", not
"path". And pass the config value itself rather than the result
of find_file(), which is always None.

Change-Id: Ia5285d252d5636892c4fbeb9191a6c7ed4923b78
Closes-Bug: 1236176
(cherry picked from commit 84b02ca1d5)
2013-10-10 10:25:01 -04:00
..
filters Fix regression issues with cells target filter 2013-09-10 21:25:52 +00:00
weights Remove the monkey patching of _ into the builtins 2013-07-26 07:31:17 -07:00
__init__.py Cells: Add the main code. 2013-01-04 20:45:05 +00:00
driver.py Cells: Add the main code. 2013-01-04 20:45:05 +00:00
manager.py Make backup and snapshot use objects 2013-08-29 06:53:11 +01:00
messaging.py Make backup and snapshot use objects 2013-08-29 06:53:11 +01:00
opts.py maint: remove redundant default=None for config options 2013-08-09 02:05:04 +01:00
rpc_driver.py Port all rpcapi modules to oslo.messaging interface 2013-09-03 21:22:43 +01:00
rpcapi.py Port all rpcapi modules to oslo.messaging interface 2013-09-03 21:22:43 +01:00
scheduler.py Fix regression issues with cells target filter 2013-09-10 21:25:52 +00:00
state.py Correct use of ConfigFilesNotFoundError 2013-10-10 10:25:01 -04:00
utils.py Makes _PATH_CELL_SEP a public global variable 2013-07-15 10:38:10 +08:00