You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/03/15 06:00:46 UTC

[jira] [Commented] (CLOUDSTACK-9833) Move configuration parameters from Config.java to use ConfigDepot

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-9833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15925578#comment-15925578 ] 

ASF GitHub Bot commented on CLOUDSTACK-9833:
--------------------------------------------

GitHub user harikrishna-patnala opened a pull request:

    https://github.com/apache/cloudstack/pull/2006

    CLOUDSTACK-9833: Move configuration parameters from Config.java to use configdepot

    Following parameters are moved from config.java to configdepot.
    This will make the management of configuration parameter easy during upgrade and avoid inconsistency of values of parameters for fresh setup and upgraded setup.
    
    snapshot.max.hourly
    snapshot.max.daily
    snapshot.max.weekly
    snapshot.max.monthly
    enable.secure.session.cookie
    json.content.type

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Accelerite/cloudstack CLOUDSTACK-9833

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/2006.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2006
    
----
commit abea001c881e95c7922767aa5f476ab9135b4939
Author: Harikrishna Patnala <ha...@accelerite.com>
Date:   2017-03-14T09:23:11Z

    CLOUDSTACK-9833: Move configuration parameters from Config.java to use ConfigDepot
    Following parameters are moved to configdepot.
    snapshot.max.hourly
    snapshot.max.daily
    snapshot.max.weekly
    snapshot.max.monthly
    enable.secure.session.cookie
    json.content.type

----


> Move configuration parameters from Config.java to use ConfigDepot
> -----------------------------------------------------------------
>
>                 Key: CLOUDSTACK-9833
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9833
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>            Reporter: Harikrishna Patnala
>            Assignee: Harikrishna Patnala
>             Fix For: 4.11.0.0
>
>
> To move the following configuration parameters from config.java to ConfigDepot.
> snapshot.max.hourly
> snapshot.max.daily
> snapshot.max.weekly
> snapshot.max.monthly
> enable.secure.session.cookie
> json.content.type



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)