github.com/cloudbase/juju-core@v0.0.0-20140504232958-a7271ac7912f/upgrades/export_test.go (about) 1 // Copyright 2014 Canonical Ltd. 2 // Licensed under the AGPLv3, see LICENCE file for details. 3 4 package upgrades 5 6 var ( 7 UpgradeOperations = &upgradeOperations 8 UbuntuHome = &ubuntuHome 9 10 // 118 upgrade functions 11 StepsFor118 = stepsFor118 12 EnsureLockDirExistsAndUbuntuWritable = ensureLockDirExistsAndUbuntuWritable 13 EnsureSystemSSHKey = ensureSystemSSHKey 14 UpdateRsyslogPort = updateRsyslogPort 15 ProcessDeprecatedAttributes = processDeprecatedAttributes 16 )