fuel-web/nailgun/nailgun
Alexander Kislitsky 63f079884b Logging in finding disk function fixed
The funcion find_existing_disk is called in the VolumeManager constructor.
When the new node is discovered and nailgun-agent doesn't post yet nodes
info to the Nailgun we have no volumes info and have warning and error
messages in the logs on each VolumeManager object initialization.
On empty volumes data we shouldn't perform search in find_existing_disk.
Just log message and return None.

Change-Id: Ia7ffc5f69995dc4230f5984faaa08ae543bbe044
Closes-Bug: #1523471
(cherry picked from commit 6bd08607c6)
2016-10-17 16:10:52 +00:00
..
api Limit cookie usage to download routes 2016-09-27 16:49:10 +03:00
assassin Log when assassind detects the node is away 2015-03-27 13:54:04 +01:00
db Add cleanup on delete action for NetworkGroupHandler 2015-08-28 13:17:46 +03:00
errors Add 'deployed_before' flag to cluster that forbids stop deployment 2016-07-05 17:35:45 +03:00
expression Remove support of '?' operator in expressions and improve performance 2014-11-13 15:23:15 +03:00
extensions Logging in finding disk function fixed 2016-10-17 16:10:52 +00:00
fake_keystone Initial JSONSchema validation 2014-12-15 13:09:38 +03:00
fixtures Add the atop service UI settings section 2016-09-09 12:33:43 +03:00
fsm license 2013-06-28 14:24:40 +04:00
middleware Limit cookie usage to download routes 2016-09-27 16:49:10 +03:00
network Do not include Admin network twice 2016-03-24 14:53:19 +03:00
objects Set 'deployed_before' attribute in cluster attributes if not present 2016-07-13 13:33:51 +03:00
openstack Swap deprecated oslo namespaces 2015-07-23 23:33:58 +03:00
orchestrator Robust generating of routes 2016-03-27 20:58:14 +03:00
plugins Disallow disabling plugins which roles are used 2015-08-13 17:37:14 +03:00
rpc RPC handler for DeleteIBPImagesTask 2015-09-02 09:58:32 +02:00
statistics Add the atop service UI settings section 2016-09-09 12:33:43 +03:00
task Add 'deployed_before' flag to cluster that forbids stop deployment 2016-07-05 17:35:45 +03:00
test Logging in finding disk function fixed 2016-10-17 16:10:52 +00:00
utils fix race with syslog while renaming remote log dir 2016-09-08 12:34:24 +03:00
volumes Move volume manager into extensions directory 2015-06-24 17:01:53 +03:00
webui Explicit WSGI application and fixed static in dev 2014-03-24 15:04:55 +04:00
__init__.py License information added 2013-06-25 07:49:11 +00:00
app.py Disable auto-reload 2014-12-03 15:35:33 +01:00
autoapidoc.py Swap deprecated oslo namespaces 2015-07-23 23:33:58 +03:00
consts.py Added generate_network_scheme for 7.0 2015-08-25 11:30:06 +03:00
logger.py Quick fix for content_length in uwsgi 2014-03-31 13:30:36 +04:00
notifier.py Notification object - preparing for pagination 2014-04-04 15:25:31 +04:00
settings.py Separate configuration based on test environment 2014-07-17 10:15:30 +03:00
settings.yaml Add MySQL configs and log-files to the diagnostic snapshot 2016-05-10 20:07:16 +03:00
unit_test.py All flake8 warnings fixed, except for H302 (should be ignored) 2013-08-30 18:08:53 +04:00
urls.py Add fake Keystone 2014-07-11 14:47:58 +02:00
wsgi.py Explicit WSGI application and fixed static in dev 2014-03-24 15:04:55 +04:00