Replace legacy cred provider in heat api test
tempest.api.orchestration.stacks.test_neutron_resources is still using
the legacy credentials provider via
credentials_factory.ConfiguredUserManager, which relies on the
username, password, tenant_name options being set in the identity
section of the tempest config file. However those options have been
deprecated so they are not set in tempest config of devstack/gate jobs,
which results in this test raising InvalidCredentials exception in
gate-tempest-dsvm-neutron-src-python-saharaclient.
Patch replaces legacy credentials provider in test_neutron_resources
by dynamic/pre-provisioned credential provider.
Closes-Bug: #1535434
Change-Id: Ia3e751007a382563d567ecf5a6807b9928cc5948
1 file changed