Set interface option for keystoneauth
Currently we set endpoint_type.
However, the correct name of this option in keystoneauth is
'valid_interfaces' or 'interface' (deprecated),
but many services use those options directly, w/o loading the
keystone adapter, and different services might use
different option names for that (e.g. aodh explicitly takes 'interface').
Unfortunately one can not set both valid_interfaces and interface
together (keystoneauth will fail), so let's set set both endpoint_type and
interface here to cover all possibilities in a backward-compatible
manner.
Change-Id: I81d356cfa80351163f6a88efec24d36dba648cd5
Closes-Issue: PROD-36914
1 file changed