Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(cloud-init): support ubuntu_pro user-data (SC-1555)
In #cloud-config user-data, cloud-init will be deprecating the ubuntu_advantage key in favor of ubuntu_pro to align with the current product naming and branding. To avoid tightly coupling ubuntu-pro-client with cloud-init releases, add support for the new 'ubuntu_pro' config key and retain support for the deprecated keys: - ubuntu-advantage - ubuntu_advantage Since cloud-init doesn't target Ubuntu Xenial for stable release updates (SRUs), the ubuntu-advantage/ubuntu_advantage keys must be supported by cloud-init and ubuntu-pro-client in Xenial unless a backport of latest cloud-init cc_ubuntu_advantage.py module is published to Xenial.
- Loading branch information