Some more fixes for the issues of the review of rscnt.

This commit is contained in:
M.Ravi 2017-04-25 03:37:50 +05:30
commit 1e61ec965d
4 changed files with 106 additions and 111 deletions

View file

@ -6,10 +6,8 @@ Copyright 2015 ungleich.
# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
import os
from django.utils.translation import ugettext_lazy as _
# dotenv
import dotenv
from django.utils.translation import ugettext_lazy as _
gettext = lambda s: s
@ -492,10 +490,7 @@ OPENNEBULA_PASSWORD = 'opennebula'
OPENNEBULA_PROTOCOL = 'http'
# The ip address or the domain name of the opennebula infrastructure
# OPENNEBULA_DOMAIN = '192.168.182.173'
# OPENNEBULA_DOMAIN = '192.168.122.225'
# OPENNEBULA_DOMAIN = '192.168.182.176'
OPENNEBULA_DOMAIN = '192.168.42.35'
OPENNEBULA_DOMAIN = '192.168.182.124'
# The port to connect in order to send an xmlrpc request. The default
# port is 2633
@ -503,4 +498,4 @@ OPENNEBULA_PORT = '2633'
# The endpoint to which the XML RPC request needs to be sent to. The
# default value is /RPC2
OPENNEBULA_ENDPOINT = '/RPC2'
OPENNEBULA_ENDPOINT = '/RPC2'