RETIRED, python utility to manage a tripleo based cloud
6bdf6f3fe9
Currently, we are overriding 'install_command' to use 'pip'. This is considered poor behavior and 'python -m pip' should be used instead: https://snarky.ca/why-you-should-use-python-m-pip/ It turns out that this is the the default value provided by tox: https://tox.readthedocs.io/en/latest/config.html#conf-install_command So we can remove the line and simply use the default value. This change showed we needed a newer version of requests in lower constraints, aliging with the version required by tripleo-common. This change showed we needed a newer version of openstacksdk in lower constraints, aliging with the version required by metalsmith. This change showed we needed a newer version of keystoneauth1 in lower constraints, aliging with the version required by openstacksdk. This change showed we needed a newer version of decorator in lower constraints, aliging with the version required by openstacksdk. This change showed we needed a newer version of dogpile.cache in lower constraints, aliging with version required by openstacksdk. Change-Id: I4668fe763239a8c6380e82e64d5c9aa0657bb628 |
||
---|---|---|
config-generator | ||
doc | ||
releasenotes | ||
templates/ephemeral-heat | ||
tripleoclient | ||
zuul.d | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.pre-commit-config.yaml | ||
.pylintrc | ||
.stestr.conf | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
About tripleoclient
General information
tripleoclient is an OpenStackClient (OSC) plugin implementation that implements commands useful for TripleO and the install and management of both an undercloud and an overcloud.
See the TripleO Documentation for details on using tripleoclient.
See the Release Notes