From a151c26f47d0f949f1a1d1ff2683a93ad74b2955 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Thu, 17 Aug 2017 13:20:54 +0000 Subject: [PATCH] Revert "[reno] Add prelude for Pike release" This reverts commit 7bb72eb9a2adbe72fdb0ecefc7f3cea65009040d. Change-Id: I5e305c338f0a0a4cf9f1cc4ee761e410d05b27ca --- .../notes/pike-prelude-815f73ba4ad59f97.yaml | 35 ------------------- 1 file changed, 35 deletions(-) delete mode 100644 releasenotes/notes/pike-prelude-815f73ba4ad59f97.yaml diff --git a/releasenotes/notes/pike-prelude-815f73ba4ad59f97.yaml b/releasenotes/notes/pike-prelude-815f73ba4ad59f97.yaml deleted file mode 100644 index 7d513849a9..0000000000 --- a/releasenotes/notes/pike-prelude-815f73ba4ad59f97.yaml +++ /dev/null @@ -1,35 +0,0 @@ ---- -prelude: | - The 9.0.0 (Pike) release includes many new features and bug fixes. - - Please review the upgrade section which describes the required actions to - upgrade your installation from 7.0.x (Ocata) to 9.0.0 (Pike). - - A few major changes are worth mentioning. This is not an exhaustive list: - - - It is now possible to do rolling upgrades, starting with upgrading Ocata - to Pike. For details, see - https://docs.openstack.org/ironic/latest/admin/upgrade-guide.html. - - - The long-awaited support to boot from volumes is here. For details, see - https://docs.openstack.org/ironic/latest/admin/boot-from-volume.html. - - - Full support for "dynamic" drivers is available. There are hardware types - for all "classic" drivers. The use of hardware types is preferred over - the use of "classic" drivers, since "classic" drivers may be deprecated - in Queens. - - - ``redfish`` is a new hardware type that supports the Redfish standard. - - - The Compute service is changing the way bare metal nodes are scheduled, - and will be using the node's ``resource_class`` to do this. For more - details, see - https://docs.openstack.org/ironic/latest/install/configure-nova-flavors.html#scheduling-based-on-resource-classes. - - - The Bare Metal service can now incorporate physical network information - when attaching virtual interfaces (VIFs) via the new ``physical_network`` - field to the port object. For details, see - https://docs.openstack.org/ironic/latest/admin/multitenancy.html#multitenancy-physnets. - - - The ssh-based drivers have been removed from ironic. Please see the - "Upgrade Notes" section for more information.