6.4.4. Disabling Region Selection
By default, an application developer can select the region in which to create an application by using the
--region
option. Use the following procedure to disable a developer's ability to create an application in a specific region. Paired with Section 6.4.3, “Setting the Default Region For New Applications”, this gives you control over the region in which newly-created applications are located.
Procedure 6.9. To Disable Region Selection When Creating Applications:
- Change the following setting in the
/etc/openshift/broker.conf
file to false:ALLOW_REGION_SELECTION="false"
- Restart the broker service for the changes to take effect:
#
service openshift-broker restart