We are chuffed to announce the release of: python-octaviaclient 0.1.0: Octavia client for OpenStack Load Balancing This is the first release of python-octaviaclient. This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/python-octaviaclient Download the package from: https://pypi.python.org/pypi/python-octaviaclient Please report issues through launchpad: http://bugs.launchpad.net/octavia For more details, please see below. 0.1.0 ^^^^^ New Features * Add initial load balancer command "loadbalancer list". Changes in python-octaviaclient e401310a6ba9e37a0056e1751b656198577422e7..0.1.0 ------------------------------------------------------------------------------- 970a232 Initialize plugin for OSC 6c06946 Update Docs for more information and dummy commands d3096c5 Add mapping documentation between legacy Neutron CLI and Octavia 691393f Initial setup of the python-octaviaclient repo Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..2f9ea42 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +# The order of packages is significant, because pip processes them in the order +# of appearance. Changing the order has an impact on the overall integration +# process, which may cause wedges in the gate later. + +pbr>=2.0.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 0000000..6810f80 --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1,20 @@ +# The order of packages is significant, because pip processes them in the order +# of appearance. Changing the order has an impact on the overall integration +# process, which may cause wedges in the gate later. + +hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0 +requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0 +requests-mock>=1.1 # Apache-2.0 +coverage>=4.0 # Apache-2.0 +mock>=2.0 # BSD +python-subunit>=0.0.18 # Apache-2.0/BSD +python-openstackclient>=3.3.0 # Apache-2.0 +sphinx>=1.5.1 # BSD +oslosphinx>=4.7.0 # Apache-2.0 +oslotest>=1.10.0 # Apache-2.0 +testrepository>=0.0.18 # Apache-2.0/BSD +testscenarios>=0.4 # Apache-2.0/BSD +testtools>=1.4.0 # MIT + +# releasenotes +reno>=1.8.0 # Apache-2.0