Merge "remove useless step in cleanup_rpc_backend"

This commit is contained in:
Jenkins
2013-10-18 05:01:08 +00:00
committed by Gerrit Code Review

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