[openstack-announce] [release][stable][murano] python-muranoclient	0.8.4 release (mitaka)
    no-reply at openstack.org 
    no-reply at openstack.org
       
    Thu Mar 31 00:43:15 UTC 2016
    
    
  
We are satisfied to announce the release of:
python-muranoclient 0.8.4: python-muranoclient
This release is part of the mitaka stable release series.
With source available at:
    https://git.openstack.org/cgit/openstack/python-muranoclient
With package available at:
    https://pypi.python.org/pypi/python-muranoclient
Please report issues through launchpad:
    https://bugs.launchpad.net/python-muranoclient
For more details, please see below.
0.8.4
^^^^^
New Features
************
* Since glare has been moved to a separate service muranoclient CLI
  now distinguishes between --glance-url and --glare-url. If --glare-
  url is not supplied muranoclient requests an endpoint of type
  'artifact' from keystone.
Bug Fixes
*********
* Added fallback from token to username/password if both are
  provided and token expires or is invalid.
Changes in python-muranoclient 0.8.3..0.8.4
-------------------------------------------
e0ec5ef Set "glare" as valid choice for "--murano-packages-service" option
34f5336 Improve dictionary representation of package from Glare
a83b286 Updated from global requirements
fae9e04 Fix authentication in glare-api via keystone.
fcaadbd Update .gitreview for stable/mitaka
d87bdc9 Distinguish between glance and glare endpoints
299bf47 Add reauth if token is expired and username/password are available
917b901 Update dummy application for testing after changes in murano
Diffstat (except docs and test files)
-------------------------------------
.gitreview                                         |   1 +
muranoclient/glance/client.py                      |   5 +-
muranoclient/shell.py                              | 148 +++++++++------------
.../cli/MockApp/Classes/mock_muranopl.yaml         |   2 +-
muranoclient/v1/artifact_packages.py               |  13 +-
.../notes/glare-endpoint-cdba1b2351c19592.yaml     |   6 +
.../notes/reauth-fix-e03ad966c3178167.yaml         |   4 +
requirements.txt                                   |   2 +-
8 files changed, 94 insertions(+), 87 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 8971d40..0653a74 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ PrettyTable<0.8,>=0.7 # BSD
-python-glanceclient>=1.2.0 # Apache-2.0
+python-glanceclient>=2.0.0 # Apache-2.0
    
    
More information about the OpenStack-announce
mailing list