Description of problem: Cloned from https://github.com/openshift/origin/issues/4410 to add QE test cases. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Create a template containing v1beta3 object definitions 2. Load the template into the API 3. In the web UI, create from the template Actual results: An API error is returned: "Cannot create object... the apiVersion does not match" Expected results: Object is created successfully. Additional info:
Fixed in https://github.com/openshift/origin/pull/4545
QE added one test case https://goo.gl/rEc12o Tested on devenv_fedora_2304, it works well