diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-11-23 16:48:26 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-11-23 16:49:12 +0100 |
commit | ed44023f3dd50b94c55363e862212a4533294e70 (patch) | |
tree | 9096001d9eefd2018269a18ce2be5b19ae0ce957 /docker/smoke-cntt/tempest_conf.yaml | |
parent | 47b5749a1356251f7808e558cd77cfca4d89f6e1 (diff) |
Slightly update tempest_conf
It completes "Update CNTT regex according to latest tempest changes" [1]
[1] https://gerrit.opnfv.org/gerrit/c/functest/+/71464
Change-Id: Iaf2bcef723f423bff1753e27732edf0fc2242677
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/smoke-cntt/tempest_conf.yaml')
-rw-r--r-- | docker/smoke-cntt/tempest_conf.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml index 74a546a8b..b7dc9a09e 100644 --- a/docker/smoke-cntt/tempest_conf.yaml +++ b/docker/smoke-cntt/tempest_conf.yaml @@ -46,9 +46,11 @@ identity-feature-enabled: external_idp: false project_tags: true application_credentials: true + access_rules: true image-feature-enabled: api_v2: true api_v1: false + import_image: false network-feature-enabled: port_admin_state_change: true port_security: true @@ -73,7 +75,8 @@ volume-feature-enabled: clone: true manage_snapshot: true manage_volume: true - extend_attached_volume: false + extend_attached_volume: true + extend_attached_encrypted_volume: false consistency_group: false volume_revert: true load_balancer: @@ -96,3 +99,5 @@ heat_plugin: auth_version: 3 heat_features_enabled: multi_cloud: false +rbac: + enable_rbac: true |