Skip to content

Instantly share code, notes, and snippets.

@jtaleric
Created April 25, 2018 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtaleric/685e8ccbb44ec6a5f06a0d866a6dc25d to your computer and use it in GitHub Desktop.
Save jtaleric/685e8ccbb44ec6a5f06a0d866a6dc25d to your computer and use it in GitHub Desktop.
(undercloud) [stack@c09-h23-r630 ~]$ heat stack-list
WARNING (shell) "heat stack-list" is deprecated, please use "openstack stack list" instead
+----+------------+--------------+---------------+--------------+
| id | stack_name | stack_status | creation_time | updated_time |
+----+------------+--------------+---------------+--------------+
+----+------------+--------------+---------------+--------------+
(undercloud) [stack@c09-h23-r630 ~]$ for node in `openstack baremetal node list --fields uuid | awk '{print $2}'`; do
> ironic node-vif-list $node
> done
The "ironic" CLI is deprecated and will be removed in the S* release. Please use the "openstack baremetal" CLI instead.
Node UUID could not be found. (HTTP 404)
The "ironic" CLI is deprecated and will be removed in the S* release. Please use the "openstack baremetal" CLI instead.
+----+
| ID |
+----+
+----+
The "ironic" CLI is deprecated and will be removed in the S* release. Please use the "openstack baremetal" CLI instead.
+----+
| ID |
+----+
+----+
The "ironic" CLI is deprecated and will be removed in the S* release. Please use the "openstack baremetal" CLI instead.
+----+
| ID |
+----+
+----+
The "ironic" CLI is deprecated and will be removed in the S* release. Please use the "openstack baremetal" CLI instead.
+----+
| ID |
+----+
+----+
The "ironic" CLI is deprecated and will be removed in the S* release. Please use the "openstack baremetal" CLI instead.
+----+
| ID |
+----+
+----+
The "ironic" CLI is deprecated and will be removed in the S* release. Please use the "openstack baremetal" CLI instead.
+----+
| ID |
+----+
+----+
The "ironic" CLI is deprecated and will be removed in the S* release. Please use the "openstack baremetal" CLI instead.
+----+
| ID |
+----+
+----+
The "ironic" CLI is deprecated and will be removed in the S* release. Please use the "openstack baremetal" CLI instead.
+----+
| ID |
+----+
+----+
The "ironic" CLI is deprecated and will be removed in the S* release. Please use the "openstack baremetal" CLI instead.
+--------------------------------------+
| ID |
+--------------------------------------+
| 8e0580ad-bbd8-429f-a841-b4bc0f03865b |
+--------------------------------------+
The "ironic" CLI is deprecated and will be removed in the S* release. Please use the "openstack baremetal" CLI instead.
+----+
| ID |
+----+
+----+
The "ironic" CLI is deprecated and will be removed in the S* release. Please use the "openstack baremetal" CLI instead.
+----+
| ID |
+----+
+----+
The "ironic" CLI is deprecated and will be removed in the S* release. Please use the "openstack baremetal" CLI instead.
+----+
| ID |
+----+
+----+
The "ironic" CLI is deprecated and will be removed in the S* release. Please use the "openstack baremetal" CLI instead.
+----+
| ID |
+----+
+----+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment