Skip to content

Commit 1437e36

Browse files
committed
Show controller IP at the end of config
1 parent 66a6a47 commit 1437e36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configure-rdo.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -251,5 +251,6 @@ run_ssh_cmd_with_retry $RDO_ADMIN@$CONTROLLER_VM_IP "source ./keystonerc_admin &
251251

252252
run_ssh_cmd_with_retry $RDO_ADMIN@$CONTROLLER_VM_IP "source ./keystonerc_admin && quantum agent-list -f csv | sed -e '1d' | sed -rn 's/\".*\",\".*\",\".*\",\"(.*)\",.*/\1/p' | sed -rn '/xxx/q1'" 10
253253

254-
echo "RDO installed!!"
254+
echo "RDO installed!"
255+
echo "Controller IP: $CONTROLLER_VM_IP"
255256

0 commit comments

Comments
 (0)