Add the creation of /var/run/openstack when zeromq is chosen
Fixed Bug 1200539. Change-Id: I270623da7026e94d9ece4d5f510cad5a6c4d79ff
This commit is contained in:
parent
4c2870b64a
commit
93a7a50c1d
@ -131,6 +131,9 @@ function install_rpc_backend() {
|
|||||||
else
|
else
|
||||||
exit_distro_not_supported "zeromq installation"
|
exit_distro_not_supported "zeromq installation"
|
||||||
fi
|
fi
|
||||||
|
# Necessary directory for socket location.
|
||||||
|
sudo mkdir -p /var/run/openstack
|
||||||
|
sudo chown $STACK_USER /var/run/openstack
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user