Files
python-octaviaclient/doc/source/install/index.rst
Michael Johnson b1afaa3b54 Update python-octaviaclient docs for migration
This patch updates the python-octaviaclient project for the OpenStack
documentation migration [1].

[1] https://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html

Change-Id: Id873ab00fcc80507d841bcfade47fa2308100099
2017-07-28 00:03:52 +00:00

18 lines
481 B
ReStructuredText

============
Installation
============
This is an OpenStack Client plugin for the load-balancer (Octavia) project.
Install the load-balancer (Octavia) plugin::
$ pip install python-octaviaclient
Or, if you have virtualenvwrapper installed::
$ mkvirtualenv python-octaviaclient
$ pip install python-octaviaclient
.. note:: If python-openstackclient is not already installed it will be
installed as part of the requirements for the Octavia client plugin.