GitHub user syed opened a pull request: https://github.com/apache/cloudstack/pull/1331
Fix Sync of template.properties in Swift When using Swift as a secondary storage, we create a template.properties file which stores the metadata about the template. Currently the data which is present in the file is incorrect which leads to templates becoming unavailable after they are downloaded. This fix makes sure that the template.properties has the correct "path" set so that templates are available. I've also done a bit of cleanup and made the code bit more clean. You can merge this pull request into a Git repository by running: $ git pull https://github.com/syed/cloudstack swift-restart-fix Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1331.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1331 ---- commit 1b9ff622f2b9a38e65e31c7f803fd8d283f5d36f Author: Syed <syed1.mush...@gmail.com> Date: 2015-12-14T22:37:28Z Fix Sync of template.properties in Swift ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---