We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd6a530 + 0b31e86 commit 09cafcbCopy full SHA for 09cafcb
1 file changed
stack.sh
@@ -912,6 +912,9 @@ if is_service_enabled n-cpu; then
912
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
913
apt_get install libvirt-bin
914
915
+ # Force IP forwarding on, just on case
916
+ sudo sysctl -w net.ipv4.ip_forward=1
917
+
918
# attempt to load modules: network block device - used to manage qcow images
919
sudo modprobe nbd || true
920
@@ -993,6 +996,9 @@ if is_service_enabled n-net; then
993
996
clean_iptables
994
997
rm -rf $NOVA_DIR/networks
995
998
mkdir -p $NOVA_DIR/networks
999
1000
1001
1002
fi
1003
1004
# Storage Service
0 commit comments