3.6. Setting Default Maximum Number of Domains per User
Edit the
DEFAULT_MAX_DOMAINS
setting in the /etc/openshift/broker.conf
file on the broker host to configure the default maximum number of domains that can be created per user.
DEFAULT_MAX_DOMAINS="5"
DEFAULT_MAX_DOMAINS="5"
The maximum number of domains a specific user can create is further restricted by the maximum number of gears that user can create. For example, if a user can create three gears, then that user can create three domains, even if the default maximum number of domains is higher. If a user attempts to create more domains than their allowed limit, the attempt fails and an error message is displayed.