Comment 2 for bug 1697627

Revision history for this message
Jiří Stránský (jistr) wrote : Re: Ocata -> Pike overcloud upgrade fails with: Property error: default: could not convert string to float

An important thing is that the error happens on delete action, not create/update:

overcloud.AllNodesDeploySteps.ControllerDeployment_Step5.0:
  resource_type: OS::Heat::StructuredDeployment
  physical_resource_id: 51321724-e524-45f7-8288-2bd6314c5f39
  status: DELETE_FAILED
  status_reason: |
    ValueError: resources[0]: Property error: default: could not convert string to float:

I don't think Heat should ever fail to delete a software deployment like this, it's probably a Heat bug.