1b09730eed
The man pages listed version and dates that are out of date. This patch bumps the dates and version to Newton specific values. Change-Id: If5da432cbd21a1940ee960d5def5a26fc18d31ad
59 lines
1.2 KiB
ReStructuredText
59 lines
1.2 KiB
ReStructuredText
==============
|
|
glance-control
|
|
==============
|
|
|
|
--------------------------------------
|
|
Glance daemon start/stop/reload helper
|
|
--------------------------------------
|
|
|
|
:Author: glance@lists.launchpad.net
|
|
:Date: 2016-10-6
|
|
:Copyright: OpenStack LLC
|
|
:Version: 13.0.0
|
|
:Manual section: 1
|
|
:Manual group: cloud computing
|
|
|
|
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**
|
|
|
|
.. include:: general_options.rst
|
|
|
|
**--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
|
|
|
|
.. include:: footer.rst
|