Go to file
James Slagle d077cb33d8 Don't assume ansible_dir in finally clause
As an exception can occur before ansible_dir is ever defined, we
shouldn't assume it exists in the main finally clause, otherwise an
Undefined exception could be thrown.

Instead, save ansbie_dir as a class variable and default it to None,
that way we can first check if it's been set before trying to use it in
finally.

Change-Id: I90e9718324b2f5e8420b89e8c00b5e366b82e96b
2018-07-20 09:17:06 -04:00
2018-05-23 16:37:26 +00:00
2018-03-27 22:21:14 +00:00
2018-04-22 23:03:29 +00:00
2015-03-17 09:33:52 -04:00
2015-03-17 09:33:52 -04:00
2015-03-17 09:33:52 -04:00
2015-03-17 09:33:52 -04:00
2017-03-07 02:06:19 +00:00
2018-05-23 16:37:26 +00:00

Team and repository tags

image

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.

Description
RETIRED, python utility to manage a tripleo based cloud
Readme 71 MiB