Skip to content

Commit 58ba44a

Browse files
committed
Merge release branch 4.6 to master
* 4.6: CLOUDSTACK-9097 Make public ip work immediately debian: allow rules to pick ACS_BUILD_OPTS from env
2 parents 7e902cd + 4f6ff6c commit 58ba44a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ override_dh_auto_configure:
1515
override_dh_auto_build:
1616
mvn -T C1.5 clean package -Psystemvm -DskipTests -Dsystemvm \
1717
-Dcs.replace.properties=replace.properties.tmp \
18-
-Dmaven.repo.local=$(HOME)/.m2/repository
18+
-Dmaven.repo.local=$(HOME)/.m2/repository \
1919
${ACS_BUILD_OPTS}
2020

2121
override_dh_auto_clean:

systemvm/patches/debian/config/opt/cloud/bin/cs/CsAddress.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ def hasIP(self, ip):
588588

589589
def arpPing(self):
590590
cmd = "arping -c 1 -I %s -A -U -s %s %s" % (
591-
self.dev, self.address['public_ip'], self.address['public_ip'])
591+
self.dev, self.address['public_ip'], self.address['gateway'])
592592
CsHelper.execute(cmd)
593593

594594
# Delete any ips that are configured but not in the bag

0 commit comments

Comments
 (0)