5.5. Disabling Downloadable Cartridges

The DOWNLOAD_CARTRIDGES_ENABLED setting, located in the /etc/openshift/broker.conf file, is set to true by default. Set it to false to disable the ability to use downloadable cartridges.

Procedure 5.3. To Disable Downloadable Cartridges:

  1. Open the /etc/openshift/broker.conf file on the broker host and set the DOWNLOAD_CARTRIDGES_ENABLED value to false:
    DOWNLOAD_CARTRIDGES_ENABLED="false"
  2. Restart the openshift-broker service:
    # service openshift-broker restart