RETIRED, python utility to manage a tripleo based cloud
9307ac5a3a
This change uses the local file system to return the ssh private key which is known to be stored in the working directory or in the users home folder. As the method searchs, it attempts to open the key file to ensure that the calling user has access to the key. In the event of a failure, the updated method will return None, which the calling methods expect. Story: 2007212 Task: 38437 Change-Id: I9c0ae96787e8f361e20b2fe4c77f4bf6e873022e Signed-off-by: Kevin Carter <kecarter@redhat.com> |
||
---|---|---|
config-generator | ||
doc | ||
releasenotes | ||
tripleoclient | ||
zuul.d | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.stestr.conf | ||
babel.cfg | ||
bindep.txt | ||
CONTRIBUTING.rst | ||
LICENSE | ||
lower-constraints.txt | ||
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