Browse code

Remove Cinder policy.json install

Cinder has now implemented "policy in code" and policy.json is
only needed for overriding default policies. The default policy.json
file has been removed in Cinder so we need to stop trying to copy
it during Cinder setup.

Change-Id: I364e401227fe43e2bacf8a799e10286ee445f835

Sean McGinnis authored on 2017/12/01 05:15:04
Showing 1 changed files
... ...
@@ -206,8 +206,6 @@ function cleanup_cinder {
206 206
 function configure_cinder {
207 207
     sudo install -d -o $STACK_USER -m 755 $CINDER_CONF_DIR
208 208
 
209
-    cp -p $CINDER_DIR/etc/cinder/policy.json $CINDER_CONF_DIR
210
-
211 209
     rm -f $CINDER_CONF
212 210
 
213 211
     configure_rootwrap cinder