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.
rep-gtk
GTK+ binding for librep
This package provides an interface to the GTK+ graphical toolkit for
the librep lisp interpreter.
python3-os-vif
Integration library between network and compute - Python 3.x
A library for plugging and unplugging virtual interfaces in OpenStack.
python3-osc-placement
OpenStackClient plugin for the Placement service - Python 3.x
OSC-Placement is an OpenStackClient plugin, that provides CLI for the
Placement service. Python API binding is not implemented - Placement API
consumers are encouraged to use the REST API directly, CLI is provided only
for convenience of users.