Fixed a bug related to incorrect opennebula parameter. Added python oca's github repo to the requirements.txt.
This commit is contained in:
parent
12dd3abd5f
commit
68e81472d5
2 changed files with 2 additions and 2 deletions
|
@ -481,7 +481,7 @@ GUARDIAN_GET_INIT_ANONYMOUS_USER = 'membership.models.get_anonymous_user_instanc
|
||||||
#############################################
|
#############################################
|
||||||
|
|
||||||
# The oneadmin user name of the OpenNebula infrastructure
|
# 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 oneadmin password of the OpenNebula infrastructure
|
||||||
# The default credentials of the Sandbox OpenNebula VM is
|
# The default credentials of the Sandbox OpenNebula VM is
|
||||||
|
|
|
@ -82,7 +82,7 @@ stripe==1.33.0
|
||||||
wheel==0.29.0
|
wheel==0.29.0
|
||||||
django-admin-honeypot==1.0.0
|
django-admin-honeypot==1.0.0
|
||||||
coverage==4.3.4
|
coverage==4.3.4
|
||||||
|
git+https://github.com/python-oca/python-oca.git#egg=python-oca
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue