RETIRED, python utility to manage a tripleo based cloud
Go to file
Dougal Matthews dc138a619a Pass clients to get the get_password function
This was missed in the recent password refactor.

Also:
* Clean up variable names to help distinguish between the previously
  globally defined 'clients' and sometimes locally overriden 'clients'
  variables.
* Update references to obsolete pre-refactor password names, used when
  creating overcloud endpoints outside of puppet.

Co-Authored-By: Julie Pichon <jpichon@redhat.com>
Change-Id: Icc94eea221b72387196ea22e516254073be57fd3
Closes-Bug: #1639174
2016-11-07 08:01:29 +00:00
doc/source Fix doc page for overcloud deploy 2016-08-22 13:47:17 +02:00
releasenotes/source Add ReNo support 2016-10-08 00:28:43 +00:00
tools Add ReNo support 2016-10-08 00:28:43 +00:00
tripleoclient Pass clients to get the get_password function 2016-11-07 08:01:29 +00:00
.coveragerc Merge "Change ignore-errors to ignore_errors" 2015-09-25 20:53:52 +00:00
.gitignore Add ReNo support 2016-10-08 00:28:43 +00:00
.gitreview Update .gitreview to point to review.openstack.org 2015-09-08 10:10:44 -04:00
.mailmap Initial commit 2015-03-17 09:33:52 -04:00
.testr.conf Initial commit 2015-03-17 09:33:52 -04:00
CONTRIBUTING.rst Cleanup some strangling references to rdomanager-oscplugin 2015-09-17 15:54:14 +00:00
LICENSE Initial commit 2015-03-17 09:33:52 -04:00
README.rst Remove osc boilerplate from the readme 2016-10-19 18:40:59 +00:00
babel.cfg Initial commit 2015-03-17 09:33:52 -04:00
bindep.txt Add ssl development headers to bindep 2016-09-26 09:21:52 -04:00
requirements.txt Updated from global requirements 2016-10-20 23:00:15 +00:00
setup.cfg Revert "Upgrades: Add 'stack upgrade' command" 2016-09-19 07:13:37 -04:00
setup.py Updated from global requirements 2015-12-23 00:37:32 +00:00
test-requirements.txt Add ReNo support 2016-10-08 00:28:43 +00:00
tox.ini Add ReNo support 2016-10-08 00:28:43 +00:00

README.rst

tripleoclient

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.