RETIRED, python utility to manage a tripleo based cloud
dc07649e8b
In the case where a relative path, or just a filename, is passed as --output-env-file to container image prepare, the output file ends up relative to the cli-container-image-prepare.yaml playbook. In almost all cases, this is not what is expected, especially as the output file could end up in the playbook directory. Instead, absolutize the path, so that the output file ends up relative to the working directory from where the command was run. Signed-off-by: James Slagle <jslagle@redhat.com> Change-Id: I9227365ef2900b1f077ac1abdcb4443957b15958 |
||
---|---|---|
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