Actions
Feature #28108
open[hammer] Can't import openstack vms from registered compute resource as unmanaged hosts via cli
Status:
New
Priority:
Normal
Assignee:
-
Category:
Compute resources
Target version:
-
Description
While it's possible to do from webui by selecting a vm from Infrastructure->Compute Resources->[Your resource here]->Virtual Machines->[Your machine here]->Import as unmanaged host there is no intuitive way to automate that with hammer.
The closest I got was
$ hammer host create --location-title "Default Location" --organization-title "Default Organization" --compute-resource "openstack_cloud_leapp_tenant" --name ivasilev-noudevadminfo330 --managed False --build False
Could not create the host:
No finish templates were found for this host, make sure you define at least one in your settings
Actions