mirror of https://github.com/apache/cloudstack.git
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:
parent
b9e1cb640a
commit
81727ad18d
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue