Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > 9073d0710f24851adf024313be485302 > files > 73

openstack-glance-doc-2012.2.4-2.fc18.noarch.rpm


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>glance-control &mdash; Glance 2012.2.4 documentation</title>
    
    <link rel="stylesheet" href="../_static/nature.css" type="text/css" />
    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
    <link rel="stylesheet" href="../_static/tweaks.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '../',
        VERSION:     '2012.2.4',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="../_static/jquery.js"></script>
    <script type="text/javascript" src="../_static/underscore.js"></script>
    <script type="text/javascript" src="../_static/doctools.js"></script>
    <script type="text/javascript" src="../_static/jquery.tweet.js"></script>
    <link rel="top" title="Glance 2012.2.4 documentation" href="../index.html" /> 
  </head>
  <body>
  <div id="header">
    <h1 id="logo"><a href="http://www.openstack.org/">OpenStack</a></h1>
    <ul id="navigation">
      <li><a href="http://www.openstack.org/" title="Go to the Home page" class="link">Home</a></li>
      <li><a href="http://www.openstack.org/projects/" title="Go to the OpenStack Projects page">Projects</a></li>
      <li><a href="http://www.openstack.org/user-stories/" title="Go to the User Stories page" class="link">User Stories</a></li>
      <li><a href="http://www.openstack.org/community/" title="Go to the Community page" class="link">Community</a></li>
      <li><a href="http://www.openstack.org/blog/" title="Go to the OpenStack Blog">Blog</a></li>
      <li><a href="http://wiki.openstack.org/" title="Go to the OpenStack Wiki">Wiki</a></li>
      <li><a href="http://docs.openstack.org/" title="Go to OpenStack Documentation" class="current">Documentation</a></li>
    </ul>
  </div>
  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="glance-control">
<h1>glance-control<a class="headerlink" href="#glance-control" title="Permalink to this headline">¶</a></h1>
<div class="section" id="glance-daemon-start-stop-reload-helper">
<h2>Glance daemon start/stop/reload helper<a class="headerlink" href="#glance-daemon-start-stop-reload-helper" title="Permalink to this headline">¶</a></h2>
<div class="section" id="synopsis">
<h3>SYNOPSIS<a class="headerlink" href="#synopsis" title="Permalink to this headline">¶</a></h3>
<blockquote>
<div>glance-control [options] &lt;SERVER&gt; &lt;COMMAND&gt; [CONFPATH]</div></blockquote>
<p>Where &lt;SERVER&gt; is one of:</p>
<blockquote>
<div>all, api, registry, scrubber</div></blockquote>
<p>And command is one of:</p>
<blockquote>
<div>start, stop, shutdown, restart, reload, force-reload</div></blockquote>
<p>And CONFPATH is the optional configuration file to use.</p>
</div>
<div class="section" id="options">
<h3>OPTIONS<a class="headerlink" href="#options" title="Permalink to this headline">¶</a></h3>
<blockquote>
<div><dl class="docutils">
<dt><strong>&#8211;version</strong></dt>
<dd>show program&#8217;s version number and exit</dd>
<dt><strong>-h, &#8211;help</strong></dt>
<dd>show this help message and exit</dd>
<dt><strong>&#8211;config-file=PATH</strong></dt>
<dd>Path to a config file to use. Multiple config files
can be specified, with values in later files taking
precedence. The default files used are: []</dd>
<dt><strong>-d, &#8211;debug</strong></dt>
<dd>Print debugging output</dd>
<dt><strong>&#8211;nodebug</strong></dt>
<dd>Do not print debugging output</dd>
<dt><strong>-v, &#8211;verbose</strong></dt>
<dd>Print more verbose output</dd>
<dt><strong>&#8211;noverbose</strong></dt>
<dd>Do not print more verbose output</dd>
<dt><strong>&#8211;log-config=PATH</strong></dt>
<dd>If this option is specified, the logging configuration
file specified is used and overrides any other logging
options specified. Please see the Python logging
module documentation for details on logging
configuration files.</dd>
<dt><strong>&#8211;log-format=FORMAT</strong></dt>
<dd>A logging.Formatter log message format string which
may use any of the available logging.LogRecord
attributes. Default: none</dd>
<dt><strong>&#8211;log-date-format=DATE_FORMAT</strong></dt>
<dd>Format string for %(asctime)s in log records. Default: none</dd>
<dt><strong>&#8211;log-file=PATH</strong></dt>
<dd>(Optional) Name of log file to output to. If not set,
logging will go to stdout.</dd>
<dt><strong>&#8211;log-dir=LOG_DIR</strong></dt>
<dd>(Optional) The directory to keep log files in (will be
prepended to &#8211;logfile)</dd>
<dt><strong>&#8211;use-syslog</strong></dt>
<dd>Use syslog for logging.</dd>
<dt><strong>&#8211;nouse-syslog</strong></dt>
<dd>Do not use syslog for logging.</dd>
<dt><strong>&#8211;syslog-log-facility=SYSLOG_LOG_FACILITY</strong></dt>
<dd>syslog facility to receive log lines</dd>
<dt><strong>&#8211;pid-file=PATH</strong></dt>
<dd>File to use as pid file. Default:
/var/run/glance/$server.pid</dd>
</dl>
</div></blockquote>
</div>
<div class="section" id="see-also">
<h3>SEE ALSO<a class="headerlink" href="#see-also" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li><a class="reference external" href="http://glance.openstack.org">OpenStack Glance</a></li>
</ul>
</div>
<div class="section" id="bugs">
<h3>BUGS<a class="headerlink" href="#bugs" title="Permalink to this headline">¶</a></h3>
<ul class="simple">
<li>Glance is sourced in Launchpad so you can view current bugs at <a class="reference external" href="http://glance.openstack.org">OpenStack Glance</a></li>
</ul>
</div>
</div>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
            <h3><a href="../index.html">Table Of Contents</a></h3>
            <ul>
<li><a class="reference internal" href="#">glance-control</a><ul>
<li><a class="reference internal" href="#glance-daemon-start-stop-reload-helper">Glance daemon start/stop/reload helper</a><ul>
<li><a class="reference internal" href="#synopsis">SYNOPSIS</a></li>
<li><a class="reference internal" href="#options">OPTIONS</a></li>
<li><a class="reference internal" href="#see-also">SEE ALSO</a></li>
<li><a class="reference internal" href="#bugs">BUGS</a></li>
</ul>
</li>
</ul>
</li>
</ul>

            <h3>This Page</h3>
            <ul class="this-page-menu">
              <li><a href="../_sources/man/glancecontrol.txt"
                     rel="nofollow">Show Source</a></li>
            </ul>
          <div id="searchbox" style="display: none">
            <h3>Quick search</h3>
              <form class="search" action="../search.html" method="get">
                <input type="text" name="q" size="18" />
                <input type="submit" value="Go" />
                <input type="hidden" name="check_keywords" value="yes" />
                <input type="hidden" name="area" value="default" />
              </form>
              <p class="searchtip" style="font-size: 90%">
              Enter search terms or a module, class or function name.
              </p>
          </div>
          <script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li><a href="../index.html">Glance 2012.2.4 documentation</a> &raquo;</li> 
      </ul>
    </div>
    <div class="footer">
        &copy; Copyright 2010-present, OpenStack, LLC..
      Last updated on May 13, 2013.
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
    </div>
  </body>
</html>