diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-03-02 02:25:26 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-03-02 02:25:26 +0000 |
| commit | 3e68b2887371f4ba12dc67ca4b5a17e72dea0d16 (patch) | |
| tree | c8353105f08a121daa64db6d7b684560ba3dfddc | |
| parent | 69b9016de045f8cdf3a645d51d75860ca449ec0a (diff) | |
| parent | 23e9b6e9846237acf89a74fdea50a69528a28ef6 (diff) | |
Merge "Tone down logging while waiting for conductor."
| -rw-r--r-- | nova/conductor/api.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/conductor/api.py b/nova/conductor/api.py index 6bc2d3f25..512a08f8a 100644 --- a/nova/conductor/api.py +++ b/nova/conductor/api.py @@ -364,7 +364,7 @@ class API(object): self.ping(context, '1.21 GigaWatts', timeout=timeout) break except rpc_common.Timeout as e: - LOG.exception(_('Timed out waiting for nova-conductor. ' + LOG.warning(_('Timed out waiting for nova-conductor. ' 'Is it running? Or did this service start ' 'before nova-conductor?')) |
