Merge "Update variable migration script for Queens"

This commit is contained in:
Jenkins 2017-09-20 19:59:35 +00:00 committed by Gerrit Code Review
commit b567f4e2b4

View File

@ -65,6 +65,6 @@ if __name__ == '__main__':
flag_ref = sys.argv[2]
main(filename)
flag_file = '/etc/openstack_deploy.OCATA/VARS_MIGRATED_%s' % flag_ref
flag_file = '/etc/openstack_deploy.PIKE/VARS_MIGRATED_%s' % flag_ref
with open(flag_file, 'w') as f:
f.write('OpenStack-Ansible variables migrated.')