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
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue