Devstack installation, defaults
Error: No host mapped to the whatever
Copied the admin openrc from horizon > flash drive > server
sudo nova-manage cell_v2 map_cell_and_hosts\ # Tells the system to check for hosts/cells and map them\ # --- What i ran is below\ . admin-openrc\ # TBH ran it because the openstack page told me to\ # authentication\ \ openstack compute service list --service nova-compute\ # List the services running under nova-compute\ \ sudo nova-manage cell_v2 discover_hosts --verbose\ # checks for hosts, verbose just outputs everything\ \ nova-manage cell_v2 discover_hosts\ # Same command but not sudo\'d or verbose