Add the releasenote detail
This patch add the releasenote detail. Change-Id: I6a897e204d128758067ea8e3d557700fd1f0f724
This commit is contained in:
parent
43a7ca8b5b
commit
794b66d0be
@ -48,6 +48,12 @@ Contents
|
|||||||
Release Notes
|
Release Notes
|
||||||
=============
|
=============
|
||||||
|
|
||||||
|
New Release Note
|
||||||
|
----------------
|
||||||
|
|
||||||
|
We use reno to publish the release note now. Please see `Release Page`_ for
|
||||||
|
more detail.
|
||||||
|
|
||||||
0.2.0
|
0.2.0
|
||||||
-----
|
-----
|
||||||
|
|
||||||
@ -88,3 +94,5 @@ Indices and tables
|
|||||||
* :ref:`genindex`
|
* :ref:`genindex`
|
||||||
* :ref:`modindex`
|
* :ref:`modindex`
|
||||||
* :ref:`search`
|
* :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:
|
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