d077cb33d881c67009e6234c927c6f2be7cb3710
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
Team and repository tags
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