summaryrefslogtreecommitdiff
path: root/ironic/conductor/base_manager.py
diff options
context:
space:
mode:
authorAeva Black <aeva.online@gmail.com>2019-12-23 17:57:17 -0800
committerJulia Kreger <juliaashleykreger@gmail.com>2020-04-13 07:29:37 -0700
commit9f75bbd938dae085b7c6985ae3d591c1e7f5ef55 (patch)
tree7857173f86f8a21445eb655ff3ecad9bfa292605 /ironic/conductor/base_manager.py
parent1dee25f554ab928ecdc6b7e3dd691eabf3db0ee4 (diff)
downloadironic-9f75bbd938dae085b7c6985ae3d591c1e7f5ef55.tar.gz
Add my new address to .mailmap
This commit updates the mailmap file and changes my alias in a few places within old comments. Change-Id: Ica0e184109d794b8e129d567b5606d7fe84ff384
Diffstat (limited to 'ironic/conductor/base_manager.py')
-rw-r--r--ironic/conductor/base_manager.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ironic/conductor/base_manager.py b/ironic/conductor/base_manager.py
index 8ef568d83..c5c7d4b90 100644
--- a/ironic/conductor/base_manager.py
+++ b/ironic/conductor/base_manager.py
@@ -118,7 +118,8 @@ class BaseConductorManager(object):
_check_enabled_interfaces()
- # NOTE(deva): these calls may raise DriverLoadError or DriverNotFound
+ # NOTE(tenbrae): these calls may raise DriverLoadError or
+ # DriverNotFound
# NOTE(vdrok): Instantiate network and storage interface factory on
# startup so that all the interfaces are loaded at the very
# beginning, and failures prevent the conductor from starting.