Renamed 'servicevm' in tacker-horizon

After renaming the service 'servicevm' and 'advsvc' in install file,
functional tests were failing. Now renamed to 'tacker' in all files of
python-tackerclient repo so that functional test wouldn't fail.

Change-Id: I097ccbfb7ae192410400b06bd8796e81e62ee65e
Partial-Bug: #1524224
This commit is contained in:
Abdul Rehman 2016-01-06 22:35:14 -08:00
parent c8305bec51
commit 29f0285d26
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ def tackerclient(request):
cacert = getattr(settings, 'OPENSTACK_SSL_CACERT', None)
c = tacker_client.Client(token=request.user.token.id,
auth_url=base.url_for(request, 'identity'),
endpoint_url=base.url_for(request, 'servicevm'),
endpoint_url=base.url_for(request, 'nfv-orchestration'),
insecure=insecure, ca_cert=cacert)
return c