~james-page/ubuntu/vivid/ceph/0.93

« back to all changes in this revision

Viewing changes to debian/patches/fix-argparse-defaults.patch

  • Committer: james.page at ubuntu
  • Date: 2015-03-02 08:41:36 UTC
  • Revision ID: james.page@ubuntu.com-20150302084136-pt6i3vanjmamkrkq
* New upstream release candidate for Hammer stable release (LP: #1423601).
  - d/control,python-*: Split out rbd, rados and cephfs bindings into
    separate python packages, move some bits into ceph/ceph-common.
  - d/control: Move python-flask dependency to ceph package, only required
    for REST API.
  - d/control: Add BD on yasm for amd64 only.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
--- a/src/ceph-disk
10
10
+++ b/src/ceph-disk
11
 
@@ -2547,7 +2547,6 @@ def parse_args():
 
11
@@ -2747,7 +2747,6 @@ def parse_args():
12
12
     parser.set_defaults(
13
13
         # we want to hold on to this, for later
14
14
         prog=parser.prog,
16
16
         )
17
17
 
18
18
     subparsers = parser.add_subparsers(
19
 
@@ -2561,6 +2560,7 @@ def parse_args():
 
19
@@ -2761,6 +2760,7 @@ def parse_args():
20
20
         '--cluster',
21
21
         metavar='NAME',
22
22
         help='cluster name to assign this disk to',