Skip to content
This repository was archived by the owner on Mar 22, 2018. It is now read-only.

Commit e90e069

Browse files
author
liusheng
committed
Cluster installation inherit the xtrace setting from devstack plugin
For now, the devstack installation will enable the xtrace when run the plugin script, it's helpful for checking the details of plugin installation with the logs. We'd better to make the k8s cluster installation script inherit the xtrace setting of the plugin.sh so that we can also check the cluster installation of the k8s cluster in job logs.
1 parent 391a2a0 commit e90e069

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

devstack/plugin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ function install_k8s_cloud_provider {
130130
$SYSTEMCTL stop $ETCD_SYSTEMD_SERVICE
131131

132132
# local-up-cluster.sh compiles everything from source and starts the services.
133-
sudo -E PATH=$PATH ./hack/local-up-cluster.sh
133+
sudo -E PATH=$PATH SHELLOPTS=$SHELLOPTS ./hack/local-up-cluster.sh
134134

135135
popd >/dev/null
136136
}

0 commit comments

Comments
 (0)