dims / openstack-cloud-controller-manager

This repository has moved to https://github.com/kubernetes/cloud-provider-openstack
Apache License 2.0
17 stars 14 forks source link

Cluster installation inherit the xtrace setting from devstack plugin #76

Closed liusheng closed 6 years ago

liusheng commented 6 years ago

What this PR does / why we need it:

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. This PR make the k8s cluster installation script inherit the xtrace setting of the plugin.sh so that we can check the k8s cluster installation details in job logs.

Which issue this PR fixes

Special notes for your reviewer:

Release note:

dims commented 6 years ago

LGTM thanks!