011ee845d9
Change-Id: I03a8826aac4a989175c82bdb3868890c79748054
22 lines
1.2 KiB
XML
22 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<section xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
version="5.0"
|
|
xml:id="section_instance-mgmt">
|
|
<title>Instance management tools</title>
|
|
<para>OpenStack provides command-line, web interface, and API-based
|
|
instance management tools. Third-party management tools are also
|
|
available, using either the native API or the provided EC2-compatible
|
|
API.</para>
|
|
<para>The OpenStack <application>python-novaclient</application> package
|
|
provides a basic command-line utility, which uses the
|
|
<command>nova</command> command. This is available as a native package
|
|
for most Linux distributions, or you can install the latest version
|
|
using the <application>pip</application> python package installer:</para>
|
|
<screen><prompt>#</prompt> <userinput>pip install python-novaclient</userinput></screen>
|
|
<para>For more information about <application>python-novaclient</application>
|
|
and other command-line tools, see the <link xlink:href="http://docs.openstack.org/user-guide/index.html">
|
|
<citetitle>OpenStack End User Guide</citetitle></link>.</para>
|
|
</section>
|