Merge "Create usable IPC directory for ZeroMQ"

This commit is contained in:
Jenkins 2013-05-28 20:56:04 +00:00 committed by Gerrit Code Review
commit 84a5f7484d

View File

@ -86,6 +86,10 @@ function cleanup_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
}