Hide Forgot
In deployments.rb, calculate_deployment_checksum should be modified to exclude metadata.json from the checksum calculation.
https://github.com/openshift/origin-server/pull/3987
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/49f19c3c51f67e575d672d0f3cf60e3f57edac2f Exclude metadata.json from deployment checksum Also sync from runtime to deployment directories prior to doing checksum calculation. Bug 1021578
Test on devenv_3953. The "metadata.json" is already excluded when "calculate_deployment_checksum". Gear deployment id is created correctly when deploying an app. No related error occurs. Mark the bug as verified.