File: index.rst

package info (click to toggle)
python-octaviaclient 3.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,184 kB
  • sloc: python: 12,641; sh: 57; makefile: 23
file content (17 lines) | stat: -rw-r--r-- 481 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
============
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.