Personal tools
Skip to content. | Skip to navigation
This is a client for the OpenStack Guts API. There's a Python API (the gutsclient module), and a command-line script (guts). Each implements 100% of the OpenStack Guts API. See the OpenStack CLI guide for information on how to use the guts command-line tool. You may also want to look at the OpenStack API documentation. The project is hosted on Launchpad, where bugs can be filed. The code is hosted on Github. Patches must be submitted using Gerrit, not Github pull requests. This code is a fork of Jacobian's python-cloudservers. If you need API support for the Rackspace API solely or the BSD license, you should use that repository. python-gutsclient is licensed under the Apache License like the rest of OpenStack.
OpenStack Hacking Guidline Enforcement
This is a client for the OpenStack Heat API. There's a Python API (the heatclient module), and a command-line script (heat). Each implements 100% of the OpenStack Heat API.
ironic-discoverd is a 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). This package contains Python modules and documentation.
Ironic Inspector 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). This package contains Python client and command line tool for Ironic Inspector.
Keystone is a Python implementation of the OpenStack (http://www.openstack.org) identity service API. This package contains the Keystone Python library.
Client library and command line utility for interacting with Openstack Identity API.
Rackspace Auth Plugin for OpenStack Clients.
This package contains middleware modules designed to provide authentication and authorization features to web services other than OpenStack Keystone. The most prominent module is keystonemiddleware.auth_token. This package does not expose any CLI or Python API features.