Browse code

Merge "Remove copy of cinder.conf.sample file"

Jenkins authored on 2014/06/03 07:45:07
Showing 1 changed files
... ...
@@ -233,8 +233,6 @@ function configure_cinder {
233 233
     inicomment $CINDER_API_PASTE_INI filter:authtoken admin_password
234 234
     inicomment $CINDER_API_PASTE_INI filter:authtoken signing_dir
235 235
 
236
-    cp $CINDER_DIR/etc/cinder/cinder.conf.sample $CINDER_CONF
237
-
238 236
     iniset $CINDER_CONF keystone_authtoken auth_host $KEYSTONE_AUTH_HOST
239 237
     iniset $CINDER_CONF keystone_authtoken auth_port $KEYSTONE_AUTH_PORT
240 238
     iniset $CINDER_CONF keystone_authtoken auth_protocol $KEYSTONE_AUTH_PROTOCOL