Description of problem: (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 | +----+ +----+ Version-Release number of selected component (if applicable): OSP13 How reproducible: 50% Steps to Reproduce: 1. Deploy, Delete overcloud 2. Redeploy same cloud Actual results: Deployed cloud Expected results: Error : 2018-04-25 17:18:54Z [overcloud.Compute.0.NovaCompute]: CREATE_FAILED ResourceInError: resources.NovaCompute:Went to status ERROR due to "Message: Build of instance 23e371dc-7a4a-48ba-8f98-76a04168f924 aborted: Failure prepping block device., Code: 500" Additional info:
Yes, especially there are a lot of neutron ports leftover from previous deploy.
Swap the Actual and Expected results above :) Possibly related to : https://bugzilla.redhat.com/show_bug.cgi?id=1560690
Looks like https://bugs.launchpad.net/heat/+bug/1766763
Marking as duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=1560690. A heat fix has been made to remove internal ports. *** This bug has been marked as a duplicate of bug 1560690 ***