make final_message run 'per_always' rather than per-instance
This commit is contained in:
parent
8348c0d59c
commit
11e992edd5
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user