Client components for Octavia
You can not 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
Michael Johnson 98f7c574a6
Add load balancer flavor support to the OSC client
4 years ago
doc Add some commands for octavia flavor and flavor_profile 4 years ago
octaviaclient Add load balancer flavor support to the OSC client 4 years ago
releasenotes Add load balancer flavor support to the OSC client 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 load balancer flavor support to the OSC client 4 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 fix error url 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 .