Merge "Fix dir when copying deployments.yaml" into stable/queens

This commit is contained in:
Zuul 2019-08-31 00:43:44 +00:00 committed by Gerrit Code Review
commit cf0d4131c5
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ class Config(object):
shutil.copyfile(
os.path.join(templates_path, 'deployments.yaml'),
os.path.join(config_dir, 'deployments.yaml'))
os.path.join(tmp_path, 'deployments.yaml'))
# Also copy deployments.yaml to the role dir for temporary backwards
# compatibility until https://review.openstack.org/574474 merges.