b2235bf3fb
Execluded all XML files in the directory doc/common/tables because they are autogenerated. The XML root element of Docbook XML files should match the following format: <ELEMENT 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="THE_XML_ID_OF_THE_ELEMENT"> Change-Id: If12091be81ec8b2e6e53bfcb4c3a883a65e24736
18 lines
911 B
XML
18 lines
911 B
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="checking_version_cli">
|
|
<title>Discover the version number for a client</title>
|
|
<para>Run the following command to discover the version number
|
|
for a client:</para>
|
|
<screen><prompt>$</prompt> <userinput><replaceable>PROJECT</replaceable> --version</userinput></screen>
|
|
<para>For example, to see the version number for the
|
|
<command>nova</command> client, run the
|
|
following command:</para>
|
|
<screen><prompt>$</prompt> <userinput>nova --version</userinput></screen>
|
|
<para>The version number (2.15.0 in the example) is returned.</para>
|
|
<screen><computeroutput>2.15.0</computeroutput></screen>
|
|
</section>
|