From 2b381a6b17a95c2751d9bc55257a69038a119abc Mon Sep 17 00:00:00 2001
From: Jason Brooks <jbrooks@redhat.com>
Date: Wed, 9 Dec 2015 10:34:39 -0800
Subject: [PATCH] restart firewalld to apply firewall changes

In order for the firewalld changes to apply, we must either restart
firewalld (as in this commit), or issue the four add-port commands
listed in the doc again w/o the "--permanent".

Change-Id: I09a12024085c315117bc27d095bae91af9c00d5e
---
 doc/vagrant-dev-env.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/vagrant-dev-env.rst b/doc/vagrant-dev-env.rst
index bc83b98aa2..af51f03497 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::