OpenStack Orchestration (Heat) Client
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
shizhihui 8885ce7818 Make method import_versioned_module work
Oslo.utils 3.17 provides similar function, just use it.
For more information:
[1] http://docs.openstack.org/developer/oslo.utils/history.html

Closes-Bug: #1627313

Change-Id: Ie738e910cc72535fe97295d7e118eda2412ecd15
7 years ago
doc Fix doc build if git is absent 7 years ago
heatclient Make method import_versioned_module work 7 years ago
tools Remove white space between print and () 7 years ago
.coveragerc Add standard code coverage configuration file 8 years ago
.gitignore Ignore .eggs 8 years ago
.gitreview Update .gitreview for org move. 11 years ago
.testr.conf Add OS_TEST_PATH to testr 8 years ago
CONTRIBUTING.rst Workflow documentation is now in infra-manual 9 years ago
LICENSE Initial import 11 years ago
README.rst improve readme content 8 years ago
babel.cfg Initial setup for i18n support 9 years ago
openstack-common.conf Convert strutils to oslo.utils.encodeutils 9 years ago
requirements.txt Updated from global requirements 7 years ago
run_tests.sh Copy run_test.sh from heat repo 10 years ago
setup.cfg Merge "Add url in setup.cfg" 7 years ago
setup.py Updated from global requirements 8 years ago
test-requirements.txt Updated from global requirements 7 years ago
tox.ini Graduate to oslo.i18n and cleanup incubator usage 7 years ago

README.rst

python-heatclient

Latest Version

Downloads

OpenStack Orchestration API Client Library

This is a client library for Heat built on the Heat orchestration API. It provides a Python API (the heatclient module) and a command-line tool (heat).