Merge ~kgarloff/cloud-init:detect_otc_as_openstack_ds into cloud-init:master
Proposed by
Kurt Garloff
Status: | Rejected |
---|---|
Rejected by: | Chad Smith |
Proposed branch: | ~kgarloff/cloud-init:detect_otc_as_openstack_ds |
Merge into: | cloud-init:master |
Diff against target: |
39 lines (+11/-5) 1 file modified
tools/ds-identify (+11/-5) |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
cloud-init Commiters | Pending | ||
Review via email:
|
Description of the change
Two commits to address LP: #1756471.
(a) Detect gen1 Xen hosts in OpenTelekomCloud by asset tag as OpenSource DS.
(b) Downgrade OpenStack DS to DS_MAYBE if ConfigDrive2 is detected, as it is a valid fallback on many OpenStack clouds, including OpenTelekomCloud BareMetal systems.
To post a comment you must log in.
Hi Kurt, Thanksk for the merge proposal.
I'd like to make a suggestion
a.) split the 'a' and 'b' to different merge requests.
'a' is straight forward win
b.) could have side effects.
we can discuss that more on its own MP, but I think that as it is right now config-drive would always end up taking precedence if it is present, because it runs at "local" time frame while the openstack runs in network stage.