
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
18 lines
481 B
ReStructuredText
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.
|