From 96458951123b155ffc75ef02d34e272ef0dd7708 Mon Sep 17 00:00:00 2001 From: Pcoder Date: Sat, 22 Apr 2017 10:51:35 +0530 Subject: [PATCH 1/2] Rename README-opennebula-integration to README-opennebula-integration.md --- ...ME-opennebula-integration => README-opennebula-integration.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename hosting/{README-opennebula-integration => README-opennebula-integration.md} (100%) diff --git a/hosting/README-opennebula-integration b/hosting/README-opennebula-integration.md similarity index 100% rename from hosting/README-opennebula-integration rename to hosting/README-opennebula-integration.md From d3f7110c60904709a038ef52fb861d4d7f26fe96 Mon Sep 17 00:00:00 2001 From: Pcoder Date: Sat, 22 Apr 2017 10:52:19 +0530 Subject: [PATCH 2/2] Update README-opennebula-integration.md --- hosting/README-opennebula-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosting/README-opennebula-integration.md b/hosting/README-opennebula-integration.md index 62ac4866..4c914f00 100644 --- a/hosting/README-opennebula-integration.md +++ b/hosting/README-opennebula-integration.md @@ -1,6 +1,6 @@ Here are the steps to follow for running opennebula-integration correctly. -1. Install (python-oca)[https://github.com/python-oca/python-oca] +1. Install [python-oca](https://github.com/python-oca/python-oca) This is the library that allows sending XMLRPC commands to OpenNebula. Unfortunately, the latest version of oca available in Python package index is not compatible with python 3.5. Hence, one would need to download the latest version from the above github link and install it from there. Assuming virtualenv is located at ~/python/env