Original Issue:
HEAT-E99001 Service neutron is not available for resource type OS::Neutron::Port, reason: Could not determine a suitable URL for the plugin validate /usr/lib/python2.7/site-packages/heat/engine/stack.py:906
So, we manually patched with https://review.opendev.org/#/c/678193/3 (https://bugzilla.redhat.com/1739997) in your other env but we faced https://bugzilla.redhat.com/1737098
we resolved https://bugzilla.redhat.com/1737098 using following steps in DB:
~~~~
MariaDB [heat]>
DELETE from resource where replaces IS NOT NULL;
UPDATE resource SET replaced_by=NULL WHERE replaced_by IS NOT NULL;
~~~~
The deployment worked with the fix. After that customer tried to scale out and hit the original issue again.