Merge lp://qastaging/~marcoceppi/juju-deployer/plugin-support into lp://qastaging/juju-deployer/darwin
Proposed by
Marco Ceppi
Status: | Merged | ||||
---|---|---|---|---|---|
Merged at revision: | 113 | ||||
Proposed branch: | lp://qastaging/~marcoceppi/juju-deployer/plugin-support | ||||
Merge into: | lp://qastaging/juju-deployer/darwin | ||||
Diff against target: |
24 lines (+7/-0) 1 file modified
deployer/cli.py (+7/-0) |
||||
To merge this branch: | bzr merge lp://qastaging/~marcoceppi/juju-deployer/plugin-support | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
juju-deployers | Pending | ||
Review via email:
|
To post a comment you must log in.
Thanks, lgtm
On Thu, Aug 15, 2013 at 12:18 PM, Marco Ceppi <email address hidden> wrote:
> Marco Ceppi has proposed merging /bugs.launchpad .net/juju- deployer/ +bug/1212740 /code.launchpad .net/~marcocepp i/juju- deployer/ plugin- support/ +merge/ 180377 /code.launchpad .net/~marcocepp i/juju- deployer/ plugin- support/ +merge/ 180377 add_argument( "--description" , help=argparse. SUPPRESS, "store_ true") add_argument( "deployment" , nargs="?") description:
> lp:~marcoceppi/juju-deployer/plugin-support into lp:juju-deployer/darwin.
>
> Requested reviews:
> juju-deployers (juju-deployers)
> Related bugs:
> Bug #1212740 in juju-deployer: "no --description option produces poor UX
> with juju-core plugins"
> https:/
>
> For more details, see:
>
> https:/
> --
>
> https:/
> Your team juju-deployers is requested to review the proposed merge of
> lp:~marcoceppi/juju-deployer/plugin-support into lp:juju-deployer/darwin.
>
> === modified file 'deployer/cli.py'
> --- deployer/cli.py 2013-07-30 23:39:51 +0000
> +++ deployer/cli.py 2013-08-15 16:17:49 +0000
> @@ -101,6 +101,8 @@
> help=('Number of seconds to wait before checking for '
> 'relation errors after all relations have been added '
> 'and subordinates started. (default: 60)'))
> + parser.
> + action=
> parser.
> return parser
>
> @@ -119,6 +121,11 @@
> parser = setup_parser()
> options = parser.parse_args()
>
> + if options.
> + print "tool for setting up complex and offline juju deployments "
> + \
> + "across any provider"
> + sys.exit(0)
> +
> # Debug implies watching and verbose
> if options.debug:
> options.watch = options.verbose = True
>
>
>