Skip to content

Commit ecb725f

Browse files
authored
Update systemvm/debian/opt/cloud/bin/cs/CsDhcp.py
1 parent 3b1a83a commit ecb725f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

systemvm/debian/opt/cloud/bin/cs/CsDhcp.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,7 @@ def configure_server(self):
139139
# Listen Address
140140
if self.cl.is_redundant():
141141
listen_address.append(gateway)
142-
listen_address.append(ip)
143-
else:
144-
listen_address.append(ip)
142+
listen_address.append(ip)
145143
# Add localized "data-server" records in /etc/hosts for VPC routers
146144
if self.config.is_vpc() or self.config.is_router():
147145
self.add_host(gateway, "%s data-server" % CsHelper.get_hostname())

0 commit comments

Comments
 (0)