Remove obsolete Appmarket configuration

Ref: #24204
This commit is contained in:
Daniel Dehennin
2018-06-13 15:19:59 +02:00
parent ec5a11c6c9
commit cbd4cbbda6
3 changed files with 1 additions and 68 deletions

View File

@ -1,29 +0,0 @@
# -------------------------------------------------------------------------- #
# Copyright 2002-2013, OpenNebula Project (OpenNebula.org), C12G Labs #
# #
# 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 #
# a copy of the License at #
# #
# http://www.apache.org/licenses/LICENSE-2.0 #
# #
# Unless required by applicable law or agreed to in writing, software #
# distributed under the License is distributed on an "AS IS" BASIS, #
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #
# See the License for the specific language governing permissions and #
# limitations under the License. #
#--------------------------------------------------------------------------- #
################################################################################
# AppMarket
################################################################################
# AppMarket username and password
# If no credentials are provided, an anonymous client will be used
#
:appmarket_username: %%appmarket_user
:appmarket_password: %%appmarket_password
# AppMarket endpoint
#
:appmarket_url: %%appmarket_endpoint

View File

@ -148,12 +148,7 @@
# The url should not include the /appliance path since it will be automatically
# included
#
%if %%getVar('activer_market_place','non') == 'oui'
:marketplace_url: %%market_place_url
%else
:marketplace_url: http://marketplace.opennebula.systems/
%end if
%if %%getVar('activer_oneflow', 'non') == 'oui'
################################################################################
@ -188,8 +183,5 @@
:routes:
- oneflow
%if %%getVar('activer_market_views', 'non') == 'oui'
- appmarket
%end if
- vcenter
- support