From 68e81472d58b0785fe343315447f1b6d9c3228f2 Mon Sep 17 00:00:00 2001 From: "M.Ravi" Date: Wed, 26 Apr 2017 23:26:35 +0530 Subject: [PATCH] Fixed a bug related to incorrect opennebula parameter. Added python oca's github repo to the requirements.txt. --- dynamicweb/settings/base.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dynamicweb/settings/base.py b/dynamicweb/settings/base.py index 6eff26f8..a4db650c 100644 --- a/dynamicweb/settings/base.py +++ b/dynamicweb/settings/base.py @@ -481,7 +481,7 @@ GUARDIAN_GET_INIT_ANONYMOUS_USER = 'membership.models.get_anonymous_user_instanc ############################################# # The oneadmin user name of the OpenNebula infrastructure -OPENNEBULA_USERNAME = env('OPENNEBULA_USER') +OPENNEBULA_USERNAME = env('OPENNEBULA_USERNAME') # The oneadmin password of the OpenNebula infrastructure # The default credentials of the Sandbox OpenNebula VM is diff --git a/requirements.txt b/requirements.txt index 8f7e730e..86499301 100644 --- a/requirements.txt +++ b/requirements.txt @@ -82,7 +82,7 @@ stripe==1.33.0 wheel==0.29.0 django-admin-honeypot==1.0.0 coverage==4.3.4 - +git+https://github.com/python-oca/python-oca.git#egg=python-oca