Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions tutorial/get-started-with-openstack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------------

Expand Down