summaryrefslogtreecommitdiff
path: root/doc/source/install/troubleshooting.rst
diff options
context:
space:
mode:
authorDmitry Tantsur <dtantsur@protonmail.com>2023-03-23 15:45:31 +0100
committerDmitry Tantsur <dtantsur@protonmail.com>2023-03-28 11:53:26 +0200
commit3e21560bf70e5e6b529d9a2d37a2897461076395 (patch)
tree02d08b636515d34ce6a115cb3d01e3cc21bdd5e2 /doc/source/install/troubleshooting.rst
parentb201e52f8904a5d3d546ea58e6e384d81c3ae066 (diff)
downloadironic-3e21560bf70e5e6b529d9a2d37a2897461076395.tar.gz
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
Diffstat (limited to 'doc/source/install/troubleshooting.rst')
-rw-r--r--doc/source/install/troubleshooting.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/source/install/troubleshooting.rst b/doc/source/install/troubleshooting.rst
index 75f19c729..a40c19efd 100644
--- a/doc/source/install/troubleshooting.rst
+++ b/doc/source/install/troubleshooting.rst
@@ -33,8 +33,7 @@ service and Bare Metal service::
| Property | Value |
+------------------------+----------------------------------------------------------------------+
| instance_uuid | None |
- | properties | {u'memory_mb': u'1024', u'cpu_arch': u'x86_64', u'local_gb': u'10', |
- | | u'cpus': u'1'} |
+ | properties | {u'memory_mb': u'1024', u'cpu_arch': u'x86_64', u'local_gb': u'10'} |
| maintenance | False |
| driver_info | { [SNIP] } |
| extra | {} |