Manual merge of ungleich/master into opennebula-integration
This commit is contained in:
parent
d10285e23d
commit
d537fcb118
227 changed files with 25686 additions and 482 deletions
|
|
@ -1 +1,3 @@
|
|||
from .base import *
|
||||
|
||||
SECRET_KEY = '18730s9n9sjxamsuJSismxOIAmso102xjAs'
|
||||
|
|
|
|||
|
|
@ -110,6 +110,7 @@ INSTALLED_APPS = (
|
|||
'digitalglarus',
|
||||
'nosystemd',
|
||||
'datacenterlight',
|
||||
'alplora',
|
||||
)
|
||||
|
||||
MIDDLEWARE_CLASSES = (
|
||||
|
|
|
|||
|
|
@ -37,7 +37,10 @@ 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.182.173'
|
||||
# OPENNEBULA_DOMAIN = '192.168.122.225'
|
||||
#OPENNEBULA_DOMAIN = '192.168.182.176'
|
||||
OPENNEBULA_DOMAIN = '192.168.42.35'
|
||||
|
||||
# The port to connect in order to send an xmlrpc request. The default
|
||||
# port is 2633
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ from .base import *
|
|||
|
||||
ADMINS = (
|
||||
('Nico Schottelius', 'nico.schottelius@ungleich.ch'),
|
||||
('Raul Ascencio', 'raul.ascencio@yandex.com'),
|
||||
('Tomislav Rupcic','tmslav@gmail.com'),
|
||||
|
||||
)
|
||||
|
|
@ -16,5 +17,6 @@ REGISTRATION_MESSAGE['message'] = REGISTRATION_MESSAGE['message'].format(host='d
|
|||
|
||||
ALLOWED_HOSTS = [
|
||||
".ungleich.ch",
|
||||
"digital.glarus.ungleich.ch" ,
|
||||
"digital.glarus.ungleich.ch",
|
||||
".alplora.ch"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue