Merge "Revert "Setting default inventory path for VF interface with ooo client.""
This commit is contained in:
commit
c79a318263
@ -13,8 +13,6 @@
|
||||
# under the License.
|
||||
#
|
||||
import logging
|
||||
import os
|
||||
|
||||
from tripleoclient import constants
|
||||
|
||||
from validations_libs.cli.community import CommunityValidationInit
|
||||
@ -77,11 +75,7 @@ class TripleOValidatorRun(Run):
|
||||
|
||||
def get_parser(self, parser):
|
||||
parser = super(TripleOValidatorRun, self).get_parser(parser)
|
||||
default = {
|
||||
'validation_log_dir': constants.VALIDATIONS_LOG_BASEDIR,
|
||||
'inventory': os.path.join(
|
||||
parser.output_dir,
|
||||
constants.TRIPLEO_STATIC_INVENTORY)}
|
||||
default = {'validation_log_dir': constants.VALIDATIONS_LOG_BASEDIR}
|
||||
parser.set_defaults(**default)
|
||||
return parser
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user