Update variable migration script for Queens
In https://review.openstack.org/496518 this script was unintentionally left out. Related-Change: Ice2169bd40f5712dd9ec9a9eb946fe0244f32294 Change-Id: I2de14711a80b5d86d600cb3048ad4b77e64eacaa
This commit is contained in:
parent
09ac842977
commit
ede56e0092
@ -65,6 +65,6 @@ if __name__ == '__main__':
|
|||||||
flag_ref = sys.argv[2]
|
flag_ref = sys.argv[2]
|
||||||
main(filename)
|
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:
|
with open(flag_file, 'w') as f:
|
||||||
f.write('OpenStack-Ansible variables migrated.')
|
f.write('OpenStack-Ansible variables migrated.')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user