Hide Forgot
Currently cartridges that do not declare either the plugin or service category cannot be deployed as scalable. web frameworks should be able to be deployed as scalable without explicitly specifying the service category.
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/7f4e4f827077044eaa66be22bd96eba98537bc5c Bug 1043620 - Cannot create scalable cartridge without specifying service category
Back to ON_QA for testing.
Tested this issue on devenv_4167, the steps are: 1) remove '- service' from Categories in manifest.yml i.e. https://raw.github.com/zhaozhanqi/phpv2/master/metadata/manifest.yml Categories: - php - web_framework 2. Create one scale app with download cartridge . app could be added successfully.