From c083f705471d58a5f02aaa415c921caaf82db6af Mon Sep 17 00:00:00 2001 From: matthew-lxr Date: Thu, 14 Dec 2023 08:57:29 +0000 Subject: [PATCH] Update vagrant IP address to match template in packer-st2 repo --- docs/source/install/vagrant.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/install/vagrant.rst b/docs/source/install/vagrant.rst index e29b0e5d..e5baa177 100644 --- a/docs/source/install/vagrant.rst +++ b/docs/source/install/vagrant.rst @@ -32,7 +32,7 @@ Starting a StackStorm Vagrant VM is easy: vagrant ssh This will boot up a fresh StackStorm installation on Ubuntu 18.04 LTS. -You can access Web UI at ``https://10.10.10.10/`` or SSH to the box ``vagrant ssh`` if you prefer st2 CLI. +You can access Web UI at ``https://192.168.56.56/`` or SSH to the box ``vagrant ssh`` if you prefer st2 CLI. Virtual Appliance / OVA -----------------------