summaryrefslogtreecommitdiff
path: root/zuul/model.py
diff options
context:
space:
mode:
authorTobias Henkel <tobias.henkel@bmw.de>2017-09-05 14:36:33 +0200
committerTobias Henkel <tobias.henkel@bmw.de>2017-12-06 20:19:02 +0000
commitaea43445b7e9707027a2901c9823789b0e4ef279 (patch)
treed6a76b5c770f679ad39c6074d6b1a91996b3362d /zuul/model.py
parent3934e3f7694dc57df2ab9188ec6982e0180e5d8c (diff)
downloadzuul-aea43445b7e9707027a2901c9823789b0e4ef279.tar.gz
Rename ssh_port to connection_port
With the upcoming windows support we don't have ssh as the only connection type. As a preparation for this generalize ssh_port to connection_port. Change-Id: Ie505fedea7b641a860b7ac4f834d96ce5351dd74 Depends-On: Ic1939054f0604411e0122db8dbd7e9886ceaa974
Diffstat (limited to 'zuul/model.py')
-rw-r--r--zuul/model.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/zuul/model.py b/zuul/model.py
index 3b49591bc..56d08a16f 100644
--- a/zuul/model.py
+++ b/zuul/model.py
@@ -383,7 +383,7 @@ class Node(object):
self.public_ipv4 = None
self.private_ipv4 = None
self.public_ipv6 = None
- self.ssh_port = 22
+ self.connection_port = 22
self._keys = []
self.az = None
self.provider = None