Add the manila-tempest-plugin
Adding the manila-tempest-plugin to be used to test the os_manila ansible role. Change-Id: I63d9e60fa778983b7ce8340ac5e3c6ffda610343
This commit is contained in:
parent
b35dd93f8e
commit
da22161c6d
@ -166,6 +166,7 @@ tempest_service_available_glance: True
|
||||
tempest_service_available_heat: True
|
||||
tempest_service_available_horizon: True
|
||||
tempest_service_available_ironic: False
|
||||
tempest_service_available_manila: False
|
||||
tempest_service_available_neutron: True
|
||||
tempest_service_available_nova: True
|
||||
tempest_service_available_sahara: False
|
||||
@ -203,6 +204,7 @@ tempest_pip_packages:
|
||||
- python-glanceclient
|
||||
- python-heatclient
|
||||
- python-keystoneclient
|
||||
- python-manilaclient
|
||||
- python-memcached
|
||||
- python-neutronclient
|
||||
- python-novaclient
|
||||
|
@ -148,6 +148,7 @@ horizon = {{ tempest_service_available_horizon }}
|
||||
aodh = {{ tempest_service_available_aodh }}
|
||||
sahara = {{ tempest_service_available_sahara }}
|
||||
zaqar = {{ tempest_service_available_zaqar }}
|
||||
manila = {{ tempest_service_available_manila }}
|
||||
|
||||
[telemetry]
|
||||
endpoint_type = internalURL
|
||||
|
@ -58,6 +58,10 @@ _tempest_plugins:
|
||||
- name: magnum-tempest-plugin
|
||||
repo: https://git.openstack.org/openstack/magnum-tempest-plugin
|
||||
branch: master
|
||||
manila:
|
||||
- name: manila-tempest-plugin
|
||||
repo: https://git.openstack.org/openstack/manila-tempest-plugin
|
||||
branch: master
|
||||
networking-bgpvpn:
|
||||
- name: networking-bgpvpn
|
||||
repo: https://git.openstack.org/openstack/networking-bgpvpn
|
||||
|
Loading…
x
Reference in New Issue
Block a user