Merge "Fix neutron empty string check"

This commit is contained in:
Zuul 2024-04-16 21:47:40 +00:00 committed by Gerrit Code Review
commit e2aeab1bc1
1 changed files with 1 additions and 1 deletions

View File

@ -558,7 +558,7 @@ function configure_ovn {
sample_file=$NEUTRON_DIR/etc/neutron_ovn_metadata_agent.ini.sample
config_file=$OVN_META_CONF
fi
if [ -n ${config_file} ]; then
if [ -n "$config_file" ]; then
sudo install -d -o $STACK_USER $NEUTRON_CONF_DIR
mkdir -p $NEUTRON_DIR/etc/neutron/plugins/ml2