From 73b69fbd0214b6a95b135b8c5e500d5d6cc180dd Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 22 Jun 2022 08:35:17 +0900 Subject: [PATCH] policy.json is no longer required ... because the policy rules are implemented in code. Also now Manila uses policy.yaml instead of policy.json. Change-Id: I4b03ec81a5a72491734ca1c76b50162399d5c370 --- devstack/plugin.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/devstack/plugin.sh b/devstack/plugin.sh index f7b8544807..3f6710ddc8 100755 --- a/devstack/plugin.sh +++ b/devstack/plugin.sh @@ -168,10 +168,6 @@ function configure_manila { fi sudo chown $STACK_USER $MANILA_CONF_DIR - if [[ -f $MANILA_DIR/etc/manila/policy.json ]]; then - cp -p $MANILA_DIR/etc/manila/policy.json $MANILA_CONF_DIR - fi - # Set the paths of certain binaries MANILA_ROOTWRAP=$(get_rootwrap_location manila)