You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Vitaly Brodetskyi (JIRA)" <ji...@apache.org> on 2015/08/25 11:54:45 UTC

[jira] [Updated] (AMBARI-12869) Problem with upgradehelper.py and https option

     [ https://issues.apache.org/jira/browse/AMBARI-12869?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vitaly Brodetskyi updated AMBARI-12869:
---------------------------------------
    Attachment: AMBARI-12869.patch

> Problem with upgradehelper.py and https option
> ----------------------------------------------
>
>                 Key: AMBARI-12869
>                 URL: https://issues.apache.org/jira/browse/AMBARI-12869
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.1.0
>            Reporter: Vitaly Brodetskyi
>            Assignee: Vitaly Brodetskyi
>            Priority: Critical
>             Fix For: 2.1.2
>
>         Attachments: AMBARI-12869.patch
>
>
> The code should be changed from store_false to store_true in order for the --https cli-opt to work:
> FROM: 
> parser.add_option('--https', default=False, action="store_false", dest="https", help="Use https protocol for connection to the server")
> TO: 
> parser.add_option('--https', default=False, action="store_true", dest="https", help="Use https protocol for connection to the server")



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)