[Openstack] [OpenStackClient] OSC release 1.0.3

Dean Troyer dtroyer at gmail.com
Tue Mar 10 19:56:22 UTC 2015


OpenStackClient 1.0.3 has been released to PyPI.

python-openstackclient can be installed from the following locations:

PyPI: https://pypi.python.org/pypi/python-openstackclient
OpenStack tarball:
http://tarballs.openstack.org/python-openstackclient/python-openstackclient-1.0.3.tar.gz

Please report issues through launchpad:
https://bugs.launchpad.net/python-openstackclient

Changes in python-openstackclient 1.0.2..1.0.3
----------------------------------------------

* Add ``catalog list`` and ``catalog show`` commands for Identity v3.
* Add 'hypervisor stats show' command .
* Rename ``server resize`` option ``--verify`` to ``confirm``.  It
conflicted with
  the global ``--verify`` option and never worked prior to this.
* Add ``trust create/delete/list/show`` commands.
* Add ``--sort`` to ``image list`` command.
* Change ``volume create`` option ``--snapshot-id`` to ``--snapshot``.  The
old
  name is still silently supported.
* Add Network API quotas to ``quota show`` command.
* Add ``--public``, ``--private``, ``--all``, ``--long`` options to
  ``flavor list`` command.  Remove "Extra Specs", "Swap" and"RXTX Factor"
  columns from default output.
* Add ``--shared``, ``--property`` options to ``image list`` command.
* Add ``--size`` option to ``volume set`` command.

* Bug 1353040: server create --nic option clumsy
* Bug 1366279: nova lock command description rather terse
* Bug 1399588: Authentication needed for help command
* Bug 1401902: image filtering not available
* Bug 1410251: sort and filter options on openstack image list
* Bug 1411160: Add network support to quota show
* Bug 1413718: support keystone v3 trust extension
* Bug 1413954: missing volume extend
* Bug 1415182: Add extra validation when extending volume
* Bug 1416542: openstack client resize verify not completing workflow
* Bug 1416780: flavor list missing features
* Bug 1417614: tenant_id in server show
* Bug 1417854: Fix help messages for `os security group rule create` and
`os security group rule list`
* Bug 1418024: wrong import of contrib module from novaclient
* Bug 1418384: openstack client help shows domain can be changed for a
project
* Bug 1418742: volume create --snapshot-id is wrong
* Bug 1418810: auth with os-token fails with unexpected keyword argument
'user_domain_id'
* Bug 1420080: functional tests are failing with new keystoneclient release
* Bug 1420732: Better error message for sort_items
* Bug 1423748: Add support for hypervisor-stats and hypervisor-uptime
command
* Bug 1428912: authentication through password prompting is broken
* Bug 1429211: 'catalog list' fails when region is not present


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 4a5d70d..97d06c4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@ pbr>=0.6,!=0.7,<1.0
-six>=1.7.0
+six>=1.9.0
@@ -10,2 +10,2 @@ cliff-tablib>=1.0
-oslo.config>=1.6.0  # Apache-2.0
-oslo.i18n>=1.0.0  # Apache-2.0
+oslo.config>=1.9.0  # Apache-2.0
+oslo.i18n>=1.3.0  # Apache-2.0
@@ -15,2 +15,2 @@ python-glanceclient>=0.15.0
-python-keystoneclient>=0.11.1
-python-novaclient>=2.18.0
+python-keystoneclient>=1.1.0
+python-novaclient>=2.18.0,!=2.21.0
@@ -18 +18 @@ python-cinderclient>=1.1.0
-python-neutronclient>=2.3.6,<3
+python-neutronclient>=2.3.11,<3


dt

-- 

Dean Troyer
dtroyer at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20150310/91d9a4d5/attachment.html>


More information about the Openstack mailing list