Merge "Fix the name of USER_AGENT"

This commit is contained in:
Jenkins 2015-12-14 03:45:07 +00:00 committed by Gerrit Code Review
commit 5f77584f8a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ from openstack_dashboard.api import base
from evoqueclient import client as evoque_client
USER_AGENT = 'python-senlinclient'
USER_AGENT = 'python-evoqueclient'
class Workflow(base.APIResourceWrapper):