From 722a867ef0d5e1b7a0247ef5cf835e3398b36388 Mon Sep 17 00:00:00 2001 From: Adrian Otto Date: Mon, 13 Feb 2017 10:42:03 -0800 Subject: [PATCH] Ocata summary release notes Change-Id: Id464848e54611ba10422ec1f8d11c9a7694a856b --- .../notes/ocata-summary-a717111a782c7a68.yaml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 releasenotes/notes/ocata-summary-a717111a782c7a68.yaml diff --git a/releasenotes/notes/ocata-summary-a717111a782c7a68.yaml b/releasenotes/notes/ocata-summary-a717111a782c7a68.yaml new file mode 100644 index 00000000..8e186a6b --- /dev/null +++ b/releasenotes/notes/ocata-summary-a717111a782c7a68.yaml @@ -0,0 +1,23 @@ +--- +prelude: > + Ocata release summary. +features: + - | + https://review.openstack.org/424984 Added an update action for clusters. + https://review.openstack.org/422477 Added update action for cluster templ. + https://review.openstack.org/424536 Action for json schema adjusted. + https://review.openstack.org/421693 Python 3.5 classifier and venv added. + https://review.openstack.org/415321 Improved tracebacks for exceptions. + https://review.openstack.org/414810 Adopted horizon views for Angular + https://review.openstack.org/408039 Replace mox with mock + Added numerous unit tests. +fixes: + - | + https://launchpad.net/bugs/1651054 $model is deprecated + https://launchpad.net/bugs/1647921 initScope is deprecated + https://launchpad.net/bugs/1645754 allow keypair in cluster creation + Fixed numerous typos +other: + - | + We removed the Xstatic packages from requirements, as those are not needed + anymore. Horizon includes what it needs.