Commit b0ee17c4 authored by Matt Bruzek's avatar Matt Bruzek

Found another mention of minion changed to node.

parent d0240139
...@@ -24,7 +24,7 @@ class Registrator: ...@@ -24,7 +24,7 @@ class Registrator:
def __init__(self): def __init__(self):
self.ds ={ self.ds ={
"creationTimestamp": "", "creationTimestamp": "",
"kind": "Minion", "kind": "Node",
"name": "", # private_address "name": "", # private_address
"metadata": { "metadata": {
"name": "", #private_address, "name": "", #private_address,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment