mirror of https://github.com/apache/cloudstack.git
Defaulted "stripxml" parameter to true in cloud cli tool.
This commit is contained in:
parent
5409b199bb
commit
2901cb5518
|
|
@ -16,7 +16,7 @@ class CloudAPI:
|
|||
def __init__(self,
|
||||
server="127.0.0.1:8096",
|
||||
responseformat="xml",
|
||||
stripxml="false"
|
||||
stripxml="true"
|
||||
):
|
||||
self.__dict__.update(locals())
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue