diff --git a/doc/common/section_cli_install.xml b/doc/common/section_cli_install.xml index 260a4f938d..8452cd17f1 100644 --- a/doc/common/section_cli_install.xml +++ b/doc/common/section_cli_install.xml @@ -9,9 +9,17 @@ each OpenStack client.
Install the prerequisite software - The following table lists the software that you need to - have to run the command-line clients, and provides - installation instructions as needed. + + Most Linux distributions include packaged versions of the + command-line clients that you can install directly, see . + + + If you need to install the command-line packages source + packages, the following table lists the software that you + need to have to run the command-line clients, and provides + installation instructions as needed. + @@ -66,7 +74,7 @@ pip. It is easy to use, ensures that you get the latest version of the clients from the Python Package Index, and lets you update or remove the packages later on. @@ -102,31 +110,43 @@ Red Hat Enterprise Linux, CentOS, or Fedora - A packaged version available in A packaged version enables you to use yum + to install the package: + # yum install python-pip + There are also packaged versions of the + clients available in RDO - enables you to use yum - to install the clients, or you can install - pip and use it to - manage client installation: # yum install python-pip + that enable yum to + install the clients as described in . + - openSUSE 12.2 and earlier + SUSE Linux Enterprise Linux 11 A packaged + xlink:href="https://build.opensuse.org/package/show?package=python-pip&project=Cloud:OpenStack:Master">packaged version available in the Open Build Service enables you to use - rpm or - zypper to install the - clients, or you can install - pip and use it to manage client installation: - # zypper install python-pip + or zypper to install the package. + First, add the Open Build Service repository: + # zypper addrepo -f obs://Cloud:OpenStack:Icehouse/SLE_11_SP3 Icehouse + Then install pip and use it to manage client installation: + # zypper install python-pip + There are also packaged versions of the clients available + that enable zypper to install the + clients as described in . + - openSUSE 12.3 and later - A packaged version enables you to use - rpm or - zypper to install the - clients. See + openSUSE + You can install + pip and use it to + manage client installation: + # zypper install python-pip + There are also packaged versions of the clients available + that enable zypper to install the + clients as described in + @@ -202,7 +222,7 @@
Installing from packages - RDO and openSUSE have client packages that can be + RDO, openSUSE and SUSE Linux Enterprise have client packages that can be installed without pip. On Red Hat Enterprise Linux, CentOS, or Fedora, use yum to install the clients from @@ -210,12 +230,18 @@ xlink:href="http://openstack.redhat.com/" >RDO: # yum install python-PROJECTclient - For openSUSE, use rpm or - zypper to install the clients - from the packaged versions available in the Open Build - Service:# zypper install python-PROJECT + For openSUSE, use zypper to install the clients + from the distribution packages + Service: + # zypper install python-PROJECT + For SUSE Linux Enterprise Server, use + zypper to install the clients from + the distribution packages in the Open Build Service. First, + add the Open Build Service repository: + # zypper addrepo -f obs://Cloud:OpenStack:Icehouse/SLE_11_SP3 Icehouse + Then you can install the packages: + # zypper install python-PROJECT +
Prerequisite software