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:
Daniel Dehennin
2018-06-13 15:19:26 +02:00
parent ff6baefcc9
commit 3a42e0a426
2 changed files with 13 additions and 1 deletions

View File

@ -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
################################################################################