Merge "oslo_config_validator: Setting container network to none" into stable/ussuri

This commit is contained in:
Zuul 2021-09-01 19:03:52 +00:00 committed by Gerrit Code Review
commit 8e286432fd
2 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,7 @@ oslo_config_validator_global_ignored_messages:
- 'WARNING:oslo_config.generator:normalizing group name.*'
- 'WARNING:stevedore.named:Could not load .*'
- 'WARNING:root:Deprecated opt .*'
- 'INFO:oslo_utils.netutils:Could not determine default network interface, using .*'
- 'ERROR:root:quotas/quota_[^\s]+ {{ invalid_setting_regex }}'
- '.*Ignoring option because it is part of the excluded patterns. This can be changed with the.*'

View File

@ -108,6 +108,7 @@
rm: true
user: 0
mount: "type=bind,source={{ oslo_config_validator_work_path }},destination=/oslo_config_validation"
network: none
command: "{{ oslo_command }}"
register: container_run
failed_when: