Python bindings and CLI for Sahara.
Go to file
Andreas Jaeger 830d4607c3 Cleanup py27 support
Make a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove obsolete sections from setup.cfg:
  * Wheel is not needed for python 3 only repo
  * Some other sections are obsolete
- Update classifiers
- Update requirements, no need for python_version anymore

Change-Id: I95a49a2941790e0df1fde38f253ba2516959ce80
2020-04-07 14:51:08 +02:00
doc Cleanup py27 support 2020-04-07 14:51:08 +02:00
releasenotes Fix the "image register" command (OSC 5.2.0 regression) 2020-04-07 11:00:09 +02:00
saharaclient Update hacking for Python3 2020-04-07 14:50:41 +02:00
.coveragerc remove old cli commands 2016-10-01 15:51:11 +00:00
.gitignore [ut] replace .testr.conf with .stestr.conf 2017-09-13 20:22:07 +08:00
.gitreview OpenDev Migration Patch 2019-04-19 19:43:45 +00:00
.stestr.conf [ut] replace .testr.conf with .stestr.conf 2017-09-13 20:22:07 +08:00
.zuul.yaml [ussuri][goal] Drop python 2.7 support and testing 2020-01-26 22:00:58 +01:00
CONTRIBUTING.rst Migration to Storyboard 2018-03-17 14:25:54 +01:00
HACKING.rst Clone sahara hacking checks to saharaclient 2017-07-18 22:37:08 -04:00
LICENSE Python Savanna Client initial implementation 2013-08-02 23:03:47 +04:00
README.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-20 13:51:06 +02:00
lower-constraints.txt Update hacking for Python3 2020-04-07 14:50:41 +02:00
requirements.txt Fix the "image register" command (OSC 5.2.0 regression) 2020-04-07 11:00:09 +02:00
setup.cfg Cleanup py27 support 2020-04-07 14:51:08 +02:00
setup.py Cleanup py27 support 2020-04-07 14:51:08 +02:00
test-requirements.txt Update hacking for Python3 2020-04-07 14:50:41 +02:00
tox.ini Update hacking for Python3 2020-04-07 14:50:41 +02:00

README.rst

Team and repository tags

image

Python bindings to the OpenStack Sahara API

Latest Version

This is a client for the OpenStack Sahara API. There's a Python API (the saharaclient module), and a command-line script (sahara). Each implements the OpenStack Sahara API. You can find documentation for both Python bindings and CLI in Docs.

Development takes place via the usual OpenStack processes as outlined in the developer guide.