7f2098610a
oslo.config automatically replaces - in option names by _. Because of this behavior now we get the following warning always if the [service_credentials] region_name parameter is set. Deprecated: Option "region_name" from group "service_credentials" is deprecated. Use option "region_name" from group "service_credentials". Change-Id: I2a8d09aaef4621d3f99d1d7025db9b357c44398e
7 lines
234 B
Plaintext
7 lines
234 B
Plaintext
|
|
# Plug-in overrides
|
|
# https://docs.openstack.org/devstack/latest/plugins.html#plugin-interface
|
|
|
|
# Enable both versioned and unversioned notifications.
|
|
NOVA_NOTIFICATION_FORMAT=both
|
|
export PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python |