summaryrefslogtreecommitdiff
path: root/ironic/conductor/rpcapi.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/rpcapi.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/rpcapi.py')
-rw-r--r--ironic/conductor/rpcapi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ironic/conductor/rpcapi.py b/ironic/conductor/rpcapi.py
index f3a64824b..4b1929b02 100644
--- a/ironic/conductor/rpcapi.py
+++ b/ironic/conductor/rpcapi.py
@@ -132,7 +132,7 @@ class ConductorAPI(object):
serializer=serializer)
use_groups = self.client.can_send_version('1.47')
- # NOTE(deva): this is going to be buggy
+ # NOTE(tenbrae): this is going to be buggy
self.ring_manager = hash_ring.HashRingManager(use_groups=use_groups)
def get_conductor_for(self, node):