From 05df44f2413e400b005abeab117afde3b3521c65 Mon Sep 17 00:00:00 2001 From: Sylvain Bauza <sbauza@redhat.com> Date: Wed, 2 Mar 2016 15:51:34 +0100 Subject: [PATCH] Reno for Ironic api_version opt deprecation Change Iebfa06da6811889e11fd4edf15d47ca4e0feea6f was missing a relnote. Change-Id: I72831c3bd5d2207e8279840305c844928f90a499 --- ...ic_api_version_opt_deprecated-50c9b0486e78fe6e.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 releasenotes/notes/ironic_api_version_opt_deprecated-50c9b0486e78fe6e.yaml diff --git a/releasenotes/notes/ironic_api_version_opt_deprecated-50c9b0486e78fe6e.yaml b/releasenotes/notes/ironic_api_version_opt_deprecated-50c9b0486e78fe6e.yaml new file mode 100644 index 000000000000..aa2e51aa0141 --- /dev/null +++ b/releasenotes/notes/ironic_api_version_opt_deprecated-50c9b0486e78fe6e.yaml @@ -0,0 +1,10 @@ +--- +deprecations: + - The configuration option ``api_version`` in the ``ironic`` group was + marked as deprecated and will be removed in the future. The only + possible value for that configuration was "1" (because Ironic only has 1 + API version) and the Ironic team came to an agreement that setting the API + version via configuration option should not be supported anymore. As the + Ironic driver in Nova requests the Ironic v1.8 API, that means that + Nova 13.0.0 ("Mitaka") requires Ironic 4.0.0 ("Liberty") or newer if + you want to use the Ironic driver.