File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ set +o xtrace
2828
2929# Set up default directories
3030GLANCE_DIR=$DEST/glance
31+ GLANCE_BIN_DIR=$GLANCE_DIR/bin
3132GLANCECLIENT_DIR=$DEST/python-glanceclient
3233GLANCE_CACHE_DIR=${GLANCE_CACHE_DIR:=$DATA_DIR/glance/cache}
3334GLANCE_IMAGE_DIR=${GLANCE_IMAGE_DIR:=$DATA_DIR/glance/images}
Original file line number Diff line number Diff line change @@ -1181,7 +1181,7 @@ if is_service_enabled horizon; then
11811181 APACHE_CONF=vhosts.d/horizon.conf
11821182 sudo touch /etc/$APACHE_NAME /$APACHE_CONF
11831183 # Enable WSGI for Apache if it's not enabled.
1184- grep -E " ^APACHE2_OPTS=\" .*-D WSGI.*$" /etc/conf.d/apache2 ||
1184+ grep -E " ^APACHE2_OPTS=\" .*-D WSGI.*$" /etc/conf.d/apache2 > /dev/null ||
11851185 sudo sed -i ' s/APACHE2_OPTS="/APACHE2_OPTS="-D WSGI /g' /etc/conf.d/apache2
11861186 fi
11871187
You can’t perform that action at this time.
0 commit comments