Merge ~smoser/cloud-init:feature/enable-aliyun into cloud-init:master
Proposed by
Scott Moser
Status: | Superseded | ||||
---|---|---|---|---|---|
Proposed branch: | ~smoser/cloud-init:feature/enable-aliyun | ||||
Merge into: | cloud-init:master | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Chad Smith | Approve | ||
Junjie.Wang (community) | Approve | ||
Server Team CI bot | continuous-integration | Approve | |
cloud-init Commiters | Pending | ||
Review via email:
|
This proposal has been superseded by a proposal from 2017-05-30.
Commit message
AliYun: Enable platform identification and enable by default.
AliYun cloud platform is now identifying themselves by setting the dmi
product id to the well known value "Alibaba Cloud ECS". The changes here
identify that properly in tools/ds-identify and in the DataSourceAliYun.
Since the 'get_data' for AliYun now identifies itself correctly, we can
enable AliYun by default.
LP: #1638931
To post a comment you must log in.
There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.
This supersedes https:/ /code.launchpad .net/~jingni. wjj/cloud- init/+git/ cloud-init/ +merge/ 323306.
It has some re-wording of Junjie's commit, and then a commit to show my additional changes.