diff --git a/doc/source/index.rst b/doc/source/index.rst index 4aad6031..5b4bd978 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -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 diff --git a/releasenotes/notes/keystoneclient-to-keystoneauth-85c5f098bd023030.yaml b/releasenotes/notes/keystoneclient-to-keystoneauth-85c5f098bd023030.yaml new file mode 100644 index 00000000..361fe51b --- /dev/null +++ b/releasenotes/notes/keystoneclient-to-keystoneauth-85c5f098bd023030.yaml @@ -0,0 +1,5 @@ +--- +features: + - The auth mechanism has been upgraded from keystone client to keystoneauth + to support keystone V3. + [Blueprint `keystoneclient-to-keystoneauth `_] diff --git a/releasenotes/notes/support-SSL-and-insecure-9b2bbec12b76bf7f.yaml b/releasenotes/notes/support-SSL-and-insecure-9b2bbec12b76bf7f.yaml new file mode 100644 index 00000000..79cb4891 --- /dev/null +++ b/releasenotes/notes/support-SSL-and-insecure-9b2bbec12b76bf7f.yaml @@ -0,0 +1,4 @@ +--- +features: + - Zaqar client now support SSL and insecure for the request. + [Blueprint `support-ssl-insecure `_] diff --git a/releasenotes/notes/support-doc-f12538ac5f35a282.yaml b/releasenotes/notes/support-doc-f12538ac5f35a282.yaml new file mode 100644 index 00000000..4b57a4f2 --- /dev/null +++ b/releasenotes/notes/support-doc-f12538ac5f35a282.yaml @@ -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 `_] diff --git a/releasenotes/notes/support-osprofiler-41af30da3bee5ed0.yaml b/releasenotes/notes/support-osprofiler-41af30da3bee5ed0.yaml new file mode 100644 index 00000000..52defd41 --- /dev/null +++ b/releasenotes/notes/support-osprofiler-41af30da3bee5ed0.yaml @@ -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 queue list" diff --git a/releasenotes/notes/support-session-c3f81233e03dacc8.yaml b/releasenotes/notes/support-session-c3f81233e03dacc8.yaml index c07b1874..d732aa15 100644 --- a/releasenotes/notes/support-session-c3f81233e03dacc8.yaml +++ b/releasenotes/notes/support-session-c3f81233e03dacc8.yaml @@ -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.