diff --git a/functions b/functions index f04bc1fcbb..6f2164a777 100644 --- a/functions +++ b/functions @@ -750,19 +750,16 @@ function get_random_port { echo $port } - +# 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 <