Knowledge Base
2025.10
GENERIC
Networking
Storage
Compute
Designate
Orchestration
Self-Hosted
Install
UPGRADE
Monitoring
Add-Ons
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Unable to Create Virtual Machine on Compute Host – Host Not Mapped to Any Cell
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Problem
Virtual Machine creation fails with the following error:
VM Creation Logs
Host '[HOST_UUID]' is not mapped to any cellEnvironment
- Self-Hosted Private Cloud Director Virtualization - v2025.4 and Higher
- Self-Hosted Private Cloud Director Kubernetes - v2025.4 and Higher
For Private Cloud Director (SaaS) users, if you encounter the same issue, please contact Platform9 Support.
Cause
The compute host was not properly mapped to any Nova cell. This can happen if:
- The host was added without triggering automatic cell discovery.
- The host was removed or modified in a way that removed its mapping from the cell database.
Without this mapping, Nova is unable to schedule workloads on the host, even if it appears active and functional.
Diagnostics
- Run the following command from the nova-scheduler pod on Management Plane to see if the host is linked to a cell:
nova-manage command
$ nova-manage cell_v2 list_hosts+--------------+--------------+---------------------+| Cell Name | Cell UUID | Hostname |+--------------+--------------+---------------------+| [CELL_NAME] | [CELL_UUID] | [HOST1.EXAMPLE.COM] || [CELL_NAME] | [CELL_UUID] | [HOST2.EXAMPLE.COM] |+--------------+--------------+---------------------+- The compute service on the host still might be visible and enabled:
Openstack Command
$ openstack compute service list --host <HOST3.EXAMPLE.COM>+------------------------+--------------+---------------------+-----------------+---------+-------+--------------+| ID | Binary | Host | Zone | Status | State | Updated At |+------------------------+--------------+---------------------+---------------------------+-------+--------------+| [COMPUTE_SERVICE_UUID] | nova-compute | [HOST3.EXAMPLE.COM] | [CLUSTER_NAME] | enabled | up | [TIME_STAMP] |+------------------------+--------------+--------------+------------------------+---------+-------+--------------+Resolution
- Run the following command from nova-scheduler pod on Management Plane to find any unmapped compute hosts and create their cell mappings:
nova-manage command
​x
$ nova-manage cell_v2 discover_hosts --verbose --by-service​Found [CELL_MAPPINGS_COUNT] cell mappings.Getting computes from cell '[CELL_NAME]': [CELL_UUID]Creating host mapping for service [HOST3.EXAMPLE.COM]Found [MISSING_COMPUTES_COUNT] unmapped computes in cell: [CELL_UUID]Validation
- Confirm the host is mapped to a cell.
nova-manage command
$ nova-manage cell_v2 list_hosts+--------------+-------------+---------------------+| Cell Name | Cell UUID | Hostname |+--------------+-------------+---------------------+| [CELL_NAME] | [CELL_UUID] | [HOST1.EXAMPLE.COM] || [CELL_NAME] | [CELL_UUID] | [HOST2.EXAMPLE.COM] || [CELL_NAME] | [CELL_UUID] | [HOST3.EXAMPLE.COM] |+--------------+-------------+---------------------+- Verify the compute service is active
Openstack Command
$ openstack compute service list --host <HOST3.EXAMPLE.COM>+------------------------+--------------+---------------------+-----------------+---------+-------+--------------+| ID | Binary | Host | Zone | Status | State | Updated At |+------------------------+--------------+---------------------+---------------------------+-------+--------------+| [COMPUTE_SERVICE_UUID] | nova-compute | [HOST3.EXAMPLE.COM] | [CLUSTER_NAME] | enabled | up | [TIME_STAMP] |+------------------------+--------------+--------------+------------------------+---------+-------+--------------+- Attempt to launch a virtual machine and confirm it succeeds.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message