[openstack-dev] [release][openstack] os-client-config 1.17.0 release (newton)
no-reply at openstack.org
no-reply at openstack.org
Mon Apr 11 12:58:02 UTC 2016
We are chuffed to announce the release of:
os-client-config 1.17.0: OpenStack Client Configuation Library
This release is part of the newton release series.
With source available at:
http://git.openstack.org/cgit/openstack/os-client-config
With package available at:
https://pypi.python.org/pypi/os-client-config
Please report issues through launchpad:
http://bugs.launchpad.net/os-client-config
For more details, please see below.
1.17.0
^^^^^^
New Features
************
* Support added for configuring metadata about networks for a cloud
in a list of dicts, rather than in the external_network and
internal_network entries. The dicts support a name, a
routes_externally field, a nat_destination field and a
default_interface field.
Deprecation Notes
*****************
* external_network and internal_network are deprecated and should be
replaced with the list of network dicts.
Changes in os-client-config 1.16.0..1.17.0
------------------------------------------
5605034 Pull the network settings from the actual dict
fdb80ad Clarify one-per-cloud network values
7c43907 Flesh out netowrk config list
278a761 Change network info indication to a generic list
a715114 Update reno for stable/mitaka
cbab18b Add osic vendor profile
35ece66 Fix formulation
Diffstat (except docs and test files)
-------------------------------------
README.rst | 14 ++--
os_client_config/cloud_config.py | 26 +++++++
os_client_config/config.py | 62 +++++++++++++++-
os_client_config/vendors/osic.json | 11 +++
.../notes/network-list-e6e9dafdd8446263.yaml | 10 +++
releasenotes/source/index.rst | 7 +-
releasenotes/source/mitaka.rst | 6 ++
12 files changed, 300 insertions(+), 9 deletions(-)
More information about the OpenStack-dev
mailing list