Skip to content

Commit 310747e

Browse files
committed
Open Glance port for Hyper-V node
1 parent 69f9327 commit 310747e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure-rdo.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ run_ssh_cmd_with_retry $RDO_ADMIN@$CONTROLLER_VM_IP "iptables -I INPUT -s $NETWO
178178

179179
if [ -n "$HYPERV_COMPUTE_VM_IP" ]; then
180180
run_ssh_cmd_with_retry $RDO_ADMIN@$CONTROLLER_VM_IP "iptables -I INPUT -s $HYPERV_COMPUTE_VM_IP/32 -p tcp --dport 9696 -j ACCEPT"
181+
run_ssh_cmd_with_retry $RDO_ADMIN@$CONTROLLER_VM_IP "iptables -I INPUT -s $HYPERV_COMPUTE_VM_IP/32 -p tcp --dport 9292 -j ACCEPT"
181182
fi
182183

183184
run_ssh_cmd_with_retry $RDO_ADMIN@$CONTROLLER_VM_IP "service iptables save"

0 commit comments

Comments
 (0)