Merge "Create usable IPC directory for ZeroMQ"
This commit is contained in:
commit
84a5f7484d
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user