Client components for Octavia
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Bernhard M. Wiedemann dfb5fadc50 Make the documentation reproducible
Whilst working on the Reproducible Builds effort [0], we noticed
that python-octaviaclient could not be built reproducibly.

This is because it iterates over a set in a nondeterminstic manner
when generating its own documentation.

 [0] https://reproducible-builds.org/

Change-Id: I0a4ad25870e9d4c37c8847a9a5d1c5f118a85d7e
4 years ago
doc Add some commands for octavia flavor and flavor_profile 4 years ago
octaviaclient Make the documentation reproducible 4 years ago
releasenotes Add some commands for octavia flavor and flavor_profile 4 years ago
zuul.d Use templates for cover and lower-constraints 5 years ago
.coveragerc Fix coverage and set a minimum 4 years ago
.gitignore Add hacking checks 6 years ago
.gitreview Added .gitreview 6 years ago
.mailmap Initial setup of the python-octaviaclient repo 6 years ago
.stestr.conf Update python-octaviaclient tox for stestr 5 years ago
CONTRIBUTING.rst Minor changes in docs 5 years ago
HACKING.rst Update http links in docs 5 years ago
LICENSE Initial setup of the python-octaviaclient repo 6 years ago
README.rst Minor changes in docs 5 years ago
babel.cfg Initial setup of the python-octaviaclient repo 6 years ago
lower-constraints.txt Update python-octaviaclient tox for stestr 5 years ago
requirements.txt Add loadbalancer status show client api and osc 5 years ago
setup.cfg Add some commands for octavia flavor and flavor_profile 4 years ago
setup.py Updated from global requirements 6 years ago
test-requirements.txt Update python-octaviaclient tox for stestr 5 years ago
tox.ini Fix coverage and set a minimum 4 years ago

README.rst

Team and repository tags

image

python-octaviaclient

Octavia client for OpenStack Load Balancing

This is an OpenStack Client (OSC) plugin for Octavia, an OpenStack Load Balancing project.

For more information about Octavia see: https://docs.openstack.org/octavia/latest/

For more information about the OpenStack Client see: https://docs.openstack.org/python-openstackclient/latest/

Getting Started

Note

This is an OpenStack Client plugin. The python-openstackclient project should be installed to use this plugin.

Octavia client can be installed from PyPI using pip:

pip install python-octaviaclient

If you want to make changes to the Octavia client for testing and contribution, make any changes and then run:

python setup.py develop

or:

pip install -e .