이 콘텐츠는 선택한 언어로 제공되지 않습니다.
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"
ALLOW_REGION_SELECTION="false"
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Restart the broker service for the changes to take effect:
service openshift-broker restart
# service openshift-broker restart
Copy to Clipboard Copied! Toggle word wrap Toggle overflow