Fix the name of USER_AGENT

Change-Id: I5dc22f87c2bb3c800231e19d6bd7861b2b56b7d5
This commit is contained in:
zhangguoqing 2015-12-09 11:38:52 +08:00
parent 9e583c0629
commit be515ba11a
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):