Fixed a bug related to incorrect opennebula parameter. Added python oca's github repo to the requirements.txt.

This commit is contained in:
M.Ravi 2017-04-26 23:26:35 +05:30
parent 12dd3abd5f
commit 68e81472d5
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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