
This change moves existing files, updates a few of the cross-references and paths, and fixes some formatting. It is not meant to be the final word on how the main page looks or how the other files are organized, but it gets everything roughly into shape. If the glance team wants to make changes, please do those as follow-up patches This change depends on the spec and on a feature of pbr that allows us to move where the auto-generated class reference documentation ends up in the tree. Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454 Depends-On: I2bd5652bb59cbd9c939931ba2e7db1b37d2b30bb Change-Id: I9dde267793a5913acb5b1ec028cfb66bc5189783 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
1.1 KiB
1.1 KiB
glance-control
Glance daemon start/stop/reload helper
SYNOPSIS
glance-control [options] <SERVER> <COMMAND> [CONFPATH]
Where <SERVER> is one of:
all, api, glance-api, registry, glance-registry, scrubber, glance-scrubber
And command is one of:
start, status, stop, shutdown, restart, reload, force-reload
And CONFPATH is the optional configuration file to use.
OPTIONS
General Options
- --pid-file=PATH
File to use as pid file. Default: /var/run/glance/$server.pid
- --await-child DELAY
Period to wait for service death in order to report exit code (default is to not wait at all)
- --capture-output
Capture stdout/err in syslog instead of discarding
- --nocapture-output
The inverse of --capture-output
- --norespawn
The inverse of --respawn
- --respawn
Restart service on unexpected death