Merge "Fixed package name for manila-tempest-plugin for pike"
This commit is contained in:
commit
13d1976e0d
@ -159,5 +159,9 @@ tempest_extra_config: >
|
||||
'share.capability_create_share_from_snapshot_support': 'False',
|
||||
}
|
||||
|
||||
tempest_plugins:
|
||||
- python2-manila-tests-tempest
|
||||
tempest_plugins: >-
|
||||
{%- if release in ['newton', 'ocata', 'pike'] -%}
|
||||
["python-manila-tests"]
|
||||
{%- else -%}
|
||||
["python2-manila-tests-tempest"]
|
||||
{%- endif -%}
|
||||
|
Loading…
Reference in New Issue
Block a user