Add the creation of /var/run/openstack when zeromq is chosen

Fixed Bug 1200539.

Change-Id: I270623da7026e94d9ece4d5f510cad5a6c4d79ff
This commit is contained in:
Vincent Hou 2013-09-27 06:16:54 -04:00
parent 4c2870b64a
commit 93a7a50c1d

View File

@ -131,6 +131,9 @@ function install_rpc_backend() {
else
exit_distro_not_supported "zeromq installation"
fi
# Necessary directory for socket location.
sudo mkdir -p /var/run/openstack
sudo chown $STACK_USER /var/run/openstack
fi
}