Cleanup cut-n-paste comments

Change-Id: I486c339550c65a6c50a1cd377d468f018afbd252
This commit is contained in:
Davanum Srinivas 2017-04-06 15:22:52 -04:00
parent 264904ba1e
commit d620a37ce3
1 changed files with 0 additions and 12 deletions

View File

@ -1,20 +1,8 @@
#!/bin/bash
#
# lib/dlm
#
# Functions to control the installation and configuration of kubernetes with the
# external OpenStack cloud provider enabled.
# Dependencies:
#
# - ``functions`` file
# ``stack.sh`` calls the entry points in this order:
#
# - install_k8s_cloud_provider
# - configure_k8s_cloud_provider
# - cleanup_dlm
# Save trace setting
_XTRACE_K8S_PROVIDER=$(set +o | grep xtrace)
set -o xtrace