diff --git a/doc/release_notes/archive/v0.9.1.rst b/doc/release_notes/archive/v0.9.1.rst new file mode 100644 index 0000000000..85537bafd7 --- /dev/null +++ b/doc/release_notes/archive/v0.9.1.rst @@ -0,0 +1,63 @@ +============ +Rally v0.9.1 +============ + +Overview +-------- + ++------------------+-----------------------+ +| Release date | **4/12/2017** | ++------------------+-----------------------+ + +Details +------- + +Unfortunately, Rally 0.9.0 contains various bugs. We work hard to fix them, +improve our CI to avoid such issues in future and ready to present a new Rally +release which includes only bug-fixes. + +Fixed bugs +~~~~~~~~~~ + +* [deployment] Credentials is not updated as soon as deployment is recreated. + Need to call recreate request twice. + + `Launchpad bug-report #1675271 + `_ + +* [task] Scenario `IronicNodes.create_and_list_node + `_ + had a wrong check that list of all nodes contains newly created one. + +* [task][cleanup] Do not remove quotas in case of existing users + +* [task][cleanup] Various traces of neutron resources + +* [core] Keystone v3, authentication error for Rally users if the value of + project_domain_name of admin user isn't equal "default" + + `Launchpad bug-report #1680837 + `_ + +* [task] Scenario `NovaHosts.list_and_get_hosts + `_ + obtains hostname for all hosts. But it fails in some environments if host is + not compute. + + `Launchpad bug-report #1675254 + `_ + +* [verification] Rally fails to run on systems on which python-virtualenv is + not installed + + `Launchpad bug-report #1678047 + `_ + +* [verification] CLI `rally verify rerun + `_ + fails with TypeError due to wring integration with Rally API. + +Thanks +~~~~~~ + + 2 Everybody! diff --git a/doc/release_notes/latest.rst b/doc/release_notes/latest.rst index 5e4874823a..40209b2e00 120000 --- a/doc/release_notes/latest.rst +++ b/doc/release_notes/latest.rst @@ -1 +1 @@ -archive/v0.9.0.rst \ No newline at end of file +archive/v0.9.1.rst \ No newline at end of file