Update sunstone daemon configuration file template
* dicos/99_one-frontend.xml: new variable to select the default mode for views between “kvm”, “mixed” or “vcenter”. * tmpl/sunstone-server.conf: use the new variable. Ref: #24201
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
# -------------------------------------------------------------------------- #
|
||||
# Copyright 2002-2017, OpenNebula Project, OpenNebula Systems #
|
||||
# Copyright 2002-2018, OpenNebula Project, OpenNebula Systems #
|
||||
# #
|
||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
|
||||
# not use this file except in compliance with the License. You may obtain #
|
||||
@ -25,6 +25,7 @@
|
||||
# OpenNebula sever contact information
|
||||
#
|
||||
:one_xmlrpc: http://localhost:2633/RPC2
|
||||
:one_xmlrpc_timeout: 60
|
||||
|
||||
# Server Configuration
|
||||
#
|
||||
@ -130,6 +131,9 @@
|
||||
# Default table order
|
||||
:table_order: desc
|
||||
|
||||
# Default views directory
|
||||
:mode: '%%sunstone_view_mode'
|
||||
|
||||
################################################################################
|
||||
# Marketplace
|
||||
################################################################################
|
||||
|
Reference in New Issue
Block a user