Daniel Erez has uploaded a new change for review. Change subject: codegen: fix SERVER constant for code generation ......................................................................
codegen: fix SERVER constant for code generation main.py: Replaced SERVER's postfix with '/ovirt-engine/api' to accommodate the new url scheme (which is needed for rsdl codgen). Change-Id: Id3169d919738c8c573ccade02f7443d3349211e1 Signed-off-by: Daniel Erez <[email protected]> --- M src/codegen/main.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk refs/changes/88/28388/1 diff --git a/src/codegen/main.py b/src/codegen/main.py index 0763f89..bb4d9cb 100644 --- a/src/codegen/main.py +++ b/src/codegen/main.py @@ -19,7 +19,7 @@ from codegen.rsdl.rsdlcodegen import RsdlCodegen from ovirtsdk.api import API -SERVER = 'http://localhost:8080/api' +SERVER = 'http://localhost:8080/ovirt-engine/api' USER = 'admin@internal' PASSWORD = 'letmein!' -- To view, visit http://gerrit.ovirt.org/28388 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id3169d919738c8c573ccade02f7443d3349211e1 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk Gerrit-Branch: master Gerrit-Owner: Daniel Erez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
