[zun] python-zunclient 0.1.0
We are amped to announce the release of: python-zunclient 0.1.0: Client Library for Zun This is the first release of python-zunclient. The source is available from: http://git.openstack.org/cgit/openstack/python-zunclient Download the package from: https://tarballs.openstack.org/python-zunclient/ Please report issues through launchpad: http://bugs.launchpad.net/python-zunclient For more details, please see below. Changes in python-zunclient 9f4252b4fe77c390f47bfa0d44b9dbb29034c6f7..0.1.0 --------------------------------------------------------------------------- 287e721 Improve error message parsing de5b750 Add support for interactive mode for "run" command e4bf5ef Revise the functional env in tox.ini eaf12c3 Update in OSC needs _remove_null_params a99126b _remove_null_params in OSC needs be synchronized 407a7cb Add OSC Plugin for openstack appcontainer update 02a527b Handle various permutation of query params c789337 Add more container related test 47509c3 Update requirements a8661e2 Use "--format" instead of "--json" when showing a container c1b6742 Add image_driver option to create and run b858466 Generalize the usage of _remove_null_params 53efad9 Added stdout&stderr for openstack appcontainer logs 6b5ef0d Add OSC commands functional test bf954a5 Support the command "zun top" 9882588 Don't pass parameter to API when the parameters is null 9d70624 Add support for attach detach and resize cb943b6 Added support for stdout & stderr for logs in zunclient 74c06b5 Clean imports in code 8a1f7ac Add post_test_hook.sh f44006a Changed Optional to Positional arg in zun pull 62bc41a Allow zun exec to take arbitrary number of arguments e814fd0 Remove support for py33 7a14c7f Update to match latest global-requirements 2603585 Add support for interactive mode in shell when zun run and create 04b7ca9 "Zun reboot" supports the parameter "--timeout" 2174d96 "Zun stop" supports the parameter "--timeout" 1840ff5 Remove white space between print () 91c74a3 Add support for restart policy in CLIS when create/run b165ea8 Add OSC Plugin for openstack appcontainer rename b938272 Add container-update command cf17711 Add OSC Plugin for openstack appcontainer run 1c76315 Add OSC Plugin for openstack appcontainer stop 10be5f6 Support rename a container 4092e3b Add OSC Plugin for openstack appcontainer kill 901b9f4 Add OSC Plugin for openstack appcontainer logs 5c33c2b Add OSC Plugin for openstack appcontainer exec 1d960f2 Corrected wrong env variable in --zun-api-version dc4bc1a Add support for killing multiple containers 6a262bf Move out the "-i" and "--image" flags from shell ddb16af Add OSC Plugin for openstack appcontainer unpause d4be58a Add OSC Plugin for openstack appcontainer pause 1d1c5ca Add OSC Plugin for openstack appcontainer start dbef203 zun exec syntax changed similar to docker fd6f02b Add OSC Plugin for openstack appcontainer reboot 7f4dbed Move unit test cases under unit folder 7a5678e Add OSC Plugin for openstack appcontainer delete 535540e Add OSC Plugin for openstack appcontainer list 9b27ac5 zun run URL changed to /v1/containers?run=true 2fa9e8d Rename 'format_labels' to 'format_args' in OSC 2ca184c Remove option --hostname on container creation ca410c8 Change the help message for memory input dc0b9b5 Add OSC Plugin for openstack appcontainer create d31521b Rename method 'format_labels' to 'format_args' 1e32ace Add OSC Plugin for openstack appcontainer show bf3de26 --expose option removed as it is not supported b8e5ecd Added unit tests for zunclient/v1/containers.py ba5b7dd Fixed the '_' is not defined error 263d1a9 Initial commit for openstack-client support in python-zunclient 929899c Add auto-complete function for zun's commands fd44c2b added run command support at client side d940a40 Add image command support in zunclient ae04a77 Compatibility issue with environment variable fa12cb3 Add addresses column to containers 11fc5e5 Add --image-pull-policy option to zun create command c4167f8 Delete python bytecode file e2b0c31 Add docs and releasenotes testenv in tox 32fb050 Adding files to .gitignore 8695a21 Add coverage configuration 566f7d9 Add Python 3.5 classifier and venv 30108ac Add more details to service-list command 12f93ec Add commandline for Zun kill 54da83a Added more properties to Container bcd33fe Parse the provided container environment 75ffef6 Enable release notes translation f30598b Changed the link to homepage c2d64dd Create shortcut for frequently used options in command 8aba477 Client support for --force option 37e4e25 Change HTTP method of _action from PUT to POST 9a62f50 Cleanup tox.ini: Remove obsolete constraints 2b52d62 Enable Code Coverage aa16ffb Changed the CLI style b6155e7 Added containers command e38ba88 Add base files and service-list command 9407989 Initial commit for zunclient Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..0a6df83 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,12 @@ +# 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>=1.8 # Apache-2.0 +PrettyTable>=0.7.1,<0.8 # BSD +python-openstackclient>=3.3.0 # Apache-2.0 +keystoneauth1>=2.18.0 # Apache-2.0 +osc-lib>=1.2.0 # Apache-2.0 +oslo.i18n>=2.1.0 # Apache-2.0 +oslo.utils>=3.16.0 # Apache-2.0 +websocket-client>=0.32.0 # LGPLv2+ diff --git a/test-requirements.txt b/test-requirements.txt new file mode 100644 index 0000000..1b324a3 --- /dev/null +++ b/test-requirements.txt @@ -0,0 +1,22 @@ +# 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. + +bandit>=1.0.1 # Apache-2.0 +coverage>=4.0 # Apache-2.0 +doc8 # Apache-2.0 +ddt>=1.0.1 # MIT +hacking<0.12,>=0.11.0 # Apache-2.0 +oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0 +oslotest>=1.10.0 # Apache-2.0 +os-testr>=0.8.0 # Apache-2.0 +python-subunit>=0.0.18 # Apache-2.0/BSD +sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +tempest>=14.0.0 # Apache-2.0 +testresources>=0.2.4 # Apache-2.0/BSD +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 # Apache2
participants (1)
-
no-reply@openstack.org