Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions source/adminguide/virtual_machines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,16 @@ To create a VM from an ISO:
#. Click Submit and your VM will be created and started.


Importing VMs
-------------

Virtual machines that have been created out of band, directly from hypervisor can be imported in CloudStack(currently only for VMware). Import action can only be performed by administrator and only using API. Following APIs can be used while importing unmanaged virtual machines:

- listUnmanagedInstances - to list unmanaged virtual machines for a cluster.

- importUnmanagedInstance - to import an unmanaged virtual machine into CloudStack.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shwstppr add details on how to use the .py script etc?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rhtyd yes, will be adding that. This was just initial commit to create PR, working on rest of the documentation


Accessing VMs
-------------

Expand Down