98ab53ee42
We switched Fedora to do vos release via ssh with localauth in I56ecdb2511597197deeeadf51f50da7e02f56954 and it has been working. Switch the rest of the update scripts. There is an increasing amount of common code, start a common functions.sh script where we can put this. Change-Id: I4ba6d64a84bb66e8686901b16010352de942f303
6 lines
162 B
Bash
6 lines
162 B
Bash
#
|
|
# Common definitions and functions for mirror-update scripts
|
|
#
|
|
|
|
VOS_RELEASE="ssh -i /root/.ssh/id_vos_release vos_release@afs01.dfw.openstack.org vos release "
|