mirror of https://github.com/apache/cloudstack.git
This adds an option to the cloud-setup-management script to not start the management server after a successful configuration of it. The primary motivation for this is to avoid circular dependency issues on systems that use systemd. When calling cloud-setup-management from a unit with a Before= directive on a service depending on cloudstack-management, the process will deadlock because /usr/bin/service will delegate to systemd, which is waiting for the Before service to start. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| cloudException.py | ||
| configFileOps.py | ||
| db.py | ||
| globalEnv.py | ||
| networkConfig.py | ||
| serviceConfig.py | ||
| serviceConfigServer.py | ||
| syscfg.py | ||
| utilities.py | ||