Skip to content

Commit b576c9e

Browse files
committed
fix(docs): use different means of obtaining BM node id
Turns out that non-admin users will see "None" in the value for `OS-EXT-SRV-ATTR:hypervisor_hostname` field, so we use `baremetal node list` instead which shows them list of their baremetal nodes.
1 parent e22419d commit b576c9e

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

docs/user-guide/openstack-console.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,13 @@ Here is how to access it.
2222
| de556585-8710-4ec3-b9d7-daef148f2102 | test-server-5 | ACTIVE | mareks-svm-test4=192.168.0.14 | My-Ubuntu-24.04 | gp2.small |
2323
+--------------------------------------+---------------+--------+-------------------------------+-----------------+-----------+
2424
25-
❯ openstack server show test-server-5 -c OS-EXT-SRV-ATTR:hypervisor_hostname
26-
+-------------------------------------+--------------------------------------+
27-
| Field | Value |
28-
+-------------------------------------+--------------------------------------+
29-
| OS-EXT-SRV-ATTR:hypervisor_hostname | 2fb79bdb-c925-4701-b304-b3768deeb85e |
30-
+-------------------------------------+--------------------------------------+
25+
❯ openstack baremetal node list
26+
+--------------------------------------+--------------+--------------------------------------+-------------+--------------------+-------------+
27+
| UUID | Name | Instance UUID | Power State | Provisioning State | Maintenance |
28+
+--------------------------------------+--------------+--------------------------------------+-------------+--------------------+-------------+
29+
| 2fb79bdb-c925-4701-b304-b3768deeb85e | Dell-HP12YB4 | de556585-8710-4ec3-b9d7-daef148f2102 | power on | active | False |
30+
+--------------------------------------+--------------+--------------------------------------+-------------+--------------------+-------------+
31+
3132
```
3233
3334
In the above output, the `2fb79bdb-c925-4701-b304-b3768deeb85e` is the one we

0 commit comments

Comments
 (0)