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

Commit 6d1ddef

Browse files
authored
Merge pull request #76 from liu-sheng/xtrace-plugin
Cluster installation inherit the xtrace setting from devstack plugin
2 parents 391a2a0 + e90e069 commit 6d1ddef

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)