commit | 7bd9ca8a3be6aeb50bffdce48b220615b1297f79 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Tue Jan 05 08:18:57 2016 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Tue Jan 05 08:18:58 2016 +0000 |
tree | efd076571506186a1068f17f32b4787e25af8d70 | |
parent | 85c466c2d743382cc7da81c6d9091273d0566bf8 [diff] | |
parent | 5bf6a9489c52600ab0fe5a68e554398531894051 [diff] |
Merge "Write volume API version into clouds.yaml"
diff --git a/functions-common b/functions-common index e8f8b10..4a9db34 100644 --- a/functions-common +++ b/functions-common
@@ -1202,7 +1202,7 @@ local package_dir="" for plugin in ${DEVSTACK_PLUGINS//,/ }; do local package_dir="$(_get_package_dir ${GITDIR[$plugin]}/devstack/files)" - files_to_parse+="$package_dir/$plugin" + files_to_parse+=" $package_dir/$plugin" done echo "$(_parse_package_files $files_to_parse)" $xtrace