bifrost/releasenotes/notes/client-config-existing-8041abc5db164fd4.yaml
Dmitry Tantsur 79d3af7636 Explicitly unset OS_CLOUD in the generated openrc
If running in an environment with OS_CLOUD already set, it takes
priority over what we source from openrc. Unset it.

Also always set OS_AUTH_TYPE for upgrade situations.

Change-Id: I7cc14426c76aafdc1aa1c076b25d8cb4b262e855
2020-10-06 10:40:14 +02:00

7 lines
157 B
YAML

---
fixes:
- |
Unsets the ``OS_CLOUD`` variable in the generated ``openrc``.
- |
``OS_AUTH_TYPE`` is now always set in the generated ``openrc``.