cloud-init 20.1-5-g67c8e53c-0ubuntu1 source package in Ubuntu

Changelog

cloud-init (20.1-5-g67c8e53c-0ubuntu1) focal; urgency=medium

  * New upstream snapshot.
    - docs: typo fixed: dta → data [Alexey Vazhnov]
    - Fixes typo on Amazon Web Services (#217) [Nick Wales]
    - Fix docs for OpenStack DMI Asset Tag (#228)
      [Mark T. Voelker] (LP: #1669875)
    - Add physical network type: cascading to openstack helpers (#200)
      [sab-systems]
    - tests: add focal integration tests for ubuntu (#225)

 -- Chad Smith <email address hidden>  Thu, 27 Feb 2020 16:56:16 -0700

Upload details

Uploaded by:
Chad Smith
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
cloud-init_20.1-5-g67c8e53c.orig.tar.gz 1.0 MiB 337ca02b497aa80ac98d2a79366961ea86c657fc55b2532b18727cc860d5cc5c
cloud-init_20.1-5-g67c8e53c-0ubuntu1.debian.tar.xz 59.6 KiB 8eb0ff70e8d990243ae4d3a106a8d34cca319c68c807d45ccfc5ee39d9dc3d1d
cloud-init_20.1-5-g67c8e53c-0ubuntu1.dsc 2.3 KiB 07898056d9b3812d300d3cd5a29e3defdb59dc20c37e0e864a97203d6a799180

View changes file

Binary packages built by this source

cloud-init: initialization and customization tool for cloud instances

 Cloud-init is the industry standard multi-distribution method for
 cross-platform cloud instance initialization. It is supported across all major
 public cloud providers, provisioning systems for private cloud infrastructure,
 and bare-metal installations.
 .
 Cloud instances are initialized from a disk image and instance data:
 .
  * Cloud metadata
  * User data (optional)
  * Vendor data (optional)
 .
 Cloud-init will identify the cloud it is running on during boot, read any
 provided metadata from the cloud and initialize the system accordingly. This
 may involve setting up the network and storage devices to configuring SSH
 access key and many other aspects of a system. Later on the cloud-init will
 also parse and process any optional user or vendor data that was passed to
 the instance.