[ironic] sushy 0.1.0
We are stoked to announce the release of: sushy 0.1.0: Sushy is a small Python library to communicate with Redfish based systems This is the first release of sushy. The source is available from: http://git.openstack.org/cgit/openstack/sushy Download the package from: https://tarballs.openstack.org/sushy/ Please report issues through launchpad: http://bugs.launchpad.net/sushy For more details, please see below. Changes in sushy bb9f4ada4fb0cd5084218fb0b9f32ba7915c4a4c..0.1.0 ---------------------------------------------------------------- e24a9a9 Remove the tools/ directory from the sushy tree 392a4a6 Sushy to adhere to the resource identifier portion of the spec 39f9db1 Redfish-simulator: Do not cache the connection d377b54 Refactor resource collection 04e095a Fix members identity extraction f9ed4a0 Add docstrings to various methods 7e7520e Change get_allowed_*() methods return type from list to set a6f5508 Separate documentation readme.rst 0165d26 Fix hardcoded reset system path 764872c Updated from global requirements 5664437 Libvirt-Mockup: Get vCPUs even if the domain is not running c81cfeb [Fix gate]Update test requirement 1352eed Updated from global requirements 44cd454 Refining test coverage 37fcd7e Libvirt-Mockup: Add support for getting the boot source target 56af7a5 Rework exceptions ec200bb Libvirt-Mockup: Turn off strict_slashes on all routes 5e23a11 Create a tox target for running the libvirt simulator e544f77 Add link to the python documentation about the NullHandler 0b60448 [libvirt-simulator] Use a real identity in links from System 5f125fd Add SSL support to the mockup servers 7ef29e3 Add a mockup for controlling VMs with libvirt ac9d56e Updated from global requirements 777459c Drop the six dependency for mockup_server.py 2512af9 Remove the REQUEST_NUMBER variable from tools/mockup_server.py adf6341 Relax the _parse_attributes() method from the System resource b7d2165 Add a script to serve the Redfish mockup files 3d8196a Fix documentation link efe4410 Add some logs and fix the get_allowed_*() methods f760529 Improve unit-tests Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index acb2012..b358c17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,2 +5,2 @@ -pbr>=1.8 # Apache-2.0 -requests>=2.10.0,!=2.12.2 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 +requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 4a7d204..3f920d2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=0.12.0,<0.13 # Apache-2.0 +hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 @@ -9 +9 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx>=1.2.1,!=1.3b1,<1.4 # BSD +sphinx>=1.5.1 # BSD @@ -12,2 +12,2 @@ oslotest>=1.10.0 # Apache-2.0 -testrepository>=0.0.18 # Apache-2.0/BSD -testscenarios>=0.4 # Apache-2.0/BSD +testrepository>=0.0.18 # Apache-2.0/BSD +testscenarios>=0.4 # Apache-2.0/BSD
participants (1)
-
no-reply@openstack.org