[SAHARA] Remove copying sahara.conf from base config file
Sahara is going to remove sahara.conf.sample because it is not gated anymore and therefore it gets out of date. So, we need to remove copying sahara.conf from base config file sahara.conf.sample Change-Id: I0ddf36cfc15694dfe41fe695d577199da75ce7f1
This commit is contained in:
parent
1331a828da
commit
302389bf8d
@ -111,9 +111,6 @@ function configure_sahara {
|
||||
cp -p $SAHARA_DIR/etc/sahara/policy.json $SAHARA_CONF_DIR
|
||||
fi
|
||||
|
||||
# Copy over sahara configuration file and configure common parameters.
|
||||
cp $SAHARA_DIR/etc/sahara/sahara.conf.sample $SAHARA_CONF_FILE
|
||||
|
||||
# Create auth cache dir
|
||||
sudo mkdir -p $SAHARA_AUTH_CACHE_DIR
|
||||
sudo chown $STACK_USER $SAHARA_AUTH_CACHE_DIR
|
||||
|
Loading…
Reference in New Issue
Block a user