Change legacy amulet proxy env vars to fit OS_ scheme
Bug #1841973 reported by
Ryan Beisner
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Charm Test Infra |
Triaged
|
Low
|
Unassigned |
Bug Description
Example:
Attempted removal of AMULET_* in https:/
We can land the following changes which add OS_TEST_HTTP_PROXY and leave AMULET_HTTP_PROXY as a transitional duplicate env var to enable a transition here.
https:/
https:/
https:/
The caveat is, for legacy non-reactive charms (ie. cinder, glance et al), a charm-helper sync (`make sync`) will need to accompany the tox AMULET_ removal.
description: | updated |
Changed in charm-test-infra: | |
status: | New → Triaged |
importance: | Undecided → Low |
To post a comment you must log in.
For legacy charms, the tox.ini may need to have OS_* envs allowed in order to run this through.