Get rid of warning caused by [service_credentials] region_name
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
This commit is contained in:
parent
f538c886b3
commit
7f2098610a
@ -10,15 +10,18 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- vitrage-tempest-plugin-api
|
- vitrage-tempest-plugin-api
|
||||||
- vitrage-tempest-plugin-api-ipv6-only
|
- vitrage-tempest-plugin-api-ipv6-only
|
||||||
- vitrage-tempest-plugin-datasources
|
- vitrage-tempest-plugin-datasources:
|
||||||
- vitrage-tempest-plugin-mock
|
# TODO(eyalb): until deilomter will be fixed
|
||||||
|
voting: false
|
||||||
- vitrage-grenade
|
- vitrage-grenade
|
||||||
|
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- vitrage-tempest-plugin-api
|
- vitrage-tempest-plugin-api
|
||||||
- vitrage-tempest-plugin-api-ipv6-only
|
- vitrage-tempest-plugin-api-ipv6-only
|
||||||
- vitrage-tempest-plugin-datasources
|
- vitrage-tempest-plugin-datasources:
|
||||||
|
# TODO(eyalb): until deilomter will be fixed
|
||||||
|
voting: false
|
||||||
- vitrage-grenade
|
- vitrage-grenade
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
|
@ -4,3 +4,4 @@
|
|||||||
|
|
||||||
# Enable both versioned and unversioned notifications.
|
# Enable both versioned and unversioned notifications.
|
||||||
NOVA_NOTIFICATION_FORMAT=both
|
NOVA_NOTIFICATION_FORMAT=both
|
||||||
|
export PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python
|
@ -12,3 +12,4 @@ testtools>=2.3.0 # MIT
|
|||||||
stestr>=2.0.0 # Apache-2.0
|
stestr>=2.0.0 # Apache-2.0
|
||||||
reno>=3.1.0 # Apache-2.0
|
reno>=3.1.0 # Apache-2.0
|
||||||
zake>=0.1.6 # Apache-2.0
|
zake>=0.1.6 # Apache-2.0
|
||||||
|
WebTest>= 3.0.0 # Apache-2.0
|
@ -85,7 +85,6 @@ def delete_trust_id(trust_id, auth_plugin):
|
|||||||
OPTS = [
|
OPTS = [
|
||||||
cfg.StrOpt('region_name',
|
cfg.StrOpt('region_name',
|
||||||
default=os.environ.get('OS_REGION_NAME'),
|
default=os.environ.get('OS_REGION_NAME'),
|
||||||
deprecated_name="region-name",
|
|
||||||
help='Region name to use for OpenStack service endpoints.'),
|
help='Region name to use for OpenStack service endpoints.'),
|
||||||
cfg.StrOpt('interface',
|
cfg.StrOpt('interface',
|
||||||
default=os.environ.get(
|
default=os.environ.get(
|
||||||
|
Loading…
Reference in New Issue
Block a user