Merge ~yann-ilas/maas:master into maas:master
Proposed by
Yann Ilas
Status: | Work in progress |
---|---|
Proposed branch: | ~yann-ilas/maas:master |
Merge into: | maas:master |
Diff against target: |
263 lines (+67/-21) 3 files modified
src/provisioningserver/drivers/hardware/ucsm.py (+20/-9) src/provisioningserver/drivers/power/tests/test_ucsm.py (+11/-5) src/provisioningserver/drivers/power/ucsm.py (+36/-7) |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
MAAS Lander | Needs Fixing | ||
Björn Tillenius | Needs Information | ||
Review via email:
|
This proposal supersedes a proposal from 2021-04-22.
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.
As suggested by these issues (https:/ /bugs.launchpad .net/maas/ +bug/1700180 and https:/ /bugs.launchpad .net/maas/ +bug/1915835), I suggest the possibility to add the field "API protocol (optional)".
The idea is to have the same behavior than the vmware module where the value "https+unverified" can be added to bypass the check of the certificate (for instance, we can use self-signed certificate).