Skip to content

Openstack Usage and Examples

T20A02 edited this page Nov 3, 2023 · 10 revisions

Openstack Usage

This short guide will outline the usage of some simple commands for openstack/microstack. This includes service usage, dashboard settings, and more.

Services

To Check running services, and the user's, and IP's run:

microstack.openstack catalog list

Output Example:

image


To see a list of Microstack users, run:

microstack.openstack user list

Output Example

image


To see the available images for guest systems, run:

``microstack.openstack image list```

Example Output:

image


To see the networks available for guests:

microstack.openstack network list

Example Output

image


To see the list of Hypervisor Hosts

microstack.openstack hypervisor list

Example Output

image

Dashboard Settings

Clone this wiki locally