make final_message run 'per_always' rather than per-instance

This commit is contained in:
Scott Moser 2011-01-25 01:25:31 -05:00
parent 8348c0d59c
commit 11e992edd5

View File

@ -15,12 +15,12 @@
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from cloudinit.CloudConfig import per_instance
from cloudinit.CloudConfig import per_always
import sys
from cloudinit import util, boot_finished
import time
frequency = per_instance
frequency = per_always
final_message = "cloud-init boot finished at $TIMESTAMP. Up $UPTIME seconds"