Update tests to use keystoneauth1

With keystoneauth1 sessions the service catalog search function,
url_for takes argument interface, no longer named endpoint_type.
This change updates tests to use this argument name.

Change-Id: Ibc2bf7b92ff2bfadfeb860d2151666bee5ec347d
This commit is contained in:
David Ames 2017-07-24 14:57:47 -07:00
parent 5ce30ee9cb
commit d09c94079a
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ class OVSODLBasicDeployment(OpenStackAmuletDeployment):
password='openstack',
tenant='admin')
ep = self.keystone.service_catalog.url_for(service_type='identity',
endpoint_type='publicURL')
interface='publicURL')
self.neutron = neutronclient.Client(auth_url=ep,
username='admin',
password='openstack',