deb-python-openstacksdk/doc/source/users/guides/cluster/profile_type.rst

1.4 KiB

Working with Profile Types

A profile is a template used to create and manage nodes, i.e. objects exposed by other OpenStack services. A profile encodes the information needed for node creation in a property named spec.

List Profile Types

To examine the known profile types:

../../examples/cluster/profile_type.py

Full example: manage profile type

Get Profile Type

To get the details about a profile type, you need to provide the name of it.

../../examples/cluster/profile_type.py

Full example: manage profile type