diff --git a/doc/vagrant-dev-env.rst b/doc/vagrant-dev-env.rst
index bc83b98aa208b0d3ab9d77eddf3bbc3802658c26..af51f03497c601272a8c28e4a7da45df616c864d 100644
--- a/doc/vagrant-dev-env.rst
+++ b/doc/vagrant-dev-env.rst
@@ -69,6 +69,7 @@ than VirtualBox shared folders. On Fedora 22::
     firewall-cmd --permanent --add-port=2049/tcp
     firewall-cmd --permanent --add-port=111/udp
     firewall-cmd --permanent --add-port=111/tcp
+    sudo systemctl restart firewalld
 
 Find a location in the system's home directory and checkout the Kolla repo::