From 9fc9876a9ef0fa669cd43cac976c86b2bafba6ce Mon Sep 17 00:00:00 2001 From: Andrey Kurilin Date: Wed, 28 Mar 2018 18:35:22 +0300 Subject: [PATCH] Propose release notes for 0.11.2 Change-Id: I82245c6c80822fab61cf960e548dafa0f67f628e --- doc/release_notes/archive/v0.11.2.rst | 55 +++++++++++++++++++++++++++ doc/release_notes/latest.rst | 2 +- 2 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 doc/release_notes/archive/v0.11.2.rst diff --git a/doc/release_notes/archive/v0.11.2.rst b/doc/release_notes/archive/v0.11.2.rst new file mode 100644 index 0000000000..4a475b6d78 --- /dev/null +++ b/doc/release_notes/archive/v0.11.2.rst @@ -0,0 +1,55 @@ +============= +Rally v0.11.2 +============= + ++------------------+-----------------------+ +| Release date | **03/29/2018** | ++------------------+-----------------------+ + +* OpenStack plugins moved to the separate + `repo `_ and + `package `_ . + In-tree OpenStack plugins are deprecated now and will be removed soon. All + further development should be done in the new repository. + +* Environment manager and Platform plugins are extended with a new feature - + creating a spec based on system environment variables. + We had similar feature in Deployment component like below, but it handles + only OpenStack platform. + + .. code-block:: console + + $ rally deployment create --name "my-deployment" --fromenv + + The new feature is not limited by one platform and each platform plugin can + implement it. + The usage of the feature is still pretty simple: + + .. code-block:: console + + $ rally env create --name "my-env" --from-sysenv + +* There is a new argument for `rally env show` command: **--only-spec**. It is + a trigger for showing only a specification of the environment + +* Methods for association and dissociation floating ips were deprecated in + novaclient a year ago and latest major release (python-novaclient 10) + `doesn't include them + `_. + These actions should be performed via neutronclient now. It is not as simple + as it was via Nova-API and you can find more neutron-related atomic actions + in results of scenarios. + +* *os-hosts* CLIs and python API bindings had been deprecated in + python-novaclient 9.0.0 and became removed in `10.0.0 release + `_. + This decision affected 2 scenarios `NovaHosts.list_hosts + `_ + and `NovaHosts.list_and_get_hosts + `_ + which become redundant and we cannot leave them (python-novaclient doesn't + have proper interfaces any more). + +* Improvements of elasticsearch task exporter to cover the case when success + rate of workload is not in range of 0-100. For example, it can happen when + context fails. diff --git a/doc/release_notes/latest.rst b/doc/release_notes/latest.rst index ffbd962c3f..eca168c9f7 120000 --- a/doc/release_notes/latest.rst +++ b/doc/release_notes/latest.rst @@ -1 +1 @@ -./archive/v0.11.1.rst \ No newline at end of file +./archive/v0.11.2.rst \ No newline at end of file