Merge "Add the releasenote detail"
This commit is contained in:
commit
62aba71f8b
@ -48,6 +48,12 @@ Contents
|
||||
Release Notes
|
||||
=============
|
||||
|
||||
New Release Note
|
||||
----------------
|
||||
|
||||
We use reno to publish the release note now. Please see `Release Page`_ for
|
||||
more detail.
|
||||
|
||||
0.2.0
|
||||
-----
|
||||
|
||||
@ -88,3 +94,5 @@ Indices and tables
|
||||
* :ref:`genindex`
|
||||
* :ref:`modindex`
|
||||
* :ref:`search`
|
||||
|
||||
.. _`Release Page`: https://releases.openstack.org
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
features:
|
||||
- The auth mechanism has been upgraded from keystone client to keystoneauth
|
||||
to support keystone V3.
|
||||
[Blueprint `keystoneclient-to-keystoneauth <https://blueprints.launchpad.net/python-zaqarclient/+spec/keystoneclient-to-keystoneauth>`_]
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- Zaqar client now support SSL and insecure for the request.
|
||||
[Blueprint `support-ssl-insecure <https://blueprints.launchpad.net/python-zaqarclient/+spec/support-ssl-insecure>`_]
|
4
releasenotes/notes/support-doc-f12538ac5f35a282.yaml
Normal file
4
releasenotes/notes/support-doc-f12538ac5f35a282.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- Zaqar client has the doc page now. The link will work after a new release.
|
||||
[Link `python-zaqarclient doc page <https://docs.openstack.org/developer/python-zaqarclient>`_]
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- Support to create profiling traces for Zaqar. To use this feature, Zaqar
|
||||
should enable it first. The command is like "openstack --os-profile <SECRET_KEY> queue list"
|
@ -1,3 +1,3 @@
|
||||
---
|
||||
features:
|
||||
- Now Zaqar client support using keystone session to init "Client" object.
|
||||
- Now Zaqar client supports using keystone session to init "Client" object.
|
||||
|
Loading…
x
Reference in New Issue
Block a user