Merge "tripleo_deploy: set RootStackName" into stable/train

This commit is contained in:
Zuul 2020-02-14 19:48:53 +00:00 committed by Gerrit Code Review
commit e7706b6f1e
1 changed files with 1 additions and 0 deletions

View File

@ -731,6 +731,7 @@ class Deploy(command.Command):
with open(stack_vstate_dropin, 'w') as dropin_file:
yaml.safe_dump(
{'parameter_defaults': {
'RootStackName': parsed_args.stack.lower(),
'StackAction': self.stack_action,
'DeployIdentifier': int(time.time())}},
dropin_file, default_flow_style=False)