From e5eceeebe3d0fab012d705c675d536cf02e66604 Mon Sep 17 00:00:00 2001 From: ondruska Date: Tue, 27 Jan 2026 18:30:52 +0100 Subject: [PATCH] disable UFW during setup UFW may be missing rules and prevent access which bootstraping --- tutorial/get-started-with-openstack.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tutorial/get-started-with-openstack.rst b/tutorial/get-started-with-openstack.rst index 277e6d6..6bc5fcb 100644 --- a/tutorial/get-started-with-openstack.rst +++ b/tutorial/get-started-with-openstack.rst @@ -79,6 +79,12 @@ However, if you simply want to execute all those commands at once, you can also sunbeam prepare-node-script --bootstrap | bash -x && newgrp snap_daemon +Bootstrapping may fail if you have UFW enabled, disable UFW and repeat previous step: + +.. code-block :: text + + sudo ufw disable + Bootstrap the cloud -------------------