Comment 5 for bug 1547564

Revision history for this message
kamalhussain (hussain-kamal) wrote :

Thanks Matt for the input. I did verify that this is indeed a problem with the devstack configuration. I modified the local.conf based on the instructions from this link - http://docs.openstack.org/developer/ironic/dev/dev-quickstart.html

After that, the command showed the right output:

ubuntu@devstack-kamal:~$ nova baremetal-node-list
+--------------------------------------+----------------+------------+------+-----------+---------+-------------+------------+-------------+-------------+---------------+
| ID | Host | Task State | CPUs | Memory_MB | Disk_GB | MAC Address | PM Address | PM Username | PM Password | Terminal Port |
+--------------------------------------+----------------+------------+------+-----------+---------+-------------+------------+-------------+-------------+---------------+
| fcb9de55-71d1-4a93-91fd-7771bcf5b676 | IRONIC MANAGED | available | 1 | 1024 | 10 | | | | | |
| 09e70ef4-2e04-427d-af0c-1bcb4b792d0d | IRONIC MANAGED | available | 1 | 1024 | 10 | | | | | |
| 465cadc8-99ce-42c4-8e97-a3693d34d9b4 | IRONIC MANAGED | available | 1 | 1024 | 10 | | | | | |
+--------------------------------------+----------------+------------+------+-----------+---------+-------------+------------+-------------+-------------+---------------+

This issue can be closed.