python3-ironicclient
Client for OpenStack bare metal Service - Python 3.x
Ironic provision bare metal machines instead of virtual machines. It is a fork
of the Nova Baremetal driver. It is best thought of as a bare metal hypervisor
API and a set of plugins which interact with the bare metal hypervisors. By
default, it will use PXE and IPMI in concert to provision and turn on/off
machines, but Ironic also supports vendor-specific plugins which may
implement
additional functionality.
python3-cloudkittyclient
API client for Rating as a Service project - Python 3.x
CloudKitty aims at filling the gap between metrics collection systems like
ceilometer and a billing system.
python3-ironic-inspector-client
client for Ironic Inspector - Python 3.x
This is an auxiliary service for discovering hardware properties for a node
managed by OpenStack Ironic. Hardware introspection or hardware properties
discovery is a process of getting hardware parameters required for scheduling
from a bare metal node, given it's power management credentials (e.g. IPMI
address, user name and password).
python3-keystoneclient
client library for the OpenStack Keystone API - Python 3.x
This is the identity service used by OpenStack for authentication (authN)
and high-level authorization (authZ). It currently supports token-based
authN with user/service authZ, and is scalable to support OAuth, SAML,
and OpenID in future versions. Out of the box, Keystone uses SQLite for
its identity store database, with the option to connect to external LDAP.
python3-masakariclient
OpenStack Virtual Machine High Availability (VMHA) client
This is a client for the OpenStack Masakari service Virtual Machine High
Availability (VMHA) API. This package includes a Python library for
accessing the API (the masakariclient module), and a command-line script
extention for the python3-openstackclient package.
python3-osprofiler
OpenStack Profiler Library - Python 3.x
OpenStack consists of multiple projects. Each project, in turn, is composed of
multiple services. To process some request, e.g. to boot a virtual machine,
OpenStack uses multiple services from different projects. In the case somethin
works too slowly, it's extremely complicated to understand what exactly goes
wrong and to locate the bottleneck.