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.
![]() 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 | 4 years ago | |
octaviaclient | 4 years ago | |
releasenotes | 4 years ago | |
zuul.d | 5 years ago | |
.coveragerc | 4 years ago | |
.gitignore | 6 years ago | |
.gitreview | 6 years ago | |
.mailmap | 6 years ago | |
.stestr.conf | 5 years ago | |
CONTRIBUTING.rst | 5 years ago | |
HACKING.rst | 5 years ago | |
LICENSE | 6 years ago | |
README.rst | 5 years ago | |
babel.cfg | 6 years ago | |
lower-constraints.txt | 5 years ago | |
requirements.txt | 5 years ago | |
setup.cfg | 4 years ago | |
setup.py | 6 years ago | |
test-requirements.txt | 5 years ago | |
tox.ini | 4 years ago |
README.rst
Team and repository tags
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/
- Free software: Apache license
- Documentation: https://docs.openstack.org/octavia/latest/
- Source: http://git.openstack.org/cgit/openstack/python-octaviaclient
- Release notes: https://docs.openstack.org/releasenotes/python-octaviaclient/
- Bugs: https://storyboard.openstack.org/#!/project/911
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 .