diff --git a/functions b/functions index 3847ffec4c..834a1e1e05 100644 --- a/functions +++ b/functions @@ -673,18 +673,16 @@ function enable_kernel_bridge_firewall { done } +# Save some state information +# +# Write out various useful state information to /etc/devstack-version function write_devstack_version { - pushd $TOP_DIR - local git_version="" - git_version=$(git log --format="%H %ci" -1) cat - > /tmp/devstack-version <