Fix the path for the API server endpoint.

RB: https://reviews.apache.org/r/6513/

Signed-off-by: Tomoe Sugihara <tomoe@midokura.com>
This commit is contained in:
Edison Su 2012-08-10 10:17:54 -07:00
parent b9e1cb640a
commit 81727ad18d
1 changed files with 28 additions and 28 deletions

View File

@ -91,7 +91,7 @@ class CloudAPI:
host = self.server host = self.server
port = 8096 port = 8096
url = "http://" + self.server + "/?" url = "http://" + self.server + "/client/api?"
if not parameters: parameters = {} if not parameters: parameters = {}
if self.apiKey is not None and self.securityKey is not None: if self.apiKey is not None and self.securityKey is not None: