Hello Alex Lourie,
I'd like you to do a code review. Please visit
http://gerrit.ovirt.org/9146
to review the following change.
Change subject: packaging: Updated allinone plugin for new security mode
......................................................................
packaging: Updated allinone plugin for new security mode
Change-Id: I0cec49b25fedba3994b84571e8a4845f3d0da536
Signed-off-by: Alex Lourie <[email protected]>
(cherry picked from commit c833bba55a19b2e2383d532b87c363a7895a8927)
---
M packaging/fedora/setup/plugins/all_in_one_100.py
1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/46/9146/1
diff --git a/packaging/fedora/setup/plugins/all_in_one_100.py
b/packaging/fedora/setup/plugins/all_in_one_100.py
index f6fa7ce..1e517ae 100644
--- a/packaging/fedora/setup/plugins/all_in_one_100.py
+++ b/packaging/fedora/setup/plugins/all_in_one_100.py
@@ -201,7 +201,9 @@
try:
controller.CONF["API_OBJECT"] = API(url=URL,
username=USERNAME,
- password=controller.CONF['AUTH_PASS'])
+ password=controller.CONF['AUTH_PASS'],
+ ca_file=basedefs.FILE_CA_CRT_SRC,
+ )
except:
logging.error(traceback.format_exc())
raise Exception(ERROR_CREATE_API_OBJECT)
--
To view, visit http://gerrit.ovirt.org/9146
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0cec49b25fedba3994b84571e8a4845f3d0da536
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: engine_3.1
Gerrit-Owner: Juan Hernandez <[email protected]>
Gerrit-Reviewer: Alex Lourie <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches