Comment 1 for bug 2051011

Revision history for this message
Matt Crees (mattcrees) wrote :

Workaround for now:

Find the id from the database:

``select uuid from compute_nodes where hypervisor_hostname='<hostname>';``

Add this to a file under ``/mnt/nova/compute_id`` where ``/mnt/nova/`` is mounted as ``/var/lib/nova`` in the nova-compute container.