From 3e21560bf70e5e6b529d9a2d37a2897461076395 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Thu, 23 Mar 2023 15:45:31 +0100 Subject: Remove all references to the "cpus" property Unused by Nova and unlike memory_mb/local_gb also by Ironic (actually, our usage of local_gb is worth double-checking as well, but at the very least it's referenced by inspection implementations). Change-Id: Ie8b0d9f58f4dcd102c183c30ae7f5acf68a5e4c3 --- releasenotes/notes/no-cpus-c79717303470bf3c.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 releasenotes/notes/no-cpus-c79717303470bf3c.yaml (limited to 'releasenotes/notes/no-cpus-c79717303470bf3c.yaml') diff --git a/releasenotes/notes/no-cpus-c79717303470bf3c.yaml b/releasenotes/notes/no-cpus-c79717303470bf3c.yaml new file mode 100644 index 000000000..4f264e79b --- /dev/null +++ b/releasenotes/notes/no-cpus-c79717303470bf3c.yaml @@ -0,0 +1,6 @@ +--- +upgrade: + - | + Fully removes the ``cpus`` property from the documentation and inspect + interface implementations. It was never used internally by Ironic, + and is no longer used by Nova. -- cgit v1.2.1