kolla-cli/doc/build/html/kollacli.commands.html

697 lines
57 KiB
HTML

<!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>kollacli.commands package &mdash; kollacli 4.0.1.dev498 documentation</title>
<link rel="stylesheet" href="_static/default.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '4.0.1.dev498',
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>
<link rel="top" title="kollacli 4.0.1.dev498 documentation" href="index.html" />
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li><a href="index.html">kollacli 4.0.1.dev498 documentation</a> &raquo;</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="kollacli-commands-package">
<h1>kollacli.commands package<a class="headerlink" href="#kollacli-commands-package" title="Permalink to this headline"></a></h1>
<div class="section" id="submodules">
<h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline"></a></h2>
</div>
<div class="section" id="module-kollacli.commands.deploy">
<span id="kollacli-commands-deploy-module"></span><h2>kollacli.commands.deploy module<a class="headerlink" href="#module-kollacli.commands.deploy" title="Permalink to this headline"></a></h2>
<dl class="class">
<dt id="kollacli.commands.deploy.Deploy">
<em class="property">class </em><tt class="descclassname">kollacli.commands.deploy.</tt><tt class="descname">Deploy</tt><big>(</big><em>app</em>, <em>app_args</em>, <em>cmd_name=None</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/deploy.html#Deploy"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.deploy.Deploy" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">cliff.command.Command</span></tt></p>
<p>Deploy containers to hosts.</p>
<dl class="method">
<dt id="kollacli.commands.deploy.Deploy.get_parser">
<tt class="descname">get_parser</tt><big>(</big><em>prog_name</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/deploy.html#Deploy.get_parser"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.deploy.Deploy.get_parser" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="kollacli.commands.deploy.Deploy.take_action">
<tt class="descname">take_action</tt><big>(</big><em>parsed_args</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/deploy.html#Deploy.take_action"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.deploy.Deploy.take_action" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
<dl class="class">
<dt id="kollacli.commands.deploy.Setdeploy">
<em class="property">class </em><tt class="descclassname">kollacli.commands.deploy.</tt><tt class="descname">Setdeploy</tt><big>(</big><em>app</em>, <em>app_args</em>, <em>cmd_name=None</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/deploy.html#Setdeploy"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.deploy.Setdeploy" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">cliff.command.Command</span></tt></p>
<p>Set deploy mode.</p>
<p>Set deploy mode to either local or remote. Local indicates
that the openstack deployment will be to the local host.
Remote means that the deployment is on remote hosts.</p>
<dl class="method">
<dt id="kollacli.commands.deploy.Setdeploy.get_parser">
<tt class="descname">get_parser</tt><big>(</big><em>prog_name</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/deploy.html#Setdeploy.get_parser"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.deploy.Setdeploy.get_parser" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="kollacli.commands.deploy.Setdeploy.take_action">
<tt class="descname">take_action</tt><big>(</big><em>parsed_args</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/deploy.html#Setdeploy.take_action"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.deploy.Setdeploy.take_action" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
</div>
<div class="section" id="module-kollacli.commands.exceptions">
<span id="kollacli-commands-exceptions-module"></span><h2>kollacli.commands.exceptions module<a class="headerlink" href="#module-kollacli.commands.exceptions" title="Permalink to this headline"></a></h2>
<p>Exception definitions.</p>
<dl class="exception">
<dt id="kollacli.commands.exceptions.CommandError">
<em class="property">exception </em><tt class="descclassname">kollacli.commands.exceptions.</tt><tt class="descname">CommandError</tt><big>(</big><em>message</em>, <em>*args</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/exceptions.html#CommandError"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.exceptions.CommandError" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">exceptions.Exception</span></tt></p>
<p>CLI command error</p>
</dd></dl>
</div>
<div class="section" id="module-kollacli.commands.group">
<span id="kollacli-commands-group-module"></span><h2>kollacli.commands.group module<a class="headerlink" href="#module-kollacli.commands.group" title="Permalink to this headline"></a></h2>
<dl class="class">
<dt id="kollacli.commands.group.GroupAdd">
<em class="property">class </em><tt class="descclassname">kollacli.commands.group.</tt><tt class="descname">GroupAdd</tt><big>(</big><em>app</em>, <em>app_args</em>, <em>cmd_name=None</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/group.html#GroupAdd"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.group.GroupAdd" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">cliff.command.Command</span></tt></p>
<p>Add group to openstack-kolla.</p>
<dl class="method">
<dt id="kollacli.commands.group.GroupAdd.get_parser">
<tt class="descname">get_parser</tt><big>(</big><em>prog_name</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/group.html#GroupAdd.get_parser"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.group.GroupAdd.get_parser" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="kollacli.commands.group.GroupAdd.take_action">
<tt class="descname">take_action</tt><big>(</big><em>parsed_args</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/group.html#GroupAdd.take_action"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.group.GroupAdd.take_action" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
<dl class="class">
<dt id="kollacli.commands.group.GroupAddhost">
<em class="property">class </em><tt class="descclassname">kollacli.commands.group.</tt><tt class="descname">GroupAddhost</tt><big>(</big><em>app</em>, <em>app_args</em>, <em>cmd_name=None</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/group.html#GroupAddhost"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.group.GroupAddhost" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">cliff.command.Command</span></tt></p>
<p>Add host to group.</p>
<dl class="method">
<dt id="kollacli.commands.group.GroupAddhost.get_parser">
<tt class="descname">get_parser</tt><big>(</big><em>prog_name</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/group.html#GroupAddhost.get_parser"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.group.GroupAddhost.get_parser" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="kollacli.commands.group.GroupAddhost.take_action">
<tt class="descname">take_action</tt><big>(</big><em>parsed_args</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/group.html#GroupAddhost.take_action"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.group.GroupAddhost.take_action" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
<dl class="class">
<dt id="kollacli.commands.group.GroupAddservice">
<em class="property">class </em><tt class="descclassname">kollacli.commands.group.</tt><tt class="descname">GroupAddservice</tt><big>(</big><em>app</em>, <em>app_args</em>, <em>cmd_name=None</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/group.html#GroupAddservice"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.group.GroupAddservice" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">cliff.command.Command</span></tt></p>
<p>Add service to group.</p>
<dl class="method">
<dt id="kollacli.commands.group.GroupAddservice.get_parser">
<tt class="descname">get_parser</tt><big>(</big><em>prog_name</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/group.html#GroupAddservice.get_parser"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.group.GroupAddservice.get_parser" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="kollacli.commands.group.GroupAddservice.take_action">
<tt class="descname">take_action</tt><big>(</big><em>parsed_args</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/group.html#GroupAddservice.take_action"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.group.GroupAddservice.take_action" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
<dl class="class">
<dt id="kollacli.commands.group.GroupListhosts">
<em class="property">class </em><tt class="descclassname">kollacli.commands.group.</tt><tt class="descname">GroupListhosts</tt><big>(</big><em>app</em>, <em>app_args</em>, <em>cmd_name=None</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/group.html#GroupListhosts"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.group.GroupListhosts" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">cliff.lister.Lister</span></tt></p>
<p>List all groups and their hosts.</p>
<dl class="method">
<dt id="kollacli.commands.group.GroupListhosts.take_action">
<tt class="descname">take_action</tt><big>(</big><em>parsed_args</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/group.html#GroupListhosts.take_action"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.group.GroupListhosts.take_action" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
<dl class="class">
<dt id="kollacli.commands.group.GroupListservices">
<em class="property">class </em><tt class="descclassname">kollacli.commands.group.</tt><tt class="descname">GroupListservices</tt><big>(</big><em>app</em>, <em>app_args</em>, <em>cmd_name=None</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/group.html#GroupListservices"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.group.GroupListservices" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">cliff.lister.Lister</span></tt></p>
<p>List all groups and their services.</p>
<dl class="method">
<dt id="kollacli.commands.group.GroupListservices.take_action">
<tt class="descname">take_action</tt><big>(</big><em>parsed_args</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/group.html#GroupListservices.take_action"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.group.GroupListservices.take_action" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
<dl class="class">
<dt id="kollacli.commands.group.GroupRemove">
<em class="property">class </em><tt class="descclassname">kollacli.commands.group.</tt><tt class="descname">GroupRemove</tt><big>(</big><em>app</em>, <em>app_args</em>, <em>cmd_name=None</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/group.html#GroupRemove"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.group.GroupRemove" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">cliff.command.Command</span></tt></p>
<p>Remove group from openstack-kolla.</p>
<dl class="method">
<dt id="kollacli.commands.group.GroupRemove.get_parser">
<tt class="descname">get_parser</tt><big>(</big><em>prog_name</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/group.html#GroupRemove.get_parser"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.group.GroupRemove.get_parser" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="kollacli.commands.group.GroupRemove.take_action">
<tt class="descname">take_action</tt><big>(</big><em>parsed_args</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/group.html#GroupRemove.take_action"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.group.GroupRemove.take_action" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
<dl class="class">
<dt id="kollacli.commands.group.GroupRemovehost">
<em class="property">class </em><tt class="descclassname">kollacli.commands.group.</tt><tt class="descname">GroupRemovehost</tt><big>(</big><em>app</em>, <em>app_args</em>, <em>cmd_name=None</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/group.html#GroupRemovehost"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.group.GroupRemovehost" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">cliff.command.Command</span></tt></p>
<p>Remove host group from group.</p>
<dl class="method">
<dt id="kollacli.commands.group.GroupRemovehost.get_parser">
<tt class="descname">get_parser</tt><big>(</big><em>prog_name</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/group.html#GroupRemovehost.get_parser"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.group.GroupRemovehost.get_parser" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="kollacli.commands.group.GroupRemovehost.take_action">
<tt class="descname">take_action</tt><big>(</big><em>parsed_args</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/group.html#GroupRemovehost.take_action"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.group.GroupRemovehost.take_action" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
<dl class="class">
<dt id="kollacli.commands.group.GroupRemoveservice">
<em class="property">class </em><tt class="descclassname">kollacli.commands.group.</tt><tt class="descname">GroupRemoveservice</tt><big>(</big><em>app</em>, <em>app_args</em>, <em>cmd_name=None</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/group.html#GroupRemoveservice"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.group.GroupRemoveservice" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">cliff.command.Command</span></tt></p>
<p>Remove service group from group.</p>
<dl class="method">
<dt id="kollacli.commands.group.GroupRemoveservice.get_parser">
<tt class="descname">get_parser</tt><big>(</big><em>prog_name</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/group.html#GroupRemoveservice.get_parser"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.group.GroupRemoveservice.get_parser" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="kollacli.commands.group.GroupRemoveservice.take_action">
<tt class="descname">take_action</tt><big>(</big><em>parsed_args</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/group.html#GroupRemoveservice.take_action"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.group.GroupRemoveservice.take_action" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
</div>
<div class="section" id="module-kollacli.commands.host">
<span id="kollacli-commands-host-module"></span><h2>kollacli.commands.host module<a class="headerlink" href="#module-kollacli.commands.host" title="Permalink to this headline"></a></h2>
<dl class="class">
<dt id="kollacli.commands.host.HostAdd">
<em class="property">class </em><tt class="descclassname">kollacli.commands.host.</tt><tt class="descname">HostAdd</tt><big>(</big><em>app</em>, <em>app_args</em>, <em>cmd_name=None</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/host.html#HostAdd"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.host.HostAdd" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">cliff.command.Command</span></tt></p>
<p>Add host to openstack-kolla.</p>
<dl class="method">
<dt id="kollacli.commands.host.HostAdd.get_parser">
<tt class="descname">get_parser</tt><big>(</big><em>prog_name</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/host.html#HostAdd.get_parser"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.host.HostAdd.get_parser" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="kollacli.commands.host.HostAdd.take_action">
<tt class="descname">take_action</tt><big>(</big><em>parsed_args</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/host.html#HostAdd.take_action"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.host.HostAdd.take_action" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
<dl class="class">
<dt id="kollacli.commands.host.HostCheck">
<em class="property">class </em><tt class="descclassname">kollacli.commands.host.</tt><tt class="descname">HostCheck</tt><big>(</big><em>app</em>, <em>app_args</em>, <em>cmd_name=None</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/host.html#HostCheck"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.host.HostCheck" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">cliff.command.Command</span></tt></p>
<p>Check configuration of host(s).</p>
<dl class="method">
<dt id="kollacli.commands.host.HostCheck.get_parser">
<tt class="descname">get_parser</tt><big>(</big><em>prog_name</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/host.html#HostCheck.get_parser"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.host.HostCheck.get_parser" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="kollacli.commands.host.HostCheck.take_action">
<tt class="descname">take_action</tt><big>(</big><em>parsed_args</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/host.html#HostCheck.take_action"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.host.HostCheck.take_action" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
<dl class="class">
<dt id="kollacli.commands.host.HostDestroy">
<em class="property">class </em><tt class="descclassname">kollacli.commands.host.</tt><tt class="descname">HostDestroy</tt><big>(</big><em>app</em>, <em>app_args</em>, <em>cmd_name=None</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/host.html#HostDestroy"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.host.HostDestroy" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">cliff.command.Command</span></tt></p>
<p>Destroy all kolla containers on host(s).</p>
<p>Stops and removes all kolla related docker containers on either the
specified host or all hosts if the hostname all is used.</p>
<dl class="method">
<dt id="kollacli.commands.host.HostDestroy.get_parser">
<tt class="descname">get_parser</tt><big>(</big><em>prog_name</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/host.html#HostDestroy.get_parser"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.host.HostDestroy.get_parser" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="kollacli.commands.host.HostDestroy.take_action">
<tt class="descname">take_action</tt><big>(</big><em>parsed_args</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/host.html#HostDestroy.take_action"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.host.HostDestroy.take_action" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
<dl class="class">
<dt id="kollacli.commands.host.HostList">
<em class="property">class </em><tt class="descclassname">kollacli.commands.host.</tt><tt class="descname">HostList</tt><big>(</big><em>app</em>, <em>app_args</em>, <em>cmd_name=None</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/host.html#HostList"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.host.HostList" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">cliff.lister.Lister</span></tt></p>
<p>List hosts and their groups.</p>
<p>If a hostname is provided, only list information about that host.</p>
<dl class="method">
<dt id="kollacli.commands.host.HostList.get_parser">
<tt class="descname">get_parser</tt><big>(</big><em>prog_name</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/host.html#HostList.get_parser"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.host.HostList.get_parser" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="kollacli.commands.host.HostList.take_action">
<tt class="descname">take_action</tt><big>(</big><em>parsed_args</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/host.html#HostList.take_action"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.host.HostList.take_action" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
<dl class="class">
<dt id="kollacli.commands.host.HostRemove">
<em class="property">class </em><tt class="descclassname">kollacli.commands.host.</tt><tt class="descname">HostRemove</tt><big>(</big><em>app</em>, <em>app_args</em>, <em>cmd_name=None</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/host.html#HostRemove"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.host.HostRemove" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">cliff.command.Command</span></tt></p>
<p>Remove host from openstack-kolla.</p>
<dl class="method">
<dt id="kollacli.commands.host.HostRemove.get_parser">
<tt class="descname">get_parser</tt><big>(</big><em>prog_name</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/host.html#HostRemove.get_parser"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.host.HostRemove.get_parser" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="kollacli.commands.host.HostRemove.take_action">
<tt class="descname">take_action</tt><big>(</big><em>parsed_args</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/host.html#HostRemove.take_action"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.host.HostRemove.take_action" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
<dl class="class">
<dt id="kollacli.commands.host.HostSetup">
<em class="property">class </em><tt class="descclassname">kollacli.commands.host.</tt><tt class="descname">HostSetup</tt><big>(</big><em>app</em>, <em>app_args</em>, <em>cmd_name=None</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/host.html#HostSetup"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.host.HostSetup" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">cliff.command.Command</span></tt></p>
<p>Setup openstack-kollacli on host.</p>
<dl class="method">
<dt id="kollacli.commands.host.HostSetup.get_parser">
<tt class="descname">get_parser</tt><big>(</big><em>prog_name</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/host.html#HostSetup.get_parser"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.host.HostSetup.get_parser" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="kollacli.commands.host.HostSetup.take_action">
<tt class="descname">take_action</tt><big>(</big><em>parsed_args</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/host.html#HostSetup.take_action"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.host.HostSetup.take_action" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
<dl class="class">
<dt id="kollacli.commands.host.HostStop">
<em class="property">class </em><tt class="descclassname">kollacli.commands.host.</tt><tt class="descname">HostStop</tt><big>(</big><em>app</em>, <em>app_args</em>, <em>cmd_name=None</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/host.html#HostStop"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.host.HostStop" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">cliff.command.Command</span></tt></p>
<p>Stop all kolla containers on host(s).</p>
<p>Stops all kolla related docker containers on either the
specified host or all hosts if the hostname all is used.</p>
<dl class="method">
<dt id="kollacli.commands.host.HostStop.get_parser">
<tt class="descname">get_parser</tt><big>(</big><em>prog_name</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/host.html#HostStop.get_parser"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.host.HostStop.get_parser" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="kollacli.commands.host.HostStop.take_action">
<tt class="descname">take_action</tt><big>(</big><em>parsed_args</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/host.html#HostStop.take_action"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.host.HostStop.take_action" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
</div>
<div class="section" id="module-kollacli.commands.password">
<span id="kollacli-commands-password-module"></span><h2>kollacli.commands.password module<a class="headerlink" href="#module-kollacli.commands.password" title="Permalink to this headline"></a></h2>
<dl class="class">
<dt id="kollacli.commands.password.PasswordClear">
<em class="property">class </em><tt class="descclassname">kollacli.commands.password.</tt><tt class="descname">PasswordClear</tt><big>(</big><em>app</em>, <em>app_args</em>, <em>cmd_name=None</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/password.html#PasswordClear"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.password.PasswordClear" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">cliff.command.Command</span></tt></p>
<p>Password Clear</p>
<dl class="method">
<dt id="kollacli.commands.password.PasswordClear.get_parser">
<tt class="descname">get_parser</tt><big>(</big><em>prog_name</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/password.html#PasswordClear.get_parser"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.password.PasswordClear.get_parser" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="kollacli.commands.password.PasswordClear.take_action">
<tt class="descname">take_action</tt><big>(</big><em>parsed_args</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/password.html#PasswordClear.take_action"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.password.PasswordClear.take_action" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
<dl class="class">
<dt id="kollacli.commands.password.PasswordInit">
<em class="property">class </em><tt class="descclassname">kollacli.commands.password.</tt><tt class="descname">PasswordInit</tt><big>(</big><em>app</em>, <em>app_args</em>, <em>cmd_name=None</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/password.html#PasswordInit"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.password.PasswordInit" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">cliff.command.Command</span></tt></p>
<p>Init all empty passwords and ssh keys.</p>
<dl class="method">
<dt id="kollacli.commands.password.PasswordInit.take_action">
<tt class="descname">take_action</tt><big>(</big><em>parsed_args</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/password.html#PasswordInit.take_action"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.password.PasswordInit.take_action" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
<dl class="class">
<dt id="kollacli.commands.password.PasswordList">
<em class="property">class </em><tt class="descclassname">kollacli.commands.password.</tt><tt class="descname">PasswordList</tt><big>(</big><em>app</em>, <em>app_args</em>, <em>cmd_name=None</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/password.html#PasswordList"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.password.PasswordList" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">cliff.lister.Lister</span></tt></p>
<p>List all password names.</p>
<dl class="method">
<dt id="kollacli.commands.password.PasswordList.take_action">
<tt class="descname">take_action</tt><big>(</big><em>parsed_args</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/password.html#PasswordList.take_action"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.password.PasswordList.take_action" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
<dl class="class">
<dt id="kollacli.commands.password.PasswordSet">
<em class="property">class </em><tt class="descclassname">kollacli.commands.password.</tt><tt class="descname">PasswordSet</tt><big>(</big><em>app</em>, <em>app_args</em>, <em>cmd_name=None</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/password.html#PasswordSet"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.password.PasswordSet" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">cliff.command.Command</span></tt></p>
<p>Password Set</p>
<dl class="method">
<dt id="kollacli.commands.password.PasswordSet.get_parser">
<tt class="descname">get_parser</tt><big>(</big><em>prog_name</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/password.html#PasswordSet.get_parser"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.password.PasswordSet.get_parser" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="kollacli.commands.password.PasswordSet.take_action">
<tt class="descname">take_action</tt><big>(</big><em>parsed_args</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/password.html#PasswordSet.take_action"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.password.PasswordSet.take_action" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
<dl class="class">
<dt id="kollacli.commands.password.PasswordSetKey">
<em class="property">class </em><tt class="descclassname">kollacli.commands.password.</tt><tt class="descname">PasswordSetKey</tt><big>(</big><em>app</em>, <em>app_args</em>, <em>cmd_name=None</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/password.html#PasswordSetKey"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.password.PasswordSetKey" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">cliff.command.Command</span></tt></p>
<p>Password Set SSH Key</p>
<dl class="method">
<dt id="kollacli.commands.password.PasswordSetKey.get_parser">
<tt class="descname">get_parser</tt><big>(</big><em>prog_name</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/password.html#PasswordSetKey.get_parser"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.password.PasswordSetKey.get_parser" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="kollacli.commands.password.PasswordSetKey.take_action">
<tt class="descname">take_action</tt><big>(</big><em>parsed_args</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/password.html#PasswordSetKey.take_action"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.password.PasswordSetKey.take_action" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
</div>
<div class="section" id="module-kollacli.commands.property">
<span id="kollacli-commands-property-module"></span><h2>kollacli.commands.property module<a class="headerlink" href="#module-kollacli.commands.property" title="Permalink to this headline"></a></h2>
<dl class="class">
<dt id="kollacli.commands.property.PropertyClear">
<em class="property">class </em><tt class="descclassname">kollacli.commands.property.</tt><tt class="descname">PropertyClear</tt><big>(</big><em>app</em>, <em>app_args</em>, <em>cmd_name=None</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/property.html#PropertyClear"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.property.PropertyClear" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">cliff.command.Command</span></tt></p>
<p>Property Clear</p>
<dl class="method">
<dt id="kollacli.commands.property.PropertyClear.get_parser">
<tt class="descname">get_parser</tt><big>(</big><em>prog_name</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/property.html#PropertyClear.get_parser"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.property.PropertyClear.get_parser" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="kollacli.commands.property.PropertyClear.take_action">
<tt class="descname">take_action</tt><big>(</big><em>parsed_args</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/property.html#PropertyClear.take_action"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.property.PropertyClear.take_action" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
<dl class="class">
<dt id="kollacli.commands.property.PropertyList">
<em class="property">class </em><tt class="descclassname">kollacli.commands.property.</tt><tt class="descname">PropertyList</tt><big>(</big><em>app</em>, <em>app_args</em>, <em>cmd_name=None</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/property.html#PropertyList"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.property.PropertyList" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">cliff.lister.Lister</span></tt></p>
<p>List all properties.</p>
<dl class="method">
<dt id="kollacli.commands.property.PropertyList.get_parser">
<tt class="descname">get_parser</tt><big>(</big><em>prog_name</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/property.html#PropertyList.get_parser"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.property.PropertyList.get_parser" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="kollacli.commands.property.PropertyList.take_action">
<tt class="descname">take_action</tt><big>(</big><em>parsed_args</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/property.html#PropertyList.take_action"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.property.PropertyList.take_action" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
<dl class="class">
<dt id="kollacli.commands.property.PropertySet">
<em class="property">class </em><tt class="descclassname">kollacli.commands.property.</tt><tt class="descname">PropertySet</tt><big>(</big><em>app</em>, <em>app_args</em>, <em>cmd_name=None</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/property.html#PropertySet"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.property.PropertySet" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">cliff.command.Command</span></tt></p>
<p>Property Set</p>
<dl class="method">
<dt id="kollacli.commands.property.PropertySet.get_parser">
<tt class="descname">get_parser</tt><big>(</big><em>prog_name</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/property.html#PropertySet.get_parser"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.property.PropertySet.get_parser" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="kollacli.commands.property.PropertySet.take_action">
<tt class="descname">take_action</tt><big>(</big><em>parsed_args</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/property.html#PropertySet.take_action"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.property.PropertySet.take_action" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
</div>
<div class="section" id="module-kollacli.commands.pull">
<span id="kollacli-commands-pull-module"></span><h2>kollacli.commands.pull module<a class="headerlink" href="#module-kollacli.commands.pull" title="Permalink to this headline"></a></h2>
<dl class="class">
<dt id="kollacli.commands.pull.Pull">
<em class="property">class </em><tt class="descclassname">kollacli.commands.pull.</tt><tt class="descname">Pull</tt><big>(</big><em>app</em>, <em>app_args</em>, <em>cmd_name=None</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/pull.html#Pull"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.pull.Pull" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">cliff.command.Command</span></tt></p>
<p>Pull enabled service images onto appropriate hosts.</p>
<dl class="method">
<dt id="kollacli.commands.pull.Pull.take_action">
<tt class="descname">take_action</tt><big>(</big><em>parsed_args</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/pull.html#Pull.take_action"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.pull.Pull.take_action" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
</div>
<div class="section" id="module-kollacli.commands.reconfigure">
<span id="kollacli-commands-reconfigure-module"></span><h2>kollacli.commands.reconfigure module<a class="headerlink" href="#module-kollacli.commands.reconfigure" title="Permalink to this headline"></a></h2>
<dl class="class">
<dt id="kollacli.commands.reconfigure.Reconfigure">
<em class="property">class </em><tt class="descclassname">kollacli.commands.reconfigure.</tt><tt class="descname">Reconfigure</tt><big>(</big><em>app</em>, <em>app_args</em>, <em>cmd_name=None</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/reconfigure.html#Reconfigure"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.reconfigure.Reconfigure" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">cliff.command.Command</span></tt></p>
<p>Reconfigure and update kolla containers on all hosts.</p>
<dl class="method">
<dt id="kollacli.commands.reconfigure.Reconfigure.get_parser">
<tt class="descname">get_parser</tt><big>(</big><em>prog_name</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/reconfigure.html#Reconfigure.get_parser"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.reconfigure.Reconfigure.get_parser" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="kollacli.commands.reconfigure.Reconfigure.take_action">
<tt class="descname">take_action</tt><big>(</big><em>parsed_args</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/reconfigure.html#Reconfigure.take_action"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.reconfigure.Reconfigure.take_action" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
</div>
<div class="section" id="module-kollacli.commands.service">
<span id="kollacli-commands-service-module"></span><h2>kollacli.commands.service module<a class="headerlink" href="#module-kollacli.commands.service" title="Permalink to this headline"></a></h2>
<dl class="class">
<dt id="kollacli.commands.service.ServiceAddGroup">
<em class="property">class </em><tt class="descclassname">kollacli.commands.service.</tt><tt class="descname">ServiceAddGroup</tt><big>(</big><em>app</em>, <em>app_args</em>, <em>cmd_name=None</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/service.html#ServiceAddGroup"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.service.ServiceAddGroup" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">cliff.command.Command</span></tt></p>
<p>Add group to service.</p>
<p>Associated the service to a group. If this is a sub-service,
the inherit flag will be cleared.</p>
<dl class="method">
<dt id="kollacli.commands.service.ServiceAddGroup.get_parser">
<tt class="descname">get_parser</tt><big>(</big><em>prog_name</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/service.html#ServiceAddGroup.get_parser"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.service.ServiceAddGroup.get_parser" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="kollacli.commands.service.ServiceAddGroup.take_action">
<tt class="descname">take_action</tt><big>(</big><em>parsed_args</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/service.html#ServiceAddGroup.take_action"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.service.ServiceAddGroup.take_action" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
<dl class="class">
<dt id="kollacli.commands.service.ServiceList">
<em class="property">class </em><tt class="descclassname">kollacli.commands.service.</tt><tt class="descname">ServiceList</tt><big>(</big><em>app</em>, <em>app_args</em>, <em>cmd_name=None</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/service.html#ServiceList"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.service.ServiceList" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">cliff.lister.Lister</span></tt></p>
<p>List services and their sub-services.</p>
<dl class="method">
<dt id="kollacli.commands.service.ServiceList.take_action">
<tt class="descname">take_action</tt><big>(</big><em>parsed_args</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/service.html#ServiceList.take_action"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.service.ServiceList.take_action" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
<dl class="class">
<dt id="kollacli.commands.service.ServiceListGroups">
<em class="property">class </em><tt class="descclassname">kollacli.commands.service.</tt><tt class="descname">ServiceListGroups</tt><big>(</big><em>app</em>, <em>app_args</em>, <em>cmd_name=None</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/service.html#ServiceListGroups"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.service.ServiceListGroups" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">cliff.lister.Lister</span></tt></p>
<p>List services and their groups.</p>
<dl class="method">
<dt id="kollacli.commands.service.ServiceListGroups.take_action">
<tt class="descname">take_action</tt><big>(</big><em>parsed_args</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/service.html#ServiceListGroups.take_action"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.service.ServiceListGroups.take_action" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
<dl class="class">
<dt id="kollacli.commands.service.ServiceRemoveGroup">
<em class="property">class </em><tt class="descclassname">kollacli.commands.service.</tt><tt class="descname">ServiceRemoveGroup</tt><big>(</big><em>app</em>, <em>app_args</em>, <em>cmd_name=None</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/service.html#ServiceRemoveGroup"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.service.ServiceRemoveGroup" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">cliff.command.Command</span></tt></p>
<p>Remove group from service.</p>
<dl class="method">
<dt id="kollacli.commands.service.ServiceRemoveGroup.get_parser">
<tt class="descname">get_parser</tt><big>(</big><em>prog_name</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/service.html#ServiceRemoveGroup.get_parser"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.service.ServiceRemoveGroup.get_parser" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="kollacli.commands.service.ServiceRemoveGroup.take_action">
<tt class="descname">take_action</tt><big>(</big><em>parsed_args</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/service.html#ServiceRemoveGroup.take_action"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.service.ServiceRemoveGroup.take_action" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
</div>
<div class="section" id="module-kollacli.commands.support">
<span id="kollacli-commands-support-module"></span><h2>kollacli.commands.support module<a class="headerlink" href="#module-kollacli.commands.support" title="Permalink to this headline"></a></h2>
<dl class="class">
<dt id="kollacli.commands.support.Dump">
<em class="property">class </em><tt class="descclassname">kollacli.commands.support.</tt><tt class="descname">Dump</tt><big>(</big><em>app</em>, <em>app_args</em>, <em>cmd_name=None</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/support.html#Dump"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.support.Dump" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">cliff.command.Command</span></tt></p>
<p>Dumps configuration data for debugging.</p>
<p>Dumps most files in /etc/kolla and /usr/share/kolla into a
tar file so be given to support / development to help with
debugging problems.</p>
<dl class="method">
<dt id="kollacli.commands.support.Dump.take_action">
<tt class="descname">take_action</tt><big>(</big><em>parsed_args</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/support.html#Dump.take_action"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.support.Dump.take_action" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
</div>
<div class="section" id="module-kollacli.commands.upgrade">
<span id="kollacli-commands-upgrade-module"></span><h2>kollacli.commands.upgrade module<a class="headerlink" href="#module-kollacli.commands.upgrade" title="Permalink to this headline"></a></h2>
<dl class="class">
<dt id="kollacli.commands.upgrade.Upgrade">
<em class="property">class </em><tt class="descclassname">kollacli.commands.upgrade.</tt><tt class="descname">Upgrade</tt><big>(</big><em>app</em>, <em>app_args</em>, <em>cmd_name=None</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/upgrade.html#Upgrade"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.upgrade.Upgrade" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">cliff.command.Command</span></tt></p>
<p>Upgrade.</p>
<dl class="method">
<dt id="kollacli.commands.upgrade.Upgrade.get_parser">
<tt class="descname">get_parser</tt><big>(</big><em>prog_name</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/upgrade.html#Upgrade.get_parser"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.upgrade.Upgrade.get_parser" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
<dl class="method">
<dt id="kollacli.commands.upgrade.Upgrade.take_action">
<tt class="descname">take_action</tt><big>(</big><em>parsed_args</em><big>)</big><a class="reference internal" href="_modules/kollacli/commands/upgrade.html#Upgrade.take_action"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#kollacli.commands.upgrade.Upgrade.take_action" title="Permalink to this definition"></a></dt>
<dd></dd></dl>
</dd></dl>
</div>
<div class="section" id="module-kollacli.commands">
<span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-kollacli.commands" title="Permalink to this headline"></a></h2>
</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="#">kollacli.commands package</a><ul>
<li><a class="reference internal" href="#submodules">Submodules</a></li>
<li><a class="reference internal" href="#module-kollacli.commands.deploy">kollacli.commands.deploy module</a></li>
<li><a class="reference internal" href="#module-kollacli.commands.exceptions">kollacli.commands.exceptions module</a></li>
<li><a class="reference internal" href="#module-kollacli.commands.group">kollacli.commands.group module</a></li>
<li><a class="reference internal" href="#module-kollacli.commands.host">kollacli.commands.host module</a></li>
<li><a class="reference internal" href="#module-kollacli.commands.password">kollacli.commands.password module</a></li>
<li><a class="reference internal" href="#module-kollacli.commands.property">kollacli.commands.property module</a></li>
<li><a class="reference internal" href="#module-kollacli.commands.pull">kollacli.commands.pull module</a></li>
<li><a class="reference internal" href="#module-kollacli.commands.reconfigure">kollacli.commands.reconfigure module</a></li>
<li><a class="reference internal" href="#module-kollacli.commands.service">kollacli.commands.service module</a></li>
<li><a class="reference internal" href="#module-kollacli.commands.support">kollacli.commands.support module</a></li>
<li><a class="reference internal" href="#module-kollacli.commands.upgrade">kollacli.commands.upgrade module</a></li>
<li><a class="reference internal" href="#module-kollacli.commands">Module contents</a></li>
</ul>
</li>
</ul>
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/kollacli.commands.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" />
<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 class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li><a href="index.html">kollacli 4.0.1.dev498 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">
&copy; Copyright 2016, Oracle.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
</div>
</body>
</html>