Merge "Remove unneeded /var/run/nova/keys from install"

This commit is contained in:
Jenkins 2014-01-08 13:01:45 +00:00 committed by Gerrit Code Review
commit 8eee067cf3
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ set -eux
os-svc-install -n nova -u nova -r /opt/stack/nova
mkdir -p /var/run/nova/keys && chown -R nova:nova /var/run/nova/keys
mkdir -p /var/lib/nova && chown -R nova:nova /var/lib/nova
install -d -m 0750 -o nova -g nova /var/lib/nova/instances